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 2013/06/15 16:23:02 UTC

svn commit: r865751 - in /websites/staging/jspwiki/trunk/content: ./ jspwiki/development/source_and_guide.html

Author: buildbot
Date: Sat Jun 15 14:23:02 2013
New Revision: 865751

Log:
Staging update by buildbot for jspwiki

Modified:
    websites/staging/jspwiki/trunk/content/   (props changed)
    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 Jun 15 14:23:02 2013
@@ -1 +1 @@
-1493363
+1493364

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 Jun 15 14:23:02 2013
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html id="top" xmlns="http://www.w3.org/1999/xhtml" xmlns:jspwiki="http://www.jspwiki.org"><head>
-  <title>Source and Guide
</title>
+  <title>Getting and Building JSPWiki Source code
</title>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
   <link rel="stylesheet" type="text/css" media="screen, projection, print" href="/jspwiki/css/jspwiki.css">
   <link rel="stylesheet" type="text/css" media="print" href="/jspwiki/css/jspwiki_print.css">
@@ -28,7 +28,7 @@
 
     
     <div class="pagename">
-      Source and Guide

+      Getting and Building JSPWiki Source code

     </div>
     
     
@@ -82,7 +82,7 @@
       
       <div class="tabs">
         <div id="pagecontent">
-          <h2 id="source">Source</h2>
+          <h2 id="getting-jspwiki-source-code">Getting JSPWiki Source Code</h2>
 <p>JSPWiki source code (<a class="external" href="http://svn.apache.org/viewvc/incubator/jspwiki/">
 browse</a>) is maintained using Apache Subversion.</p>
 <p>Checkout the code using:</p>
@@ -97,17 +97,16 @@ browse</a>) is maintained using Apache S
 
 <p>Change http to https if you are a developer intending to make commits</p>
 <p>See the <a href="edit_website.html">Edit Website</a> page for the website sources.</p>
-<h2 id="developer-guide">Developer Guide</h2>
-<p>Building:</p>
+<h2 id="building-jspwiki">Building JSPWiki</h2>
 <p>Apache JSPWiki is a <a href="http://maven.apache.org">Maven</a>-based project and builds using the same commands as other Maven projects.  The JSPWiki team maintains a <a href="http://svn.apache.org/viewvc/incubator/jspwiki/trunk/mvn_cheat-sheet.txt?view=co">cheat sheet</a> of common Maven tasks for this project.</p>
-<p>Production distributions (see <a href="../ppmc/how_to_release.mdtext">Release Page</a>) still use the Apache Ant "ant dist" target, after the build is done using Maven.</p>
-<p>Coding standards:</p>
+<p>Production distributions (see <a href="../ppmc/how_to_release.html">Release Page</a>) still use the Apache Ant "ant dist" target, after the build is done using Maven.</p>
+<h1 id="coding-standards">Coding standards:</h1>
 <ul>
 <li>Use the <a href="http://svn.apache.org/viewvc/incubator/jspwiki/trunk/jspwiki-war/src/main/config/dev/jspwiki-eclipse-codestyle.xml?view=co&content-type=text%2Fplain">Eclipse</a> 
 and <a href="http://svn.apache.org/viewvc/incubator/jspwiki/trunk/jspwiki-war/src/main/config/dev/jspwiki-checkstyle.xml?view=co&revision=1486481&content-type=text%2Fplain">Checkstyle</a> formatters (both automatically incorporated when you run mvn eclipse:eclipse on the project.)</li>
 <li>Remove trailing whitespace and whitespace on empty lines</li>
 </ul>
-<p>Commits:</p>
+<h1 id="commits">Commits:</h1>
 <ul>
 <li>All commits except those to the website or for releases should start with 
 JSPWIKI-num: JIRA title. If committing a patch from a contributor the commit