You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by gm...@apache.org on 2013/06/15 16:22:56 UTC

svn commit: r1493364 - /incubator/jspwiki/site/trunk/content/jspwiki/development/source_and_guide.mdtext

Author: gmazza
Date: Sat Jun 15 14:22:56 2013
New Revision: 1493364

URL: http://svn.apache.org/r1493364
Log:
Better formatting of build page.

Modified:
    incubator/jspwiki/site/trunk/content/jspwiki/development/source_and_guide.mdtext

Modified: incubator/jspwiki/site/trunk/content/jspwiki/development/source_and_guide.mdtext
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/trunk/content/jspwiki/development/source_and_guide.mdtext?rev=1493364&r1=1493363&r2=1493364&view=diff
==============================================================================
--- incubator/jspwiki/site/trunk/content/jspwiki/development/source_and_guide.mdtext (original)
+++ incubator/jspwiki/site/trunk/content/jspwiki/development/source_and_guide.mdtext Sat Jun 15 14:22:56 2013
@@ -1,6 +1,6 @@
-Title: Source and Guide
+Title: Getting and Building JSPWiki Source code
 
-## Source
+## Getting JSPWiki Source Code
 
 JSPWiki source code (<a class="external" href="http://svn.apache.org/viewvc/incubator/jspwiki/">
 browse</a>) is maintained using Apache Subversion.
@@ -17,21 +17,19 @@ Change http to https if you are a develo
 
 See the [Edit Website][] page for the website sources.
 
-## Developer Guide
-
-Building:
+## Building JSPWiki
 
 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.
 
 Production distributions (see [Release Page][]) still use the Apache Ant "ant dist" target, after the build is done using Maven.
 
-Coding standards:
+# Coding standards:
 
   * 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.)
   * Remove trailing whitespace and whitespace on empty lines
 
-Commits:
+# Commits:
 
   * 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 
@@ -43,5 +41,5 @@ planned release version as this is used 
 
 
 [Edit Website]: edit_website.html
-[Release Page]: ../ppmc/how_to_release.mdtext
+[Release Page]: ../ppmc/how_to_release.html