# htm1-pp configuration file. This file should be ../etc/htm1-pp.pl1 # colorscheme x-bgcolor: #FFFFFF x-fgcolor: #000000 x-bgcolor2: #FFFFE0 x-fgcolor2: #200080 # Bi-macros macroname, start tag, end tag. If omitted, end tag is /start html-tag2: b "b" html-tag2: em "em" html-tag2: i "i" html-tag2: u "u" # Fancy headers html-def: h1# "
$(*)
" html-def: h2# "
$(*)
" # More traditional ones : html-tag2: h1 "h1" html-tag2: h2 "h2" html-tag2: h3 "h3" html-tag2: h4 "h4" html-tag2: h5 "h5" html-tag2: ul "ul" html-tag2: pre "pre" html-tag2: strong "strong" html-tag2: center "center" html-tag2: table "table" html-tag1: td "td" html-tag1: tr "tr" html-tag1: th "th" html-tag2: font "font" html-tag2: small "small" html-tag2: code "code" html-tag2: nobr "nobr" # my favourites (GD) html-tag1: - "br" html-tag1: * "li" html-tag1: === "tr" html-tag1: -=- "th" html-tag1: --- "td" html-def: *href "{li: {href: $(*) } }" html-tag2: li "li" html-tag1: li "li" html-tag1: hr "hr" html-tag1: br "br" html-tag2: p "p" # Handy icons html-def: new-gif "{img:(alt=[New!]) /images/new.gif}" # Danish letters html-esc: æ aelig html-esc: ø oslash html-esc: å aring # german letters html-esc: ä auml html-esc: Ä Auml html-esc: ö ouml html-esc: Ö Ouml html-esc: ü uuml html-esc: Ü Uuml html-esc: ß szlig # Use server parsed html to give the right file size html-def: fsize "" # Input stuff html-tag1: -input- "input type=text" html-tag1: -password- "input type=password" html-tag2: -form- "form method=post" html-tag1: -submit- "input type=submit" html-tag1: -hidden- "input type=hidden" html-tag2: -textarea- "textarea" html-tag2: textarea "textarea" html-tag2: green "font color=\"#00ff00\"" html-tag2: red "font color=\"#ff0000\"" html-tag2: white "font color=\"#ffffff\"" html-tag2: sans "font face=\"Arial, Geneva, Helvetica\"" html-tag2: serif "font face=\"Times New Roman, Times\"" html-tag2: courier "font face=\"Courier New, Courier\"" # Nice box html-def: box "
$()title
$()
" # Insert contents of another URL in here html-def: vexec " " html-def: http "http:$(*)" html-def: ftp "ftp:$(*)" html-def: mailto "$(*)" html-def: _address "
$(*)
" html-def: _addr "{address:{sans:( $(.)) $(*)}}" html-def: b_addr "{b:{addr:($(.)) $(*)}}" html-def: Received "" html-def: style-nounder "" html-def: html-charset "" html-def: html-charset=koi "{html-charset: koi8-r}" html-def: html-charset=iso "{html-charset: iso-8859-1}" html-def: html-charset=win "{html-charset: windows-1251}" html-def: tr-1 "{tr_make:($(.)) 1 $(*) }" html-def: tr-2 "{tr_make:($(.)) 2 $(*) }" html-def: tr-3 "{tr_make:($(.)) 3 $(*) }" html-def: tr-4 "{tr_make:($(.)) 4 $(*) }" html-def: tr-5 "{tr_make:($(.)) 5 $(*) }" html-def: box-tr-1 " {tr_make: 1 $(*) }
" html-def: box-tr-2 " {tr_make: 2 $(*) }
" html-def: box-tr-3 " {tr_make: 3 $(*) }
" html-def: box-tr-4 " {tr_make: 4 $(*) }
" html-def: box-tr-5 " {tr_make: 5 $(*) }
" html-def: bar "
$(*)
" html-def: copy "© $(*) "