noxz-sites

A collection of a builder and various scripts creating the noxz.tech sites
git clone https://noxz.tech/git/noxz-sites.git
Log | Files | README | LICENSE

config/www.conf
1.de B
2.   nop \\$3\f[B]\\$1\f[]\\$2
3..
4.de I
5.   nop \\$3\f[I]\\$1\f[]\\$2
6..
7.de U
8.   HTML \\$3<u>\\$1</u>\\$2
9..
10.de BI
11.   nop \\$3\f[BI]\\$1\f[]\\$2
12..
13.de LIURL
14.   ie \\n[www-html] \{\
15.       HTML <dt><a href="\\$1">\\$2</a></dt>
16.       www-emit-ltag dd
17.   \}
18..
19.de ARURL
20.   ie \\n[www-html] \{\
21.       HTML [<a href="\\$1">archive</a>]
22.   \}
23..
24.de CLURL
25.   ie \\n[www-html] \{\
26.       HTML <a href="\\$1" class="\\$2">\\$3</a>
27.   \}
28..
29.de UIMG
30.   ie \\n[www-html] \{\
31.       HTML <a href="\\$1"><img src="\\$2" alt="\\$3" /></a>
32.       www-emit-ltag dd
33.   \}
34..
35.de TAG-REF
36.   ie \\n[www-html] \{\
37.       HTML (<a href="#\\$1">\\$2</a>)\\$3
38.   \}
39..
40.de REF
41.   ie \\n[www-html] \{\
42.       HTML <p class="reference"><a name="\\$1"></a>
43.       nop \\$2
44.       HTML </p>
45.   \}
46..
47.de COMMENT
48.   ie \\n[www-html] \{\
49.       HTML <!--\\$1-->
50.   \}
51..
52.de COMMENT-BR
53.   ie \\n[www-html] \{\
54.       HTML <!--break-->
55.   \}
56..
57.de ICD
58.   ie \\n[www-html] \{\
59.       HTML <code>\\$1</code>\\$2
60.   \}
61..
62.de CS
63.   ie \\n[www-html] \{\
64.       HTML <p class="center">\\$1
65.   \}
66..
67.de CE
68.   ie \\n[www-html] \{\
69.       HTML </p>
70.   \}
71..
72.de COS
73.   ie \\n[www-html] \{\
74.       HTML-NS <pre><code>
75.   \}
76..
77.de COE
78.   ie \\n[www-html] \{\
79.       HTML </code></pre>
80.   \}
81..
82.de P
83.   ie \\n[www-html] \{\
84.       HTML <p class="\\$1">
85.   \}
86..
87.de ARTTAG
88.   ie \\n[www-html] \{\
89.       HTML <a class="art-tag" href="\\$1">\\$2 <span>\\$3</span></a>\\$4
90.   \}
91..
92.\" --------------------------------------------------------------------------
93.\" DIVS classname
94.\"
95.\"   Start tag for div
96.\"
97.de DIVS
98.   ie \\n[www-html] \{\
99.       HTML <div class="\\$1">
100.   \}
101..
102.de DIVE
103.   ie \\n[www-html] \{\
104.       HTML </div>
105.   \}
106..
107.de SPAN
108.   ie \\n[www-html] \{\
109.       HTML <span class="\\$1">\\$2</span>\\$3
110.   \}
111..
112.NHR
113.HX -1