head	1.3;
access;
symbols
	REL9_0_0:1.3
	REL9_1_ALPHA1:1.3
	REL9_0_RC1:1.3
	REL9_0_BETA4:1.3
	REL9_0_STABLE:1.3.0.14
	REL9_0_BETA3:1.3
	REL9_0_BETA2:1.3
	REL8_4_4:1.3
	REL9_0_BETA1:1.3
	REL9_0_ALPHA5_BRANCH:1.3.0.12
	REL9_0_ALPHA5:1.3
	REL8_4_3:1.3
	REL9_0_ALPHA4:1.3
	REL9_0_ALPHA4_BRANCH:1.3.0.10
	REL8_5_ALPHA3:1.3
	REL8_5_ALPHA3_BRANCH:1.3.0.8
	REL8_4_2:1.3
	REL8_5_ALPHA2:1.3
	REL8_5_ALPHA2_BRANCH:1.3.0.6
	REL8_4_1:1.3
	REL8_5_ALPHA1:1.3
	REL8_5_ALPHA1_BRANCH:1.3.0.4
	REL8_4_STABLE:1.3.0.2
	REL8_4_0:1.3
	REL8_4_RC2:1.3
	REL8_4_RC1:1.3
	REL8_4_BETA2:1.3
	REL8_4_BETA1:1.3;
locks; strict;
comment	@# @;


1.3
date	2008.04.22.10.30.32;	author momjian;	state Exp;
branches;
next	1.2;

1.2
date	2008.04.19.12.52.51;	author momjian;	state Exp;
branches;
next	1.1;

1.1
date	2008.04.19.12.42.35;	author momjian;	state Exp;
branches;
next	;


desc
@@


1.3
log
@FAQ2txt now only controls the main FAQ, not FAQ_DEV.
@
text
@#!/bin/sh

# $PostgreSQL: pgsql/src/tools/FAQ2txt,v 1.2 2008/04/19 12:52:51 momjian Exp $:

# Converts doc/src/FAQ/FAQ.html to text file doc/FAQ

lynx -force_html -dont_wrap_pre -dump -hiddenlinks=ignore -nolist "$@@"
@


1.2
log
@Update doc script comments.
@
text
@d3 1
a3 1
# $PostgreSQL: pgsql/src/tools/FAQ2txt,v 1.1 2008/04/19 12:42:35 momjian Exp $:
d5 1
a5 2
# Converts doc/src/FAQ/FAQ.html to text file doc/FAQ and
# converts doc/src/FAQ/FAQ_DEV.html to text file doc/FAQ_DEV
@


1.1
log
@Add script FAQ2txt to convert HTML files to txt.  Add comment to TODO2html.
@
text
@d3 1
a3 1
# $PostgreSQL: pgsql/src/tools/TODO2html,v 1.1 2008/04/19 12:34:54 momjian Exp $:
d5 2
a6 1
# Converts FAQ.html and FAQ_DEV.html to text files
@

