You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by bu...@apache.org on 2012/10/13 21:22:35 UTC

svn commit: r835005 - in /websites/staging/jspwiki/trunk/content: ./ jspwiki/community/ jspwiki/development/

Author: buildbot
Date: Sat Oct 13 19:22:35 2012
New Revision: 835005

Log:
Staging update by buildbot for jspwiki

Removed:
    websites/staging/jspwiki/trunk/content/jspwiki/development/eclipse-jalkanen-codestyle.xml
    websites/staging/jspwiki/trunk/content/jspwiki/development/jspwiki-checkstyle.xml
Modified:
    websites/staging/jspwiki/trunk/content/   (props changed)
    websites/staging/jspwiki/trunk/content/jspwiki/community/get_involved.html
    websites/staging/jspwiki/trunk/content/jspwiki/community/people.html
    websites/staging/jspwiki/trunk/content/jspwiki/development/building.html
    websites/staging/jspwiki/trunk/content/jspwiki/development/source_and_guide.html

Propchange: websites/staging/jspwiki/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Oct 13 19:22:35 2012
@@ -1 +1 @@
-1397801
+1397933

Modified: websites/staging/jspwiki/trunk/content/jspwiki/community/get_involved.html
==============================================================================
--- websites/staging/jspwiki/trunk/content/jspwiki/community/get_involved.html (original)
+++ websites/staging/jspwiki/trunk/content/jspwiki/community/get_involved.html Sat Oct 13 19:22:35 2012
@@ -91,7 +91,7 @@ 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 improve the Apache JSPWiki website - We use the Apache CMS for our
-website, [patches][] welcome.<br />
+website, <a href="../development/edit_website.html">patches</a> welcome.<br />
 </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 

Modified: websites/staging/jspwiki/trunk/content/jspwiki/community/people.html
==============================================================================
--- websites/staging/jspwiki/trunk/content/jspwiki/community/people.html (original)
+++ websites/staging/jspwiki/trunk/content/jspwiki/community/people.html Sat Oct 13 19:22:35 2012
@@ -95,11 +95,8 @@
 </ul>
 <p>As esteemed mentors we have:</p>
 <ul>
-<li>Dave Johnson</li>
 <li>Sam Ruby</li>
 <li>Craig Russell</li>
-<li>Henning Schmiedehausen<br />
-</li>
 </ul>
 <p>And, of course, all the fine people of the jspwiki-dev <a href="mailing_lists.html">mailing list</a>!</p>
 <h2 id="ppmc">PPMC</h2>

Modified: websites/staging/jspwiki/trunk/content/jspwiki/development/building.html
==============================================================================
--- websites/staging/jspwiki/trunk/content/jspwiki/development/building.html (original)
+++ websites/staging/jspwiki/trunk/content/jspwiki/development/building.html Sat Oct 13 19:22:35 2012
@@ -89,11 +89,13 @@ files, which you'll want to compile.</p>
 <h2 id="requirements">Requirements</h2>
 <p>You'll need the following programs:</p>
 <ul>
-<li>J2SDK 5.0 (I use the one from Sun Microsystems; I haven't tested any others.)</li>
+<li>J2SDK 5.0 or later (only Oracle JDKs have been tested)</li>
 <li>Apache Ant 1.7.1 (available from http://ant.apache.org)</li>
 <li>Servlet API 2.4 (servlet-api.jar, available from Sun Microsystems.)</li>
 <li>JUnit 3.8.2 (from www.junit.org, required for running tests)</li>
 </ul>
+<p>The versions given above are the minimum necessary; using more
+recent versions is also fine.</p>
 <p>You'll also need Internet access in order to download JSPWiki's dependencies.</p>
 <h2 id="building">Building</h2>
 <p>Ant is the build system.</p>

Modified: websites/staging/jspwiki/trunk/content/jspwiki/development/source_and_guide.html
==============================================================================
--- websites/staging/jspwiki/trunk/content/jspwiki/development/source_and_guide.html (original)
+++ websites/staging/jspwiki/trunk/content/jspwiki/development/source_and_guide.html Sat Oct 13 19:22:35 2012
@@ -101,7 +101,8 @@ Anonymous browser access</a> is also ava
 <h2 id="developer-guide">Developer Guide</h2>
 <p>Coding standards:</p>
 <ul>
-<li>Use the <a href="eclipse-jalkanen-codestyle.xml">Eclipse</a> and <a href="jspwiki-checkstyle.xml">Checkstyle</a> formatters.</li>
+<li>Use the <a href="http://svn.apache.org/viewvc/incubator/jspwiki/trunk/etc/jspwiki-eclipse-codestyle.xml?view=co&content-type=text%2Fplain">Eclipse</a> 
+and <a href="http://svn.apache.org/viewvc/incubator/jspwiki/trunk/etc/jspwiki-checkstyle.xml?view=co&content-type=text%2Fplain">Checkstyle</a> formatters.</li>
 <li>Remove trailing whitespace and whitespace on empty lines</li>
 </ul>
 <p>Commits:</p>