You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by me...@apache.org on 2012/11/23 20:38:27 UTC

svn commit: r1413040 - /incubator/jspwiki/site/trunk/content/jspwiki/development/edit_website.mdtext

Author: metskem
Date: Fri Nov 23 19:38:26 2012
New Revision: 1413040

URL: http://svn.apache.org/viewvc?rev=1413040&view=rev
Log:
applied changes JSPWIKI-752 (provided by Glen Mazza)

Modified:
    incubator/jspwiki/site/trunk/content/jspwiki/development/edit_website.mdtext

Modified: incubator/jspwiki/site/trunk/content/jspwiki/development/edit_website.mdtext
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/trunk/content/jspwiki/development/edit_website.mdtext?rev=1413040&r1=1413039&r2=1413040&view=diff
==============================================================================
--- incubator/jspwiki/site/trunk/content/jspwiki/development/edit_website.mdtext (original)
+++ incubator/jspwiki/site/trunk/content/jspwiki/development/edit_website.mdtext Fri Nov 23 19:38:26 2012
@@ -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,10 +12,8 @@ the Apache Infrastructure pages includin
   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:
-
-        buildsite/build_site.pl --source-base jspwiki-site --target-base jspwiki-website
+Before committing, test that the site still builds locally by following
+[these instructions][].
 
     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
@@ -23,6 +21,7 @@ it is easier to just use the Apache book
 
   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 @@ of the following:
     * 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 @@ numbers to have to get updated
 [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