gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-2192-gb139ce7
Date: Mon, 17 Aug 2015 07:48:00 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  b139ce7e4c116375674ff60d0b7961a805ad5594 (commit)
      from  8c3cf65dd4467d00c4c928ecc32757dd2d93cb1b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=b139ce7e4c116375674ff60d0b7961a805ad5594


commit b139ce7e4c116375674ff60d0b7961a805ad5594
Author: mtsio <address@hidden>
Date:   Mon Aug 17 09:46:48 2015 +0200

    Split audience section for reference and user manual
    
    Signed-off-by: Sandro Santilli <address@hidden>

diff --git a/doc/C/gnashref.xml b/doc/C/gnashref.xml
index 97238a3..ae7bdfc 100644
--- a/doc/C/gnashref.xml
+++ b/doc/C/gnashref.xml
@@ -12,6 +12,7 @@
     <!ENTITY fdl-app          SYSTEM "fdl-appendix.xml"> 
     <!ENTITY programmers      SYSTEM "app_authors.xml">
     <!ENTITY introduction     SYSTEM "introduction.xml">
+    <!ENTITY audience         SYSTEM "refmanual/audience.xml">
     <!ENTITY bugreport        SYSTEM "bugreport.xml">
 
     <!ENTITY amf              SYSTEM "refmanual/amf.xml">
diff --git a/doc/C/gnashuser.xml b/doc/C/gnashuser.xml
index a556c45..3ce4dae 100644
--- a/doc/C/gnashuser.xml
+++ b/doc/C/gnashuser.xml
@@ -12,6 +12,7 @@
     <!ENTITY fdl-app          SYSTEM "fdl-appendix.xml"> 
     <!ENTITY programmers      SYSTEM "app_authors.xml">
     <!ENTITY introduction     SYSTEM "introduction.xml">
+    <!ENTITY audience         SYSTEM "usermanual/audience.xml">
     <!ENTITY security         SYSTEM "security.xml">
     <!ENTITY bugreport        SYSTEM "bugreport.xml">
 
diff --git a/doc/C/introduction.xml b/doc/C/introduction.xml
index 3e1f4b3..e5058ff 100644
--- a/doc/C/introduction.xml
+++ b/doc/C/introduction.xml
@@ -18,18 +18,8 @@
     player much like Perl or Python does.
   </para>
 
-  <sect1 id="audience">
-    <title>Audience</title>
-    
-    <para>
-      This manual is primarily focused on users interested in how to
-      get Gnash installed from a package, and basic usage as a web
-      browser plugin. For more technical details, please refer to the
-      Gnash Reference manual.
-    </para>
-    
-  </sect1>    
-  
+  &audience;
+
   <sect1 id="runs-on">
     <title>What Is Supported?</title>
     
diff --git a/doc/C/refmanual/audience.xml b/doc/C/refmanual/audience.xml
new file mode 100644
index 0000000..8c45100
--- /dev/null
+++ b/doc/C/refmanual/audience.xml
@@ -0,0 +1,12 @@
+<sect1 id="audience">
+  <title>Audience</title>
+
+  <para>
+    This manual is focused on users interested in more technical
+    details, such as Gnash Extensions. It's also a good starting point
+    for developers that feel like contributing to the project. For
+    installation instructions from a package and basic usage, please
+    refer to the Gnash User Manual.
+  </para>
+
+</sect1>
diff --git a/doc/C/usermanual/audience.xml b/doc/C/usermanual/audience.xml
new file mode 100644
index 0000000..691feea
--- /dev/null
+++ b/doc/C/usermanual/audience.xml
@@ -0,0 +1,11 @@
+<sect1 id="audience">
+  <title>Audience</title>
+  
+  <para>
+    This manual is primarily focused on users interested in how to get
+    Gnash installed from a package, and basic usage as a web browser
+    plugin. For more technical details, please refer to the Gnash
+    Reference manual.
+  </para>
+  
+</sect1>    

-----------------------------------------------------------------------

Summary of changes:
 doc/C/gnashref.xml            |    1 +
 doc/C/gnashuser.xml           |    1 +
 doc/C/introduction.xml        |   14 ++------------
 doc/C/refmanual/audience.xml  |   12 ++++++++++++
 doc/C/usermanual/audience.xml |   11 +++++++++++
 5 files changed, 27 insertions(+), 12 deletions(-)
 create mode 100644 doc/C/refmanual/audience.xml
 create mode 100644 doc/C/usermanual/audience.xml


hooks/post-receive
-- 
Gnash



reply via email to

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