gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/doc/C/usermanual glossary.xml gnashrc.xml... [relea


From: Russ Nelson
Subject: [Gnash-commit] gnash/doc/C/usermanual glossary.xml gnashrc.xml... [release_0_8_2_rc1]
Date: Tue, 04 Mar 2008 22:36:52 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         release_0_8_2_rc1
Changes by:     Russ Nelson <nelsonrn>  08/03/04 22:36:52

Modified files:
        doc/C/usermanual: glossary.xml gnashrc.xml installation.xml 
                          specification.xml usage.xml 

Log message:
        Fix typos in doc/C/usermanual files.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/usermanual/glossary.xml?cvsroot=gnash&only_with_tag=release_0_8_2_rc1&r1=1.5.2.2&r2=1.5.2.3
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/usermanual/gnashrc.xml?cvsroot=gnash&only_with_tag=release_0_8_2_rc1&r1=1.2.2.2&r2=1.2.2.3
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/usermanual/installation.xml?cvsroot=gnash&only_with_tag=release_0_8_2_rc1&r1=1.6.2.1&r2=1.6.2.2
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/usermanual/specification.xml?cvsroot=gnash&only_with_tag=release_0_8_2_rc1&r1=1.5.2.1&r2=1.5.2.2
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/usermanual/usage.xml?cvsroot=gnash&only_with_tag=release_0_8_2_rc1&r1=1.9.2.1&r2=1.9.2.2

Patches:
Index: glossary.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/usermanual/glossary.xml,v
retrieving revision 1.5.2.2
retrieving revision 1.5.2.3
diff -u -b -r1.5.2.2 -r1.5.2.3
--- glossary.xml        3 Mar 2008 23:46:53 -0000       1.5.2.2
+++ glossary.xml        4 Mar 2008 22:36:51 -0000       1.5.2.3
@@ -27,7 +27,7 @@
          AGG is the AntiGrain 2D graphics library, which can be used
          as a renderer in Gnash. It is faster than OpenGL on systems
          without hardware graphics acceleration. As of Gnash version
-         0.8.1 it is the more feature complete renderer. 
+         0.8.2 it is the more feature complete renderer. 
        </para>
       </glossdef>
     </glossentry>
@@ -181,9 +181,11 @@
        <para>
          The term <emphasis>Flash</emphasis> is used to describe both the 
          Adobe IDE for creating <emphasis>SWF</emphasis>
-         files, and the technology itself. Flash is a trademarked
-         term of Adobe's, we prfer to use SWF to refer to the files
-         themselves, as well as the format, instead of flash(tm).
+         files, and the technology itself. Flash is a registered trademark
+         belonging to Adobe.   Unfortunately, neither Macromedia nor
+          Adobe have done a good job creating a generic name for all
+          things having to do with Flash.  They risk
+          loss of their trademark.
        </para>
       </glossdef>
     </glossentry>
@@ -545,10 +547,9 @@
          platforms' graphics, sound, and input APIs. Gnash can use it
          as a GUI and/or as a sound handler. Note that the two usages
          are independent of each other: you can use it for a task and
-         not for the other if you wish. At time or writing (2007-01-11)
-         the SDL GUI lacks menus and a performant input event
-         architecture; the SDL sound handler is the most feature rich,
-         supporting Video through ffmpeg. 
+         not for the other if you wish.  This version of Gnash does not
+          implement menus in the SDL GUI; the SDL sound handler is the
+          most feature rich, supporting video through ffmpeg. 
        </para>
       </glossdef>
     </glossentry>
@@ -562,7 +563,7 @@
        <para>
          The <emphasis>sound handler</emphasis> is the part of &app;
          which handles both event sounds and streaming sound.  Audio
-         from external sources are also handled through the sound handler
+         from external sources is sent through the sound handler
          when SDL is used.  The sound handler must be selected during
          configuration of Gnash when compiling.
        </para>
@@ -596,7 +597,8 @@
       </glossterm>
       <glossdef>
        <para>
-         The visible area of a Flash movie. The name derives from a      
theater analogy. Graphical elements are referred to as
+         The visible area of a Flash movie. The name derives from a
+         theater analogy. Graphical elements are referred to as
          characters.  
        </para>
       </glossdef>

Index: gnashrc.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/usermanual/gnashrc.xml,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -u -b -r1.2.2.2 -r1.2.2.3
--- gnashrc.xml 4 Mar 2008 08:56:10 -0000       1.2.2.2
+++ gnashrc.xml 4 Mar 2008 22:36:51 -0000       1.2.2.3
@@ -93,7 +93,7 @@
          Because several files can be parsed in succession, each file can 
override
          or add to lists in other files. Use <emphasis>set</emphasis> to 
override
          all other lists or <emphasis>append</emphasis> to add new sandboxes.
-         Note that there's currently no way to *drop* the directory of base dir
+         Note that there's currently no way to <emphasis>drop</emphasis> the 
directory of base dir
          from the list of allowed local sandboxes.
          </entry>
        </row>
@@ -195,8 +195,9 @@
          <entry>StreamsTimeout</entry>
          <entry>double</entry>
          <entry>
-           Set the number of seconds after which streams download time out. 
Note that timeouts only occurs after the given number of seconds
-           passed w/out anything was received.
+           Set the number of seconds after which streams download time
+            out. Timeouts only occur after the given number
+            of seconds have passed without anything being received.
          </entry>
        </row>
        

Index: installation.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/usermanual/installation.xml,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -u -b -r1.6.2.1 -r1.6.2.2
--- installation.xml    3 Mar 2008 23:46:54 -0000       1.6.2.1
+++ installation.xml    4 Mar 2008 22:36:51 -0000       1.6.2.2
@@ -101,7 +101,7 @@
              <entry>i386, x86-64, MIPS</entry>
            </row>
            <row>
-             <entry>Open Embedded, OpenMoko, Poky
+             <entry>Open Embedded, OpenMoko
              </entry>
              <entry>ARM
              </entry>

Index: specification.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/usermanual/specification.xml,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -u -b -r1.5.2.1 -r1.5.2.2
--- specification.xml   3 Mar 2008 23:46:54 -0000       1.5.2.1
+++ specification.xml   4 Mar 2008 22:36:51 -0000       1.5.2.2
@@ -229,7 +229,7 @@
     
     <para>
       Collected objects are those allocated due to &AS; explicit or implicit
-      calls.  Explicit all are any user-defined statements that allocate new
+      calls.  Explicit calls are any user-defined statements that allocate new
       objects, such as arrays, Objects, or script-created movieclips.
       Implicit calls are the built-in functions that can be deleted by
       arbitrary user calls. 
@@ -283,51 +283,51 @@
        <tbody>
        <row>
        <entry>agg-gtk</entry>
-       <entry>33372 KB</entry>
+       <entry>33 MB</entry>
        <entry>14 MB</entry>
-       <entry>8948 KB</entry>
+       <entry>8.9 MB</entry>
        </row>
        <row>
        <entry>agg-sdl</entry>
-       <entry>26564 KB</entry>
-       <entry>9396 KB</entry>
-       <entry>5124 KB</entry>
+       <entry>27 MB</entry>
+       <entry>9.4 MB</entry>
+       <entry>5.1 MB</entry>
        </row>
        <row>
        <entry>agg-fltk</entry>
-       <entry>24556 KB</entry>
-       <entry>8992 KB</entry>
-       <entry>4220 KB</entry>
+       <entry>25 MB</entry>
+       <entry>9.0 MB</entry>
+       <entry>4.2 MB</entry>
        </row>
        <row>
        <entry>cairo-fltk</entry>
        <entry>184 MB</entry>
        <entry>128 MB</entry>
-       <entry>4284 KB</entry>
+       <entry>4.3 MB</entry>
        </row>
        <row>
        <entry>cairo-gtk</entry>
        <entry>192 MB</entry>
        <entry>133 MB</entry>
-       <entry>8000 KB</entry>
+       <entry>8.0 MB</entry>
        </row>
        <row>
        <entry>cairo-sdl</entry>
        <entry>187 MB</entry>
        <entry>129 MB </entry>
-       <entry>5256 KB</entry>
+       <entry>5.3 MB</entry>
        </row>
        <row>
        <entry>opengl-gtk </entry>
-       <entry>62620 KB</entry>
+       <entry>63 MB</entry>
        <entry>15 MB</entry>
-       <entry>9336 KB</entry>
+       <entry>9.3 MB</entry>
        </row>
        <row>
        <entry>opengl-sdl </entry>
-       <entry>54932 KB</entry>
+       <entry>55 MB</entry>
        <entry>10 MB</entry>
-       <entry>5324 KB</entry>
+       <entry>5.3 MB</entry>
        </row>
        </tbody>
        </tgroup>
@@ -352,7 +352,7 @@
     </para>
     
     <para>
-      One early security feature is the blacklist/whitelist.  Flash movies
+      One security feature found only in &app; is the blacklist/whitelist.  
Flash movies
       running in a browser can make outgoing network connections. This can
       be used, for example, to compromise a network device inside a
       company firewall via a Flash movie running on an employee's
@@ -375,12 +375,12 @@
       </para>
       
       <para>
-       Till recently, what was contained in these files wasn't widely
+       Until recently, what was contained in these files wasn't widely
        known. There are several LSO file utilities floating around on
        the Web. &app; has its own <emphasis>soldumper</emphasis>
        program that lets one find and dump the contents of these
-       files. As of yet, I haven't discovered any nasty privacy issues
-       yet, but as &app;'s SharedObject support is new, I may have just
+       files. We haven't discovered any nasty privacy issues
+       yet, but as &app;'s SharedObject support is new, we may have just
        been lucky.
       </para>
       
@@ -394,7 +394,7 @@
       </para>
       
       <para>
-       The one security setting &app; supports is the
+       The one SOL security setting &app; supports is the
        <emphasis>SOLReadOnly</emphasis> setting for your $HOME/.gnashrc
        file. This prevents &app; from ever writing to a .sol file, but can 
still read
        them. You can also set <emphasis>SOLSafeDir</emphasis> to a safe

Index: usage.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/usermanual/usage.xml,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -u -b -r1.9.2.1 -r1.9.2.2
--- usage.xml   3 Mar 2008 23:46:54 -0000       1.9.2.1
+++ usage.xml   4 Mar 2008 22:36:51 -0000       1.9.2.2
@@ -2,12 +2,12 @@
   <title>Using &app;</title>
   
   <para>
-    When used as a standalone player, you can play any Flash file from
+    When used as a standalone player, you can play any SWF file from
     the command line by entering a command of the format: 
     <programlisting>
       gnash <replaceable>&lt;option&gt; &lt;flashfile.swf&gt;</replaceable>
     </programlisting>
-    The only required argument is the name (and location)of the file
+    The only required argument is the name (and location) of the file
     to be played. 
   </para>
   
@@ -21,7 +21,7 @@
   </para>
   
   <para>
-    The source code download of &app; includes several example .SWF
+    The source code download of &app; includes several example SWF
     files.  They are located in the
     <filename>testsuite/samples/</filename> directory of the &app;
     source directory.  If you have installed &app; correctly, issuing
@@ -55,7 +55,7 @@
     
     <para>
       No options are required for  &app;'s default behavior.  However,
-      there are many options that can be used to that behavior. 
+      there are many options that can be used to change that behavior. 
     </para>
     
     <para>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]