You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by gm...@apache.org on 2013/06/23 01:23:39 UTC

svn commit: r1495782 - in /roller/cmssite/trunk: content/downloads/edit_website.mdtext content/getinvolved/ content/getinvolved/edit_website.mdtext templates/sidenav.mdtext

Author: gmazza
Date: Sat Jun 22 23:23:39 2013
New Revision: 1495782

URL: http://svn.apache.org/r1495782
Log:
Minor updates to Roller website.

Added:
    roller/cmssite/trunk/content/getinvolved/
    roller/cmssite/trunk/content/getinvolved/edit_website.mdtext
      - copied, changed from r1495779, roller/cmssite/trunk/content/downloads/edit_website.mdtext
Removed:
    roller/cmssite/trunk/content/downloads/edit_website.mdtext
Modified:
    roller/cmssite/trunk/templates/sidenav.mdtext

Copied: roller/cmssite/trunk/content/getinvolved/edit_website.mdtext (from r1495779, roller/cmssite/trunk/content/downloads/edit_website.mdtext)
URL: http://svn.apache.org/viewvc/roller/cmssite/trunk/content/getinvolved/edit_website.mdtext?p2=roller/cmssite/trunk/content/getinvolved/edit_website.mdtext&p1=roller/cmssite/trunk/content/downloads/edit_website.mdtext&r1=1495779&r2=1495782&rev=1495782&view=diff
==============================================================================
--- roller/cmssite/trunk/content/downloads/edit_website.mdtext (original)
+++ roller/cmssite/trunk/content/getinvolved/edit_website.mdtext Sat Jun 22 23:23:39 2013
@@ -7,7 +7,13 @@ the Apache Infrastructure pages includin
 
 ## Process
 
-  1. If the changes are structurally significant (many pages removed/added, etc.),
+  1. Do an svn checkout of the website, for committers:
+     svn co https://svn.apache.org/repos/asf/roller/cmssite/trunk rollersite
+
+     For non-committers:
+     svn co http://svn.apache.org/repos/asf/roller/cmssite/trunk rollersite
+
+  2. If the changes are structurally significant (many pages removed/added, etc.),
 before committing to staging you may wish to test that the site still builds locally
 by following [these instructions][].  
 Note you will probably lose the CSS formatting with local builds due to the way 
@@ -16,15 +22,16 @@ working as intended.  
 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.
 
-  2. Commit a change to the website's source [Markdown][] files located in
+  3. Commit a change to the website's source [Markdown][] files located in
 <a href="https://svn.apache.org/repos/asf/roller/cmssite/trunk" class="external">
 https://svn.apache.org/repos/asf/roller/cmssite/trunk</a>.  If you're not a
-committer, supplying a patch to our JIRA issue tracker instead will do. 
+committer, supplying a patch (svn diff -u > website.patch) to our JIRA issue tracker 
+instead will do. 
 
-  3. Wait a few minutes to get the email on the commits list that buildbot has
+  4. Wait a few minutes to get the email on the commits list that buildbot has
 rebuilt the [staging website][].
 
-  4. If the change looks ok, publish the change to the production website by 
+  5. If the change looks ok, publish the change to the production website by 
 
     * (recommended method) Using the Apache bookmarklet: [Publish site][] 
     * curl -sL http://s.apache.org/cms-cli | perl on your local machine

Modified: roller/cmssite/trunk/templates/sidenav.mdtext
URL: http://svn.apache.org/viewvc/roller/cmssite/trunk/templates/sidenav.mdtext?rev=1495782&r1=1495781&r2=1495782&view=diff
==============================================================================
--- roller/cmssite/trunk/templates/sidenav.mdtext (original)
+++ roller/cmssite/trunk/templates/sidenav.mdtext Sat Jun 22 23:23:39 2013
@@ -1,20 +1,21 @@
 **Project Information**
 
   * <a href="http://cwiki.apache.org/confluence/display/ROLLER" class="external">Project Wiki</a>
-  * <a href="http://rollerweblogger.org/project" class="external">Project Blog</a>
   * <a href="http://cwiki.apache.org/confluence/display/ROLLER/Roller+FAQ" class="external">Project FAQ</a>
+  * <a href="http://rollerweblogger.org/project" class="external">Project Blog</a>
   * [Who we are](/project/whoweare.html)
 
 **Get Involved**
 
   * <a href="https://cwiki.apache.org/confluence/display/ROLLER/How+to+ask+for+help" class="external">Mailing lists</a>
   * <a href="https://issues.apache.org/jira/browse/ROL" class="external">Issue tracker</a>
-  * <a href="http://svn.apache.org/viewvc/roller/">Browse source</a>
-  * [Editing Site](/downloads/edit_website.html)
+  * <a href="http://svn.apache.org/viewvc/roller/" class="external">Browse source</a>
+  * <a href="https://cwiki.apache.org/confluence/display/ROLLER/Developer+Resources" class="external">Develop Roller</a>
+  * [Edit website](/getinvolved/edit_website.html)
 
 **Downloads**
 
   * [Downloads](/downloads/downloads.html)
-  * <a href="http://www.apache.org/dist/roller/roller-5/v5.0.1/docs/">Documentation</a> (release)</li>
-  * <a href="http://svn.apache.org/viewvc/roller/trunk/weblogger-docs/">Documentation</a> (latest)</li>
+  * <a href="http://www.apache.org/dist/roller/roller-5/v5.0.1/docs/" class="external">Documentation</a> (release)</li>
+  * <a href="http://svn.apache.org/viewvc/roller/trunk/docs/" class="external">Documentation</a> (latest)</li>