git: 9front

Download patch

ref: c1c69d2fec4b0ced50c424acde3bfdc96a046a83
parent: 544d81f1fe96083c51ccfcd7681ac0a42670d955
author: cinap_lenrek <cinap_lenrek@rei2.9hal>
date: Sat Oct 8 01:08:01 EDT 2011

dont plumb html to page

--- a/sys/lib/plumb/basic
+++ b/sys/lib/plumb/basic
@@ -45,7 +45,7 @@
 # the port is here for reference but is unused
 type is text
 data matches '[a-zA-Z¡-￿0-9_\-./]+'
-data matches '([a-zA-Z¡-￿0-9_\-./]+)\.(ps|PS|eps|EPS|pdf|PDF|dvi|DVI|doc|DOC|x?html?|X?HTML?|epub|EPUB|cb[tz]|CB[TZ])'
+data matches '([a-zA-Z¡-￿0-9_\-./]+)\.(ps|PS|eps|EPS|pdf|PDF|dvi|DVI|doc|DOC|epub|EPUB|cb[tz]|CB[TZ])'
 arg isfile	$0
 plumb to postscript
 plumb start page -w $file
--