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 IMG
36.   ie \\n[www-html] \{\
37.       ie '\\$2'' \{\
38.           HTML <img src="\\$1" alt="\\$1" />
39.       \}
40.       el \{\
41.           HTML <img src="\\$1" alt="\\$2" />
42.       \}
43.   \}
44..
45.de SVG
46.   ie \\n[www-html] \{\
47.       ie '\\$2'' \{\
48.           HTML <object data="\\$1" />
49.       \}
50.       el \{\
51.           HTML <object data="\\$1" class="\\$2" />
52.       \}
53.   \}
54..
55.de TAG-REF
56.   ie \\n[www-html] \{\
57.       HTML (<a href="#\\$1">\\$2</a>)\\$3
58.   \}
59..
60.de REF
61.   ie \\n[www-html] \{\
62.       HTML <p class="reference"><a name="\\$1"></a>
63.       nop \\$2
64.       HTML </p>
65.   \}
66..
67.de COMMENT
68.   ie \\n[www-html] \{\
69.       HTML <!--\\$1-->
70.   \}
71..
72.de COMMENT-BR
73.   ie \\n[www-html] \{\
74.       HTML <!--break-->
75.   \}
76..
77.de ICD
78.   ie \\n[www-html] \{\
79.       HTML <code>\\$1</code>\\$2
80.   \}
81..
82.de CS
83.   ie \\n[www-html] \{\
84.       HTML <p class="center">\\$1
85.   \}
86..
87.de CE
88.   ie \\n[www-html] \{\
89.       HTML </p>
90.   \}
91..
92.de COS
93.   ie \\n[www-html] \{\
94.       HTML-NS <pre><code>
95.   \}
96..
97.de COE
98.   ie \\n[www-html] \{\
99.       HTML </code></pre>
100.   \}
101..
102.de P
103.   ie \\n[www-html] \{\
104.       HTML <p class="\\$1">
105.   \}
106..
107.de BCS
108.   ie \\n[www-html] \{\
109.       HTML <blockquote><p>
110.   \}
111..
112.de BCE
113.   ie \\n[www-html] \{\
114.       HTML </p></blockquote>
115.   \}
116..
117.de ARTTAG
118.   ie \\n[www-html] \{\
119.       HTML <a class="art-tag" href="\\$1">\\$2 <span>\\$3</span></a>\\$4
120.   \}
121..
122.\" --------------------------------------------------------------------------
123.\" TABLE
124.\"
125.de TBLS
126.   ie \\n[www-html] \{\
127.       ie '\\$1'' \{\
128.           HTML <table>
129.       \}
130.       el \{\
131.           HTML <table class="\\$1">
132.       \}
133.   \}
134..
135.de TBLE
136.   ie \\n[www-html] \{\
137.       HTML </table>
138.   \}
139..
140.de TRS
141.   ie \\n[www-html] \{\
142.       ie '\\$1'' \{\
143.           HTML <tr>
144.       \}
145.       el \{\
146.           HTML <tr class="\\$1">
147.       \}
148.   \}
149..
150.de TRE
151.   ie \\n[www-html] \{\
152.       HTML </tr>
153.   \}
154..
155.de TH
156.   ie \\n[www-html] \{\
157.       ie '\\$2'' \{\
158.           HTML <th>\\$1</th>
159.       \}
160.       el \{\
161.           HTML <th class="\\$1"><span>\\$2</span></th>
162.       \}
163.   \}
164..
165.de TD
166.   ie \\n[www-html] \{\
167.       ie '\\$2'' \{\
168.           HTML <td>\\$1</td>
169.       \}
170.       el \{\
171.           HTML <td class="\\$1"><span>\\$2</span></td>
172.       \}
173.   \}
174..
175.\" --------------------------------------------------------------------------
176.\" DIVS classname
177.\"
178.\"   Start tag for div
179.\"
180.de DIVS
181.   ie \\n[www-html] \{\
182.       HTML <div class="\\$1">
183.   \}
184..
185.de DIVE
186.   ie \\n[www-html] \{\
187.       HTML </div>
188.   \}
189..
190.de SPAN
191.   ie \\n[www-html] \{\
192.       HTML <span class="\\$1">\\$2</span>\\$3
193.   \}
194..
195.NHR
196.HX -1