git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 54208a3)
Add script FAQ2txt to convert HTML files to txt. Add comment to TODO2html.
2008年4月19日 12:42:35 +0000 (12:42 +0000)
2008年4月19日 12:42:35 +0000 (12:42 +0000)
src/tools/FAQ2txt [new file with mode: 0755] patch | blob

diff --git a/src/tools/FAQ2txt b/src/tools/FAQ2txt
new file mode 100755 (executable)
index 0000000..61ca5f3
--- /dev/null
+++ b/src/tools/FAQ2txt
@@ -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 "$@"
diff --git a/src/tools/TODO2html b/src/tools/TODO2html
index 3149b56f0540f9a103aa8c08773d0dcf137424a5..ed448b9eead7633605fd86656bc5c4b6e0e520df 100755 (executable)
--- a/src/tools/TODO2html
+++ b/src/tools/TODO2html
@@ -1,6 +1,8 @@
#!/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
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /