You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2003/01/12 13:06:57 UTC

cvs commit: xml-forrest/src/documentation skinconf.xml

jefft       2003/01/12 04:06:57

  Modified:    src/documentation skinconf.xml
  Log:
  Zap whitespace and synch
  
  Revision  Changes    Path
  1.3       +7 -4      xml-forrest/src/documentation/skinconf.xml
  
  Index: skinconf.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/documentation/skinconf.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- skinconf.xml	16 Nov 2002 17:21:05 -0000	1.2
  +++ skinconf.xml	12 Jan 2003 12:06:57 -0000	1.3
  @@ -3,17 +3,20 @@
   <!--
   Skin configuration file. This file contains details of your project, which will
   be used to configure the chosen Forrest skin.
  -
  -jefft@apache.org
   -->
   
   <!DOCTYPE skinconfig [
   
     <!ENTITY % links.att 'name CDATA #REQUIRED'>
     <!ENTITY % link.att 'name CDATA #REQUIRED href CDATA #REQUIRED'>
  -  <!ELEMENT skinconfig (disable-search?, searchsite-domain?, searchsite-name?, project-name, project-url, project-logo, group-name?, group-url?, group-logo?, host-url?, host-logo?, year?, vendor?, trail?, credits?)*>
  +  <!ELEMENT skinconfig (disable-search?, searchsite-domain?, searchsite-name?,
  +  project-name, project-url, project-logo, group-name?, group-url?, group-logo?,
  +  host-url?, host-logo?, year?, vendor?, trail?, credits?)*>
     <!ELEMENT credits (credit*)>
  -  <!ELEMENT credit (name, url, image, width?, height?)>
  +  <!ELEMENT credit (name, url, image?, width?, height?)>
  +  <!-- id uniquely identifies the tool, and role indicates its function -->
  +  <!ATTLIST credit id   CDATA #IMPLIED
  +                   role CDATA #IMPLIED>
     <!ELEMENT disable-search (#PCDATA)>
     <!ELEMENT searchsite-domain (#PCDATA)>
     <!ELEMENT searchsite-name (#PCDATA)>