html/0000755000175000017500000000000014342654546010415 5ustar bagebagehtml/bin/0000755000175000017500000000000014342651724011160 5ustar bagebagehtml/bin/Makefile0000644000175000017500000000050414342651724012617 0ustar bagebageSHELL=/bin/sh html = h1 h2 h3 h4 h5 h6 title pre cite code em kbd samp strong var tt dfn html1 = bold italic underline install: - for file in $(html) ; do \ rm -f $$file ; \ ln -s html $$file ; \ done - for file in $(html1) ; do \ rm -f $$file ; \ ln -s html1 $$file ; \ done clean: rm -f $(html) $(html1) html/bin/remote0000644000175000017500000000017014342651724012374 0ustar bagebage#!/usr/bin/rc # remote - tell netscape to open a URL for(i) { netscape -noraise -remote 'openURL('^$i^',new-window)' } html/bin/mailto0000644000175000017500000000015614342651724012372 0ustar bagebage#!/usr/bin/rc # mailto - generate a mailto link cat $* | awk '{printf "%s\n", $1, $1 }' html/bin/skel0000644000175000017500000000154414342651724012045 0ustar bagebage#!/usr/bin/rc # # skel - create a skeletal html document that lists a bunch of files in a