7d776e30ff
WML is a free and extensible Webdesigner's off-line HTML generation toolkit. It consists of a control frontend driving up to nine backends in a sequential pass-oriented filtering scheme. Each backend provides one particular core language. For maximum power WML additionally ships with a well-suited set of include files which provide higher-level features built on top of the backend core languages. While not trivial and idiot proof WML provides most of the core features real hackers always wanted for HTML generation. Lots of testing and feedback from steven@. Thanks!
13 lines
691 B
Plaintext
13 lines
691 B
Plaintext
$OpenBSD: patch-wml_aux_txt2html_txt2html_src,v 1.1.1.1 2006/07/14 16:12:14 bernd Exp $
|
|
--- wml_aux/txt2html/txt2html.src.orig Thu Jun 15 14:42:42 2006
|
|
+++ wml_aux/txt2html/txt2html.src Thu Jun 15 14:42:42 2006
|
|
@@ -230,7 +230,7 @@ $dict_debug = 0; # Debug
|
|
# 2: The code that will make the links
|
|
# 4: When each rule matches something
|
|
|
|
-$system_link_dict = "/usr/local/lib/txt2html.dict"; # after options
|
|
+$system_link_dict = "@datadir@/data/txt2html.dict"; # after options
|
|
$default_link_dict = "$ENV{'HOME'}/.txt2html.dict"; # before options
|
|
|
|
# [-pm/+pm ] | [--preformat-marker / --nopreformat-marker ]
|