|
From: <sv...@va...> - 2005-08-03 20:28:38
|
Author: de Date: 2005-08-03 21:28:33 +0100 (Wed, 03 Aug 2005) New Revision: 4315 Log: Minor tweaks to get the FAQ on one page, per nick's request Modified: trunk/docs/xml/FAQ.xml trunk/docs/xml/vg-entities.xml Modified: trunk/docs/xml/FAQ.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/docs/xml/FAQ.xml 2005-08-03 18:58:45 UTC (rev 4314) +++ trunk/docs/xml/FAQ.xml 2005-08-03 20:28:33 UTC (rev 4315) @@ -4,13 +4,21 @@ [ <!ENTITY % vg-entities SYSTEM "vg-entities.xml"> %vg-entities; ]> =20 <book id=3D"FAQ" xreflabel=3D"Valgrind FAQ"> +<title>Valgrind FAQ</title> +<bookinfo> + <subtitle>Valgrind Frequently Asked Questions</subtitle> + <releaseinfo>August 2005</releaseinfo> + <author> + <surname> + <ulink url=3D"http://www.valgrind.org/www/developers.html">Valgrin= d Developers</ulink> + </surname> + <affiliation><orgname> + <ulink url=3D"mailto:&vg-vemail;">&vg-vemail;</ulink> + </orgname></affiliation> + </author> +</bookinfo> =20 - <bookinfo> - <title>Valgrind FAQ</title> - </bookinfo> - - -<chapter id=3D"faq.background" xreflabel=3D"Background"> +<sect1 id=3D"faq.background" xreflabel=3D"Background"> <title>Background</title> =20 <qandaset id=3D"qset.background"> @@ -53,10 +61,10 @@ =20 </qandaset> =20 -</chapter> +</sect1> =20 =20 -<chapter id=3D"faq.installing"=20 +<sect1 id=3D"faq.installing"=20 xreflabel=3D"Compiling, installing and configuring"> <title>Compiling, installing and configuring</title> <qandaset id=3D"qset.installing"> @@ -82,11 +90,11 @@ </qandaentry> =20 </qandaset> -</chapter> +</sect1> =20 =20 =20 -<chapter id=3D"faq.abort"=20 +<sect1 id=3D"faq.abort"=20 xreflabel=3D"Valgrind aborts unexpectedly"> <title>Valgrind aborts unexpectedly</title> <qandaset id=3D"qset.abort"> @@ -174,10 +182,10 @@ </qandaentry> =20 </qandaset> -</chapter> +</sect1> =20 =20 -<chapter id=3D"faq.unexpected"=20 +<sect1 id=3D"faq.unexpected"=20 xreflabel=3D"Valgrind behaves unexpectedly"> <title>Valgrind behaves unexpectedly</title> <qandaset id=3D"qset.unexpected"> @@ -359,10 +367,10 @@ </qandaentry> =20 </qandaset> -</chapter> +</sect1> =20 =20 -<chapter id=3D"faq.notfound" xreflabel=3D"Memcheck doesn't find my bug"> +<sect1 id=3D"faq.notfound" xreflabel=3D"Memcheck doesn't find my bug"> <title>Memcheck doesn't find my bug</title> <qandaset id=3D"qset.notfound"> =20 @@ -438,10 +446,10 @@ =20 =20 </qandaset> -</chapter> +</sect1> =20 =20 -<chapter id=3D"faq.misc"=20 +<sect1 id=3D"faq.misc"=20 xreflabel=3D"Miscellaneous"> <title>Miscellaneous</title> <qandaset id=3D"qset.misc"> @@ -505,11 +513,11 @@ =20 =20 </qandaset> -</chapter> +</sect1> =20 =20 <!-- template=20 -<chapter id=3D"faq."=20 +<sect1 id=3D"faq."=20 xreflabel=3D"xx"> <title>xx</title> <qandaset id=3D"qset."> @@ -524,12 +532,12 @@ </qandaentry> =20 </qandaset> -</chapter> +</sect1> --> =20 =20 =20 -<chapter id=3D"faq.help" xreflabel=3D"How To Get Further Assistance"> +<sect1 id=3D"faq.help" xreflabel=3D"How To Get Further Assistance"> <title>How To Get Further Assistance</title> =20 =20 @@ -572,6 +580,7 @@ you are probably requesting help from unpaid volunteers, so you have no guarantee of receiving an answer.</para> =20 -</chapter> +</sect1> =20 + </book> Modified: trunk/docs/xml/vg-entities.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/docs/xml/vg-entities.xml 2005-08-03 18:58:45 UTC (rev 4314) +++ trunk/docs/xml/vg-entities.xml 2005-08-03 20:28:33 UTC (rev 4315) @@ -8,5 +8,5 @@ <!-- valgrind release + version stuff --> <!ENTITY rel-type "Release"> <!ENTITY rel-version "3.0.0"> -<!ENTITY rel-date "July 24 2005"> +<!ENTITY rel-date "August 3 2005"> =20 |