You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2012/05/04 17:00:40 UTC

svn commit: r1334009 [1/2] - in /incubator/jspwiki/site: ./ docs/ lib/ tags/anakia-based/ tags/anakia-based/docs/ tags/anakia-based/docs/images/ tags/anakia-based/libs/ tags/anakia-based/xdocs/ tags/anakia-based/xdocs/images/ tags/anakia-based/xdocs/st...

Author: juanpablo
Date: Fri May  4 15:00:39 2012
New Revision: 1334009

URL: http://svn.apache.org/viewvc?rev=1334009&view=rev
Log:
JSPWIKI-727: Improve project's incubator website 

- moved old site to tags/anakia-based

Added:
    incubator/jspwiki/site/tags/anakia-based/.project
    incubator/jspwiki/site/tags/anakia-based/README.txt
    incubator/jspwiki/site/tags/anakia-based/build.xml
    incubator/jspwiki/site/tags/anakia-based/docs/
    incubator/jspwiki/site/tags/anakia-based/docs/contributors.html
    incubator/jspwiki/site/tags/anakia-based/docs/get-involved.html
    incubator/jspwiki/site/tags/anakia-based/docs/images/
    incubator/jspwiki/site/tags/anakia-based/docs/images/jspwiki_logo_s.png   (with props)
    incubator/jspwiki/site/tags/anakia-based/docs/images/out.png   (with props)
    incubator/jspwiki/site/tags/anakia-based/docs/index.html
    incubator/jspwiki/site/tags/anakia-based/docs/license.html
    incubator/jspwiki/site/tags/anakia-based/docs/mailing.html
    incubator/jspwiki/site/tags/anakia-based/docs/site.css
    incubator/jspwiki/site/tags/anakia-based/docs/svn.html
    incubator/jspwiki/site/tags/anakia-based/libs/
    incubator/jspwiki/site/tags/anakia-based/libs/commons-collections.jar   (with props)
    incubator/jspwiki/site/tags/anakia-based/libs/jdom-b10-rc1.jar   (with props)
    incubator/jspwiki/site/tags/anakia-based/libs/logkit-1.0.1.jar   (with props)
    incubator/jspwiki/site/tags/anakia-based/libs/oro.jar   (with props)
    incubator/jspwiki/site/tags/anakia-based/libs/velocity-1.5-dev.jar   (with props)
    incubator/jspwiki/site/tags/anakia-based/velocity.properties
    incubator/jspwiki/site/tags/anakia-based/xdocs/
    incubator/jspwiki/site/tags/anakia-based/xdocs/contributors.xml
    incubator/jspwiki/site/tags/anakia-based/xdocs/get-involved.xml
    incubator/jspwiki/site/tags/anakia-based/xdocs/images/
    incubator/jspwiki/site/tags/anakia-based/xdocs/images/jspwiki_logo_s.png   (with props)
    incubator/jspwiki/site/tags/anakia-based/xdocs/images/out.png   (with props)
    incubator/jspwiki/site/tags/anakia-based/xdocs/index.xml
    incubator/jspwiki/site/tags/anakia-based/xdocs/license.xml
    incubator/jspwiki/site/tags/anakia-based/xdocs/mailing.xml
    incubator/jspwiki/site/tags/anakia-based/xdocs/site.css
    incubator/jspwiki/site/tags/anakia-based/xdocs/stylesheets/
    incubator/jspwiki/site/tags/anakia-based/xdocs/stylesheets/project.xml
    incubator/jspwiki/site/tags/anakia-based/xdocs/stylesheets/site.vsl
    incubator/jspwiki/site/tags/anakia-based/xdocs/svn.xml
Removed:
    incubator/jspwiki/site/.project
    incubator/jspwiki/site/README.txt
    incubator/jspwiki/site/build.xml
    incubator/jspwiki/site/docs/
    incubator/jspwiki/site/lib/
    incubator/jspwiki/site/velocity.properties
    incubator/jspwiki/site/xdocs/

Added: incubator/jspwiki/site/tags/anakia-based/.project
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/tags/anakia-based/.project?rev=1334009&view=auto
==============================================================================
--- incubator/jspwiki/site/tags/anakia-based/.project (added)
+++ incubator/jspwiki/site/tags/anakia-based/.project Fri May  4 15:00:39 2012
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>jspwiki-site</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+	</buildSpec>
+	<natures>
+	</natures>
+</projectDescription>

Added: incubator/jspwiki/site/tags/anakia-based/README.txt
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/tags/anakia-based/README.txt?rev=1334009&view=auto
==============================================================================
--- incubator/jspwiki/site/tags/anakia-based/README.txt (added)
+++ incubator/jspwiki/site/tags/anakia-based/README.txt Fri May  4 15:00:39 2012
@@ -0,0 +1,40 @@
+(Shamelessly stolen from River project.  Thanks guys!)
+
+Here's how to edit and publish the website.  Note 
+that this assumes you have a working implementation 
+of Java and Ant installed.
+
+
+1) Edit the docs in xdocs/
+
+2) Type "ant" in the root (site/)
+
+3) Look at the changes in the docs/ directory using
+   a web browser.
+
+4) Repeat steps 2-4 until happiness and joy achieved.
+
+5) Commit all changes, both docs/ and xdocs/
+   
+    svn commit
+
+6) ssh to minotaur
+
+7) cd /www/incubator.apache.org/jspwiki
+
+8) execute 
+    
+    svn update
+
+   to update the just-committed docs out of SVN
+
+9) Verify that all went as planned by browsing the live 
+    site 
+
+      http://incubator.apache.org/jspwiki
+
+    and look for the changes you made.  Note that it may take up
+    to an hour after step (8) is complete before the changes are
+    reflected on the live website.
+
+

Added: incubator/jspwiki/site/tags/anakia-based/build.xml
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/tags/anakia-based/build.xml?rev=1334009&view=auto
==============================================================================
--- incubator/jspwiki/site/tags/anakia-based/build.xml (added)
+++ incubator/jspwiki/site/tags/anakia-based/build.xml Fri May  4 15:00:39 2012
@@ -0,0 +1,93 @@
+<?xml version="1.0"?>
+
+<project name="JSPWiki" default="site" basedir=".">
+
+  <property file="${user.home}/.ant.properties" />
+  <property file="${user.home}/build.properties" />
+  <property file=".ant.properties" />
+
+  <property name="ant.home" value="."/>
+  <property name="debug" value="on"/>
+  <property name="optimize" value="on"/>
+  <property name="deprecation" value="off"/>
+
+  <property name="docs.dest" value="docs"/>
+  <property name="docs.src" value="xdocs"/>
+
+  <!-- Build classpath -->
+  <path id="classpath">
+    <fileset dir="./lib">
+      <include name="**/*.jar"/>
+    </fileset>
+  </path>
+
+  <!-- =================================================================== -->
+  <!-- prints the environment                                              -->
+  <!-- =================================================================== -->
+  <target name="env">
+    
+    <echo message="java.home = ${java.home}"/>
+    <echo message="user.home = ${user.home}"/>
+    <echo message="java.class.path = ${java.class.path}"/>
+    <echo message=""/>
+  
+  </target>
+
+  <!-- =================================================================== -->
+  <!-- Make HTML version of JSPWiki site                                   -->
+  <!-- =================================================================== -->
+
+  <target name="site" 
+          description="generates the HTML documentation"
+          >
+      <taskdef name="anakia"
+          classname="org.apache.velocity.anakia.AnakiaTask">
+          
+          <classpath>
+             <path refid="classpath"/>
+          </classpath>
+
+      </taskdef>
+
+      <echo>
+       #######################################################
+       #
+       #  Now using Anakia to transform our XML documentation
+       #  to HTML.
+       #
+       #######################################################
+      </echo>
+
+      <anakia basedir="${docs.src}" destdir="${docs.dest}/"
+           extension=".html" style="./site.vsl"
+           projectFile="stylesheets/project.xml"
+           excludes="**/stylesheets/** empty.xml"
+           includes="**/*.xml"
+           lastModifiedCheck="true"
+           templatePath="xdocs/stylesheets">
+      </anakia>
+
+      <!-- top level images -->
+
+      <copy todir="${docs.dest}/images" filtering="no">
+          <fileset dir="${docs.src}/images">
+              <include name="**/*.gif"/>
+              <include name="**/*.jpeg"/>
+              <include name="**/*.jpg"/>
+              <include name="**/*.png"/>
+          </fileset>
+      </copy>
+
+      <copy todir="${docs.dest}/" filtering="no">
+           <fileset dir="${docs.src}">
+              <include name="**/*.txt"/>
+           </fileset>
+      </copy>
+
+      <copy file="${docs.src}/site.css" todir="${docs.dest}/"/>
+
+  </target>
+    
+</project>
+
+

Added: incubator/jspwiki/site/tags/anakia-based/docs/contributors.html
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/tags/anakia-based/docs/contributors.html?rev=1334009&view=auto
==============================================================================
--- incubator/jspwiki/site/tags/anakia-based/docs/contributors.html (added)
+++ incubator/jspwiki/site/tags/anakia-based/docs/contributors.html Fri May  4 15:00:39 2012
@@ -0,0 +1,220 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+
+<!--
+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.
+-->
+
+
+<!-- start the processing -->
+    <!-- ====================================================================== -->
+    <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
+    <!-- Main Page Section -->
+    <!-- ====================================================================== -->
+    <html>
+        <head>
+            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+
+                                                    <meta name="author" value="JSPWiki Developer Team">
+            <meta name="email" value="jspwiki-dev@incubator.apache.org">
+            
+           
+            
+            
+            
+            
+            
+            <title>Apache JSPWiki - Apache JSPWiki</title>
+
+                        
+                
+        <link rel="stylesheet" type="text/css" href="site.css"/>
+        </head>
+
+        <body>        
+            <table  width="100%" cellspacing="0">
+                <!-- TOP IMAGE -->
+                <tr>
+                    <td align='LEFT'>
+                    <table><tr><td>
+                    </td>
+                    </td></tr></table>
+                    </td>
+                    <td align='RIGHT'>
+                    <a href="http://incubator.apache.org/jspwiki">
+                    <img src="http://harmony.apache.org/images/apache-incubator-logo.png"
+                    	alt="$project.getChild("logo").getText()" /></a>                    
+                    </td>
+                </tr>
+            </table>
+            <table width="100%" cellspacing="4">
+                <tr><td colspan="2">
+                    <hr noshade="" size="1"/>
+                </td></tr>
+
+                <tr>
+                    <!-- LEFT SIDE NAVIGATION -->
+                    <td class="menuItem" width="20%" nowrap="true">
+
+                    <!-- special ACon Logo - leave here for next time
+                    <a href="http://www.us.apachecon.com/">
+                        <img src="http://www.apache.org/ads/ApacheCon/240x120-2006-us.gif"
+                             alt="ApacheCon US 2006" />
+                    </a> -->
+
+                   <!-- regular menu -->
+
+                    
+    <!-- ============================================================ -->
+
+                <p class="menuItem"><strong>General</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./index.html">Home</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./license.html">License</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://www.apache.org/">ASF</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Community</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./contributors.html">Committers</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./mailing.html">Mailing Lists</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./get-involved.html">Get Involved</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://www.jspwiki.org/">Wiki</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Development</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./svn.html">Source Code</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://issues.apache.org/jira/browse/JSPWIKI">Issue Tracking</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Documentation</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="http://people.apache.org/~metskem/JSPWiki/javadoc/">Javadoc from SVN trunk</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://doc.jspwiki.org/2.8/">Documentation Wiki</a>
+</li>
+           
+                        
+        
+        </ul>
+                        </td>
+                    <td width="80%" valign="top"><a name="top"></a>
+                                                                    <h1>
+      <a name="JSPWiki contributors">JSPWiki contributors</a>
+    </h1>
+                        <p>
+       The current JSPWiki committer list:
+    </p>
+                                <ul>
+       <li>Dirk Frederickx</li>
+       <li>Florian Holeczek</li>
+       <li>Janne Jalkanen</li>
+       <li>Andrew Jaquith</li>
+       <li>Harry Metske</li>
+       <li>Juan Pablo Santos</li>
+       <li>Christoph Sauer</li>
+    </ul>
+                                <p>As esteemed mentors we have:</p>
+                                <ul>
+       <li>Craig Russell</li>
+    </ul>
+                                <p>And, of course, all the fine people of the jspwiki-dev mailing list!</p>
+                <p><a href="#top">Back to top</a></p>
+                                                <h1>
+      <a name="PPMC">PPMC</a>
+    </h1>
+                        <p>
+      The Podling Project Management Committee consists of
+   </p>
+                                <ul>
+       <li>Dirk Frederickx</li>
+       <li>Florian Holeczek</li>
+       <li>Janne Jalkanen</li>
+       <li>Andrew Jaquith</li>
+       <li>Harry Metske</li>
+       <li>Juan Pablo Santos</li>
+       <li>Craig Russell</li>
+   </ul>
+                <p><a href="#top">Back to top</a></p>
+                    
+                                                            </td>
+                </tr>
+
+                <!-- FOOTER -->
+                <tr><td colspan="2">
+                    <hr noshade="" size="1"/>
+                </td></tr>
+                <tr><td colspan="2">
+                    <div class="special"><em>
+                    Copyright &#169; 2009, The Apache Software Foundation
+                    </em></div>
+                </td></tr>
+            </table>
+        </body>
+    </html>
+<!-- end the processing -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Added: incubator/jspwiki/site/tags/anakia-based/docs/get-involved.html
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/tags/anakia-based/docs/get-involved.html?rev=1334009&view=auto
==============================================================================
--- incubator/jspwiki/site/tags/anakia-based/docs/get-involved.html (added)
+++ incubator/jspwiki/site/tags/anakia-based/docs/get-involved.html Fri May  4 15:00:39 2012
@@ -0,0 +1,211 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+
+<!--
+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.
+-->
+
+
+<!-- start the processing -->
+    <!-- ====================================================================== -->
+    <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
+    <!-- Main Page Section -->
+    <!-- ====================================================================== -->
+    <html>
+        <head>
+            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+
+                                                    <meta name="author" value="JSPWiki Developer Team">
+            <meta name="email" value="jspwiki-dev@incubator.apache.org">
+            
+           
+            
+            
+            
+            
+            
+            <title>Apache JSPWiki - Apache JSPWiki</title>
+
+                        
+                
+        <link rel="stylesheet" type="text/css" href="site.css"/>
+        </head>
+
+        <body>        
+            <table  width="100%" cellspacing="0">
+                <!-- TOP IMAGE -->
+                <tr>
+                    <td align='LEFT'>
+                    <table><tr><td>
+                    </td>
+                    </td></tr></table>
+                    </td>
+                    <td align='RIGHT'>
+                    <a href="http://incubator.apache.org/jspwiki">
+                    <img src="http://harmony.apache.org/images/apache-incubator-logo.png"
+                    	alt="$project.getChild("logo").getText()" /></a>                    
+                    </td>
+                </tr>
+            </table>
+            <table width="100%" cellspacing="4">
+                <tr><td colspan="2">
+                    <hr noshade="" size="1"/>
+                </td></tr>
+
+                <tr>
+                    <!-- LEFT SIDE NAVIGATION -->
+                    <td class="menuItem" width="20%" nowrap="true">
+
+                    <!-- special ACon Logo - leave here for next time
+                    <a href="http://www.us.apachecon.com/">
+                        <img src="http://www.apache.org/ads/ApacheCon/240x120-2006-us.gif"
+                             alt="ApacheCon US 2006" />
+                    </a> -->
+
+                   <!-- regular menu -->
+
+                    
+    <!-- ============================================================ -->
+
+                <p class="menuItem"><strong>General</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./index.html">Home</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./license.html">License</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://www.apache.org/">ASF</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Community</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./contributors.html">Committers</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./mailing.html">Mailing Lists</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./get-involved.html">Get Involved</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://www.jspwiki.org/">Wiki</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Development</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./svn.html">Source Code</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://issues.apache.org/jira/browse/JSPWIKI">Issue Tracking</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Documentation</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="http://people.apache.org/~metskem/JSPWiki/javadoc/">Javadoc from SVN trunk</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://doc.jspwiki.org/2.8/">Documentation Wiki</a>
+</li>
+           
+                        
+        
+        </ul>
+                        </td>
+                    <td width="80%" valign="top"><a name="top"></a>
+                                                                    <h1>
+      <a name="Getting involved">Getting involved</a>
+    </h1>
+                        <p>JSPWiki requires the help of many kinds of people.  The best way to get involved
+is to join the <a href="mailing.html">mailing lists</a> and say that you would like
+to help.  Some ideas on how you could improve us are:</p>
+                                <ul>
+    <li>Contribute a new plugin - it takes only a bit of coding effort to write
+    a new plugin or a filter.</li>
+    <li>Contribute to the web design - we all like the software to look better
+    and be more logical</li>
+    <li>Help maintain the documentation wiki - we need people who fight against spammers
+    and keep the documentation in a logical order.  Even a few edits a week will be
+    of a big help!</li>
+    <li>File bugs - despite our best efforts, we are not perfect.</li>
+    <li>Contribute hard code into the trunk - just take a moment to familiarize yourself
+    with the the coding guidelines
+    and you'll be fine.</li>
+    <li>Participate on the mailing list and encourage others to do the stuff above</li>
+    <li>Co-ordinate things - there's a whole lot of stuff that needs co-ordination
+    in a large project like this.  Our JIRA is filled with issues that need triaging,
+    and clarification and all that stuff.</li>    
+</ul>
+                                <p>The point really is that despite your skill levels at coding or the time you can
+afford to put into helping us, there's something you can always do!  Five minutes per
+week of deleting wikispam is five minutes for someone else to spend in improving
+the software.</p>
+                <p><a href="#top">Back to top</a></p>
+                    
+                                                            </td>
+                </tr>
+
+                <!-- FOOTER -->
+                <tr><td colspan="2">
+                    <hr noshade="" size="1"/>
+                </td></tr>
+                <tr><td colspan="2">
+                    <div class="special"><em>
+                    Copyright &#169; 2009, The Apache Software Foundation
+                    </em></div>
+                </td></tr>
+            </table>
+        </body>
+    </html>
+<!-- end the processing -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Added: incubator/jspwiki/site/tags/anakia-based/docs/images/jspwiki_logo_s.png
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/tags/anakia-based/docs/images/jspwiki_logo_s.png?rev=1334009&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/site/tags/anakia-based/docs/images/jspwiki_logo_s.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/site/tags/anakia-based/docs/images/out.png
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/tags/anakia-based/docs/images/out.png?rev=1334009&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/site/tags/anakia-based/docs/images/out.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/site/tags/anakia-based/docs/index.html
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/tags/anakia-based/docs/index.html?rev=1334009&view=auto
==============================================================================
--- incubator/jspwiki/site/tags/anakia-based/docs/index.html (added)
+++ incubator/jspwiki/site/tags/anakia-based/docs/index.html Fri May  4 15:00:39 2012
@@ -0,0 +1,258 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+
+<!--
+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.
+-->
+
+
+<!-- start the processing -->
+    <!-- ====================================================================== -->
+    <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
+    <!-- Main Page Section -->
+    <!-- ====================================================================== -->
+    <html>
+        <head>
+            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+
+                                                    <meta name="author" value="JSPWiki Developer Team">
+            <meta name="email" value="jspwiki-dev@incubator.apache.org">
+            
+           
+            
+            
+            
+            
+            
+            <title>Apache JSPWiki - Apache JSPWiki</title>
+
+                        
+                
+        <link rel="stylesheet" type="text/css" href="site.css"/>
+        </head>
+
+        <body>        
+            <table  width="100%" cellspacing="0">
+                <!-- TOP IMAGE -->
+                <tr>
+                    <td align='LEFT'>
+                    <table><tr><td>
+                    </td>
+                    </td></tr></table>
+                    </td>
+                    <td align='RIGHT'>
+                    <a href="http://incubator.apache.org/jspwiki">
+                    <img src="http://harmony.apache.org/images/apache-incubator-logo.png"
+                    	alt="$project.getChild("logo").getText()" /></a>                    
+                    </td>
+                </tr>
+            </table>
+            <table width="100%" cellspacing="4">
+                <tr><td colspan="2">
+                    <hr noshade="" size="1"/>
+                </td></tr>
+
+                <tr>
+                    <!-- LEFT SIDE NAVIGATION -->
+                    <td class="menuItem" width="20%" nowrap="true">
+
+                    <!-- special ACon Logo - leave here for next time
+                    <a href="http://www.us.apachecon.com/">
+                        <img src="http://www.apache.org/ads/ApacheCon/240x120-2006-us.gif"
+                             alt="ApacheCon US 2006" />
+                    </a> -->
+
+                   <!-- regular menu -->
+
+                    
+    <!-- ============================================================ -->
+
+                <p class="menuItem"><strong>General</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./index.html">Home</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./license.html">License</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://www.apache.org/">ASF</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Community</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./contributors.html">Committers</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./mailing.html">Mailing Lists</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./get-involved.html">Get Involved</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://www.jspwiki.org/">Wiki</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Development</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./svn.html">Source Code</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://issues.apache.org/jira/browse/JSPWIKI">Issue Tracking</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Documentation</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="http://people.apache.org/~metskem/JSPWiki/javadoc/">Javadoc from SVN trunk</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://doc.jspwiki.org/2.8/">Documentation Wiki</a>
+</li>
+           
+                        
+        
+        </ul>
+                        </td>
+                    <td width="80%" valign="top"><a name="top"></a>
+                                                                    <h1>
+      <a name="Welcome to Apache JSPWiki">Welcome to Apache JSPWiki</a>
+    </h1>
+                        <p>
+       <img src="images/jspwiki_logo_s.png" align="left" valign="top" />Apache JSPWiki is the apachified version of JSPWiki, a leading open source
+       wiki engine.  It is currently ongoing a transformation from an LGPL project to an Apache project
+       within the protective sheets of Apache Incubator.
+    </p>
+                <p><a href="#top">Back to top</a></p>
+                                                <h1>
+      <a name="Disclaimer">Disclaimer</a>
+    </h1>
+                        <p>
+       Apache JSPWiki is an effort undergoing incubation at The Apache Software
+       Foundation (ASF), sponsored by the Apache Incubator.
+    </p>
+                                <p>
+       Incubation is required of all newly accepted projects until a further
+       review indicates that the infrastructure, communications, and decision
+       making process have stabilized in a manner consistent with other successful
+       ASF projects. While incubation status is not necessarily a reflection of
+       the completeness or stability of the code, it does indicate that the
+       project has yet to be fully endorsed by the ASF.
+    </p>
+                <p><a href="#top">Back to top</a></p>
+                                                <h1>
+      <a name="Project Status">Project Status</a>
+    </h1>
+                        <p>
+       23-Jan-2012: The previous attempt to graduate to an ASF top-level project did not succeed for various reasons.
+       A new effort is started to graduate with a 2.9 codebase (based on 2.8), so no JCR backend and no Stripes, but the traditional JSPWiki, the progress can still be followed at our <a href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;mode=hide&amp;sorter/order=DESC&amp;sorter/field=priority&amp;resolution=-1&amp;pid=12310732&amp;fixfor=12313986">JIRA issue tracker</a>.
+</p>
+                                <p>
+       24-May-2009: We started an effort to graduate to an ASF top-level project, the progress can be followed at our <a href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;mode=hide&amp;sorter/order=DESC&amp;sorter/field=priority&amp;resolution=-1&amp;pid=12310732&amp;fixfor=12313986">JIRA issue tracker</a>.
+    </p>
+                                <p>
+       24-Apr-2009: Well, it seems that it took a few more weeks to actually make the release -
+       and we ain't there yet.  But Harry Metske and Florian Holeczek joined the PPMC, which is
+       of course good news.
+    </p>
+                                <p>
+       29-Jun-2008: JSPWiki trunk is now completely Apache-licensed, and we're looking to
+       have an incubator release in a few weeks.  Also, Harry Metske joins us as a committer.
+    </p>
+                                <p>
+       JSPWiki project also has an infrequently updated <a href="http://blog.jspwiki.org">weblog</a> and a <a href="http://twitter.com/jspwiki">Twitter page</a>.
+    </p>
+                <p><a href="#top">Back to top</a></p>
+                                                <h1>
+      <a name="How to Help?">How to Help?</a>
+    </h1>
+                        <p>
+		Please join the <a href="http://www.jspwiki.org/wiki/JSPWikiMailingLists">jspwiki mailing lists</a> if you want to help us out.
+    </p>
+                                <p>
+        We are currently in the need of testers and documentation maintainers, so even if you're
+        not a coder, you could help us in a number of ways!
+    </p>
+                <p><a href="#top">Back to top</a></p>
+                                                <h1>
+      <a name="More information">More information</a>
+    </h1>
+                        <p>
+    You can find more information about JSPWiki from our <a href="http://www.jspwiki.org/">current
+    web site</a>, until we get around to putting more information here.
+    </p>
+                                <p>
+    We also have a number of ASF web sites set up already:
+    </p>
+                                <ul>
+    	<li><a href="https://issues.apache.org/jira/browse/JSPWIKI">JIRA issue tracker</a></li>
+    	<li><a href="http://mail-archives.apache.org/mod_mbox/incubator-jspwiki-dev/">jspwiki-dev mailing list</a> - THE place for developers</li>
+    	<li><a href="http://mail-archives.apache.org/mod_mbox/incubator-jspwiki-user/">jspwiki-user mailing list</a> - if you're just a user and fear geek-talk</li>
+    </ul>
+                <p><a href="#top">Back to top</a></p>
+                    
+                                                            </td>
+                </tr>
+
+                <!-- FOOTER -->
+                <tr><td colspan="2">
+                    <hr noshade="" size="1"/>
+                </td></tr>
+                <tr><td colspan="2">
+                    <div class="special"><em>
+                    Copyright &#169; 2009, The Apache Software Foundation
+                    </em></div>
+                </td></tr>
+            </table>
+        </body>
+    </html>
+<!-- end the processing -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Added: incubator/jspwiki/site/tags/anakia-based/docs/license.html
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/tags/anakia-based/docs/license.html?rev=1334009&view=auto
==============================================================================
--- incubator/jspwiki/site/tags/anakia-based/docs/license.html (added)
+++ incubator/jspwiki/site/tags/anakia-based/docs/license.html Fri May  4 15:00:39 2012
@@ -0,0 +1,396 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+
+<!--
+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.
+-->
+
+
+<!-- start the processing -->
+    <!-- ====================================================================== -->
+    <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
+    <!-- Main Page Section -->
+    <!-- ====================================================================== -->
+    <html>
+        <head>
+            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+
+                                                    <meta name="author" value="
+     Documentation Team">
+            <meta name="email" value="jspwiki-dev@incbator.apache.org">
+            
+           
+            
+            
+            
+            
+            
+            <title>Apache JSPWiki - Apache License</title>
+
+                        
+                
+        <link rel="stylesheet" type="text/css" href="site.css"/>
+        </head>
+
+        <body>        
+            <table  width="100%" cellspacing="0">
+                <!-- TOP IMAGE -->
+                <tr>
+                    <td align='LEFT'>
+                    <table><tr><td>
+                    </td>
+                    </td></tr></table>
+                    </td>
+                    <td align='RIGHT'>
+                    <a href="http://incubator.apache.org/jspwiki">
+                    <img src="http://harmony.apache.org/images/apache-incubator-logo.png"
+                    	alt="$project.getChild("logo").getText()" /></a>                    
+                    </td>
+                </tr>
+            </table>
+            <table width="100%" cellspacing="4">
+                <tr><td colspan="2">
+                    <hr noshade="" size="1"/>
+                </td></tr>
+
+                <tr>
+                    <!-- LEFT SIDE NAVIGATION -->
+                    <td class="menuItem" width="20%" nowrap="true">
+
+                    <!-- special ACon Logo - leave here for next time
+                    <a href="http://www.us.apachecon.com/">
+                        <img src="http://www.apache.org/ads/ApacheCon/240x120-2006-us.gif"
+                             alt="ApacheCon US 2006" />
+                    </a> -->
+
+                   <!-- regular menu -->
+
+                    
+    <!-- ============================================================ -->
+
+                <p class="menuItem"><strong>General</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./index.html">Home</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./license.html">License</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://www.apache.org/">ASF</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Community</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./contributors.html">Committers</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./mailing.html">Mailing Lists</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./get-involved.html">Get Involved</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://www.jspwiki.org/">Wiki</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Development</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./svn.html">Source Code</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://issues.apache.org/jira/browse/JSPWIKI">Issue Tracking</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Documentation</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="http://people.apache.org/~metskem/JSPWiki/javadoc/">Javadoc from SVN trunk</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://doc.jspwiki.org/2.8/">Documentation Wiki</a>
+</li>
+           
+                        
+        
+        </ul>
+                        </td>
+                    <td width="80%" valign="top"><a name="top"></a>
+                                                                    <h1>
+      <a name="Apache License v2.0">Apache License v2.0</a>
+    </h1>
+                        <pre>
+
+
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      &quot;License&quot; shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      &quot;Licensor&quot; shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      &quot;Legal Entity&quot; shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      &quot;control&quot; means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      &quot;You&quot; (or &quot;Your&quot;) shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      &quot;Source&quot; form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      &quot;Object&quot; form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      &quot;Work&quot; shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      &quot;Derivative Works&quot; shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      &quot;Contribution&quot; shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, &quot;submitted&quot;
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as &quot;Not a Contribution.&quot;
+
+      &quot;Contributor&quot; shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a &quot;NOTICE&quot; text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an &quot;AS IS&quot; BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets &quot;[]&quot;
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same &quot;printed page&quot; as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
+   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 &quot;AS IS&quot; 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.
+
+
+ </pre>
+                <p><a href="#top">Back to top</a></p>
+                    
+                                                            </td>
+                </tr>
+
+                <!-- FOOTER -->
+                <tr><td colspan="2">
+                    <hr noshade="" size="1"/>
+                </td></tr>
+                <tr><td colspan="2">
+                    <div class="special"><em>
+                    Copyright &#169; 2009, The Apache Software Foundation
+                    </em></div>
+                </td></tr>
+            </table>
+        </body>
+    </html>
+<!-- end the processing -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Added: incubator/jspwiki/site/tags/anakia-based/docs/mailing.html
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/tags/anakia-based/docs/mailing.html?rev=1334009&view=auto
==============================================================================
--- incubator/jspwiki/site/tags/anakia-based/docs/mailing.html (added)
+++ incubator/jspwiki/site/tags/anakia-based/docs/mailing.html Fri May  4 15:00:39 2012
@@ -0,0 +1,223 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+
+<!--
+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.
+-->
+
+
+<!-- start the processing -->
+    <!-- ====================================================================== -->
+    <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
+    <!-- Main Page Section -->
+    <!-- ====================================================================== -->
+    <html>
+        <head>
+            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+
+                                                    <meta name="author" value="JSPWiki Developer Team">
+            <meta name="email" value="jspwiki-dev@incubator.apache.org">
+            
+           
+            
+            
+            
+            
+            
+            <title>Apache JSPWiki - Apache JSPWiki</title>
+
+                        
+                
+        <link rel="stylesheet" type="text/css" href="site.css"/>
+        </head>
+
+        <body>        
+            <table  width="100%" cellspacing="0">
+                <!-- TOP IMAGE -->
+                <tr>
+                    <td align='LEFT'>
+                    <table><tr><td>
+                    </td>
+                    </td></tr></table>
+                    </td>
+                    <td align='RIGHT'>
+                    <a href="http://incubator.apache.org/jspwiki">
+                    <img src="http://harmony.apache.org/images/apache-incubator-logo.png"
+                    	alt="$project.getChild("logo").getText()" /></a>                    
+                    </td>
+                </tr>
+            </table>
+            <table width="100%" cellspacing="4">
+                <tr><td colspan="2">
+                    <hr noshade="" size="1"/>
+                </td></tr>
+
+                <tr>
+                    <!-- LEFT SIDE NAVIGATION -->
+                    <td class="menuItem" width="20%" nowrap="true">
+
+                    <!-- special ACon Logo - leave here for next time
+                    <a href="http://www.us.apachecon.com/">
+                        <img src="http://www.apache.org/ads/ApacheCon/240x120-2006-us.gif"
+                             alt="ApacheCon US 2006" />
+                    </a> -->
+
+                   <!-- regular menu -->
+
+                    
+    <!-- ============================================================ -->
+
+                <p class="menuItem"><strong>General</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./index.html">Home</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./license.html">License</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://www.apache.org/">ASF</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Community</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./contributors.html">Committers</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./mailing.html">Mailing Lists</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./get-involved.html">Get Involved</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://www.jspwiki.org/">Wiki</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Development</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./svn.html">Source Code</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://issues.apache.org/jira/browse/JSPWIKI">Issue Tracking</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Documentation</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="http://people.apache.org/~metskem/JSPWiki/javadoc/">Javadoc from SVN trunk</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://doc.jspwiki.org/2.8/">Documentation Wiki</a>
+</li>
+           
+                        
+        
+        </ul>
+                        </td>
+                    <td width="80%" valign="top"><a name="top"></a>
+                                                                    <h1>
+      <a name="Mailing lists">Mailing lists</a>
+    </h1>
+                        <h4 id="section-JSPWikiMailingList-JSPWikiUser">JSPWiki-user<a class="hashlink" href="#section-JSPWikiMailingList-JSPWikiUser">#</a></h4>
+                                <p>The jspwiki-user mailing list is hosted at Apache.  You can join it by sending an email to <a class="external" href="mailto:jspwiki-user-subscribe@incubator.apache.org" rel="nofollow">jspwiki-user-subscribe@incubator.apache.org</a><img class="outlink" src="images/out.png" alt="" />. The list archives are at <a class="external" href="http://mail-archives.apache.org/mod_mbox/incubator-jspwiki-user/" rel="nofollow">http://mail-archives.apache.org/mod_mbox/incubator-jspwiki-user/</a><img class="outlink" src="images/out.png" alt="" />
+</p>
+                                <p>The <a class="external" href="http://www.ecyrd.com/pipermail/jspwiki-users/" rel="nofollow">old list archives</a><img class="outlink" src="images/out.png" alt="" /> are also available. There's also a <a class="external" href="http://www.nabble.com/JspWiki---User-f2680.html" rel="nofollow">secondary archive</a><img class="outlink" src="images/out.png" alt="" /> on Nabble.
+</p>
+                                <h4 id="section-JSPWikiMailingList-JSPWikiDev">JSPWiki-dev<a class="hashlink" href="#section-JSPWikiMailingList-JSPWikiDev">#</a></h4>
+                                <p>This is the list for JSPWiki developers and contributors, and anyone who is interested in
+the current state and development.  For example, all bug reports and enhancement requests
+from JIRA are automatically sent here.
+The jspwiki-dev list is hosted at Apache, so you join by sending an email to 
+<a class="external" href="mailto:jspwiki-dev-subscribe@incubator.apache.org" rel="nofollow">jspwiki-dev-subscribe@incubator.apache.org</a><img class="outlink" src="images/out.png" alt="" />.  The list archives are at <a class="external" href="http://mail-archives.apache.org/mod_mbox/incubator-jspwiki-dev/" rel="nofollow">http://mail-archives.apache.org/mod_mbox/incubator-jspwiki-dev/</a><img class="outlink" src="images/out.png" alt="" />
+</p>
+                                <p>The old JSPWiki-dev archives are 
+<a class="external" href="http://www.ecyrd.com/pipermail/jspwiki-dev/" rel="nofollow">also available</a><img class="outlink" src="images/out.png" alt="" />, if you want to peruse some interesting issues.
+
+
+<h4 id="section-JSPWikiMailingList-JSPWikiCommits">JSPWiki-commits<a class="hashlink" href="#section-JSPWikiMailingList-JSPWikiCommits">#</a></h4>
+<p>If you subscribe to this list you will get emailed when (a committer) commits new or 
+changed files to the SVN repository.
+The jspwiki-commits list is hosted at Apache, join it by sending an email to 
+<a class="external" href="mailto:jspwiki-commits-subscribe@incubator.apache.org" rel="nofollow">jspwiki-commits-subscribe@incubator.apache.org</a><img class="outlink" src="images/out.png" alt="" />.  
+The list archives are at <a class="external" href="http://mail-archives.apache.org/mod_mbox/incubator-jspwiki-commits/" rel="nofollow">http://mail-archives.apache.org/mod_mbox/incubator-jspwiki-commits/</a><img class="outlink" src="images/out.png" alt="" />
+</p>
+
+</p>
+                                <h4 id="section-JSPWikiMailingList-Unsubscribing">Unsubscribing<a class="hashlink" href="#section-JSPWikiMailingList-Unsubscribing">#</a></h4>
+                                <p>Unsubscribing is equally easy: you can just send an email to 
+jspwiki-&lt;user|dev|commits&gt;-unsubscribe@incubator.apache.org from the same email 
+address that you originally subscribed from. 
+</p>
+                                <p />
+                                <h4 id="section-JSPWikiMailingList-OtherResources">Other resources<a class="hashlink" href="#section-JSPWikiMailingList-OtherResources">#</a></h4>
+                                <ul><li><a class="external" href="http://www.jspwiki.org/wiki/IrcChannel">IrcChannel</a><img class="outlink" src="images/out.png" alt="" />
+ - chat live with the developers!  The channel is fairly quiet, and most people are in European timezones,
+ so be patient.
+</li></ul>
+                <p><a href="#top">Back to top</a></p>
+                    
+                                                            </td>
+                </tr>
+
+                <!-- FOOTER -->
+                <tr><td colspan="2">
+                    <hr noshade="" size="1"/>
+                </td></tr>
+                <tr><td colspan="2">
+                    <div class="special"><em>
+                    Copyright &#169; 2009, The Apache Software Foundation
+                    </em></div>
+                </td></tr>
+            </table>
+        </body>
+    </html>
+<!-- end the processing -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Added: incubator/jspwiki/site/tags/anakia-based/docs/site.css
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/tags/anakia-based/docs/site.css?rev=1334009&view=auto
==============================================================================
--- incubator/jspwiki/site/tags/anakia-based/docs/site.css (added)
+++ incubator/jspwiki/site/tags/anakia-based/docs/site.css Fri May  4 15:00:39 2012
@@ -0,0 +1,274 @@
+/*
+ *  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.
+ */
+
+body {
+    background-color: white;
+    color: black;
+    text-align: left;
+    text-align: left;
+    font: "Times New Roman", serif;
+}
+
+.menuItem {
+    vertical-align: top;
+    padding: 0pt;
+    margin-top: 4pt;
+    margin-bottom: 4pt;
+    margin-right: 0pt;
+    margin-left: 0pt;
+}
+
+h1 {
+    font-family: Arial, helvetica, sans-serif;
+    font-weight: bold;
+    font-size: 12pt;
+    background-color: #525D76;
+    color: white;
+    text-indent: 2pt;
+    margin-left: 0pt;
+}
+
+h2 {
+    font-family: Arial, helvetica, sans-serif;
+    font-weight: bold;
+    font-size: 12pt;
+    background-color: #828DA6;
+    color: white;
+    text-indent: 2pt;
+    margin-left: 10pt;
+}
+
+h3 {
+    font-weight: bold;
+    margin-left: 20pt;
+    margin-top: 5pt;
+    margin-right: 0pt;
+    margin-bottom: 5pt;
+    text-transform: uppercase;
+    font-size: 11pt;
+}
+
+a:link {
+    color:#525D76;
+}
+
+p {
+    padding-left: 2pt;
+    margin-left: 20pt;
+}
+
+td.TableCell {
+    vertical-align: top;
+    text-align: left;
+    background-color: #a0ddf0;
+}
+
+th.TableHeading {
+    background-color: #039acc;
+    text-align: center;
+    color: black;
+    font-family: Arial, Helvetica, sans-serif;
+    padding: 2pt;
+}
+
+table {
+    margin-left: 0pt;
+    margin-right: 0pt;
+}
+
+img {
+    border: none;
+}
+
+pre {
+    background: #F3F5F7;
+    border: thin solid;
+    border-color: #828DA6;
+    padding: 12pt;
+    font-size: 11.0pt;
+    font-family: Courier;
+    margin-right: 10pt;
+    margin-left: 25pt;
+}
+
+.class {
+    font-weight: bold;
+    font-size: 10pt;
+    font-family: Arial;
+    border-top: none;
+    border-right: none;
+    border-left: none;
+    border-bottom: solid #525D76 2px;
+}
+
+.special {
+    font-weight: bold;
+    text-align: center;
+    color: #525D76;
+    margin-top: 3pt;
+    margin-bottom: 3pt;
+    font-family: Arial, helvetica, sans-serif;
+    font-size: 10pt;
+}
+
+.backtotop {
+    font-weight: bold;
+    margin-left: 0pt;
+}
+
+.note {
+    color: red;
+    font-weight: bolder;
+    font-family: Arial, helvetica, sans-serif;
+    font-size: 10pt;
+}
+
+.notetext {
+    padding-left: 20pt;
+    margin-top: 0pt;
+    margin-bottom: 0pt;
+    font-family: Arial, helvetica, sans-serif;
+    font-size: 10pt;
+}
+
+.example {
+    font-weight: bolder;
+    font-family: Arial, helvetica, sans-serif;
+    font-size: 10pt;
+}
+
+.exampletext {
+    margin-left: 40pt;
+}
+
+.TOCHeading {
+    font-weight: bold;
+    font-size: 12pt;
+    text-align: left;
+    color: #000000;
+    font-family: Arial, helvetica, sans-serif;
+    padding-left: 15px;
+    margin-bottom: 5pt;
+    margin-top: 5pt;
+    margin-left: 5px;
+    margin-right: 0pt;
+}
+
+.TOC {
+    font-size: 11pt;
+    text-indent: 15pt;
+    color: white;
+    padding-left: 15px;
+    margin-left: 5px;
+    margin-right: 0.00px;
+    margin-top: 0px;
+    margin-bottom: 0px;
+    font-family: Arial, helvetica, sans-serif;
+}
+
+.update {
+    color: #A9A9A9;
+    font-size: smaller;
+    font-style: italic;
+}
+
+li {
+    margin-left: 20pt;
+    padding-left: 1pt;
+    padding-top: 1pt;
+    padding-bottom: 1pt;
+    padding-right: 0pt;
+}
+
+ol li {
+    list-style-type: decimal;
+}
+
+ul li {
+    list-style-type: square;
+}
+
+li ul li {
+    list-style-type: disc;
+}
+
+dl {
+    margin: 5pt;
+}
+
+dd {
+    margin-left: 30pt;
+    margin-top: 5pt;
+    margin-right: 20pt;
+    margin-bottom: 5pt;
+    border-right: none;
+    border-bottom: none;
+    border-left: none;
+    border-top: none;
+    padding-bottom: 8px;
+}
+
+dd p {
+    margin-left: 0pt;
+}
+
+dt {
+    font-size: 10pt;
+    font-family: Arial, helvetica, sans-serif;
+    font-weight: bolder;
+    margin-left: 20pt;
+    margin-top: 5pt;
+    margin-right: 0pt;
+    margin-bottom: 5pt;
+    border-top: none;
+    border-right: none;
+    border-bottom: solid #828DA6 1px;
+    border-left: none;
+    padding-bottom: 3px;
+}
+
+h2 .editsection,h2 .hashlink {
+	font-size:67%;
+}
+
+h3 .editsection,h3 .hashlink {
+	font-size:76%;
+}
+
+h4 .editsection,h4 .hashlink {
+	font-size:86%;
+}
+
+a.editsection,a.hashlink {
+	font-weight:normal;
+	line-height:1.2;
+	padding:.25em;
+	text-decoration:none;
+	color:grey;
+}
+
+a.editsection:hover,a.hashlink:hover {
+	background-color:#eee;color:blue!important;
+}
+
+h2:hover a.hashlink,h3:hover a.hashlink,h4:hover a.hashlink {
+	color:#ccc;
+}
+a.hashlink {
+	color:white;
+}
+

Added: incubator/jspwiki/site/tags/anakia-based/docs/svn.html
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/tags/anakia-based/docs/svn.html?rev=1334009&view=auto
==============================================================================
--- incubator/jspwiki/site/tags/anakia-based/docs/svn.html (added)
+++ incubator/jspwiki/site/tags/anakia-based/docs/svn.html Fri May  4 15:00:39 2012
@@ -0,0 +1,247 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+
+<!--
+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.
+-->
+
+
+<!-- start the processing -->
+    <!-- ====================================================================== -->
+    <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
+    <!-- Main Page Section -->
+    <!-- ====================================================================== -->
+    <html>
+        <head>
+            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+
+                                                    <meta name="author" value="JSPWiki Developer Team">
+            <meta name="email" value="jspwiki-dev@incubator.apache.org">
+            
+           
+            
+            
+            
+            
+            
+            <title>Apache JSPWiki - Apache JSPWiki</title>
+
+                        
+                
+        <link rel="stylesheet" type="text/css" href="site.css"/>
+        </head>
+
+        <body>        
+            <table  width="100%" cellspacing="0">
+                <!-- TOP IMAGE -->
+                <tr>
+                    <td align='LEFT'>
+                    <table><tr><td>
+                    </td>
+                    </td></tr></table>
+                    </td>
+                    <td align='RIGHT'>
+                    <a href="http://incubator.apache.org/jspwiki">
+                    <img src="http://harmony.apache.org/images/apache-incubator-logo.png"
+                    	alt="$project.getChild("logo").getText()" /></a>                    
+                    </td>
+                </tr>
+            </table>
+            <table width="100%" cellspacing="4">
+                <tr><td colspan="2">
+                    <hr noshade="" size="1"/>
+                </td></tr>
+
+                <tr>
+                    <!-- LEFT SIDE NAVIGATION -->
+                    <td class="menuItem" width="20%" nowrap="true">
+
+                    <!-- special ACon Logo - leave here for next time
+                    <a href="http://www.us.apachecon.com/">
+                        <img src="http://www.apache.org/ads/ApacheCon/240x120-2006-us.gif"
+                             alt="ApacheCon US 2006" />
+                    </a> -->
+
+                   <!-- regular menu -->
+
+                    
+    <!-- ============================================================ -->
+
+                <p class="menuItem"><strong>General</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./index.html">Home</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./license.html">License</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://www.apache.org/">ASF</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Community</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./contributors.html">Committers</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./mailing.html">Mailing Lists</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./get-involved.html">Get Involved</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://www.jspwiki.org/">Wiki</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Development</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./svn.html">Source Code</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://issues.apache.org/jira/browse/JSPWIKI">Issue Tracking</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Documentation</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="http://people.apache.org/~metskem/JSPWiki/javadoc/">Javadoc from SVN trunk</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://doc.jspwiki.org/2.8/">Documentation Wiki</a>
+</li>
+           
+                        
+        
+        </ul>
+                        </td>
+                    <td width="80%" valign="top"><a name="top"></a>
+                                                                    <h1>
+      <a name="Source code access">Source code access</a>
+    </h1>
+                        <p>You may access the Apache JSPWiki source code from the Apache SVN.</p>
+                                <p>The repository address for read-only access is:
+</p>
+                                <pre>
+  <a class="external" href="http://svn.apache.org/repos/asf/incubator/jspwiki/" rel="nofollow">http://svn.apache.org/repos/asf/incubator/jspwiki/</a>
+</pre>
+                                <p>The repository address for people with commit access is:
+</p>
+                                <pre>
+  https://svn.apache.org/repos/asf/incubator/jspwiki/
+</pre>
+                                <p>It is strongly recommended you only check out the trunk or the tag you're interested in:
+</p>
+                                <pre>
+  &gt; svn checkout https://svn.apache.org/repos/asf/incubator/jspwiki/trunk JSPWiki
+</pre>
+                                <p>You can use this url in a web-browser to see what subdirectories are available 
+before choosing one to actually check out.
+</p>
+                <p><a href="#top">Back to top</a></p>
+                                                <h1>
+      <a name="Branches">Branches</a>
+    </h1>
+                        <p>JSPWiki branches are named in ALL CAPS, and are named <tt>JSPWIKI_X_Y_BRANCH</tt>.  Whenever
+a stable release is cut, the code is branched and named accordingly. For example, you may
+access the JSPWiki 2.8 code branch from</p>
+                                <pre>
+ http://svn.apache.org/repos/asf/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/
+</pre>
+                                <p>Future stable releases are then cut from the stable branch, and have an increasing minor revision
+(e.g. 2.8.1, 2.8.2, etc).</p>
+                <p><a href="#top">Back to top</a></p>
+                                                <h1>
+      <a name="Tags">Tags</a>
+    </h1>
+                        <p>Similarly, all releases are tagged when made.  The naming convention is simple: jspwiki_x_y_z_n,
+where x,y and z are revision numbers, and n is a release designator (alpha,beta,incubating).
+For example, you may check out the 2.8.2 stable release by using the following URL:</p>
+                                <pre>
+ http://svn.apache.org/repos/asf/incubator/jspwiki/tags/jspwiki_2_8_2/
+</pre>
+                <p><a href="#top">Back to top</a></p>
+                                                <h1>
+      <a name="European mirror">European mirror</a>
+    </h1>
+                        <p>If you are located in Europe, you are highly encouraged to use the European mirror,
+as this will lower the load on the US server, and will also be considerably faster for you.
+</p>
+                                <p>The mirror is synced every few minutes, so in practice you won't see a difference 
+in the repository contents. The only time this might be a problem is if you do an 
+"svn update" right after an "svn commit", but a better workflow would be to update 
+before committing.
+</p>
+                                <p>So, you can also grab code from svn repo also from: 
+</p>
+                                <pre>http://svn.eu.apache.org/repos/asf/incubator/jspwiki/
+</pre>
+                                <p>or (people with commit access):</p>
+                                <pre>https://svn.eu.apache.org/repos/asf/incubator/jspwiki/
+</pre>
+                <p><a href="#top">Back to top</a></p>
+                    
+                                                            </td>
+                </tr>
+
+                <!-- FOOTER -->
+                <tr><td colspan="2">
+                    <hr noshade="" size="1"/>
+                </td></tr>
+                <tr><td colspan="2">
+                    <div class="special"><em>
+                    Copyright &#169; 2009, The Apache Software Foundation
+                    </em></div>
+                </td></tr>
+            </table>
+        </body>
+    </html>
+<!-- end the processing -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Added: incubator/jspwiki/site/tags/anakia-based/libs/commons-collections.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/tags/anakia-based/libs/commons-collections.jar?rev=1334009&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/site/tags/anakia-based/libs/commons-collections.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/site/tags/anakia-based/libs/jdom-b10-rc1.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/tags/anakia-based/libs/jdom-b10-rc1.jar?rev=1334009&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/site/tags/anakia-based/libs/jdom-b10-rc1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/site/tags/anakia-based/libs/logkit-1.0.1.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/tags/anakia-based/libs/logkit-1.0.1.jar?rev=1334009&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/site/tags/anakia-based/libs/logkit-1.0.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/site/tags/anakia-based/libs/oro.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/tags/anakia-based/libs/oro.jar?rev=1334009&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/site/tags/anakia-based/libs/oro.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/site/tags/anakia-based/libs/velocity-1.5-dev.jar
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/tags/anakia-based/libs/velocity-1.5-dev.jar?rev=1334009&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/site/tags/anakia-based/libs/velocity-1.5-dev.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/jspwiki/site/tags/anakia-based/velocity.properties
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/tags/anakia-based/velocity.properties?rev=1334009&view=auto
==============================================================================
--- incubator/jspwiki/site/tags/anakia-based/velocity.properties (added)
+++ incubator/jspwiki/site/tags/anakia-based/velocity.properties Fri May  4 15:00:39 2012
@@ -0,0 +1 @@
+file.resource.loader.path=xdocs, xdocs/stylesheets

Added: incubator/jspwiki/site/tags/anakia-based/xdocs/contributors.xml
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/tags/anakia-based/xdocs/contributors.xml?rev=1334009&view=auto
==============================================================================
--- incubator/jspwiki/site/tags/anakia-based/xdocs/contributors.xml (added)
+++ incubator/jspwiki/site/tags/anakia-based/xdocs/contributors.xml Fri May  4 15:00:39 2012
@@ -0,0 +1,70 @@
+<?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>Apache JSPWiki</title>
+  <author email="jspwiki-dev@incubator.apache.org">JSPWiki Developer Team</author>
+</properties>
+
+<body>
+
+<section name="JSPWiki contributors">
+
+    <p>
+       The current JSPWiki committer list:
+    </p>
+    <ul>
+       <li>Dirk Frederickx</li>
+       <li>Florian Holeczek</li>
+       <li>Janne Jalkanen</li>
+       <li>Andrew Jaquith</li>
+       <li>Harry Metske</li>
+       <li>Juan Pablo Santos</li>
+       <li>Christoph Sauer</li>
+    </ul>
+    
+    <p>As esteemed mentors we have:</p>
+    <ul>
+       <li>David M. Johnson</li>
+       <li>Craig Russell</li>
+    </ul>
+    <p>And, of course, all the fine people of the jspwiki-dev mailing list!</p>
+    
+</section>
+
+<section name="PPMC">
+   <p>
+      The Podling Project Management Committee consists of
+   </p>
+   <ul>
+       <li>Dirk Frederickx</li>
+       <li>Florian Holeczek</li>
+       <li>Janne Jalkanen</li>
+       <li>Andrew Jaquith</li>
+       <li>Harry Metske</li>
+       <li>Juan Pablo Santos</li>
+       <li>David M. Johnson</li>
+       <li>Craig Russell</li>
+       <li>Henning Schmiedehausen</li>      
+   </ul>
+</section>
+</body>
+</document>

Added: incubator/jspwiki/site/tags/anakia-based/xdocs/get-involved.xml
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/tags/anakia-based/xdocs/get-involved.xml?rev=1334009&view=auto
==============================================================================
--- incubator/jspwiki/site/tags/anakia-based/xdocs/get-involved.xml (added)
+++ incubator/jspwiki/site/tags/anakia-based/xdocs/get-involved.xml Fri May  4 15:00:39 2012
@@ -0,0 +1,61 @@
+<?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>Apache JSPWiki</title>
+  <author email="jspwiki-dev@incubator.apache.org">JSPWiki Developer Team</author>
+</properties>
+
+<body>
+
+<section name="Getting involved">
+
+<p>JSPWiki requires the help of many kinds of people.  The best way to get involved
+is to join the <a href="mailing.html">mailing lists</a> and say that you would like
+to help.  Some ideas on how you could improve us are:</p>
+
+<ul>
+    <li>Contribute a new plugin - it takes only a bit of coding effort to write
+    a new plugin or a filter.</li>
+    <li>Contribute to the web design - we all like the software to look better
+    and be more logical</li>
+    <li>Help maintain the documentation wiki - we need people who fight against spammers
+    and keep the documentation in a logical order.  Even a few edits a week will be
+    of a big help!</li>
+    <li>File bugs - despite our best efforts, we are not perfect.</li>
+    <li>Contribute hard code into the trunk - just take a moment to familiarize yourself
+    with the the coding guidelines
+    and you'll be fine.</li>
+    <li>Participate on the mailing list and encourage others to do the stuff above</li>
+    <li>Co-ordinate things - there's a whole lot of stuff that needs co-ordination
+    in a large project like this.  Our JIRA is filled with issues that need triaging,
+    and clarification and all that stuff.</li>    
+</ul>
+
+<p>The point really is that despite your skill levels at coding or the time you can
+afford to put into helping us, there's something you can always do!  Five minutes per
+week of deleting wikispam is five minutes for someone else to spend in improving
+the software.</p>
+
+</section>
+
+</body>
+</document>

Added: incubator/jspwiki/site/tags/anakia-based/xdocs/images/jspwiki_logo_s.png
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/tags/anakia-based/xdocs/images/jspwiki_logo_s.png?rev=1334009&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/jspwiki/site/tags/anakia-based/xdocs/images/jspwiki_logo_s.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream