Commit c6106155 authored by Bruce Momjian's avatar Bruce Momjian

Add script FAQ2txt to convert HTML files to txt. Add comment to TODO2html.

parent 54208a32
#!/bin/sh
# $PostgreSQL: pgsql/src/tools/FAQ2txt,v 1.1 2008/04/19 12:42:35 momjian Exp $:
# Converts FAQ.html and FAQ_DEV.html to text files
lynx -force_html -dont_wrap_pre -dump -hiddenlinks=ignore -nolist "$@"
#!/bin/sh
# $PostgreSQL: pgsql/src/tools/TODO2html,v 1.1 2008/04/19 12:34:54 momjian Exp $:
# $PostgreSQL: pgsql/src/tools/TODO2html,v 1.2 2008/04/19 12:42:35 momjian Exp $:
# Converts TODO text file to HTML
[ ! -f COPYRIGHT ] && echo "Run from top of source tree" 1>&2 && exit 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment