You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2012/03/08 21:21:03 UTC

svn commit: r1298559 - /lucene/cms/trunk/content/site-instructions.mdtext

Author: hossman
Date: Thu Mar  8 20:21:03 2012
New Revision: 1298559

URL: http://svn.apache.org/viewvc?rev=1298559&view=rev
Log:
preview lied about nested lists

Modified:
    lucene/cms/trunk/content/site-instructions.mdtext

Modified: lucene/cms/trunk/content/site-instructions.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/site-instructions.mdtext?rev=1298559&r1=1298558&r2=1298559&view=diff
==============================================================================
--- lucene/cms/trunk/content/site-instructions.mdtext (original)
+++ lucene/cms/trunk/content/site-instructions.mdtext Thu Mar  8 20:21:03 2012
@@ -1,4 +1,5 @@
 Title: Updating the Lucene Website
+
 ## Editing Content
 
 Editing any of the Lucene sites (Core, Solr, PyLucene, OpenRelevance) is easily done using the [ASF CMS](http://www.apache.org/dev/cms.html).
@@ -13,9 +14,9 @@ To get started, take the following steps
 
 * svn co https://svn.apache.org/repos/asf/lucene/cms/trunk cms/trunk
 * svn co https://svn.apache.org/repos/infra/websites/cms/build if you wish to build and test locally
-  * [http://www.apache.org/dev/cmsref.html#local-build](http://www.apache.org/dev/cmsref.html#local-build) for details on building locally.  If you are on a mac, you may need some perl dependencies installed.
-  * cd asf-cms
-  * ./build_site.pl --target-base=<path to output on local HTTPd server, I use ~/Sites> --source=../trunk/
+    * [http://www.apache.org/dev/cmsref.html#local-build](http://www.apache.org/dev/cmsref.html#local-build) for details on building locally.  If you are on a mac, you may need some perl dependencies installed.
+    * cd asf-cms
+    * ./build_site.pl --target-base=<path to output on local HTTPd server, I use ~/Sites> --source=../trunk/
 * Edit the files in cms/trunk/content and cms/trunk/templates as you see fit.  When you are satisfied, svn commit.
 * Browse to the [staging site](http://lucene.staging.apache.org/) to see them live (it may take a few seconds to build).