mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Add script FAQ2txt to convert HTML files to txt. Add comment to TODO2html.
This commit is contained in:
7
src/tools/FAQ2txt
Executable file
7
src/tools/FAQ2txt
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/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 "$@"
|
Reference in New Issue
Block a user