You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2008/03/22 12:06:24 UTC

svn commit: r639974 - in /myfaces/tobago/trunk/src/site: apt/news.apt site.xml

Author: bommel
Date: Sat Mar 22 04:06:23 2008
New Revision: 639974

URL: http://svn.apache.org/viewvc?rev=639974&view=rev
Log:
added tobago only news page
added myfaces-site-skin to tobago

Added:
    myfaces/tobago/trunk/src/site/apt/news.apt
Modified:
    myfaces/tobago/trunk/src/site/site.xml

Added: myfaces/tobago/trunk/src/site/apt/news.apt
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/apt/news.apt?rev=639974&view=auto
==============================================================================
--- myfaces/tobago/trunk/src/site/apt/news.apt (added)
+++ myfaces/tobago/trunk/src/site/apt/news.apt Sat Mar 22 04:06:23 2008
@@ -0,0 +1,60 @@
+February 18, 2008 - MyFaces Tobago 1.0.15 Released
+
+   The MyFaces Tobago component library in version 1.0.15 has been released.
+
+   Release notes can be found
+   {{{http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273&styleName=Html&version=12312929}here}}.
+
+January 26, 2007 - MyFaces Tobago 1.0.14 Released
+
+   The MyFaces Tobago component library in version 1.0.14 has been released.
+
+   Release notes can be found
+   {{{http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273&styleName=Html&version=12312878}here}}.
+
+January 11, 2007 -  1.0.x branch has been created
+
+   Trunk is now 1.1.0-SNAPSHOT
+
+December 18, 2007 - MyFaces Tobago 1.0.13 Released
+
+   The MyFaces Tobago component library in version 1.0.13 has been released.
+
+   Release notes can be found
+   {{{http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273&styleName=Html&version=12312766}here}}.
+
+October 19, 2007 - MyFaces Tobago 1.0.12 Released
+
+   The MyFaces Tobago component library in version 1.0.12 has been released.
+
+   Release notes can be found
+   {{{http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273&styleName=Html&version=12312498}here}}.
+
+June 3, 2007 - MyFaces Tobago 1.0.11 Released
+
+   MyFaces Tobago 1.0.11 has been released. It is available from the
+   {{{download.html}download}} page, and in the central Maven repository under
+   Group ID "org.apache.myfaces.tobago".
+
+   More information on this release, including a list of resolved issues, can be
+   found on the
+   {{{http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273&styleName=Html&version=12312376}release notes}}.
+
+March 12, 2007 - MyFaces Tobago 1.0.10 Released
+
+   MyFaces Tobago 1.0.10 has been released.
+
+December 23, 2006 - MyFaces Tobago 1.0.9 Released
+
+   MyFaces Tobago 1.0.9 has been released.
+
+September 20, 2006 - MyFaces Tobago 1.0.8 Released
+
+   MyFaces Tobago 1.0.8 has been released.
+
+March 23, 2006 - Tobago Has Left Incubation
+
+  The goal of Tobago is to provide the community with a well designed set of user
+  interface components based on JSF and run on MyFaces.  Tobago is more than just a tag library,
+  it contains some powerful tools for layouts and themes.  For more information, please visit
+  the Tobago {{{http://myfaces.apache.org/tobago}site}}.            
\ No newline at end of file

Modified: myfaces/tobago/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/site.xml?rev=639974&r1=639973&r2=639974&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/site.xml (original)
+++ myfaces/tobago/trunk/src/site/site.xml Sat Mar 22 04:06:23 2008
@@ -18,20 +18,20 @@
 
 <project name="Tobago">
   <bannerLeft>
-    <name>MyFaces</name>
-    <src>images/myfaces-logo.png</src>
-    <href>http://myfaces.apache.org/</href>
-  </bannerLeft>
-  <bannerRight>
     <name>Tobago</name>
     <src>images/tobagoLogo.png</src>
     <href>http://myfaces.apache.org/tobago</href>
+  </bannerLeft>
+  <bannerRight>
+    <name>Apache Banner</name>
+    <src>img/banners/apache_banner.png</src>
+    <href>http://myfaces.apache.org/</href>
   </bannerRight>
   <publishDate format="dd MMM yyyy" />
   <skin>
     <groupId>org.apache.myfaces.maven</groupId>
-    <artifactId>tobago-site-skin</artifactId>
-    <version>1.0.5-SNAPSHOT</version>
+    <artifactId>myfaces-site-skin</artifactId>
+    <version>1-SNAPSHOT</version>
   </skin>
   <body>
     <links>
@@ -50,6 +50,7 @@
       <item name="Introduction" href="http://myfaces.apache.org/tobago/index.html"/>
       <item name="Download" href="http://myfaces.apache.org/tobago/download.html"/>
       <item name="Demo" href="http://myfaces.apache.org/tobago/demo.html"/>
+      <item name="News" href="http://myfaces.apache.org/tobago/news.html"/>
       <item name="Mailing Lists" href="mail-lists.html" />
     </menu>