Author: cutting Date: Wed Dec 5 10:27:03 2007 New Revision: 601458 URL: http://svn.apache.org/viewvc?rev=601458&view=rev Log: HADOOP-2160. Fix external links.
Modified: lucene/hadoop/site/author/src/documentation/content/xdocs/index.xml lucene/hadoop/site/author/src/documentation/content/xdocs/site.xml Modified: lucene/hadoop/site/author/src/documentation/content/xdocs/index.xml URL: http://svn.apache.org/viewvc/lucene/hadoop/site/author/src/documentation/content/xdocs/index.xml?rev=601458&r1=601457&r2=601458&view=diff ============================================================================== --- lucene/hadoop/site/author/src/documentation/content/xdocs/index.xml (original) +++ lucene/hadoop/site/author/src/documentation/content/xdocs/index.xml Wed Dec 5 10:27:03 2007 @@ -55,6 +55,21 @@ <figure alt="architecture" src="images/architecture.gif" /> + + <section> + <title>Getting Started </title> + <p> + The Hadoop project plans to scale Hadoop up to handling + thousands of computers. However, to begin with you can start by + installing in on a single machine or a very small cluster. + </p> + <ol> + <li><a href="ext:docs/current/">Learn about</a> Hadoop by reading the documentation.</li> + <li><a href="releases.html">Download</a> Hadoop from the release page.</li> + <li><a href="mailing_lists.html">Discuss it</a> on the mailing list.</li> + </ol> + </section> + <section> <title> Getting Involved </title> <p> Modified: lucene/hadoop/site/author/src/documentation/content/xdocs/site.xml URL: http://svn.apache.org/viewvc/lucene/hadoop/site/author/src/documentation/content/xdocs/site.xml?rev=601458&r1=601457&r2=601458&view=diff ============================================================================== --- lucene/hadoop/site/author/src/documentation/content/xdocs/site.xml (original) +++ lucene/hadoop/site/author/src/documentation/content/xdocs/site.xml Wed Dec 5 10:27:03 2007 @@ -24,7 +24,7 @@ </project> <docs label="Documentation"> - <r0.15.1 label="Release 0.15.1" href="ext:docs/r0.15.1/"/> + <r0.15.1 label="Release 0.15.1" href="ext:docs/r0.15.1/"/> </docs> <resources label="Developers"> @@ -44,7 +44,8 @@ <lucene href="http://lucene.apache.org/" /> <nutch href="http://lucene.apache.org/nutch/" /> <hadoop-default href="http://lucene.apache.org/hadoop/hadoop-default.html" /> - <docs href="docs/">n + <docs href="docs/"> + <current href="r0.15.1/"/> <r0.15.1 href="r0.15.1/"/> </docs>