You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ni...@apache.org on 2004/02/22 00:29:46 UTC

cvs commit: xml-forrest/src/core/fresh-site/src/documentation skinconf.xml

nicolaken    2004/02/21 15:29:46

  Modified:    src/core/context/resources/schema/relaxng skinconf.rnc
               src/core/fresh-site/src/documentation skinconf.xml
  Log:
  Fix DTD-schema for latest color scheme additions.
  
  Revision  Changes    Path
  1.8       +6 -1      xml-forrest/src/core/context/resources/schema/relaxng/skinconf.rnc
  
  Index: skinconf.rnc
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/core/context/resources/schema/relaxng/skinconf.rnc,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- skinconf.rnc	28 Jan 2004 21:23:20 -0000	1.7
  +++ skinconf.rnc	21 Feb 2004 23:29:46 -0000	1.8
  @@ -47,7 +47,12 @@
   link_attrs = (attribute name {text}, attribute href {text}?)  # Leave these attributes blank if you don't want a trail
   
   colors   =  element colors {
  -            element color {(attribute name {text}, attribute value {text})}* # each color
  +            element color {(attribute name {text}, 
  +                            attribute value {text},
  +                            attribute font {text}?,
  +                            attribute link {text}?,
  +                            attribute vlink {text}?,
  +                            attribute hlink {text}?)}* # each color
              }
              
   ## Credits are typically rendered as a set of small clickable images in the
  
  
  
  1.13      +5 -1      xml-forrest/src/core/fresh-site/src/documentation/skinconf.xml
  
  Index: skinconf.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/core/fresh-site/src/documentation/skinconf.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- skinconf.xml	28 Jan 2004 21:23:20 -0000	1.12
  +++ skinconf.xml	21 Feb 2004 23:29:46 -0000	1.13
  @@ -67,7 +67,11 @@
     <!ELEMENT colors (color*)>
     <!ELEMENT color EMPTY>
     <!ATTLIST color name CDATA #REQUIRED 
  -                  value CDATA #REQUIRED>
  +                  value CDATA #REQUIRED
  +                  font CDATA #IMPLIED
  +                  link CDATA #IMPLIED
  +                  vlink CDATA #IMPLIED
  +                  hlink CDATA #IMPLIED>
     <!ELEMENT extra-css (#PCDATA)>
     ]>