10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ab2b8 commit c68f6d7Copy full SHA for c68f6d7
doc/src/FAQ/README
@@ -0,0 +1,15 @@
1
+The FAQ* files in this directory are the master versions, and the
2
+../../FAQ* text files are created using lynx:
3
+
4
+ lynx -force_html -dont_wrap_pre -dump -hiddenlinks=ignore -nolist FAQ*
5
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 --title "PostgreSQL TODO list" \
10
+ --link /u/txt2html/txt2html.dict \
11
+ --body_deco ' bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"' \
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
14
15
0 commit comments