From: Wolfgang M. M. <wol...@us...> - 2004-07-23 14:24:33
|
Update of /cvsroot/exist/eXist-1.0/webapp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19937/webapp Modified Files: sidebar.xml xinclude.xml index.xml Log Message: Updated Cocoon to 2.1.5.1 Index: index.xml =================================================================== RCS file: /cvsroot/exist/eXist-1.0/webapp/index.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** index.xml 22 Jul 2004 19:00:47 -0000 1.20 --- index.xml 23 Jul 2004 14:24:23 -0000 1.21 *************** *** 6,10 **** <xi:include href="sidebar.xml"/> ! <xi:include href="http://wiki.exist-db.org/exec/rss?snip=start"/> <body> --- 6,12 ---- <xi:include href="sidebar.xml"/> ! <xi:include href="http://wiki.exist-db.org/exec/rss?snip=start"> ! <xi:fallback></xi:fallback> ! </xi:include> <body> *************** *** 146,188 **** </section> - <section id="links" title="Links"> - <p>Some links to other software packages which build upon or provide access to eXist:</p> - <variablelist> - <varlistentry> - <term> - <link href="http://titanium.dstc.edu.au/xml/xmldbgui/">XMLdbGUI</link> - </term> - <listitem> - <p>A Swing-based graphical user-interface to access databases conforming to - the XML:DB API.</p> - </listitem> - </varlistentry> - <varlistentry> - <term> - <link href="http://techweb.rfa.org/staff/bill">Python interface</link> - </term> - <listitem> - <p>A thin Python interface to eXist.</p> - </listitem> - </varlistentry> - <varlistentry> - <term> - <link href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/exist/exist_php"> - PHP API</link> - </term> - <listitem> - <p>PHP class to access eXist using the XMLRPC API.</p> - </listitem> - </varlistentry> - <varlistentry> - <term> - <link href="http://sourceforge.net/projects/xml-simpledb">XML-SimpleDB</link> - </term> - <listitem> - <p>A perl implementation of the XML:DB API.</p> - </listitem> - </varlistentry> - </variablelist> - </section> </body> </document> --- 148,151 ---- Index: sidebar.xml =================================================================== RCS file: /cvsroot/exist/eXist-1.0/webapp/sidebar.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** sidebar.xml 22 Jul 2004 19:00:47 -0000 1.22 --- sidebar.xml 23 Jul 2004 14:24:23 -0000 1.23 *************** *** 42,48 **** </item> <item> - <link href="api/index.html">Javadocs</link> - </item> - <item> <link href="changes.xml">Changes</link> </item> --- 42,45 ---- *************** *** 57,60 **** --- 54,70 ---- </item--> </group> + <group name="Development"> + <item> + <link href="http://wiki.exist-db.org/space/Roadmap">Roadmap</link> + </item> + <item> + <link href="api/index.html">Javadocs</link> + </item> + <item> + <link href="http://sourceforge.net/tracker/?group_id=17691&atid=117691"> + Bug Tracker + </link> + </item> + </group> <group name="Examples"> <item> Index: xinclude.xml =================================================================== RCS file: /cvsroot/exist/eXist-1.0/webapp/xinclude.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** xinclude.xml 8 Aug 2003 14:39:16 -0000 1.2 --- xinclude.xml 23 Jul 2004 14:24:23 -0000 1.3 *************** *** 3,7 **** <bookinfo> <graphic fileref="/exist/logo.jpg"/> - <style href="/exist/default.css"/> <title>Open Source XML Database</title> <author> --- 3,6 ---- |