cvs commit: jakarta-alexandria/src/documentation skinconf.xml

[email protected] 28 Mar 2003 08:10:47 -0000
Newsgroups gmane.comp.jakarta.alexandria.devel
Message-ID <[email protected]>
nicolaken    2003/03/28 00:10:47

  Modified:    src/documentation skinconf.xml
  Log:
  Docs update.
  
  Revision  Changes    Path
  1.2       +16 -8     jakarta-alexandria/src/documentation/skinconf.xml
  
  Index: skinconf.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/src/documentation/skinconf.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- skinconf.xml	9 Nov 2002 17:53:11 -0000	1.1
  +++ skinconf.xml	28 Mar 2003 08:10:47 -0000	1.2
  @@ -3,18 +3,22 @@
   <!--
   Skin configuration file. This file contains details of your project, which will
   be used to configure the chosen Forrest skin.
  -
  [email protected]
   -->
   
   <!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?, disable-compliance-links?, 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 disable-compliance-links (#PCDATA)>
     <!ELEMENT searchsite-domain (#PCDATA)>
     <!ELEMENT searchsite-name (#PCDATA)>  
     <!ELEMENT project-name (#PCDATA)>
  @@ -45,6 +49,7 @@
   <skinconfig>
     <!-- Do we want to disable the Google search box? -->
     <disable-search>true</disable-search>
  +  <disable-compliance-links>false</disable-compliance-links>
     <searchsite-domain>jakarta.apache.org</searchsite-domain>
     <searchsite-name>Apache Jakarta</searchsite-name>  
   
  @@ -66,7 +71,7 @@
     <host-logo></host-logo>
   
     <!-- The following are used to construct a copyright statement -->
  -  <year>2002</year>
  +  <year>2000-2003</year>
     <vendor>The Apache Software Foundation.</vendor>
   
     <!-- Some skins use this to form a 'breadcrumb trail' of links. If you don't
  @@ -82,11 +87,14 @@
     page footer -->
     <credits>
       <credit>
  -      <name>Built with Cocoon</name>
  -      <url>http://xml.apache.org/cocoon/</url>
  -      <image>skin/images/built-with-cocoon.gif</image>
  +      <name>Built with Apache Forrest</name>
  +      <url>http://xml.apache.org/forrest/</url>
  +      <image>images/built-with-forrest-button.png</image>
         <width>88</width>
         <height>31</height>
       </credit>
  +    <!-- A credit with @role='pdf' will have its name and url displayed in the
  +    PDF page's footer. -->
     </credits>
  +  
   </skinconfig>