update release version and regenerate preformatted copies.
[gnash.git] / doc / C / actionscript.xml
blobca54a3660c17a80de92fd13144fa7f5a2cc256cd
1 <?xml version="1.0"?>
2 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
3     "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
4   <!ENTITY legal SYSTEM "legal.xml">
5   <!ENTITY fdl-app SYSTEM "fdl-appendix.xml">
6   <!ENTITY appversion "0.8.9">
7   <!ENTITY manrevision "0.2">
8   <!ENTITY date "Feb 2011">
9   <!ENTITY app "<application>Gnash</application>">
10   <!ENTITY appname "Gnash">
11   <!ENTITY actionscript "ActionScript">
12   <!ENTITY fn_call "<emphasis>fn_call</emphasis>">
13   <!ENTITY version "0.8">
15   <!ENTITY main SYSTEM "actionscript/main.xml">
16   <!ENTITY new_as_class SYSTEM "actionscript/new_as_class.xml">
17   <!ENTITY as_value SYSTEM "actionscript/as_value.xml">
18  ]
21  <!-- =============Document Header ============================= -->
22  <article id="index" lang="en">
25 <!-- please do not change the id; for translations, change lang to -->
26 <!-- appropriate code -->
27    <articleinfo>
28      <title>&actionscript; Manual V&manrevision;</title>
29      <copyright>
30        <year>2007, 2008, 2009, 2010, 2011</year>
31        <holder>Free Software Foundation</holder>
32      </copyright>
35 <!-- translators: uncomment this:
36   <copyright>
37    <year>2007</year>
38    <holder>ME-THE-TRANSLATOR (Latin translation)</holder>
39   </copyright>
40  -->
42 <!-- An address can be added to the publisher information.  If a role is 
43      not specified, the publisher/author is the same for all versions of the 
44      document.  -->
45     <publisher> 
46       <publishername>Gnash Documentation Project </publishername> 
47     </publisher> 
50 <!-- 
51       Copyright (c)  2007, 2008, 2009, 2010 Free Software Foundation, Inc.
52       Permission is granted to copy, distribute and/or modify this document
53       under the terms of the GNU Free Documentation License, Version 1.2
54       or any later version published by the Free Software Foundation;
55       with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
56       Texts.  A copy of the license is included in the section entitled "GNU
57       Free Documentation License".
58 -->
60    <!-- This file  contains link to license for the documentation (GNU FDL), and 
61         other legal stuff such as "NO WARRANTY" statement. Please do not change 
62         any of this. -->
63    &legal;
67     <authorgroup> 
68       <author> 
69         <firstname>Rob</firstname> 
70         <surname>Savoye</surname> 
71         <affiliation> 
72           <address>
73             <email>rob@welcomehome.org</email>
74           </address> 
75         </affiliation> 
76       </author> 
77       <author> 
78         <firstname>Ann</firstname> 
79         <surname>Barcomb</surname> 
80       </author> 
82 <!-- This is appropriate place for other contributors: translators,
83       maintainers,  etc. Commented out by default.
84        <othercredit role="translator">
85         <firstname>Latin</firstname> 
86         <surname>Translator 1</surname> 
87         <affiliation> 
88           <orgname>Latin Translation Team</orgname> 
89           <address> <email>translator@gnome.org</email> </address> 
90         </affiliation>
91         <contrib>Latin translation</contrib>
92       </othercredit>
93 -->
94     </authorgroup>
96     <revhistory>
97       <revision> 
98         <revnumber>&actionscript; Manual V&manrevision;</revnumber> 
99         <date>&date;</date>
100         <revdescription> 
101           <para role="author">Rob Savoye
102             <email>rob@welcomehome.org</email>
103           </para>
104           <para role="author">Ann Barcomb
105           </para>
106           <para role="publisher">Free Software Foundation</para>
107         </revdescription> 
108       </revision> 
109     </revhistory> 
111     <releaseinfo>This manual describes how &appname; &actionscript; classes
112     are written.
113     </releaseinfo>
114    </articleinfo>
116   <indexterm zone="index"> 
117     <primary>Gnash</primary> 
118   </indexterm>
120 <!-- ============= Document Body ============================= -->
121   &main;
122   &new_as_class;
123   &as_value;
125 <!-- ============= Application License ============================= -->
127   &fdl-app;
129 </article>