File: README

package info (click to toggle)
html2wml 0.4.11%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 816 kB
  • sloc: perl: 2,380; ansic: 56; makefile: 34; sh: 4
file content (13 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
In order to use the compiler from WML Tools with Html2Wml, apply 
the patch wmlc-0.0.4-mad01.patch to the file wmlc/wmlc.c, then 
recompile wmlc. 

  $ tar zxf wml-tools-0.0.4.tgz
  $ cd wml-tools/
  $ patch wmlc/wmlc.c /path/to/wmlc-0.0.4-mad01.patch
  $ ./configure [options]
  $ make
  $ cp wmlc/wmlc /usr/local/bin

Then you should edit Html2Wml and change the default of the option 
'nopre' (in the %options hash) to 1.