You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mrunit.apache.org by jd...@apache.org on 2012/04/12 03:15:27 UTC

svn commit: r1325088 - in /incubator/mrunit/site/trunk: content/mrunit/community/people.mdtext content/mrunit/development/source.mdtext content/mrunit/development/source_and_guide.mdtext templates/sidenav.mdtext

Author: jdonofrio
Date: Thu Apr 12 01:15:26 2012
New Revision: 1325088

URL: http://svn.apache.org/viewvc?rev=1325088&view=rev
Log:
MRUNIT-84: Construct an MRUnit website to replace the existing stub

source page

Added:
    incubator/mrunit/site/trunk/content/mrunit/development/source_and_guide.mdtext   (contents, props changed)
      - copied, changed from r1324561, incubator/mrunit/site/trunk/content/mrunit/development/source.mdtext
Removed:
    incubator/mrunit/site/trunk/content/mrunit/development/source.mdtext
Modified:
    incubator/mrunit/site/trunk/content/mrunit/community/people.mdtext
    incubator/mrunit/site/trunk/templates/sidenav.mdtext

Modified: incubator/mrunit/site/trunk/content/mrunit/community/people.mdtext
URL: http://svn.apache.org/viewvc/incubator/mrunit/site/trunk/content/mrunit/community/people.mdtext?rev=1325088&r1=1325087&r2=1325088&view=diff
==============================================================================
--- incubator/mrunit/site/trunk/content/mrunit/community/people.mdtext (original)
+++ incubator/mrunit/site/trunk/content/mrunit/community/people.mdtext Thu Apr 12 01:15:26 2012
@@ -4,13 +4,13 @@ Apache MRUnit is a community developed p
 list of contributors to the project, for a complete list you would have to look 
 at all contributors to our [issue tracker][], mailing list and version control.
 
-# Mentors
+## Mentors
 
   * Nigel Daley
   * Patrick Hunt, champion
   * Chris Mattmann
 
-# Committers
+## Committers
 
   * Eric Sammer
   * Aaron Kimball

Copied: incubator/mrunit/site/trunk/content/mrunit/development/source_and_guide.mdtext (from r1324561, incubator/mrunit/site/trunk/content/mrunit/development/source.mdtext)
URL: http://svn.apache.org/viewvc/incubator/mrunit/site/trunk/content/mrunit/development/source_and_guide.mdtext?p2=incubator/mrunit/site/trunk/content/mrunit/development/source_and_guide.mdtext&p1=incubator/mrunit/site/trunk/content/mrunit/development/source.mdtext&r1=1324561&r2=1325088&rev=1325088&view=diff
==============================================================================
--- incubator/mrunit/site/trunk/content/mrunit/development/source.mdtext (original)
+++ incubator/mrunit/site/trunk/content/mrunit/development/source_and_guide.mdtext Thu Apr 12 01:15:26 2012
@@ -0,0 +1,16 @@
+Title: Source and Guide
+
+## Source
+
+MRUnit source code is maintained using Apache Subversion
+
+Checkout the code using:
+
+    svn co http://svn.apache.org/repos/asf/incubator/mrunit/trunk mrunit
+    
+Change http to https if you are a developer intending to make commits
+
+[Anonymous browser access][] is also available
+
+
+[Anonymous browser access]: http://svn.apache.org/viewvc/incubator/mrunit/
\ No newline at end of file

Propchange: incubator/mrunit/site/trunk/content/mrunit/development/source_and_guide.mdtext
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/mrunit/site/trunk/templates/sidenav.mdtext
URL: http://svn.apache.org/viewvc/incubator/mrunit/site/trunk/templates/sidenav.mdtext?rev=1325088&r1=1325087&r2=1325088&view=diff
==============================================================================
--- incubator/mrunit/site/trunk/templates/sidenav.mdtext (original)
+++ incubator/mrunit/site/trunk/templates/sidenav.mdtext Thu Apr 12 01:15:26 2012
@@ -20,7 +20,7 @@
 
 # Development
 
-  - [Source Code](/mrunit/development/source.html)
+  - [Source and Guide](/mrunit/development/source_and_guide.html)
   - [Road Map](https://issues.apache.org/jira/browse/MRUNIT#selectedTab=com.atlassian.jira.plugin.system.project%3Aroadmap-panel)
   - [Builds](https://builds.apache.org/view/M-R/view/MRUnit)
   - [Edit Website](/mrunit/development/edit_website.html)