You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ja...@apache.org on 2009/05/28 20:26:04 UTC

svn commit: r779708 - in /incubator/jspwiki/site: build.xml docs/contributors.html docs/index.html docs/license.html docs/svn.html xdocs/stylesheets/project.xml xdocs/stylesheets/site.vsl xdocs/svn.xml

Author: jalkanen
Date: Thu May 28 18:26:04 2009
New Revision: 779708

URL: http://svn.apache.org/viewvc?rev=779708&view=rev
Log:
Added SVN access documentation; added link to current javadocs (Harry's build).

Added:
    incubator/jspwiki/site/docs/svn.html
    incubator/jspwiki/site/xdocs/svn.xml
Modified:
    incubator/jspwiki/site/build.xml
    incubator/jspwiki/site/docs/contributors.html
    incubator/jspwiki/site/docs/index.html
    incubator/jspwiki/site/docs/license.html
    incubator/jspwiki/site/xdocs/stylesheets/project.xml
    incubator/jspwiki/site/xdocs/stylesheets/site.vsl

Modified: incubator/jspwiki/site/build.xml
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/build.xml?rev=779708&r1=779707&r2=779708&view=diff
==============================================================================
--- incubator/jspwiki/site/build.xml (original)
+++ incubator/jspwiki/site/build.xml Thu May 28 18:26:04 2009
@@ -34,7 +34,7 @@
   </target>
 
   <!-- =================================================================== -->
-  <!-- Make HTML version of River site                                     -->
+  <!-- Make HTML version of JSPWiki site                                   -->
   <!-- =================================================================== -->
 
   <target name="site" 

Modified: incubator/jspwiki/site/docs/contributors.html
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/docs/contributors.html?rev=779708&r1=779707&r2=779708&view=diff
==============================================================================
--- incubator/jspwiki/site/docs/contributors.html (original)
+++ incubator/jspwiki/site/docs/contributors.html Thu May 28 18:26:04 2009
@@ -109,7 +109,19 @@
         </ul>
             <p class="menuItem"><strong>Development</strong></p>
         <ul>
-                    <li class="menuItem">    <a href="http://issues.apache.org/jira/browse/JSPWIKI">JIRA</a>
+                    <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>
            
                         
@@ -169,7 +181,7 @@
                 </td></tr>
                 <tr><td colspan="2">
                     <div class="special"><em>
-                    Copyright &#169; 2007, The Apache Software Foundation
+                    Copyright &#169; 2009, The Apache Software Foundation
                     </em></div>
                 </td></tr>
             </table>

Modified: incubator/jspwiki/site/docs/index.html
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/docs/index.html?rev=779708&r1=779707&r2=779708&view=diff
==============================================================================
--- incubator/jspwiki/site/docs/index.html (original)
+++ incubator/jspwiki/site/docs/index.html Thu May 28 18:26:04 2009
@@ -109,7 +109,19 @@
         </ul>
             <p class="menuItem"><strong>Development</strong></p>
         <ul>
-                    <li class="menuItem">    <a href="http://issues.apache.org/jira/browse/JSPWIKI">JIRA</a>
+                    <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>
            
                         
@@ -182,7 +194,7 @@
                 </td></tr>
                 <tr><td colspan="2">
                     <div class="special"><em>
-                    Copyright &#169; 2007, The Apache Software Foundation
+                    Copyright &#169; 2009, The Apache Software Foundation
                     </em></div>
                 </td></tr>
             </table>

Modified: incubator/jspwiki/site/docs/license.html
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/docs/license.html?rev=779708&r1=779707&r2=779708&view=diff
==============================================================================
--- incubator/jspwiki/site/docs/license.html (original)
+++ incubator/jspwiki/site/docs/license.html Thu May 28 18:26:04 2009
@@ -110,7 +110,19 @@
         </ul>
             <p class="menuItem"><strong>Development</strong></p>
         <ul>
-                    <li class="menuItem">    <a href="http://issues.apache.org/jira/browse/JSPWIKI">JIRA</a>
+                    <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>
            
                         
@@ -340,7 +352,7 @@
                 </td></tr>
                 <tr><td colspan="2">
                     <div class="special"><em>
-                    Copyright &#169; 2007, The Apache Software Foundation
+                    Copyright &#169; 2009, The Apache Software Foundation
                     </em></div>
                 </td></tr>
             </table>

Added: incubator/jspwiki/site/docs/svn.html
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/docs/svn.html?rev=779708&view=auto
==============================================================================
--- incubator/jspwiki/site/docs/svn.html (added)
+++ incubator/jspwiki/site/docs/svn.html Thu May 28 18:26:04 2009
@@ -0,0 +1,235 @@
+<!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="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>
+           
+                        
+        
+        </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 -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Modified: incubator/jspwiki/site/xdocs/stylesheets/project.xml
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/xdocs/stylesheets/project.xml?rev=779708&r1=779707&r2=779708&view=diff
==============================================================================
--- incubator/jspwiki/site/xdocs/stylesheets/project.xml (original)
+++ incubator/jspwiki/site/xdocs/stylesheets/project.xml Thu May 28 18:26:04 2009
@@ -26,9 +26,13 @@
     <menu name="Development">
 <!-- 
         <item name="Road Map / TODO"        href="/roadmap.html"/>
+  -->
         <item name="Source Code"            href="/svn.html"/>
- -->
-        <item name="JIRA"                   href="http://issues.apache.org/jira/browse/JSPWIKI"/>
+        <item name="Issue Tracking"         href="http://issues.apache.org/jira/browse/JSPWIKI"/>
+    </menu>
+    
+    <menu name="Documentation">
+        <item name="Javadoc from SVN trunk" href="http://people.apache.org/~metskem/JSPWiki/javadoc/"/>
     </menu>
 
 <!--

Modified: incubator/jspwiki/site/xdocs/stylesheets/site.vsl
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/xdocs/stylesheets/site.vsl?rev=779708&r1=779707&r2=779708&view=diff
==============================================================================
--- incubator/jspwiki/site/xdocs/stylesheets/site.vsl (original)
+++ incubator/jspwiki/site/xdocs/stylesheets/site.vsl Thu May 28 18:26:04 2009
@@ -298,7 +298,7 @@
                 </td></tr>
                 <tr><td colspan="2">
                     <div class="special"><em>
-                    Copyright &#169; 2007, The Apache Software Foundation
+                    Copyright &#169; 2009, The Apache Software Foundation
                     </em></div>
                 </td></tr>
             </table>

Added: incubator/jspwiki/site/xdocs/svn.xml
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/xdocs/svn.xml?rev=779708&view=auto
==============================================================================
--- incubator/jspwiki/site/xdocs/svn.xml (added)
+++ incubator/jspwiki/site/xdocs/svn.xml Thu May 28 18:26:04 2009
@@ -0,0 +1,96 @@
+<?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="Source code access">
+
+<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>
+
+</section>
+<section name="Branches">
+
+<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>
+</section>
+
+<section name="Tags">
+
+<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>
+    
+</section>
+
+<section name="European mirror">
+<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>
+
+</section>
+</body>
+
+</document>