>From 460af891b34f36feddb8dea0ce949335ec0868de Mon Sep 17 00:00:00 2001 From: mtsio Date: Mon, 17 Aug 2015 01:11:06 +0300 Subject: [PATCH] Split audience section for user and reference manual (see bug #45766) --- 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 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 @@ + 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 @@ + diff --git a/doc/C/introduction.xml b/doc/C/introduction.xml index 493690c..6e7cca7 100644 --- a/doc/C/introduction.xml +++ b/doc/C/introduction.xml @@ -17,18 +17,6 @@ wrappers for any development library, and import them into the player much like Perl or Python does. - - - Audience - - - This manual is primarily focused on developers. If you are - interested in how to get Gnash installed from a package, and - basic usage as a web browser plugin, please refer to the Gnash - User manual. - - - What Is Supported? @@ -93,5 +81,7 @@ + &audience; + 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 @@ + + Audience + + + 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. + + + 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 @@ + + Audience + + + 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. + + + -- 1.9.1