mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-11 11:51:34 +00:00
018a6f381b
Original commit message from CVS: First draft of Chapter 1 (introduction) and Chapter 2 (basic concepts) of the GStreamer manual.
19 lines
529 B
Python
19 lines
529 B
Python
For now use:
|
|
|
|
db2html gstreamer-manual
|
|
|
|
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.
|