You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/doc/src/FAQ
Bruce Momjian e48b28b688 Done: 20 years ago
..
FAQ.html Add missing <P>. 21 years ago
FAQ_DEV.html Re-order items, add mention of how to propose working on a TODO item. 21 years ago
FAQ_MINGW.html Here's the patch to fix a lot of markup errors in the HTML FAQs. Doesn't 21 years ago
FAQ_brazilian.html Update FAQ URLs. 21 years ago
FAQ_chinese.html Update Chinese FAQ to fix XHTML format. 21 years ago
FAQ_czech.html Update FAQ URLs. 21 years ago
FAQ_farsi.html Update Farsi FAQ. 21 years ago
FAQ_french.html Update FAQ URLs. 21 years ago
FAQ_german.html Update FAQ URLs. 21 years ago
FAQ_hungarian.html Update Hungarian FAQ and add an HTML version. 21 years ago
FAQ_japanese.html Update Japanese FAQ. 21 years ago
FAQ_polish.html Update FAQ URLs. 21 years ago
FAQ_russian.html Update Russian FAQ. 21 years ago
FAQ_turkish.html Here's the patch to fix a lot of markup errors in the HTML FAQs. Doesn't 21 years ago
README Update TODO script sample. 21 years ago
TODO.html Done: 20 years ago

README

The FAQ* files in this directory are the master versions, and the
../../FAQ* text files are created using lynx:

lynx -force_html -dont_wrap_pre -dump -hiddenlinks=ignore -nolist FAQ*

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 --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