postgresql/doc/src/FAQ
2006-05-19 03:57:17 +00:00
..
FAQ.html Stamp 8.1.4, except configure/configure.in. 2006-05-19 03:57:17 +00:00
FAQ_brazilian.html Update AIX FAQ to show readline options more clearly. 2006-04-05 22:56:12 +00:00
FAQ_chinese.html Update Chinese FAQ to fix XHTML format. 2005-06-04 03:28:57 +00:00
FAQ_czech.html Update AIX FAQ to show readline options more clearly. 2006-04-05 22:56:12 +00:00
FAQ_DEV.html Update FAQ_DEV text file. 2006-03-01 22:25:36 +00:00
FAQ_farsi.html Update Farsi FAQ. 2005-05-27 22:09:42 +00:00
FAQ_french.html Update AIX FAQ to show readline options more clearly. 2006-04-05 22:56:12 +00:00
FAQ_german.html Update AIX FAQ to show readline options more clearly. 2006-04-05 22:56:12 +00:00
FAQ_hungarian.html Update Hungarian FAQ and add an HTML version. 2005-06-06 16:30:42 +00:00
FAQ_japanese.html Updated Japanese FAQ, version 2. 2006-04-11 21:23:28 +00:00
FAQ_MINGW.html Update URL for FAQ_MINGW. 2005-09-10 05:21:52 +00:00
FAQ_polish.html Update AIX FAQ to show readline options more clearly. 2006-04-05 22:56:12 +00:00
FAQ_russian.html There is updated Russian translation of the FAQ in the attachment. 2006-04-11 15:49:04 +00:00
FAQ_turkish.html Update AIX FAQ to show readline options more clearly. 2006-04-05 22:56:12 +00:00
README Update TODO script sample. 2005-04-18 14:44:04 +00:00
TODO.html Update: 2005-10-27 14:16:05 +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