You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2005/10/15 23:54:21 UTC

svn commit: r321503 - in /maven/components/trunk/maven-site/src/site/apt/guides: development/guide-helping.apt development/guide-m2-development.apt index.apt mktoc.sh

Author: jvanzyl
Date: Sat Oct 15 14:54:20 2005
New Revision: 321503

URL: http://svn.apache.org/viewcvs?rev=321503&view=rev
Log:
o updating toc

Added:
    maven/components/trunk/maven-site/src/site/apt/guides/development/guide-helping.apt   (with props)
Modified:
    maven/components/trunk/maven-site/src/site/apt/guides/development/guide-m2-development.apt
    maven/components/trunk/maven-site/src/site/apt/guides/index.apt
    maven/components/trunk/maven-site/src/site/apt/guides/mktoc.sh

Added: maven/components/trunk/maven-site/src/site/apt/guides/development/guide-helping.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/guides/development/guide-helping.apt?rev=321503&view=auto
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/guides/development/guide-helping.apt (added)
+++ maven/components/trunk/maven-site/src/site/apt/guides/development/guide-helping.apt Sat Oct 15 14:54:20 2005
@@ -0,0 +1,45 @@
+ ------
+ Guide to helping with Maven
+ ------
+ Brett Porter
+ Jason van Zyl
+ ------
+ 12 October 2005
+ ------
+
+Guide to helping with Maven
+
+ As with any open source project, there are several ways you can help:
+
+ * Join the {{{../../mail-lists.html}mailing list}} and answer other user's questions
+
+ * Report bugs, feature requests and other issues in the {{{../issue-tracking.html}issue tracking}} application.
+
+ * {{{guide-m2-development.html#Creating and submitting a patch}Submit patches}} to reported issues (both those you find, or that others have filed)
+
+ []
+
+ Your participation in the community is much appreciated!
+
+Why Would I Want to Help?
+
+ There are several reasons these are good things.
+
+  * By answering other people's questions, you can learn more for yourself</li>
+
+  * By submitting your own fixes, they get incorporated faster</li>
+
+  * By reporting issues, you ensure that bugs don't get missed, or forgotten</li>
+
+  * You are giving back to a community that has given you software for free</li>
+
+How do I Join the Project?
+
+ Projects at Apache operate under a meritocracy, meaning those that the developers notice participating to a
+ high extent will be invited to join the project as a committer.
+
+ This is as much based on personality and ability to work with other developers and the community as it is with
+ proven technical ability. Being unhelpful to other users, or obviously looking to become a committer for bragging
+ rights and nothing else is frowned upon, as is asking to be made a committer without having contributed
+ sufficiently to be invited.
+

Propchange: maven/components/trunk/maven-site/src/site/apt/guides/development/guide-helping.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/components/trunk/maven-site/src/site/apt/guides/development/guide-helping.apt
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Modified: maven/components/trunk/maven-site/src/site/apt/guides/development/guide-m2-development.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/guides/development/guide-m2-development.apt?rev=321503&r1=321502&r2=321503&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/guides/development/guide-m2-development.apt (original)
+++ maven/components/trunk/maven-site/src/site/apt/guides/development/guide-m2-development.apt Sat Oct 15 14:54:20 2005
@@ -50,7 +50,7 @@
  When you find a issue you would like to work on add a comment in the issue log so the core developers and other
  people looking for work know that someone is already working on it.
 
-* Creating and submitting a patch
+* {{Creating and submitting a patch}}
 
  When you have either completed an issue or just want some feedback on the work you have done, create a patch
  and attach the patch to the issue in question. We have a couple of guidelines when creating patches:

Modified: maven/components/trunk/maven-site/src/site/apt/guides/index.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/guides/index.apt?rev=321503&r1=321502&r2=321503&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/guides/index.apt (original)
+++ maven/components/trunk/maven-site/src/site/apt/guides/index.apt Sat Oct 15 14:54:20 2005
@@ -36,6 +36,8 @@
 
  * {{{mini/guide-generating-sources.html}Guide to Generating Sources}}
 
+ * {{{mini/guide-ibiblio-upload.html}Guide to uploading artifacts to Ibiblio}}
+
  * {{{mini/guide-ide-eclipse.html}Guide to using Eclipse with Maven 2.x}}
 
  * {{{mini/guide-ide-idea.html}Guide to using IDEA with Maven 2.x}}
@@ -89,11 +91,14 @@
  * {{{plugin/guide-java-plugin-development.html}Guide to Developing Java Plugins}}
 
 
-* Developer Guides 
+* Development Guides
+
+ * {{{development/guide-building-m2.html}Guide to Building Maven 2.0}}
+
+ * {{{development/guide-helping.html}Guide to helping with Maven}}
+
+ * {{{development/guide-m2-development.html}Guide to Developing Maven}}
 
- * {{{development/guide-m2-development.html}Guide to Developing Maven 2.x}}
- 
- * {{{development/guide-building-m2.html}Guide to Building Maven 2.x}}
 
 * Reference
 

Modified: maven/components/trunk/maven-site/src/site/apt/guides/mktoc.sh
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/guides/mktoc.sh?rev=321503&r1=321502&r2=321503&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/guides/mktoc.sh (original)
+++ maven/components/trunk/maven-site/src/site/apt/guides/mktoc.sh Sat Oct 15 14:54:20 2005
@@ -99,11 +99,19 @@
 # Developer Guides
 #
 
-echo "" >> $toc
-echo "* Developer Guides " >> $toc
-echo "" >> $toc
-echo " * {{{development/guide-m2-development.html}Guide to Developing Maven 2.x}}" >> $toc
-echo " " >> $toc
-echo " * {{{development/guide-building-m2.html}Guide to Building Maven 2.x}}" >> $toc
+echo >> $toc
+echo "* Development Guides" >> $toc
+echo >> $toc
+
+(
+  cd development
+
+  for i in `ls guide-*.apt`
+  do
+   title=`grep "^ Guide" $i | sed 's/^ *//'`
+   i=`echo $i | sed 's/\.apt/\.html/'`
+   [ ! -z "$title" ] && echo " * {{{development/$i}$title}}" >> $toc && echo >> $toc
+  done       
+)       
 
 cat tail.txt >> $toc