1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Update TODO script sample.

This commit is contained in:
Bruce Momjian
2005-04-18 14:44:04 +00:00
parent 03d712d9f4
commit 54fe332776
2 changed files with 7 additions and 9 deletions

View File

@@ -6,10 +6,8 @@ The FAQ* files in this directory are the master versions, and the
The TODO.html file in this directory is not the master, but ../../TODO
is. The conversion is done using txt2html:
txt2html -m -s 100 -p 100 --xhtml --title "PostgreSQL TODO list" \
--link /u/txt2html/txt2html.dict \
txt2html -m -s 100 -p 100 --xhtml --titlefirst \
--body_deco ' bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"' \
--caps_tag '' \
/pgtop/doc/TODO |
sed 's;\[\([^]]*\)\];[<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?\1">\1</a>];g' > /pgtop/doc/src/FAQ/TODO.html