postgresql/doc/src/FAQ
Bruce Momjian ebeec05f8a Update Japanese FAQ, backpatch.
Jun Kuwamura
2007-09-13 03:34:23 +00:00
..
FAQ.html Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20. 2007-09-11 17:37:30 +00:00
FAQ_brazilian.html Backpatch FAQs to stable branch. 2007-02-01 04:56:41 +00:00
FAQ_chinese_simp.html Update Chinese FAQs to have two versions, a traditional Chinese version (Taiwan) 2007-02-21 16:42:43 +00:00
FAQ_chinese_trad.html Update Chinese FAQs to have two versions, a traditional Chinese version (Taiwan) 2007-02-21 16:42:43 +00:00
FAQ_czech.html Backpatch FAQs to stable branch. 2007-02-01 04:56:41 +00:00
FAQ_DEV.html Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20. 2007-09-11 17:37:30 +00:00
FAQ_farsi.html Update Farsi FAQ. 2005-05-27 22:09:42 +00:00
FAQ_french.html Backpatch FAQs to stable branch. 2007-02-01 04:56:41 +00:00
FAQ_german.html Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19. 2007-04-19 03:07:32 +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, backpatch. 2007-09-13 03:34:23 +00:00
FAQ_MINGW.html Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19. 2007-04-19 03:07:32 +00:00
FAQ_polish.html Backpatch FAQs to stable branch. 2007-02-01 04:56:41 +00:00
FAQ_russian.html Update Russian FAQ. 2006-06-28 13:10:18 +00:00
FAQ_turkish.html Backpatch FAQs to stable branch. 2007-02-01 04:56:41 +00:00
README Update TODO script sample. 2005-04-18 14:44:04 +00:00
TODO.html Remove completed TODO item about xid wrap-around from 8.2.X. 2006-12-19 21:58:43 +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