forked from tomschr/dbcookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
IDEAS.txt
25 lines (21 loc) · 1.04 KB
/
IDEAS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
* Extract chapter/abstract or section/abstract to create a small overview of summaries
* Extended XLinks (found in the DocBook XSLT2 stylesheets, html/xlink.xsl):
<citetitle xlink:type="extended">
<phrase xlink:type="resource" xlink:label="source">DocBook</phrase>
<link xlink:type="locator" xlink:href="http://docbook.org/"
xlink:label="target"
xlink:title="DocBook.org"/>
<link xlink:type="locator"
xlink:href="http://en.wikipedia.org/wiki/DocBook"
xlink:label="target"
xlink:title="DocBook on Wikipedia"/>
<!-- Point from source to target(s) -->
<link xlink:type="arc" xlink:from="source" xlink:to="target"></link>
</citetitle>
More info, see:
- http://www.cafeconleche.org/books/bible2/chapters/ch19.html
* Debugging FOP process
Source: http://inasmuch.as/2011/07/11/debugging-fop-process/
FOP_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,address=9000,server=y,suspend=y" fop test.fo test.pdf
* Pygments as syntax highlighter for DocBook documents
http://lunaryorn.de/downloads/docbook_build.py.html