You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gs...@apache.org on 2012/01/31 20:35:12 UTC

svn commit: r1238761 - in /lucene/cms/trunk: content/site-instructions.mdtext templates/sidenav.mdtext

Author: gsingers
Date: Tue Jan 31 19:35:11 2012
New Revision: 1238761

URL: http://svn.apache.org/viewvc?rev=1238761&view=rev
Log:
LUCENE-2748: add site editing info to main page

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

Added: lucene/cms/trunk/content/site-instructions.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/site-instructions.mdtext?rev=1238761&view=auto
==============================================================================
--- lucene/cms/trunk/content/site-instructions.mdtext (added)
+++ lucene/cms/trunk/content/site-instructions.mdtext Tue Jan 31 19:35:11 2012
@@ -0,0 +1,19 @@
+# Updating the Lucene Sites
+
+## 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).
+
+To get started, take the following steps from the command line:
+
+* 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/
+*  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).
+
+## Publishing Content to the Live Site
+
+TBD

Modified: lucene/cms/trunk/templates/sidenav.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/sidenav.mdtext?rev=1238761&r1=1238760&r2=1238761&view=diff
==============================================================================
--- lucene/cms/trunk/templates/sidenav.mdtext (original)
+++ lucene/cms/trunk/templates/sidenav.mdtext Tue Jan 31 19:35:11 2012
@@ -15,6 +15,13 @@
   - [Thanks](http://www.apache.org/foundation/thanks.html)
   - [Become a Sponsor](http://www.apache.org/foundation/sponsorship.html)
 
+# Editing This Site
+
+  - [Instructions](site-instructions.html)
+  - [ASF CMS](http://www.apache.org/dev/cms.html)
+  - [ASF CMS Reference/FAQ](http://www.apache.org/dev/cmsref.html)
+  - [Markdown](http://daringfireball.net/projects/markdown/syntax)
+
 # Related Projects
   - [Apache Hadoop](http://hadoop.apache.org)
   - [Apache ManifoldCF](http://incubator.apache.org/connectors/)