gstreamer/docs/manual
2014-02-04 22:23:06 +01:00
..
images
.gitignore
advanced-autoplugging.xml
advanced-buffering.xml docs: Fix typos in function/object descriptions 2013-12-07 17:11:12 +00:00
advanced-clocks.xml
advanced-dataaccess.xml
advanced-dparams.xml
advanced-interfaces.xml
advanced-metadata.xml
advanced-position.xml manual: update for position/duration query API change 2011-07-28 12:01:58 +01:00
advanced-threads.xml
appendix-checklist.xml
appendix-compiling.xml
appendix-integration.xml docs: fix project links 2013-12-18 11:43:35 +00:00
appendix-licensing.xml
appendix-porting.xml
appendix-programs.xml
appendix-quotes.xml
base.css
basics-bins.xml
basics-bus.xml
basics-data.xml
basics-elements.xml
basics-helloworld.xml manual: fix up the manual 2012-09-25 14:45:15 +02:00
basics-init.xml docs: update links to developer.gnome.org 2013-06-16 11:45:18 +02:00
basics-pads.xml
basics-plugins.xml
bin-element-ghost.png docs/manual/: Add scale factor for pdf output. 2008-06-27 07:03:05 +00:00
bin-element-noghost.png
bin-element.png
clocks.png
communication.png
diagrams-clocks.svg docs/manual/: Add one more image showing different times together with a describing paragraph. Fixes #547729. 2008-08-14 14:26:20 +00:00
diagrams-general.svg
diagrams-pipelines.svg
filter-element-multi.png
filter-element.png
gstreamer-overview.png
hello-world.png
highlevel-playback.xml
highlevel-xml.xml
intro-basics.xml
intro-gstreamer.xml
intro-motivation.xml
intro-preface.xml
linked-elements.png
Makefile.am
manual.xml
mime-world.png
outline.txt
README
simple-player.png
sink-element.png
src-element.png docs/manual/: Add scale factor for pdf output. 2008-06-27 07:03:05 +00:00
state-diagram.svg
thread-buffering.png
thread-synchronizing.png
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.