vgritsenko 2003/09/04 19:58:49
Modified: src/documentation skinconf.xml Log: add search, pdf, print Revision Changes Path 1.5 +13 -4 xml-xindice/src/documentation/skinconf.xml Index: skinconf.xml =================================================================== RCS file: /home/cvs/xml-xindice/src/documentation/skinconf.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- skinconf.xml 28 Nov 2002 23:21:30 -0000 1.4 +++ skinconf.xml 5 Sep 2003 02:58:49 -0000 1.5 @@ -42,9 +42,18 @@ <skinconfig> <!-- 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> + <disable-search>false</disable-search> + <!-- Do we want to disable the print link? --> + <disable-print-link>false</disable-print-link> + <!-- Do we want to disable the PDF link? --> + <disable-pdf-link>false</disable-pdf-link> + <!-- Do we want to disable the xml source link? --> + <disable-xml-link>true</disable-xml-link> + <!-- Do we want to disable w3c compliance links? --> + <disable-compliance-links>false</disable-compliance-links> + + <searchsite-domain>xml.apache.org</searchsite-domain> + <searchsite-name>Apache XML</searchsite-name> <!-- mandatory project logo skin: forrest-site renders it at the top --> @@ -64,7 +73,7 @@ <host-logo></host-logo> <!-- The following are used to construct a copyright statement --> - <year>2001-2002</year> + <year>2001-2003</year> <vendor>The Apache Software Foundation.</vendor> <!-- Some skins use this to form a 'breadcrumb trail' of links. If you don't