ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/schmorpforge/genpage
(Generate patch)

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.133 by root, Wed Aug 14 23:52:38 2019 UTC vs.
Revision 1.134 by root, Mon Aug 19 11:03:07 2019 UTC

202<h2>Resources</h2> 202<h2>Resources</h2>
203<table class='resources'> 203<table class='resources'>
204EOF 204EOF
205 205
206 for (grep /^res/, @args) { 206 for (grep /^res/, @args) {
207 /^resource\(([^,]+),{{(.*?)}}\)$/ or die "$_: no resource\n"; 207 /^resource\(([^,]+),\{\{(.*?)\}\}\)$/ or die "$_: no resource\n";
208 print <<EOF; 208 print <<EOF;
209<tr><td><tt class="icon">$1</tt></td><td class='rr'>$2</li></tr> 209<tr><td><tt class="icon">$1</tt></td><td class='rr'>$2</li></tr>
210EOF 210EOF
211 } 211 }
212 212
1219basex 1219basex
1220 Very old, very portable ANSI-C program that implements something 1220 Very old, very portable ANSI-C program that implements something
1221 that is similar to yencode. yencode is more "standard", so don't use this. 1221 that is similar to yencode. yencode is more "standard", so don't use this.
1222 1222
1223pbcdedit cvs-pod(pbcdedit) cvs-co(pbcdedit) 1223pbcdedit cvs-pod(pbcdedit) cvs-co(pbcdedit)
1224 This is "a small hack properly grown out of proportion" that implements 1224 This is "a small hack grown properly out of proportion" that implements
1225 a portable version of the Microsoft Windows BCDEDIT program. It is pretty 1225 a portable version of the Microsoft Windows BCDEDIT program. It is pretty
1226 unique in that it does run on non-windows platforms, can create BCD hives 1226 unique in that it does run on non-windows platforms, can create BCD hives
1227 from scratch and parses and edits BCD device elements. it is also 1227 from scratch and parses and edits BCD device elements. it is also
1228 self-contained and only needs a perl 5.14 (or above) installation. 1228 self-contained and only needs a perl 5.16 (or above) installation.
1229 1229
1230 <p>It doesn't implement the same syntax as BCDEDIT, but in turn 1230 <p>It doesn't implement the same syntax as BCDEDIT, but in turn
1231 can do a lot more complex modifications. Check out its <a 1231 can do a lot more complex modifications. Check out its <a
1232 href="http://pod.tst.eu/http://cvs.schmorp.de/pbcdedit/pbcdedit"> 1232 href="http://pod.tst.eu/http://cvs.schmorp.de/pbcdedit/pbcdedit">
1233 documentation</a> for details. 1233 documentation</a> for details.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines