From: <ox-...@us...> - 2002-11-29 13:54:57
|
Update of /cvsroot/sheets/sheets/src/documentation In directory sc8-pr-cvs1:/tmp/cvs-serv7260/src/documentation Added Files: skinconf.xml Log Message: Customized the Centipede-generated website to be branded for Sheets. Most of the important changes for this were in the new skinconf.xml file. --- NEW FILE: skinconf.xml --- <?xml version="1.0"?> <!-- Configuration properties for the skin --> <skinconfig> <searchsite-domain>browsecode.org</searchsite-domain> <searchsite-name>Sheets</searchsite-name> <project-name>Sheets Hypertext Environment</project-name> <project-url>http://www.browsecode.org/</project-url> <project-logo>resources/images/sheets-logo.png</project-logo> <host-url>http://sourceforge.net/projects/sheets/</host-url> <host-logo>http://sourceforge.net/sflogo.php?group_id=53805&type=1</host-logo> <year>2000-2002</year> <vendor>Sheets Project</vendor> <trail> <link1 name="sheets at sourceforge" href="http://sourceforge.net/projects/sheets/"/> <link2 name="sheets" href="http://www.browsecode.org/"/> <link3 name="" href=""/> </trail> <credits> <credit> <name>Centipede</name> <url>http://www.krysalis.org/centipede/</url> <image>http://www.krysalis.org/skin/images/centipede-logo-small.gif</image> </credit> </credits> </skinconfig> |