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:13:14 UTC

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

Author: hossman
Date: Thu Mar  8 20:13:13 2012
New Revision: 1298557

URL: http://svn.apache.org/viewvc?rev=1298557&view=rev
Log:
mention bookmarklet explicitly, fix title

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=1298557&r1=1298556&r2=1298557&view=diff
==============================================================================
--- lucene/cms/trunk/content/site-instructions.mdtext (original)
+++ lucene/cms/trunk/content/site-instructions.mdtext Thu Mar  8 20:13:13 2012
@@ -1,17 +1,22 @@
-# Updating the Lucene Sites
-
+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).
 
+### Quick Edits
+
+The easiest way to make quick edits to content on the website is using the [CMS Bookmarklet](https://cms.apache.org/#bookmark) to edit/stage/publish page edits.
+
+### Major Edits
+
 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.
+  * [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