You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2013/03/05 23:49:13 UTC

svn commit: r1453063 - in /incubator/jspwiki/site/trunk: content/jspwiki/development/edit_website.mdtext templates/skeleton.html

Author: juanpablo
Date: Tue Mar  5 22:49:13 2013
New Revision: 1453063

URL: http://svn.apache.org/r1453063
Log:
* JSPWIKI-764: ChangeLog published on site [2/2]

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

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=1453063&r1=1453062&r2=1453063&view=diff
==============================================================================
--- incubator/jspwiki/site/trunk/content/jspwiki/development/edit_website.mdtext (original)
+++ incubator/jspwiki/site/trunk/content/jspwiki/development/edit_website.mdtext Tue Mar  5 22:49:13 2013
@@ -9,9 +9,7 @@ the Apache Infrastructure pages includin
 
 ## Process
 
-  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>. 
+  1. Commit a change to the website's source [Markdown][] files located at [Site's trunk][]. 
 Before committing, test that the site still builds locally by following
 [these instructions][].
 
@@ -29,6 +27,13 @@ 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\>
 
+## Site content generated from source
+
+  Some pages of the site (namely, the changelog, the release version at the 
+bottom of the sidebar and the translation status) are generated from source. To 
+refresh them, follow the instructions and execute the unit test at 
+`$SVN/trunk/tests/org/apache/wiki/site/SiteGenerator.java`
+    
 <!--- (not needed yet)
 ## Posting generated content
 
@@ -56,4 +61,5 @@ numbers to have to get updated
 [Markdown]: http://daringfireball.net/projects/markdown/syntax
 [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
+[Site's trunk]: https://svn.apache.org/repos/asf/incubator/jspwiki/site/trunk
\ No newline at end of file

Modified: incubator/jspwiki/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/incubator/jspwiki/site/trunk/templates/skeleton.html?rev=1453063&r1=1453062&r2=1453063&view=diff
==============================================================================
--- incubator/jspwiki/site/trunk/templates/skeleton.html (original)
+++ incubator/jspwiki/site/trunk/templates/skeleton.html Tue Mar  5 22:49:13 2013
@@ -99,7 +99,9 @@
       <div class="leftmenufooter">
         <br /><hr>
       </div>
-      <div class="wikiversion">JSPWiki v2.9.0-incubating</div>  
+      <div class="wikiversion">
+      {% filter markdown %}{% include "release.mdtext" %}{% endfilter %}
+      </div>  
     </div>
 
 	<div class="clearbox"></div>