postgresql/doc/src/FAQ
2008-06-26 03:02:27 +00:00
..
FAQ_brazilian.html Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
FAQ_chinese_simp.html Update Chinese FAQs to have two versions, a traditional Chinese version (Taiwan) 2007-02-21 16:42:36 +00:00
FAQ_chinese_trad.html Update Chinese FAQs to have two versions, a traditional Chinese version (Taiwan) 2007-02-21 16:42:36 +00:00
FAQ_czech.html Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
FAQ_DEV.html Replace developer FAQ with a reference to the wiki, which is where 2008-04-22 09:26:32 +00:00
FAQ_farsi.html
FAQ_french.html Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
FAQ_german.html Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
FAQ_hungarian.html
FAQ_japanese.html Update Japanese FAQ. 2008-06-09 19:37:16 +00:00
FAQ_MINGW.html Update Win32 FAQ HTML version to match corrected text version. 2007-04-13 20:00:10 +00:00
FAQ_polish.html Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
FAQ_russian.html Update Russian FAQ. 2007-10-29 17:27:10 +00:00
FAQ_turkish.html Change /contrib to contrib for consistency. 2008-01-24 06:23:33 +00:00
FAQ.html Update FAQ URLs as suggested by Curtis Gallant. 2008-06-26 03:02:27 +00:00
README Update instructions on creating TODO entry. 2007-05-14 16:38:42 +00:00
TODO.html Add to TODO: 2008-06-26 02:53:19 +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 --xhtml -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