File: TODO

package info (click to toggle)
deb-gview 0.2.2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,020 kB
  • ctags: 186
  • sloc: sh: 9,232; ansic: 2,481; makefile: 69
file content (21 lines) | stat: -rw-r--r-- 1,050 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Implement GConf for window size and divider position, possibly
a location to replace /var/cache/apt/archives too. Or add to keyfile?

amend tooltip to New - New Window

man page generation is a combination of doclifter and
xsltproc -''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl deb-gview.1.xml
This could be automated, but doclifter always breaks the URL to the bug
pages by dropping the query string (manpage and HTML), it adds spurious 
"references" links at the end of the output (also containing broken links)
and is not idempotent - converting a manpage to XML and back to a manpage
not only creates a different manpage to the original but complains about
missing data in the generated XML file.

To generate the HTML version of the manpage.
cd website/
xsltproc -''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/html/docbook.xsl ../deb-gview.1.xml > manpage.html
xmllint --html --htmlout --format --output manpage.html manpage.html
(and correct the link manually).

There is a better way, coming soon . . .