You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2012/05/24 14:26:13 UTC

svn commit: r1342224 - in /myfaces/tobago/trunk/src/site: apt/guide.apt fml/faq.fml

Author: lofwyr
Date: Thu May 24 12:26:13 2012
New Revision: 1342224

URL: http://svn.apache.org/viewvc?rev=1342224&view=rev
Log:
TOBAGO-1143: Setting tobago-theme.xml to deprecated

Modified:
    myfaces/tobago/trunk/src/site/apt/guide.apt
    myfaces/tobago/trunk/src/site/fml/faq.fml

Modified: myfaces/tobago/trunk/src/site/apt/guide.apt
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/apt/guide.apt?rev=1342224&r1=1342223&r2=1342224&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/apt/guide.apt (original)
+++ myfaces/tobago/trunk/src/site/apt/guide.apt Thu May 24 12:26:13 2012
@@ -528,7 +528,7 @@ mvn install -Pall-modules
 | <<<\<tc:treeNode\>>>> | strong                  |
 *-----------------------+-------------------------+
 
-  Also see the {{{https://svn.apache.org/repos/asf/myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-theme.xml}standard <<<tobago-theme.xml>>>}}
+  Also see the {{{https://svn.apache.org/repos/asf/myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml}standard <<<tobago-config.xml>>>}}
 
   The markup <<<strong>>> is normally emphasized, <<<deleted>>> is rendered struck out, and <<<number>>> is
   right aligned. Multiple markups can be combined as a comma separated list:

Modified: myfaces/tobago/trunk/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/fml/faq.fml?rev=1342224&r1=1342223&r2=1342224&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/fml/faq.fml (original)
+++ myfaces/tobago/trunk/src/site/fml/faq.fml Thu May 24 12:26:13 2012
@@ -149,8 +149,8 @@
       <question>How do I create my own theme?</question>
       <answer>
         <p>
-          You have to define a new name for the theme in the META-INF/tobago-theme.xml.
-          Choose a fallback theme in the tobago-theme.xml.
+          You have to define a new name for the theme in the META-INF/tobago-config.xml.
+          Choose a fallback theme in the tobago-config.xml.
           Put the modified resources under the resource-path + theme-name.
           An example for this is the charlotteville theme. (TODO more details resource handling)
           </p>
@@ -158,7 +158,7 @@
         Example layout of a theme jar:
         </p>
          <source>
-/META-INF/tobago-theme.xml
+/META-INF/tobago-config.xml
 (resource-path/html/theme-name)
 /org/apache/myfaces/tobago/renderkit/html/xxxxx/standard/style/style.css (standard styles)
 /org/apache/myfaces/tobago/renderkit/html/xxxxx/standard/style/tobago-menu.css (menu styles)
@@ -199,8 +199,8 @@ resource-path/content-type/theme/client/
       <question>How do I use and extend the markup attribute?</question>
       <answer>
         <p>UIBox, UIInput and UIOutput support custom markup with the markup attribute.
-          The supported markup is defined in the tobago-theme.xml.
-          The standard markup is defined in tobago-theme.xml of the tobago-theme-standard.
+          The supported markup is defined in the tobago-config.xml.
+          The standard markup is defined in tobago-config.xml of the tobago-theme-standard.
           This can be extended in your own theme.
           The markup attribute is rendered as a CSS class tobago-[renderer-name.toLowerCase]-markup-[markup].
           For an example please look at the markup number and the CSS class tobago-in-markup-number for UIInput in theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css