From: Wolfgang M. M. <wol...@us...> - 2004-07-22 19:00:57
|
Update of /cvsroot/exist/eXist-1.0/webapp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7562/webapp Modified Files: sidebar.xml examples.xml index.xml Log Message: New site layout. Index: index.xml =================================================================== RCS file: /cvsroot/exist/eXist-1.0/webapp/index.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** index.xml 25 May 2004 09:25:43 -0000 1.19 --- index.xml 22 Jul 2004 19:00:47 -0000 1.20 *************** *** 5,8 **** --- 5,11 ---- <xi:include href="header.xml"/> <xi:include href="sidebar.xml"/> + + <xi:include href="http://wiki.exist-db.org/exec/rss?snip=start"/> + <body> <section id="overview" title="Overview"> Index: sidebar.xml =================================================================== RCS file: /cvsroot/exist/eXist-1.0/webapp/sidebar.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** sidebar.xml 25 May 2004 09:25:43 -0000 1.21 --- sidebar.xml 22 Jul 2004 19:00:47 -0000 1.22 *************** *** 1,7 **** <?xml version="1.0" encoding="UTF-8"?> <sidebar title="Navigation" xmlns="http://exist-db.org/NS/sidebar"> ! <group href="index.xml" name="Home"/> ! <group href="http://wiki.exist-db.org" name="News"/> ! <group name="Donations" href="donations.xml"/> <group name="Documentation"> <item id="features"> --- 1,10 ---- <?xml version="1.0" encoding="UTF-8"?> <sidebar title="Navigation" xmlns="http://exist-db.org/NS/sidebar"> ! <toolbar> ! <link href="index.xml">Home</link> ! <link href="index.xml#download">Download</link> ! <link href="http://wiki.exist-db.org">Wiki</link> ! <link href="examples.xml">Demo</link> ! </toolbar> <group name="Documentation"> <item id="features"> *************** *** 12,17 **** </item> <item> ! <img src="resources/new.gif" border="0"/><link ! href="xquery.xml">XQuery Docs</link> </item> <item> --- 15,19 ---- </item> <item> ! <link href="xquery.xml">XQuery Docs <img src="resources/new.gif" border="0"/></link> </item> <item> *************** *** 55,70 **** </item--> </group> - <group name="Community"> - <item> - <link href="index.xml#mailing">Mailing List / IRC</link> - </item> - <item> - <link href="http://wiki.exist-db.org">Wiki</link> - </item> - </group> <group name="Examples"> <item> ! <img src="resources/new.gif" border="0"/> ! <link href="examples.xml">All Examples</link> </item> <item> --- 57,63 ---- </item--> </group> <group name="Examples"> <item> ! <link href="examples.xml">All Examples <img src="resources/new.gif" border="0"/></link> </item> <item> *************** *** 94,104 **** <banner> ! <item> ! <link href="http://exist-db.org"><img alt="powered by eXist" border="0" src="resources/powered.gif"/></link> ! </item> </banner> <banner name="" empty="true"> ! <item><link href="http://sourceforge.net/projects/exist"><img src="http://sourceforge.net/sflogo.php?group_id=17691&type=4" width="125" height="37" border="0" alt="SourceForge Logo"/></link></item> </banner> </sidebar> --- 87,95 ---- <banner> ! <link href="http://exist-db.org"><img alt="powered by eXist" border="0" src="resources/powered.gif"/></link> </banner> <banner name="" empty="true"> ! <link href="http://sourceforge.net/projects/exist"><img src="http://sourceforge.net/sflogo.php?group_id=17691&type=4" width="125" height="37" border="0" alt="SourceForge Logo"/></link> </banner> </sidebar> Index: examples.xml =================================================================== RCS file: /cvsroot/exist/eXist-1.0/webapp/examples.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** examples.xml 2 Feb 2004 15:30:30 -0000 1.3 --- examples.xml 22 Jul 2004 19:00:47 -0000 1.4 *************** *** 3,7 **** <document xmlns:xi="http://www.w3.org/2001/XInclude"> ! <xi:include href="context://header.xml"/> <xi:include href="sidebar.xml"/> --- 3,7 ---- <document xmlns:xi="http://www.w3.org/2001/XInclude"> ! <xi:include href="header.xml"/> <xi:include href="sidebar.xml"/> |