Skip to content

Commit c610615

Browse files
committed
Add script FAQ2txt to convert HTML files to txt. Add comment to TODO2html.
1 parent 54208a3 commit c610615

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

src/tools/FAQ2txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
3+
# $PostgreSQL: pgsql/src/tools/FAQ2txt,v 1.1 2008/04/19 12:42:35 momjian Exp $:
4+
5+
# Converts FAQ.html and FAQ_DEV.html to text files
6+
7+
lynx -force_html -dont_wrap_pre -dump -hiddenlinks=ignore -nolist "$@"

src/tools/TODO2html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/sh
22

3-
# $PostgreSQL: pgsql/src/tools/TODO2html,v 1.1 2008/04/19 12:34:54 momjian Exp $:
3+
# $PostgreSQL: pgsql/src/tools/TODO2html,v 1.2 2008/04/19 12:42:35 momjian Exp $:
4+
5+
# Converts TODO text file to HTML
46

57
[ ! -f COPYRIGHT ] && echo "Run from top of source tree" 1>&2 && exit 1
68

0 commit comments

Comments
 (0)