Commit 41d11c19 authored by Alexis de Lattre's avatar Alexis de Lattre

ALL : VLC FAQ transformed into VideoLAN FAQ, which is hosted in the CVS

under www.videolan.org/doc/faq/
parent 92993d58
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
<!ENTITY dbstyle SYSTEM "/usr/share/sgml/docbook/stylesheet/dsssl/modular/html/docbook.dsl" CDATA DSSSL>
]>
<style-sheet>
<style-specification use="docbook">
<style-specification-body>
; Personnalization of James Clark's stylesheet for HTML output
; These parameters overide James Clark's one.
; Change of HTML page for each chapter, not for each "sect1"
(define (chunk-element-list)
(list ))
; "screens" should be in verbatim mode"
(define %shade-verbatim%
#t)
; I want small icons for "notes", "warnings", "caution" & "important"
(define %admon-graphics%
#t)
; Path for the icons
(define %admon-graphics-path%
"../common/")
; Use ID attributes as name for component HTML files
(define %use-id-as-filename%
#t)
; Are sections enumerated ?
(define %section-autolabel%
#t)
</style-specification-body>
</style-specification>
<external-specification id="docbook" document="dbstyle">
</style-sheet>
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
<!ENTITY dbstyle SYSTEM
"/usr/share/sgml/docbook/stylesheet/dsssl/modular/print/docbook.dsl" CDATA DSSSL>
]>
<style-sheet>
<style-specification use="docbook">
<style-specification-body>
; Personnalization of James Clark's stylesheet for PS & PDF output
; These parameters overide James Clark's one.
; Magins
(define %left-margin%
3pi)
(define %right-margin%
3pi)
(define %top-margin%
5pi)
(define %bottom-margin%
3.5pi)
(define %header-margin%
2pi)
(define %footer-margin%
2pi)
</style-specification-body>
</style-specification>
<external-specification id="docbook" document="dbstyle">
</style-sheet>
# Makefile for the VideoLAN Documentation
DOC := faq-alone
NAME := FAQ-vlc
# We build HTML, PS, PDF, RTF and TXT for the Web site
all: html ps pdf rtf txt
html:
sgmltools -b onehtml -s ../common/stylesheet-html.dsl $(DOC).sgml
# Delete empty file !
rm -f faq-alone.html
ln -sf faq.html index.html
zip $(NAME)-html.zip *.html
ps:
sgmltools -b ps -s ../common/stylesheet-print-noicones.dsl $(DOC).sgml
mv -f $(DOC).ps $(NAME).ps
zip $(NAME)-ps.zip $(NAME).ps
pdf:
sgmltools -b pdf -s ../common/stylesheet-print-noicones.dsl $(DOC).sgml
mv -f $(DOC).pdf $(NAME).pdf
zip $(NAME)-pdf.zip $(NAME).pdf
rtf:
sgmltools -b rtf -s ../common/stylesheet-print-noicones.dsl $(DOC).sgml
mv -f $(DOC).rtf $(NAME).rtf
zip $(NAME)-rtf.zip $(NAME).rtf
txt:
sgmltools -b txt $(DOC).sgml
mv -f $(DOC).txt $(NAME).txt
clean:
rm -f *.zip *.html *.pdf *.ps *.txt *.rtf
<!DOCTYPE article PUBLIC '-//OASIS//DTD DocBook V4.1//EN'
[
<!ENTITY faq SYSTEM "faq.sgml">
]>
<article id="faq">
<articleinfo>
<title>VLC FAQ</title>
<copyright>
<year>2002, 2003</year>
<holder>the VideoLAN project</holder>
</copyright>
<abstract>
<para>This document is the VideoLAN Client (VLC) Frequently
Asked Questions. For a complete user guide, please have
a look at the VLC User Guide, available on the <ulink
url="http://www.videolan.org/doc/">VideoLAN website</ulink></para>
</abstract>
</articleinfo>
&faq;
</article>
<?xml version="1.0" encoding="ISO-8859-15"?>
<!DOCTYPE article
PUBLIC "-//Norman Walsh//DTD Simplified DocBook XML V4.1.2.4//EN"
"http://nwalsh.com/docbook/simple/4.1.2.4/sdocbook.dtd" [
<!ENTITY faq SYSTEM "faq.xml">
]>
<article>
<articleinfo>
<title>VLC FAQ</title>
<copyright>
<year>2002, 2003</year>
<holder>the VideoLAN project</holder>
</copyright>
<abstract>
<para>This document is the VideoLAN Client (VLC) Frequently
Asked Questions. For a complete user guide, please have
a look at the VLC User Guide, available on the <ulink
url="http://www.videolan.org/doc/">VideoLAN website</ulink></para>
</abstract>
</articleinfo>
&faq;
</article>
<?xml version="1.0" encoding="iso-8859-15"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<xsl:import href="/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/xhtml/docbook.xsl"/>
<!-- <xsl:param name="qanda.defaultlabel">number</xsl:param> -->
<xsl:param name="generate.id.attributes" select="0"/>
<!-- <xsl:param name="section.autolabel" select="1"/> -->
<xsl:param name="label.from.part" select="1"/>
<!-- <xsl:param name="section.label.includes.component.label" select="1"/> -->
</xsl:stylesheet>
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment