Index: content/jspwiki/development/edit_website.mdtext
===================================================================
--- content/jspwiki/development/edit_website.mdtext	(revision 1412535)
+++ content/jspwiki/development/edit_website.mdtext	(working copy)
@@ -1,6 +1,6 @@
 Title: Edit Website
 
-(taken from MRUnit site)
+(adapted from MRUnit site)
 
 The website uses the Apache CMS. More detailed documentation is available on 
 the Apache Infrastructure pages including a quickstart guide on the
@@ -12,17 +12,16 @@
   1. Commit a change to the website's source [Markdown][] files located in
 <a href="https://svn.apache.org/repos/asf/incubator/jspwiki/site/trunk" class="external">
 https://svn.apache.org/repos/asf/incubator/jspwiki/site/trunk</a>. 
-Before committing, test that the site still builds locally by installing the
-[CMS build scripts][] and running:
+Before committing, test that the site still builds locally by following
+[these instructions][].
 
-        buildsite/build_site.pl --source-base jspwiki-site --target-base jspwiki-website
-
     If deleting a file or changing the name of a file make a trivial edit to
 lib/path.pm or lib/view.pm to force a full site rebuild. If making a simple edit
 it is easier to just use the Apache bookmarklet.
 
   2. Wait a few minutes to get the email on the commits list that buildbot has
 rebuilt the [staging website][].
+
   3. If the change looks ok, commit the change to the production website by one
 of the following:
 
@@ -30,11 +29,9 @@
     * curl -sL http://s.apache.org/cms-cli | perl on your local machine
     * ssh -t <user\>@people.apache.org publish.pl jspwiki <your Apache ID\>
 
+<!--- (not needed yet)
 ## Posting generated content
 
-<span class="warning">TBD</span>
-
-<!---
   1. Add the path to content/extpaths.txt relative to the extpaths.txt
 file to prevent the content getting deleted when the staging site is published
   2. Commit the generated content directly to the [production site svn][]
@@ -57,6 +54,6 @@
 [production site svn]: https://svn.apache.org/repos/infra/websites/production/jspwiki
 
 [Markdown]: http://daringfireball.net/projects/markdown/syntax
-[CMS build scripts]: http://apache.org/dev/cmsref.html#local-build
+[these instructions]: http://apache.org/dev/cmsref.html#local-build
 [Staging website]: http://jspwiki.staging.apache.org/jspwiki/
-[Publish site]: https://cms.apache.org/jspwiki/publish
\ No newline at end of file
+[Publish site]: https://cms.apache.org/jspwiki/publish
