Author: bago Date: Thu Oct 8 12:47:54 2009 New Revision: 823152 URL: http://svn.apache.org/viewvc?rev=823152&view=rev Log: basic structure for jdkim site (JDKIM-5)
Added: james/jdkim/trunk/src/ james/jdkim/trunk/src/site/ james/jdkim/trunk/src/site/resources/ james/jdkim/trunk/src/site/resources/images/ james/jdkim/trunk/src/site/resources/images/asf-logo-reduced.gif (with props) james/jdkim/trunk/src/site/resources/images/james-jdkim-logo.gif (with props) james/jdkim/trunk/src/site/site.xml james/jdkim/trunk/src/site/xdoc/ james/jdkim/trunk/src/site/xdoc/index.xml (with props) Added: james/jdkim/trunk/src/site/resources/images/asf-logo-reduced.gif URL: http://svn.apache.org/viewvc/james/jdkim/trunk/src/site/resources/images/asf-logo-reduced.gif?rev=823152&view=auto ============================================================================== Binary file - no diff available. Propchange: james/jdkim/trunk/src/site/resources/images/asf-logo-reduced.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: james/jdkim/trunk/src/site/resources/images/james-jdkim-logo.gif URL: http://svn.apache.org/viewvc/james/jdkim/trunk/src/site/resources/images/james-jdkim-logo.gif?rev=823152&view=auto ============================================================================== Binary file - no diff available. Propchange: james/jdkim/trunk/src/site/resources/images/james-jdkim-logo.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: james/jdkim/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/james/jdkim/trunk/src/site/site.xml?rev=823152&view=auto ============================================================================== --- james/jdkim/trunk/src/site/site.xml (added) +++ james/jdkim/trunk/src/site/site.xml Thu Oct 8 12:47:54 2009 @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> +<project name="James jDKIM"> + <bannerLeft> + <name>JAMES jDKIM</name> + <src>images/james-jdkim-logo.gif</src> + <href>http://james.apache.org/</href> + </bannerLeft> + <bannerRight> + <name>The Apache Software Foundation</name> + <src>images/asf-logo-reduced.gif</src> + <href>http://www.apache.org/index.html</href> + </bannerRight> + <body> + <menu name="jdkim"> + <item name="Overview" href="/index.html"/> + </menu> + + ${reports} + + <menu name="Related Projects"> + <item name="jspf" href="http://james.apache.org/jspf" /> + </menu> + </body> +</project> Added: james/jdkim/trunk/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/james/jdkim/trunk/src/site/xdoc/index.xml?rev=823152&view=auto ============================================================================== --- james/jdkim/trunk/src/site/xdoc/index.xml (added) +++ james/jdkim/trunk/src/site/xdoc/index.xml Thu Oct 8 12:47:54 2009 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!-- +/**************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one * + * or more contributor license agreements. See the NOTICE file * + * distributed with this work for additional information * + * regarding copyright ownership. The ASF licenses this file * + * to you under the Apache License, Version 2.0 (the * + * "License"); you may not use this file except in compliance * + * with the License. You may obtain a copy of the License at * + * * + * http://www.apache.org/licenses/LICENSE-2.0 * + * * + * Unless required by applicable law or agreed to in writing, * + * software distributed under the License is distributed on an * + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * + * KIND, either express or implied. See the License for the * + * specific language governing permissions and limitations * + * under the License. * + ****************************************************************/ + + --> +<document> + <properties> + <title>jDKIM</title> + </properties> + <body> + <section name="Java DKIM Library"> + <p>TODO</p> + </section> + </body> +</document> Propchange: james/jdkim/trunk/src/site/xdoc/index.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: james/jdkim/trunk/src/site/xdoc/index.xml ------------------------------------------------------------------------------ svn:mime-type = text/plain --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org