• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Makefile.amH A D19-Nov-20201.8 KiB8471

Makefile.inH A D03-May-202227 KiB895812

READMEH A D19-Nov-20201 KiB4224

hackersguide.docbookH A D19-Nov-20201.8 KiB5247

internals.docbookH A D19-Nov-202035.7 KiB763755

intro.docbookH A D19-Nov-20202 KiB5549

library.docbookH A D19-Nov-202012.7 KiB411346

output.docbookH A D19-Nov-202033.3 KiB669665

overview.docbookH A D19-Nov-202029.7 KiB877868

stream.docbookH A D19-Nov-202033.2 KiB657652

README

1
2   ----------------------
3            xine
4   ----------------------
5
6     a free video player
7
8
9This directory contains the xine hacker's guide.
10
11
12The xine hacker's guide is written in docbook/sgml 4.1.
13You can learn more about docbook at
14
15http://www.oasis-open.org/docbook/documentation/reference/html/docbook.html
16
17
18To use docbook - for example to compile the sgml files into html - you
19will need the DocBook DTD itself as well as the following tools: dsssl
20(Modular DocBook Stylesheets), jade (SGML parser toolkit and dsssl
21engine) and sp (toolkit for sgml parsing), or replacements for those.
22
23If you want to generate TeX output (needed for postscript or pdf
24generation) you will also need jadetex (backend for TeX) and an
25installed TeX system (for example teTeX).
26
27sgmltools-lite examples:
28------------------------
29
30to generate html
31
32$ sgmltools -b onehtml hackersguide.sgml
33
34to generate pdf
35
36$ sgmltools -b pdf hackersguide.sgml
37
38building the hackersguide.html
39------------------------------
40
41The easy way to build everything is to issue a "make docs" here.
42