CVSROOT: /sources/gnash Module name: gnash Changes by: Melissa Goldin <mushi> 07/08/01 04:53:26
Modified files: doc/C : gnash.xml Log message: Big changes here: Moved this from an article to a book - it seems more appropriate, especially as this document grows with time. I made a lot of small tagging corrections throughout the files (to be committed shortly) so that gnash.xml validates correctly now. There are a few more changes on the way, such as using a proper glossary rather than a section titled glossary. I'll also expand the glossary at that time. I also still need to do some indexing, and to refresh my memory on how indexes are auto-created with DocBook. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/gnash.xml?cvsroot=gnash&r1=1.45&r2=1.46 Patches: Index: gnash.xml =================================================================== RCS file: /sources/gnash/gnash/doc/C/gnash.xml,v retrieving revision 1.45 retrieving revision 1.46 diff -u -b -r1.45 -r1.46 --- gnash.xml 8 Jun 2007 18:46:45 -0000 1.45 +++ gnash.xml 1 Aug 2007 04:53:26 -0000 1.46 @@ -1,6 +1,6 @@ <?xml version="1.0"?> -<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ <!ENTITY legal SYSTEM "legal.xml"> <!ENTITY fdl-app SYSTEM "fdl-appendix.xml"> @@ -36,12 +36,12 @@ <!-- TRANSLATOR NOTE: do not change the id, just the lang --> -<article id="index" lang="en"> +<book id="index" lang="en"> <!-- =============Document Header ============================ --> - <articleinfo> - <title>&app; Manual version &manrevision;</title> + <bookinfo> + <title>&app; Developer's Guide version &manrevision;</title> <copyright> <year>2005, 2006, 2007</year> <holder>Free Software Foundation</holder> @@ -64,19 +64,19 @@ This manual describes version &appversion; of &appname;. </releaseinfo> - </articleinfo> - - <indexterm zone="index"> - <primary>Gnash</primary> - </indexterm> + </bookinfo> <!-- ============= Introduction ============================== --> &introduction; <!-- ============= Document Body ============================= --> - &usage; + +<!-- Logically, you must install Gnash + before you can use it. --> + &installation; + &usage; &bugreport; &glossary; @@ -86,4 +86,4 @@ <!-- ============= Application License ======================= --> &fdl-app; -</article> +</book> _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit