- Revision
- 830
- Author
- mauro
- Date
- 2008-09-10 09:00:13 -0500 (Wed, 10 Sep 2008)
Log Message
Updated skin, release notes and download pages. Removed erb-views page as empty (updated WAFFLE-7) to track the documentation of ERB views.
Modified Paths
- trunk/waffle-distribution/src/site/content/download.html
- trunk/waffle-distribution/src/site/content/index.html
- trunk/waffle-distribution/src/site/content/release-notes.html
- trunk/waffle-distribution/src/site/content/sitemap.xml
- trunk/waffle-distribution/src/site/templates/skin.html
Removed Paths
Diff
Modified: trunk/waffle-distribution/src/site/content/download.html (829 => 830)
--- trunk/waffle-distribution/src/site/content/download.html 2008-09-10 13:49:36 UTC (rev 829) +++ trunk/waffle-distribution/src/site/content/download.html 2008-09-10 14:00:13 UTC (rev 830) @@ -12,7 +12,7 @@ The stable releases of Waffle can be found on the <a href="" <ul> - <li><a href="" bin distribution (upcoming)</a> (5 Sep 2008)</li> + <li><a href="" bin distribution</a> (10 Sep 2008)</li> <li><a href="" bin distribution</a> (7 May 2008)</li> <li><a href="" bin distribution</a> (19 January 2008)</li> </ul> @@ -29,8 +29,8 @@ <h2 id="maven">Using Maven Artifacts</h2> <p> - If you use Maven as the build system (or one that is compatible with the Maven Repository), - you can declare Waffle dependencies as + If you use <a href="" as the build system (or one that is compatible with the Maven Repository, such as + <a href="" you can declare Waffle dependencies as <textarea class="xml:nogutter:nocontrols" name="code"> <dependency> <groupId>org.codehaus.waffle</groupId>
Modified: trunk/waffle-distribution/src/site/content/index.html (829 => 830)
--- trunk/waffle-distribution/src/site/content/index.html 2008-09-10 13:49:36 UTC (rev 829) +++ trunk/waffle-distribution/src/site/content/index.html 2008-09-10 14:00:13 UTC (rev 830) @@ -7,7 +7,7 @@ <h2>News</h2> -<h3>September 5th, 2008</h3> +<h3>September 10th, 2008</h3> <p> Waffle 1.2 is released.
Modified: trunk/waffle-distribution/src/site/content/release-notes.html (829 => 830)
--- trunk/waffle-distribution/src/site/content/release-notes.html 2008-09-10 13:49:36 UTC (rev 829) +++ trunk/waffle-distribution/src/site/content/release-notes.html 2008-09-10 14:00:13 UTC (rev 830) @@ -5,8 +5,9 @@ </head> <body> -<h1>Waffle - Version 1.2 (Sep xx, 2008)</h1> +<h1>Waffle - Version 1.2 (Sep 10, 2008)</h1> + <h2> Bug </h2> <ul> @@ -37,6 +38,8 @@ </li> <li>[<a href="" - Move enum value conversion to EnumValueConverter </li> +<li>[<a href="" - Allow message resources name to be dynamically changeable as the locale +</li> </ul> <h2> New Feature @@ -50,6 +53,8 @@ </li> <li>[<a href="" - Add support for registrar-driven navigation menus </li> +<li>[<a href="" - Allow FTL access to message resources with defaults +</li> </ul> <h2> Task
Deleted: trunk/waffle-distribution/src/site/content/ruby/erb-views.html (829 => 830)
--- trunk/waffle-distribution/src/site/content/ruby/erb-views.html 2008-09-10 13:49:36 UTC (rev 829) +++ trunk/waffle-distribution/src/site/content/ruby/erb-views.html 2008-09-10 14:00:13 UTC (rev 830) @@ -1,14 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html> -<head> -<title>ERB Views</title> -</head> -<body> - -<h2>ERB Views</h2> - -<p>Waffle allows your views to be developed with ERB. Detailed documentation will be available soon.</p> - -</body> - -</html>
Modified: trunk/waffle-distribution/src/site/content/sitemap.xml (829 => 830)
--- trunk/waffle-distribution/src/site/content/sitemap.xml 2008-09-10 13:49:36 UTC (rev 829) +++ trunk/waffle-distribution/src/site/content/sitemap.xml 2008-09-10 14:00:13 UTC (rev 830) @@ -30,7 +30,6 @@ <name>Developing Scripted Webapps</name> <page>ruby/ruby-controllers.html</page> <page>ruby/from-java-to-ruby.html</page> - <page>ruby/erb-views.html</page> </section> <section> <name>Web 2.0</name>
Modified: trunk/waffle-distribution/src/site/templates/skin.html (829 => 830)
--- trunk/waffle-distribution/src/site/templates/skin.html 2008-09-10 13:49:36 UTC (rev 829) +++ trunk/waffle-distribution/src/site/templates/skin.html 2008-09-10 14:00:13 UTC (rev 830) @@ -35,12 +35,6 @@ <div class="clear"></div> </div> -<!--<div id="breadcrumbs"> - <div class="left"></div> - <div class="clear"></div> - </div>--> - - <div id="Menu"><#list sitemap.sections as section> <div class="MGroup MEntry"><a>${section.name}</a> <div id="MGroupContent${section_index}" class="MGroupContent" @@ -81,7 +75,7 @@ </div> <div class="clear"></div> <div id="footer"> -<div class="left">Last Published: 7 May 2008</div> +<div class="left">Last Published: 10 September 2008</div> <div class="right">© 2005-2008</div> <div class="clear"></div> </div>
To unsubscribe from this list please visit:
