postgresql/doc/src/FAQ
2005-04-23 18:57:46 +00:00
..
FAQ.html Update FAQ items to point to existing web pages rather than duplication 2005-04-23 18:57:25 +00:00
FAQ_brazilian.html Here's the patch to fix a lot of markup errors in the HTML FAQs. Doesn't 2005-03-11 21:46:54 +00:00
FAQ_czech.html Here's the patch to fix a lot of markup errors in the HTML FAQs. Doesn't 2005-03-11 21:46:54 +00:00
FAQ_DEV.html Add item about server-side debugging. 2005-04-23 18:57:46 +00:00
FAQ_farsi.html Adjust a few more copyright notices to match the format expected by 2005-01-01 22:14:33 +00:00
FAQ_french.html Here's the patch to fix a lot of markup errors in the HTML FAQs. Doesn't 2005-03-11 21:46:54 +00:00
FAQ_german.html Here's the patch to fix a lot of markup errors in the HTML FAQs. Doesn't 2005-03-11 21:46:54 +00:00
FAQ_japanese.html Here's the patch to fix a lot of markup errors in the HTML FAQs. Doesn't 2005-03-11 21:46:54 +00:00
FAQ_MINGW.html Here's the patch to fix a lot of markup errors in the HTML FAQs. Doesn't 2005-03-11 21:46:54 +00:00
FAQ_polish.html Here's the patch to fix a lot of markup errors in the HTML FAQs. Doesn't 2005-03-11 21:46:54 +00:00
FAQ_russian.html Here's the patch to fix a lot of markup errors in the HTML FAQs. Doesn't 2005-03-11 21:46:54 +00:00
FAQ_turkish.html Here's the patch to fix a lot of markup errors in the HTML FAQs. Doesn't 2005-03-11 21:46:54 +00:00
README Update TODO script sample. 2005-04-18 14:44:04 +00:00
TODO.html Fix typo: 2005-04-22 15:40:16 +00:00

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