update release version and regenerate preformatted copies.
[gnash.git] / doc / C / gnashref.xml
blob758ed83ce7b800fb8e76ed7f72969c4623727975
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
3  "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
4     
5     <!ENTITY appversion "0.8.9">
6     <!ENTITY manrevision "0.4.3">
7     <!ENTITY date "Feb 2011">
8     <!ENTITY app "<application>Gnash</application>">
9     <!ENTITY appname "Gnash">
11     <!ENTITY legal            SYSTEM "legal.xml">
12     <!ENTITY fdl-app          SYSTEM "fdl-appendix.xml"> 
13     <!ENTITY programmers      SYSTEM "app_authors.xml">
14     <!ENTITY introduction     SYSTEM "introduction.xml">
15     <!ENTITY bugreport        SYSTEM "bugreport.xml">
17     <!ENTITY amf              SYSTEM "refmanual/amf.xml">
18     <!ENTITY rtmp             SYSTEM "refmanual/rtmp.xml">
19     <!ENTITY internals        SYSTEM "refmanual/internals.xml">
20     <!ENTITY object           SYSTEM "refmanual/object.xml">
21     <!ENTITY plugin           SYSTEM "refmanual/plugin.xml">
22     <!ENTITY memory           SYSTEM "refmanual/memory.xml">
23     <!ENTITY newasclass       SYSTEM "refmanual/new_as_class.xml">
24     <!ENTITY asvalue          SYSTEM "refmanual/as_value.xml">
25     <!ENTITY revisionhistory  SYSTEM "refmanual/revisions.xml">
26     <!ENTITY specification    SYSTEM "refmanual/specification.xml">
27     <!ENTITY installation     SYSTEM "refmanual/installation.xml">
29     <!ENTITY custompath       SYSTEM "refmanual/custompath_configuration.xml">
30     <!ENTITY featureoptions   SYSTEM "refmanual/feature_configuration.xml">
31     <!ENTITY docdependencies  SYSTEM "refmanual/documentation_dependencies.xml">
32     <!ENTITY codedependencies SYSTEM "refmanual/code_dependencies.xml">
33     <!ENTITY testdependencies SYSTEM "refmanual/testing_dependencies.xml">
34     <!ENTITY sources          SYSTEM "refmanual/sources.xml">
35     <!ENTITY pkgmanager       SYSTEM "refmanual/packagemanager.xml">
36     <!ENTITY configuration    SYSTEM "refmanual/configuration.xml">
37     <!ENTITY crosscompiling   SYSTEM "refmanual/cross_compiling.xml">
38     <!ENTITY install          SYSTEM "refmanual/install.xml">
39     <!ENTITY building         SYSTEM "refmanual/building.xml">
40     <!ENTITY logging          SYSTEM "refmanual/logging.xml">
41     <!ENTITY internals        SYSTEM "refmanual/internals.xml">
42     <!ENTITY building         SYSTEM "refmanual/building.xml">
43     <!ENTITY codestyle        SYSTEM "refmanual/codestyle.xml">
44     <!ENTITY fn_call "<emphasis>fn_call</emphasis>">
46     <!ENTITY extensions       SYSTEM "refmanual/extensions/extensions.xml">
47     <!ENTITY fileext          SYSTEM "refmanual/extensions/fileext.xml">
48     <!ENTITY gtkext           SYSTEM "refmanual/extensions/gtkext.xml">
49     <!ENTITY mysqlext         SYSTEM "refmanual/extensions/mysqlext.xml">
51  ]
55 <!-- TRANSLATOR NOTE: do not change the id, just the lang -->
56 <book lang="en" id="index">
57   <title>Gnash Reference Manual</title>
58   <titleabbrev>Gnash Ref</titleabbrev>
59   
60   <!-- =============Document Header ============================ -->
61   
62   <bookinfo>
63     <title>Gnash Reference Manual</title>
64     <copyright>
65       <year>2005, 2006, 2007, 2008, 2009, 2010</year>
66       <holder>Free Software Foundation</holder>
67     </copyright>
68     <abstract role="texinfo-node">
69       <para>Gnash Documentation</para>
70     </abstract>
71     <subjectset scheme="texinfo-directory">
72       <subject><subjectterm>Video</subjectterm></subject>
73     </subjectset>
74     
75     <!-- TRANSLATOR NOTE: uncomment this section
76          
77          <copyright>
78          <year>2008</year>
79          <holder>ME-THE-TRANSLATOR (Latin translation)</holder>
80          </copyright>
81          
82     -->
83     
84     &legal;
85     &revisionhistory;
86     
87     <releaseinfo>
88       This manual describes version &appversion; of &appname;.
89     </releaseinfo>
90     
91   </bookinfo>
92   
93   
94 <!-- ============= Introduction ============================== -->
95   &introduction;
97 <!-- ============= Document Body ============================= -->
99 <!-- This chapter includes all the other sections used to document how to
100      configure and compile Gnash. -->
101   &building;
103 <!-- This chapter includes all the other sections used to document the
104      internals of how Gnash works. -->
105   &internals;
106   &bugreport;
107   &extensions;
109 <!-- This chapter includes all the other sections used to document
110      protocols and formats used by Gnash. -->
112   &rtmp;
113   &plugin;
115   <!-- The appendix. Nobody reads these coding style suggestions
116        anyway -->
117   &codestyle;
119 <!-- ============= Authors =================================== -->
120   &programmers;
122 <!-- ============= Application License ======================= -->
123   &fdl-app;
125 </book>