gstreamer/docs/manual
Steve Fink 922617a0e0 docs/manual/appendix-checklist.xml: Mention less -R switch in the section about debug output (#474055).
Original commit message from CVS:
Patch by: Steve Fink  <sphink gmail com>
* docs/manual/appendix-checklist.xml:
Mention less -R switch in the section about debug output (#474055).
2007-09-13 19:27:53 +00:00
..
images
.gitignore
advanced-autoplugging.xml Extract the manual examples again like we used to do. 2006-09-16 10:49:47 +00:00
advanced-clocks.xml
advanced-dataaccess.xml
advanced-dparams.xml docs/manual/advanced-dparams.xml: Fix typo (g_object_control_properties() doesn't exist). 2006-12-19 15:06:42 +00:00
advanced-interfaces.xml
advanced-metadata.xml
advanced-position.xml docs/manual/advanced-position.xml: Fix typo in sample code. 2006-09-05 14:11:06 +00:00
advanced-threads.xml
appendix-checklist.xml docs/manual/appendix-checklist.xml: Mention less -R switch in the section about debug output (#474055). 2007-09-13 19:27:53 +00:00
appendix-integration.xml
appendix-licensing.xml
appendix-porting.xml
appendix-programs.xml
appendix-quotes.xml add quote 2007-05-22 10:21:31 +00:00
appendix-win32.xml docs/manual/appendix-win32.xml: Remove mention of popt, we don't depend on that any longer (#353136). Add some commen... 2006-08-28 11:06:05 +00:00
base.css
basics-bins.xml
basics-bus.xml docs/manual/basics-bus.xml: Fix example code, gst_element_unref() doesn't exist any longer. 2007-01-22 14:30:27 +00:00
basics-data.xml
basics-elements.xml audiotestsrc is not part of core, fakesrc is 2006-09-22 14:30:49 +00:00
basics-helloworld.xml docs/manual/basics-helloworld.xml: Add a cast in example to fix compile warning 2006-10-18 19:43:46 +00:00
basics-init.xml
basics-pads.xml
basics-plugins.xml
bin-element-ghost.fig
bin-element-noghost.fig
bin-element.fig
filter-element-multi.fig
filter-element.fig
hello-world.fig
highlevel-components.xml
highlevel-xml.xml docs/manual/highlevel-xml.xml: Fix XML example code. Fixes #472714. 2007-09-05 22:29:58 +00:00
intro-basics.xml
intro-motivation.xml
intro-preface.xml
linked-elements.fig
Makefile.am
manual.xml add quote 2007-05-22 10:21:31 +00:00
mime-world.fig
outline.txt
queue.fig Misc tweaks to makefile for manual. Moved .figs into same directory so we can have them built appropriately without ... 2000-12-30 04:36:40 +00:00
README
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.

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.