readsgml

Andreas Mohr andi at rhlx01.fht-esslingen.de
Fri Nov 9 14:59:02 CST 2001


Hi all,

add Lawson Whitney's readsgml hack to documentation/ directory.

-- 
Andreas Mohr                        Stauferstr. 6, D-71272 Renningen, Germany
Tel. +49 7159 800604                http://home.nexgo.de/andi.mohr/
-------------- next part --------------
--- /dev/null	Thu Jan  1 01:00:00 1970
+++ documentation/readsgml	Sat Oct 27 12:58:30 2001
@@ -0,0 +1,4 @@
+#!/bin/sh
+#<wine>/documentation/*.sgml reader (c) 2000- Lawson Whitney
+# Use, distribute, or change at your own risk.
+sed -e 's/<[^<>]*>//g' -e 's/&lt;/</g' -e 's/&gt;/>/g' $1 |less -ni


More information about the wine-patches mailing list