Author: assaf
Date: Tue Apr 22 15:29:02 2008
New Revision: 650679
URL: http://svn.apache.org/viewvc?rev=650679&view=rev
Log:
Fixed section dealing with mailing list, point to archives instead of mailto
addresses, also list -commits archive.
Instructions for installing Buildr from source: added setup task and usage for
JRuby.
Git: link to Github page and git clone instructions.
Modified:
incubator/buildr/trunk/doc/pages/contributing.textile
incubator/buildr/trunk/doc/pages/mailing_lists.textile
Modified: incubator/buildr/trunk/doc/pages/contributing.textile
URL:
http://svn.apache.org/viewvc/incubator/buildr/trunk/doc/pages/contributing.textile?rev=650679&r1=650678&r2=650679&view=diff
==============================================================================
--- incubator/buildr/trunk/doc/pages/contributing.textile (original)
+++ incubator/buildr/trunk/doc/pages/contributing.textile Tue Apr 22 15:29:02
2008
@@ -6,24 +6,17 @@
h2. Mailing Lists
-We don't talk much, but when we do, we have interesting things to say, so start
-by subscribing to the "mailing lists":mailing_lists.html. It's the best place
-to ask questions, offer help and suggestions, raise new ideas, tell us how
-you're using Buildr in your own projects, and find out what other people are
-doing with Buildr.
-
We run two mailing lists, the
-"buildr-user":mailto:[EMAIL PROTECTED] mailing list
-("subscribe":mailto:[EMAIL PROTECTED],
-"archive":http://mail-archives.apache.org/mod_mbox/incubator-buildr-user/) for
-developers working with Buildr, and the
-"buildr-dev":mailto:[EMAIL PROTECTED] mailing list
-("subscribe":mailto:[EMAIL PROTECTED],
-"archive":http://mail-archives.apache.org/mod_mbox/incubator-buildr-dev/) for
-development of Buildr itself. We also have a
-"commits":mailto:[email protected] mailing list
-("subscribe":mailto:[EMAIL PROTECTED]) if you want to
-stalk us.
+"buildr-user":http://mail-archives.apache.org/mod_mbox/incubator-buildr-user/
+mailing list for developers working with Buildr, that would be you if you're
+using Buildr or interested in using it. There's the
+"buildr-dev":http://mail-archives.apache.org/mod_mbox/incubator-buildr-dev/
+mailing list for talking about development of Buildr itself, and
+"commits":http://mail-archives.apache.org/mod_mbox/incubator-buildr-commits/
+mailing list for following SVN commits and JIRA issues.
+
+Check the "mailing lists":mailing_lists.html page for more information on
+subscribing, searching and posting to the mailing list.
h2. Bugs (aka Issues)
@@ -72,14 +65,26 @@
You can also browse the "Buildr
repository":http://svn.apache.org/repos/asf/incubator/buildr.
-You can also install Buildr from your working copy:
+Not a fan SVN? We understand. You can also grab a copy of "Buildr from
+Github":http://github.com/vic/buildr/tree/master:
+
+{{{!sh
+$ git clone git://github.com/vic/buildr.git
+}}}
+
+To install Buildr from the source directory:
{{{!sh
$ cd buildr
-$ rake install
+$ rake setup install
}}}
-(Linux and OS/X, use @sudo rake install@)
+When using Buildr for JRuby:
+
+{{{!sh
+$ cd buildr
+$ jruby -S rake setup install
+}}}
h2. Testing/Specs
Modified: incubator/buildr/trunk/doc/pages/mailing_lists.textile
URL:
http://svn.apache.org/viewvc/incubator/buildr/trunk/doc/pages/mailing_lists.textile?rev=650679&r1=650678&r2=650679&view=diff
==============================================================================
--- incubator/buildr/trunk/doc/pages/mailing_lists.textile (original)
+++ incubator/buildr/trunk/doc/pages/mailing_lists.textile Tue Apr 22 15:29:02
2008
@@ -1,32 +1,17 @@
h1. Mailing Lists
-*buildr-user* For developers working with Buildr:
-
-* Send messages to
-"[EMAIL PROTECTED]":mailto:[EMAIL PROTECTED]
-
-* Subscribe by sending a message to
-"[EMAIL PROTECTED]":mailto:[EMAIL PROTECTED]
-
-* View the "mailing list
-archives":http://mail-archives.apache.org/mod_mbox/incubator-buildr-user/.
-
-*buildr-dev* For development of Buildr itself:
-
-* Send messages to
-"[EMAIL PROTECTED]":mailto:[EMAIL PROTECTED]
-
-* Subscribe by sending a message to
-"[EMAIL PROTECTED]":mailto:[EMAIL PROTECTED]
-
-* View the "mailing list
-archives":http://mail-archives.apache.org/mod_mbox/incubator-buildr-dev/.
-
-*buildr-commits* Commit messages from SVN and progress status from JIRA:
-
-* Subscribe by sending a message to
-"[EMAIL PROTECTED]":mailto:[EMAIL PROTECTED]
-
-* View the "mailing list
-archives":http://mail-archives.apache.org/mod_mbox/incubator-buildr-commits/.
+|_. buildr-user |_. For developers working with Buildr |
+| Post | "[EMAIL PROTECTED]":mailto:[EMAIL PROTECTED] |
+| Browse | "buildr-user
archives":http://mail-archives.apache.org/mod_mbox/incubator-buildr-user/ |
+| Subscribe | "[EMAIL PROTECTED]":mailto:[EMAIL PROTECTED] |
+| Unsubscribe | "[EMAIL PROTECTED]":mailto:[EMAIL PROTECTED] |
+|_. buildr-dev |_. For development of Buildr itself |
+| Post | "[EMAIL PROTECTED]":mailto:[EMAIL PROTECTED] |
+| Browse | "buildr-dev
archives":http://mail-archives.apache.org/mod_mbox/incubator-buildr-dev/ |
+| Subscribe | "[EMAIL PROTECTED]":mailto:[EMAIL PROTECTED] |
+| Unsubscribe | "[EMAIL PROTECTED]":mailto:[EMAIL PROTECTED] |
+|_. buildr-commits |_. Commit messages and JIRA status |
+| Subscribe | "[EMAIL PROTECTED]":mailto:[EMAIL PROTECTED] |
+| Unsubscribe | "[EMAIL PROTECTED]":mailto:[EMAIL PROTECTED] |
+| Browse | "buildr-commits
archives":http://mail-archives.apache.org/mod_mbox/incubator-buildr-commits/ |