postgresql/doc/src/FAQ
Bruce Momjian a07849df96 Test commit. 2006-07-10 15:44:31 +00:00
..
FAQ.html Update my email address. 2006-06-18 19:34:00 +00:00
FAQ_DEV.html Spelling fix. 2006-06-08 13:45:36 +00:00
FAQ_MINGW.html Update URL for FAQ_MINGW. 2005-09-10 05:21:52 +00:00
FAQ_brazilian.html Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
FAQ_chinese.html Use Unix newlines, instead of DOS ones. 2006-06-26 13:04:05 +00:00
FAQ_czech.html Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
FAQ_farsi.html Update Farsi FAQ. 2005-05-27 22:09:42 +00:00
FAQ_french.html Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
FAQ_german.html Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
FAQ_hungarian.html Update Hungarian FAQ and add an HTML version. 2005-06-06 16:30:42 +00:00
FAQ_japanese.html Update Japanese FAQ. 2006-05-30 10:29:18 +00:00
FAQ_polish.html Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
FAQ_russian.html Update Russian FAQ. 2006-06-28 13:10:18 +00:00
FAQ_turkish.html Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
README Update TODO script sample. 2005-04-18 14:44:04 +00:00
TODO.html Test commit. 2006-07-10 15:44:31 +00:00

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