We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ede0ec commit ed9a31bCopy full SHA for ed9a31b
doc/src/FAQ/README
@@ -6,8 +6,8 @@ The FAQ* files in this directory are the master versions, and the
6
The TODO.html file in this directory is not the master, but ../../TODO
7
is. The conversion is done using txt2html:
8
9
- txt2html -m -s 100 -p 100 --xhtml --titlefirst \
10
- --body_deco ' bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"' \
11
- --caps_tag '' \
+ txt2html --xhtml -s 100 -p 100 --xhtml --titlefirst \
+ --body_deco ' bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"' \
+ --caps_tag '' \
12
/pgtop/doc/TODO |
13
sed 's;\[\([^]]*\)\];[<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?\1">\1</a>];g' > /pgtop/doc/src/FAQ/TODO.html
0 commit comments