gstreamer/docs/manual
Ronald S. Bultje b31b63ba3a docs/manual/advanced-autoplugging.xml: Oops, a g_strdup() is not const.
Original commit message from CVS:
* docs/manual/advanced-autoplugging.xml:
Oops, a g_strdup() is not const.
2005-06-23 13:37:23 +00:00
..
images
.gitignore
advanced-autoplugging.xml docs/manual/advanced-autoplugging.xml: Oops, a g_strdup() is not const. 2005-06-23 13:37:23 +00:00
advanced-clocks.xml
advanced-dataaccess.xml docs/manual/advanced-dataaccess.xml: Add section on how to use fakesrc/fakesink/identity in your application, plus se... 2004-12-23 14:26:14 +00:00
advanced-dparams.xml
advanced-interfaces.xml
advanced-metadata.xml
advanced-position.xml
advanced-schedulers.xml small doc fixes 2005-05-17 17:22:37 +00:00
advanced-threads.xml
appendix-checklist.xml small doc fixes 2005-05-17 17:22:37 +00:00
appendix-integration.xml docs/manual/advanced-dataaccess.xml: Add section on how to use fakesrc/fakesink/identity in your application, plus se... 2004-12-23 14:26:14 +00:00
appendix-licensing.xml fixing line-widths to make thomas happy 2005-01-31 11:42:29 +00:00
appendix-programs.xml
appendix-quotes.xml
appendix-win32.xml
base.css
basics-bins.xml docs/manual/basics-bins.xml: Fix variable name mismatch (#170464). 2005-03-23 22:18:30 +00:00
basics-data.xml
basics-elements.xml docs/manual/basics-elements.xml: Fix two typos. 2005-02-03 19:51:35 +00:00
basics-helloworld.xml
basics-init.xml
basics-pads.xml trivial fix in example code, make it actually use our API 2005-05-03 11:05:20 +00:00
basics-plugins.xml added docs for the TAG defines 2005-01-18 14:15:30 +00:00
bin-element-ghost.fig
bin-element-noghost.fig
bin-element.fig
BUILD
filter-element-multi.fig
filter-element.fig
hello-world.fig
highlevel-components.xml docs/manual/highlevel-components.xml: Add subtitle/streamselection as new features to playbin. 2005-01-17 15:23:53 +00:00
highlevel-xml.xml
intro-basics.xml
intro-motivation.xml
intro-preface.xml
linked-elements.fig
Makefile.am possible fixes for automake-1.5 2005-05-02 11:26:26 +00:00
manual.xml adding licensing advisory to application writers guide 2005-01-31 11:30:14 +00:00
mime-world.fig
outline.txt
queue.fig
README
sink-element.fig
src-element.fig
state-diagram.fig
thread.fig

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.


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.