~ubuntu-branches/ubuntu/saucy/gnash/saucy-proposed

« back to all changes in this revision

Viewing changes to doc/C/BackLash/asspec.xml

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2008-10-13 14:29:49 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20081013142949-f6qdvnu4mn05ltdc
Tags: 0.8.4~~bzr9980-0ubuntu1
* new upstream release 0.8.4 (LP: #240325)
* ship new lib usr/lib/gnash/libmozsdk.so.* in mozilla-plugin-gnash
  - update debian/mozilla-plugin-gnash.install
* ship new lib usr/lib/gnash/libgnashnet.so.* in gnash-common
  - update debian/gnash-common.install
* add basic debian/build_head script to build latest CVS head packages.
  - add debian/build_head
* new sound architecture requires build depend on libsdl1.2-dev
  - update debian/control
* head build script now has been completely migrated to bzr (upstream +
  ubuntu)
  - update debian/build_head
* disable kde gui until klash/qt4 has been fixed; keep kde packages as empty
  packages for now.
  - update debian/rules
  - debian/klash.install
  - debian/klash.links
  - debian/klash.manpages
  - debian/konqueror-plugin-gnash.install
* drop libkonq5-dev build dependency accordingly
  - update debian/control
* don't install headers manually anymore. gnash doesnt provide a -dev
  package after all
  - update debian/rules
* update libs installed in gnash-common; libgnashserver-*.so is not available
  anymore (removed); in turn we add the new libgnashcore-*.so
  - update debian/gnash-common.install
* use -Os for optimization and properly pass CXXFLAGS=$(CFLAGS) to configure
  - update debian/rules
* touch firefox .autoreg in postinst of mozilla plugin
  - update debian/mozilla-plugin-gnash.postinst
* link gnash in ubufox plugins directory for the plugin alternative switcher
  - add debian/mozilla-plugin-gnash.links
* suggest ubufox accordingly
  - update debian/control
* add new required build-depends on libgif-dev
  - update debian/control
* add Xb-Npp-Description and Xb-Npp-File as new plugin database meta data
  - update debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 manrevision "0.3">
 
7
  <!ENTITY date "Feb 2008">
 
8
  <!ENTITY app "<application>Free ActionScript Specification</application>">
 
9
  <!ENTITY appname "Free ActionScript Specification">
 
10
  <!ENTITY asaccessibility SYSTEM "accessibility.xml">
 
11
  <!ENTITY asarray SYSTEM "array.xml">
 
12
  <!ENTITY asboolean SYSTEM "boolean.xml">
 
13
  <!ENTITY asbutton SYSTEM "button.xml">
 
14
  <!ENTITY ascamera SYSTEM "camera.xml">
 
15
  <!ENTITY ascolor SYSTEM "color.xml">
 
16
  <!ENTITY ascontextmenu SYSTEM "contextmenu.xml">
 
17
  <!ENTITY ascustomactions SYSTEM "customactions.xml">
 
18
  <!ENTITY asdate SYSTEM "date.xml">
 
19
  <!ENTITY aserror SYSTEM "error.xml">
 
20
  <!ENTITY asfunction SYSTEM "function.xml">
 
21
  <!ENTITY askey SYSTEM "key.xml">
 
22
  <!ENTITY asloadvars SYSTEM "loadvars.xml">
 
23
  <!ENTITY aslocalconnection SYSTEM "localconnection.xml">
 
24
  <!ENTITY asmath SYSTEM "math.xml">
 
25
  <!ENTITY asmicrophone SYSTEM "microphone.xml">
 
26
  <!ENTITY asmouse SYSTEM "mouse.xml">
 
27
  <!ENTITY asmovieclip SYSTEM "movieclip.xml">
 
28
  <!ENTITY asmoviecliploader SYSTEM "moviecliploader.xml">
 
29
  <!ENTITY asnetconnection SYSTEM "netconnection.xml">
 
30
  <!ENTITY asnetstream SYSTEM "netstream.xml">
 
31
  <!ENTITY asnumber SYSTEM "number.xml">
 
32
  <!ENTITY asobject SYSTEM "object.xml">
 
33
  <!ENTITY asselection SYSTEM "selection.xml">
 
34
  <!ENTITY assharedobject SYSTEM "sharedobject.xml">
 
35
  <!ENTITY assound SYSTEM "sound.xml">
 
36
  <!ENTITY asstage SYSTEM "stage.xml">
 
37
  <!ENTITY asstring SYSTEM "string.xml">
 
38
  <!ENTITY assystem SYSTEM "system.xml">
 
39
  <!ENTITY astextfield SYSTEM "textfield.xml">
 
40
  <!ENTITY astextformat SYSTEM "textformat.xml">
 
41
  <!ENTITY astextsnapshot SYSTEM "textsnapshot.xml">
 
42
  <!ENTITY asvideo SYSTEM "video.xml">
 
43
  <!ENTITY asxmlnode SYSTEM "xmlnode.xml">
 
44
  <!ENTITY asxml SYSTEM "xml.xml">
 
45
  <!ENTITY asxmlsocket SYSTEM "xmlsocket.xml">
 
46
 ]
 
47
>
 
48
 
 
49
 <!-- =============Document Header ============================= -->
 
50
 <article id="index" lang="en">
 
51
<!-- please do not change the id; for translations, change lang to -->
 
52
<!-- appropriate code -->
 
53
   <articleinfo>
 
54
     <title>&app; V&manrevision;</title>
 
55
     <copyright>
 
56
       <year>2005, 2006, 2007, 2008</year>
 
57
       <holder>Free Software Foundation</holder>
 
58
     </copyright>
 
59
<!-- translators: uncomment this:
 
60
 
 
61
  <copyright>
 
62
   <year>2005, 2006, 2007, 2008</year>
 
63
   <holder>ME-THE-TRANSLATOR (Latin translation)</holder>
 
64
  </copyright>
 
65
 
 
66
   -->
 
67
<!-- An address can be added to the publisher information.  If a role is 
 
68
     not specified, the publisher/author is the same for all versions of the 
 
69
     document.  -->
 
70
    <publisher> 
 
71
      <publishername> GNOME Documentation Project </publishername> 
 
72
    </publisher> 
 
73
 
 
74
<!-- 
 
75
      Copyright (c)  2005, 2006, 2007, Free Software Foundation, Inc.
 
76
      Permission is granted to copy, distribute and/or modify this document
 
77
      under the terms of the GNU Free Documentation License, Version 1.2
 
78
      or any later version published by the Free Software Foundation;
 
79
      with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
 
80
      Texts.  A copy of the license is included in the section entitled "GNU
 
81
      Free Documentation License".
 
82
-->
 
83
 
 
84
   &legal;
 
85
 
 
86
   <!-- This file  contains link to license for the documentation (GNU FDL), and 
 
87
        other legal stuff such as "NO WARRANTY" statement. Please do not change 
 
88
        any of this. -->
 
89
 
 
90
    <authorgroup> 
 
91
      <author> 
 
92
        <firstname>Rob</firstname> 
 
93
        <surname>Savoye</surname> 
 
94
        <affiliation> 
 
95
          <address>
 
96
            <email>rob@welcomehome.org</email>
 
97
          </address> 
 
98
        </affiliation> 
 
99
      </author> 
 
100
 
 
101
<!-- This is appropriate place for other contributors: translators,
 
102
      maintainers,  etc. Commented out by default.
 
103
       <othercredit role="translator">
 
104
        <firstname>Latin</firstname> 
 
105
        <surname>Translator 1</surname> 
 
106
        <affiliation> 
 
107
          <orgname>Latin Translation Team</orgname> 
 
108
          <address> <email>translator@gnome.org</email> </address> 
 
109
        </affiliation>
 
110
        <contrib>Latin translation</contrib>
 
111
      </othercredit>
 
112
-->
 
113
    </authorgroup>
 
114
 
 
115
    <revhistory>
 
116
      <revision> 
 
117
        <revnumber>&appname; V&manrevision;</revnumber> 
 
118
        <date>&date;</date>
 
119
        <revdescription> 
 
120
          <para role="author">Rob Savoye
 
121
            <email>rob@welcomehome.org</email>
 
122
            Updated for the alpha release.
 
123
          </para>
 
124
          <para role="publisher">Free Software Foundation</para>
 
125
        </revdescription> 
 
126
      </revision> 
 
127
    </revhistory> 
 
128
 
 
129
    <releaseinfo>This specification describes version &manrevision; of
 
130
    this document.
 
131
    </releaseinfo>
 
132
   </articleinfo>
 
133
 
 
134
  <indexterm zone="index"> 
 
135
    <primary>Free ActionScript Specification</primary> 
 
136
  </indexterm>
 
137
 
 
138
<!-- ============= Introduction ============================== -->
 
139
  <sect1 id="intro">
 
140
    <title>Introduction</title>
 
141
 
 
142
    <para>
 
143
      This is an Freely redistributable specifiction for SWF
 
144
      ActionScript maintained by the open source community of Flash
 
145
      developers.
 
146
    </para>
 
147
 
 
148
    <para>
 
149
      ActionScript, like JavaScript, is based on the 
 
150
      <ulink type="http"
 
151
             url="http://www.ecma-international.org/publications/standards/Ecma-262.htm">ECMA 262 Specification</ulink>. The current version that fully 
 
152
      supports this is ActionScript, and is implemented in the current
 
153
      Adobe Flash player version 9. Prior versions of the Flash player
 
154
      used ActionScript 2, which implemented a subset of the fully
 
155
      specification, plus differed some.
 
156
      
 
157
 
 
158
    </para>
 
159
 
 
160
 
 
161
  </sect1>
 
162
 
 
163
<!-- ============= Document Body ============================= -->
 
164
  <sect1 id="spec">
 
165
    <title>Specification</title>
 
166
 
 
167
    &asaccessibility;
 
168
    &asarray;
 
169
    &asboolean;
 
170
    &asbutton;
 
171
    &ascamera;
 
172
    &ascolor;
 
173
    &ascontextmenu;
 
174
    &asmath;
 
175
    &asnetconnection;
 
176
    &asnumber;
 
177
    &asstring;
 
178
    &ascustomactions;
 
179
    &asdate;
 
180
    &aserror;
 
181
    &asfunction;
 
182
    &askey;
 
183
    &asloadvars;
 
184
    &aslocalconnection;
 
185
    &asmicrophone;
 
186
    &asmouse;
 
187
    &asmovieclip;
 
188
    &asmoviecliploader;
 
189
    &asnetstream;
 
190
    &asselection;
 
191
    &assharedobject;
 
192
    &assound;
 
193
    &asstage;
 
194
    &assystem;
 
195
    &astextfield;
 
196
    &astextformat;
 
197
    &astextsnapshot;
 
198
    &asvideo;
 
199
    &asxmlnode;
 
200
    &asxml;
 
201
    &asxmlsocket;
 
202
  </sect1>
 
203
 
 
204
<!-- ============= Authors ================================ -->
 
205
 
 
206
  <sect1 id="authors">
 
207
    <title>Authors</title>
 
208
    <para>
 
209
      <application>This Free ActionScript Specification</application> is
 
210
      maintained by the Gnash team and others. Please send all
 
211
      comments to <email>gnash-dev@gnu.org</email>.
 
212
    </para>
 
213
    
 
214
  </sect1>
 
215
 
 
216
  <!-- ============= Application License ============================= -->
 
217
 
 
218
  &fdl-app;
 
219
 
 
220
</article>