Author: dr
Date: Wed Dec 19 10:11:26 2007
New Revision: 7027

Log:
- Fixed compress vs. compact
- Made the use of color consistent (some places used colour).

Modified:
    docs/articles/2007-12-20-tree-yui.txt

Modified: docs/articles/2007-12-20-tree-yui.txt
==============================================================================
--- docs/articles/2007-12-20-tree-yui.txt [iso-8859-1] (original)
+++ docs/articles/2007-12-20-tree-yui.txt [iso-8859-1] Wed Dec 19 10:11:26 2007
@@ -81,7 +81,7 @@
 Because we are using an XML file for the tree definition, it is important to
 establish the allowed XML structure. The ezcTreeXml_ class documentation
 already describes the format with a Relax-NG schema, but that can be somewhat
-hard to read. Below you will find a Relax-NG-Compressed schema::
+hard to read. Below you will find a `Relax-NG-Compact`__ schema::
 
     default namespace = "http://components.ez.no/Tree";
     namespace etd = "http://components.ez.no/Tree/data";
@@ -177,6 +177,7 @@
 __ /s/ezcTreeXmlInternalDataStore
 __ http://docutils.sourceforge.net/rst.html
 __ /s/ezcTreeDbDataStore
+__ http://en.wikipedia.org/wiki/RELAX_NG#Compact_syntax
 
 Extending the data store
 ~~~~~~~~~~~~~~~~~~~~~~~~
@@ -558,7 +559,7 @@
 __ http://www.getfirebug.com/
 
 As an example, we're going to style the menu bar in the eZ Components
-colour: indigo. The first step is to change the border around the menu, and
+color: indigo. The first step is to change the border around the menu, and
 the background of the menu. We do that by overriding the following CSS::
 
     .yui-skin-sam .yuimenubar {
@@ -574,7 +575,7 @@
         background: #55517b;
     }
 
-As the text is no longer readable, we change the text colour to white, and
+As the text is no longer readable, we change the text color to white, and
 also change the font to a sans-serif font::
 
        .yui-skin-sam .yuimenubaritemlabel,
@@ -669,4 +670,4 @@
 
 __ /s/Tree
 __ http://developer.yahoo.com/yui/menu
-__ http://mattberseth.com/blog/2007/09/using_css_image_sprites_with_t.html
+__ http://mattberseth.com/blog/2007/09/using_css_image_sprites_with_t.html


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to