You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2021/01/20 08:27:43 UTC

[myfaces-homepage] 24/46: updated/fixed tobago documentation

This is an automated email from the ASF dual-hosted git repository.

tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-homepage.git

commit 33f20ebf25f314b3ea3d87c07d8e31bf65880b6a
Author: bohmber <bo...@apache.org>
AuthorDate: Sun Nov 8 15:53:18 2020 +0100

    updated/fixed tobago documentation
---
 menu.md   |  5 +----
 tobago.md | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+), 4 deletions(-)

diff --git a/menu.md b/menu.md
index 6abaf43..15640e8 100644
--- a/menu.md
+++ b/menu.md
@@ -21,10 +21,7 @@
   - [4.0](/core40.md)
 
 
-- Tobago
-  - [Getting Started](/tobago/gettingstarted.md)
-  - [Source](/tobago/source.md)
-  - [Downloads](/tobago/downloads.md)
+- [Tobago](/tobago.md)
 
 - Inactive / Maintenance
   - [Commons](/commons.md)
diff --git a/tobago.md b/tobago.md
new file mode 100644
index 0000000..aadde54
--- /dev/null
+++ b/tobago.md
@@ -0,0 +1,55 @@
+# Apache Tobago
+
+The goal of Apache 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. The following statements characterize Tobago and make it different from other frameworks:
+
+  * The focus of Tobago is to create business applications without the need of coding
+    HTML, CSS and JavaScript. The development of Tobago pages follows more the development of
+    conventional user interfaces than the creation of web pages.
+
+  * The UI components are abstracted from HTML and any layout information that does
+    not belong to the general page structure. The final output format is determined
+    by the client/user-agent.
+
+  * A theming mechanism makes it easy to change the look and feel and to provide
+    special implementations for certain browsers. A fallback solution ensures that
+    as much code is reused for new themes as possible.
+
+  * A layout manager is used to arrange the components automatically. This means, no
+    manual laying out with HTML tables or other constructs is needed.
+
+  
+### Getting Started
+         
+[Getting started page](http://tobago-vm.apache.org/getting-started.html) 
+
+### Downloads
+
+[Download page](http://tobago-vm.apache.org/demo-4-release/content/10-intro/85-download/download.xhtml)
+  
+## News
+
+### November 3, 2020 MyFaces Tobago 4.5.1 Released
+
+The MyFaces Tobago component library in version 4.5.1 has been released.
+
+Release notes can be found in [Jira](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273&styleName=Html&version=12348200).
+
+### May 29, 2020 MyFaces Tobago 4.5.0 Released
+
+The MyFaces Tobago component library in version 4.5.0 has been released.
+
+Release notes can be found in [Jira](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273&styleName=Html&version=12345562).
+
+### February 16, 2020 MyFaces Tobago 2.4.2 Released
+
+The MyFaces Tobago component library in version 2.4.2 has been released.
+
+Release notes can be found in [Jira](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273&styleName=Html&version=12345177).
+
+### May 28, 2019 MyFaces Tobago 4.4.1 Released
+
+The MyFaces Tobago component library in version 4.4.1 has been released.
+
+Release notes can be found in [Jira](http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273&styleName=Html&version=12345061).   
\ No newline at end of file