gstreamer/docs/manual
Luc Pionchon 498cda94b5 docs/manual/manual.xml: - Reorganised the previous "introduction" bundle into Foreword,
Original commit message from CVS:
patch by: Luc Pionchon  <luc.pionchon@nokia.com>
* docs/manual/manual.xml:
- Reorganised the previous "introduction" bundle into Foreword,
Introduction, and About GStreamer. The two first are <preface>
docbook elements. The later is the first part of the book.
- added intro-gstreamer.xml (content partially from
intro-preface.xml)
- moved appendix-win32.xml into appendix-integration.xml
* docs/manual/intro-preface.xml: gstreamer section moved...
* docs/manual/intro-gstreamer.xml: ...here. new file.
* docs/manual/appendix-win32.xml: removed file. Content moved...
* docs/manual/appendix-integration.xml: ...here.
* docs/manual/highlevel-components.xml: section about GstEditor moved...
* docs/manual/appendix-checklist.xml: ...here.
2008-06-25 14:44:52 +00:00
..
images
.gitignore
advanced-autoplugging.xml
advanced-clocks.xml
advanced-dataaccess.xml
advanced-dparams.xml
advanced-interfaces.xml
advanced-metadata.xml
advanced-position.xml
advanced-threads.xml
appendix-checklist.xml docs/manual/manual.xml: - Reorganised the previous "introduction" bundle into Foreword, 2008-06-25 14:44:52 +00:00
appendix-integration.xml docs/manual/manual.xml: - Reorganised the previous "introduction" bundle into Foreword, 2008-06-25 14:44:52 +00:00
appendix-licensing.xml docs/manual/: Typo and formatting fixes (#538594). 2008-06-24 19:56:51 +00:00
appendix-porting.xml
appendix-programs.xml
appendix-quotes.xml
base.css
basics-bins.xml
basics-bus.xml
basics-data.xml
basics-elements.xml docs/manual/: Typo and formatting fixes (#538594). 2008-06-24 19:56:51 +00:00
basics-helloworld.xml docs/manual/: - Explicitely include glib.h. 2008-06-25 14:32:53 +00:00
basics-init.xml
basics-pads.xml docs/manual/: Typo and formatting fixes (#538594). 2008-06-24 19:56:51 +00:00
basics-plugins.xml
bin-element-ghost.fig
bin-element-noghost.fig
bin-element.fig
filter-element-multi.fig
filter-element.fig
hello-world.fig docs/manual/: - Explicitely include glib.h. 2008-06-25 14:32:53 +00:00
highlevel-components.xml docs/manual/manual.xml: - Reorganised the previous "introduction" bundle into Foreword, 2008-06-25 14:44:52 +00:00
highlevel-xml.xml docs/manual/: Typo and formatting fixes (#538594). 2008-06-24 19:56:51 +00:00
intro-basics.xml docs/manual/: Typo and formatting fixes (#538594). 2008-06-24 19:56:51 +00:00
intro-gstreamer.xml docs/manual/manual.xml: - Reorganised the previous "introduction" bundle into Foreword, 2008-06-25 14:44:52 +00:00
intro-motivation.xml
intro-preface.xml docs/manual/manual.xml: - Reorganised the previous "introduction" bundle into Foreword, 2008-06-25 14:44:52 +00:00
linked-elements.fig
Makefile.am
manual.xml docs/manual/manual.xml: - Reorganised the previous "introduction" bundle into Foreword, 2008-06-25 14:44:52 +00:00
mime-world.fig
outline.txt
queue.fig
README docs/README: Document that for plgin-docs we extraxt he short-desc from the element details. 2008-06-25 14:25:49 +00:00
sink-element.fig
src-element.fig
state-diagram.fig
titlepage.xml

Current requirements for building the docs :
--------------------------------------------

libxslt >= 1.0.6
libxml2 >= 2.4.12


These are not included with RH72.  They are in debian.  GDE has good rpms.

To build pdf's from xslt stuff, you need xmltex and (on redhat) 
passivetex.  They are not known to have been built on either redhat or 
debian yet though.

Wingo's new comments on the doc building :
------------------------------------------
* Well he should add them soon here since he overhauled it. And did a good 
  job on it too ;)

Thomas's new comments on the doc building :
-------------------------------------------
* originally the manual was written with DocBook 3.0 in mind, which 
  supported the graphic tag.  That is now deprecated, so I changed it to 
  the new mediaobject tag set.

* eps files in images/ should be generated from the makefile.  You need to 
  have fig2dev installed for that.

Ensonic's comments on the doc build system :
--------------------------------------------
In case you like to share files between the manual and the pwg - it's
not trivial.
Before anything is done, the build-system copies all xml files into the build
subdir and this breaks including shared docs via entities.

The examples should be updated in the xml. We run a perlscript in
tests/examples/manual that extracts them.

Wtay's original comments :
--------------------------

For now use:

  db2html gstreamer-manual 

(On debian, db2html is in the cygnus-stylesheets package)

You will need the png support for docbook (see GNOME documentation project)

convert the fig images to png with:

  fig2dev -L png -s 16 fig/<input file>.fig images/<input file>.png

Put a link in the gstreamer-manual directory with

  ln -s ../images gstreamer-manual/images

point your browser to gstreamer-manual/gstreamer.html

Fix typing errors and correct bad english.
Let me know about the stuff that needs some more explanation.
Let me know about the structure of the document.