You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by vl...@apache.org on 2002/11/29 00:21:31 UTC

cvs commit: xml-xindice/src/documentation/resources/images built-with-forrest-button.png

vladimir    2002/11/28 15:21:31

  Modified:    src/documentation skinconf.xml
  Added:       src/documentation/resources/images
                        built-with-forrest-button.png
  Log:
  latest skinconf from Forrest
  
  Revision  Changes    Path
  1.4       +80 -78    xml-xindice/src/documentation/skinconf.xml
  
  Index: skinconf.xml
  ===================================================================
  RCS file: /home/cvs/xml-xindice/src/documentation/skinconf.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- skinconf.xml	12 Nov 2002 08:08:57 -0000	1.3
  +++ skinconf.xml	28 Nov 2002 23:21:30 -0000	1.4
  @@ -1,88 +1,90 @@
   <?xml version="1.0"?>
  +
   <!--
   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?, project-name, project-url, project-logo, group-name?, group-url?, group-logo?, host-logo?, year?, vendor?, trail?, credits?)*>
  -      <!ELEMENT credits (credit*)>
  -      <!ELEMENT credit (name, url, image, width?, height?)>
  -      <!ELEMENT disable-search (#PCDATA)>
  -      <!ELEMENT project-name (#PCDATA)>
  -      <!ELEMENT project-url (#PCDATA)>
  -      <!ELEMENT project-logo (#PCDATA)>
  -      <!ELEMENT group-name (#PCDATA)>
  -      <!ELEMENT group-url (#PCDATA)>
  -      <!ELEMENT group-logo (#PCDATA)>
  -      <!ELEMENT host-logo (#PCDATA)>
  -      <!ELEMENT year (#PCDATA)>
  -      <!ELEMENT vendor (#PCDATA)>
  -      <!ELEMENT trail (link1, link2, link3)>
  -      <!ELEMENT link1 EMPTY>
  -      <!-- Seems we can't use param entity refs until this is DTDified -->
  -      <!ATTLIST link1
  -      name CDATA #REQUIRED
  -            href CDATA #IMPLIED
  ->
  -      <!ELEMENT link2 EMPTY>
  -      <!ATTLIST link2
  -      name CDATA #REQUIRED
  -            href CDATA #IMPLIED
  ->
  -      <!ELEMENT link3 EMPTY>
  -      <!ATTLIST link3
  -      name CDATA #REQUIRED
  -            href CDATA #IMPLIED
  ->
  -      <!ELEMENT name (#PCDATA)>
  -      <!ELEMENT url (#PCDATA)>
  -      <!ELEMENT image (#PCDATA)>
  -      <!ELEMENT width (#PCDATA)>
  -      <!ELEMENT height (#PCDATA)>
  -]>
  +
  +  <!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 credits (credit*)>
  +  <!ELEMENT credit (name, url, image, width?, height?)>
  +  <!ELEMENT disable-search (#PCDATA)>
  +  <!ELEMENT searchsite-domain (#PCDATA)>
  +  <!ELEMENT searchsite-name (#PCDATA)>
  +  <!ELEMENT project-name (#PCDATA)>
  +  <!ELEMENT project-url (#PCDATA)>
  +  <!ELEMENT project-logo (#PCDATA)>
  +  <!ELEMENT group-name (#PCDATA)>
  +  <!ELEMENT group-url (#PCDATA)>
  +  <!ELEMENT group-logo (#PCDATA)>
  +  <!ELEMENT host-url (#PCDATA)>
  +  <!ELEMENT host-logo (#PCDATA)>
  +  <!ELEMENT year (#PCDATA)>
  +  <!ELEMENT vendor (#PCDATA)>
  +  <!ELEMENT trail (link1, link2, link3)>
  +  <!ELEMENT link1 EMPTY>
  +  <!-- Seems we can't use param entity refs until this is DTDified -->
  +  <!ATTLIST link1 name CDATA #REQUIRED href CDATA #IMPLIED>
  +  <!ELEMENT link2 EMPTY>
  +  <!ATTLIST link2 name CDATA #REQUIRED href CDATA #IMPLIED>
  +  <!ELEMENT link3 EMPTY>
  +  <!ATTLIST link3 name CDATA #REQUIRED href CDATA #IMPLIED>
  +  <!ELEMENT name (#PCDATA)>
  +  <!ELEMENT url (#PCDATA)>
  +  <!ELEMENT image (#PCDATA)>
  +  <!ELEMENT width (#PCDATA)>
  +  <!ELEMENT height (#PCDATA)>
  +  ]>
  +
   <skinconfig>
  -      <!-- Do we want the Google search box? -->
  -      <disable-search>false</disable-search>
  -      <project-name>Xindice</project-name>
  -      <project-url>http://xml.apache.org/xindice</project-url>
  -      <project-logo>images/xindice.gif</project-logo>
  -      <group-name>Xindice</group-name>
  -      <group-url>http://xml.apache.org</group-url>
  -      <group-logo>images/group-logo.gif</group-logo>
  -      <!-- Eg, a sourceforge logo. forrest-site renders it to the bottom-left corner -->
  -      <host-logo/>
  -      <!-- The following used to construct a copyright statement -->
  -      <year>2002</year>
  -      <vendor>The Apache Software Foundation.</vendor>
  -      <!-- Some skins use this to form a 'breadcrumb trail' of links. If you don't
  +  <!-- Do we want to disable the Google search box? -->
  +  <disable-search>true</disable-search>
  +  <searchsite-domain>myproj.mygroup.org</searchsite-domain>
  +  <searchsite-name>MyProject</searchsite-name>
  +
  +  <!-- mandatory project logo
  +       skin: forrest-site renders it at the top -->
  +  <project-name>Xindice</project-name>
  +  <project-url>http://xml.apache.org/xindice/</project-url>
  +  <project-logo>images/xindice.gif</project-logo>
  +
  +  <!-- optional group logo
  +       skin: forrest-site renders it at the top-left corner -->
  +  <group-name>XML Apache</group-name>
  +  <group-url>http://xml.apache.org</group-url>
  +  <group-logo>images/group-logo.gif</group-logo>
  +
  +  <!-- optional host logo (e.g. sourceforge logo)
  +       skin: forrest-site renders it at the bottom-left corner -->
  +  <host-url></host-url>
  +  <host-logo></host-logo>
  +
  +  <!-- The following are used to construct a copyright statement -->
  +  <year>2001-2002</year>
  +  <vendor>The Apache Software Foundation.</vendor>
  +
  +  <!-- Some skins use this to form a 'breadcrumb trail' of links. If you don't
     want these, set the attributes to blank. The DTD purposefully requires them.
     -->
  -      <trail>
  -            <link1 name="apache" href="http://www.apache.org/"/>
  -            <link2 name="xml.apache" href="http://xml.apache.org/"/>
  -            <link3 name="xindice" href="http://xml.apache.org/xindice"/>
  -      </trail>
  -      <!-- Credits are typically rendered as a set of small clickable images in the page footer -->
  -      <!--
  -      <credits>
  -            <credit>
  -                  <name>Built with Forrest</name>
  -                  <url>http://xml.apache.org/forrest/</url>
  -                  <image>skin/images/built-with-cocoon.gif</image>
  -                  <width>88</width>
  -                  <height>31</height>
  -            </credit>
  -            <credit>
  -                  <name>Krysalis Centipede</name>
  -                  <url>http://www.krysalis.org/centipede/</url>
  -                  <image>skin/images/centipede-logo-small.gif</image>
  -                  <width>138</width>
  -                  <height>31</height>
  -            </credit>
  -      </credits>
  -      -->
  +  <trail>
  +    <link1 name="apache" href="http://www.apache.org/"/>
  +    <link2 name="xml.apache" href="http://xml.apache.org/"/>
  +    <link3 name="xindice" href="http://xml.apache.org/xindice"/>
  +  </trail>
  +
  +  <!-- Credits are typically rendered as a set of small clickable images in the
  +  page footer -->
  +  <credits>
  +    <credit>
  +      <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>
  +  </credits>
   </skinconfig>
  
  
  
  1.1                  xml-xindice/src/documentation/resources/images/built-with-forrest-button.png
  
  	<<Binary file>>