You are viewing a plain text version of this content. The canonical link for it is here.
Posted to awf-commits@incubator.apache.org by jm...@apache.org on 2011/10/22 00:03:22 UTC

svn commit: r1187608 - /incubator/deft/trunk/src/site/xdoc/contributor-guide.xml

Author: jmeehan
Date: Sat Oct 22 00:03:22 2011
New Revision: 1187608

URL: http://svn.apache.org/viewvc?rev=1187608&view=rev
Log:
DEFT-189 - Added Getting Started guide to main page; correct formatting issues.

Modified:
    incubator/deft/trunk/src/site/xdoc/contributor-guide.xml

Modified: incubator/deft/trunk/src/site/xdoc/contributor-guide.xml
URL: http://svn.apache.org/viewvc/incubator/deft/trunk/src/site/xdoc/contributor-guide.xml?rev=1187608&r1=1187607&r2=1187608&view=diff
==============================================================================
--- incubator/deft/trunk/src/site/xdoc/contributor-guide.xml (original)
+++ incubator/deft/trunk/src/site/xdoc/contributor-guide.xml Sat Oct 22 00:03:22 2011
@@ -20,7 +20,7 @@
 		<title>Apache Deft - Contributor Guide</title>
 	</properties>
 	<body>
-		<section name="Overview">
+		<section name="Contributor Guide">
 			<p>Anybody wishing to contribute code, ideas or their time in any
 				other way is always welcome. This page provides an overview on
 				how to
@@ -37,8 +37,7 @@
 					so:
 				</p>
 				<div class="source">
-					<a class="externalLink" href="http://svn.apache.org/viewvc/incubator/deft/trunk/">http://svn.apache.org/viewvc/incubator/deft/trunk/
-					</a>
+					svn checkout http://svn.apache.org/repos/asf/incubator/deft/trunk/
 				</div>
 				<p>One the source is down, you should be able to import it into your
 					chosen environment as you would any other Maven project. Eclipse
@@ -100,7 +99,8 @@
 				<p>
 					Following any submission, the application will build through the
 					<a class="external" href="https://builds.apache.org/job/Deft/">Jenkins</a>
-					environment. When the build completes, the job is done! Time for the next ticket...
+					environment. When the build completes, the job is done! Time for
+					the next ticket...
 				</p>
 			</subsection>