[Proxool-cvs] proxool-doc/src/docs faq.xml,1.1,1.2 home.xml,1.2,1.3 layout.xml,1.1,1.2
UNMAINTAINED!
Brought to you by:
billhorsman
From: <be...@us...> - 2003-12-02 16:39:03
|
Update of /cvsroot/proxool/proxool-doc/src/docs In directory sc8-pr-cvs1:/tmp/cvs-serv20217/src/docs Modified Files: faq.xml home.xml layout.xml Log Message: To work with website, we must make all our documents <webpage>s instead of <article>s. These are referenced from layout.xml. The ant target to use is generate-website Index: faq.xml =================================================================== RCS file: /cvsroot/proxool/proxool-doc/src/docs/faq.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** faq.xml 27 Feb 2003 02:42:52 -0000 1.1 --- faq.xml 2 Dec 2003 16:38:59 -0000 1.2 *************** *** 2,15 **** PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> ! <article> ! <articleinfo> ! <title>Frequently Asked Questions</title> ! <abstract> ! <para> ! A collection of commonly asked questions about Proxool. ! </para> ! </abstract> ! </articleinfo> <qandaset defaultlabel='qanda'> --- 2,11 ---- PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> ! <webpage id="faq"> ! <head> ! <title>FAQ</title> ! <summary>Site Navigation Layout Setup</summary> ! </head> <qandaset defaultlabel='qanda'> *************** *** 145,147 **** </qandaset> ! </article> \ No newline at end of file --- 141,143 ---- </qandaset> ! </webpage> \ No newline at end of file Index: home.xml =================================================================== RCS file: /cvsroot/proxool/proxool-doc/src/docs/home.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** home.xml 12 Nov 2003 10:12:03 -0000 1.2 --- home.xml 2 Dec 2003 16:38:59 -0000 1.3 *************** *** 2,15 **** PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> ! <article id="home"> ! ! <articleinfo> ! <title>Proxool - a Java JDBC connection pool</title> ! <abstract> ! <para> ! The Proxool web site home page. ! </para> ! </abstract> ! </articleinfo> --- 2,10 ---- PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> ! <webpage id="home"> ! <head> ! <title>Site Layout</title> ! <summary>Site Navigation Layout Setup</summary> ! </head> *************** *** 102,108 **** </para> ! <index> ! <title>hello</title> ! </index> ! ! </article> \ No newline at end of file --- 97,99 ---- </para> ! </webpage> \ No newline at end of file Index: layout.xml =================================================================== RCS file: /cvsroot/proxool/proxool-doc/src/docs/layout.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** layout.xml 12 Nov 2003 10:12:03 -0000 1.1 --- layout.xml 2 Dec 2003 16:39:00 -0000 1.2 *************** *** 1,9 **** ! <?xml version="1.0"?> ! <!--<!DOCTYPE layout PUBLIC "-//Norman Walsh//DTD Website Layout V2.4.0//EN"--> ! <!-- "http://docbook.sourceforge.net/release/website/2.4.0/schema/dtd/layout.dtd">--> <layout> <toc page="home.xml" filename="index.html"> ! </toc> </layout> --- 1,11 ---- ! <!DOCTYPE layout PUBLIC "-//Norman Walsh//DTD Website Layout V2.4.0//EN" ! "http://docbook.sourceforge.net/release/website/2.4.0/schema/dtd/layout.dtd"> <layout> <toc page="home.xml" filename="index.html"> ! <tocentry page="faq.xml" filename="faq.html"/> ! <tocentry id="nwalsh.com" href="http://nwalsh.com/"> ! <title>nwalsh.com</title> ! </tocentry> </toc> </layout> |