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

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.47 by root, Mon Jul 20 04:46:42 2009 UTC vs.
Revision 1.57 by root, Sun Aug 9 15:10:54 2009 UTC

29 a:link { color: #00f; } 29 a:link { color: #00f; }
30 a:visited { color: #008; } 30 a:visited { color: #008; }
31 a:hover { color: #800; } 31 a:hover { color: #800; }
32 a:active { color: #f00; } 32 a:active { color: #f00; }
33 33
34 .back {
35 margin: 0;
36 font-size: 8pt;
37 }
38
39 h1 {
40 color: #034;
41 }
42 .short-desc {
43 font-weight: bold;
44 padding: 3px 3px 3px 8px;
45 margin: 1em 1px 1px 13px;
46 }
47 h2 {
48 color: #069;
49 font-weight: bold;
50 border: solid red;
51 border-width: 0 0 0 12px;
52 padding: 3px 3px 3px 8px;
53 margin: 1em 1px 1px 1px;
54 }
55 p {
56 padding: 3px 3px 3px 8px;
57 margin: 1em 1px 1px 13px;
58 }
59 h3 { color: #034; }
60 h4 { color: #034; }
61
34 img { display: block; } 62 img { display: block; }
35 63
64 .resources {
65 margin-left: 13px;
66 margin-right: 13px;
67 padding: 3px 3px 3px 8px;
68 border-spacing: 1px 2px;
69 }
70
71 .rr {
72 background: #eef;
73 padding: 1px 1em 1px 1ex;
74 }
75
76 tt.icon {
77 display: block;
78 font-family: "Andale Mono", "Lettergothic", monospace;
79 border: 1px solid #88f;
80 background: #ccf;
81 padding: 1px 1em 1px 1em;
82 margin-right: 0;
83 text-align: center;
84 width: 4en;
85 }
86
36 tt { font-family: "Andale Mono", "Lettergothic", monospace; } 87 tt { font-family: "Andale Mono", "Lettergothic", monospace; }
37 88
89 .overview {
90 margin-top: 1em;
91 margin-left: 13px;
92 margin-right: 13px;
93 padding: 3px 3px 3px 8px;
94 border-spacing: 1px 2px;
95 }
96
38 th { border-top: 1px dashed #aaa; vertical-align: top; text-align: left; padding: 0.2ex; } 97 .overview th { border-top: 1px dashed #aaa; vertical-align: top; text-align: left; padding: 0.2ex; }
39 td { border-top: 1px dashed #aaa; vertical-align: top; text-align: left; padding: 0.2ex; } 98 .overview td { border-top: 1px dashed #aaa; vertical-align: top; text-align: left; padding: 0.2ex; }
40 99
41 hr.footer { display: none; } 100 hr.footer { display: none; }
42 .footer { font-size: 8pt; border-top: 1px solid red; } 101 .footer { font-size: 8pt; border-top: 1px solid red; }
43 </style> 102 </style>
44</head> 103</head>
45<body> 104<body>
46<p class='back'><a href='/'>Schmorpforge Ta-Sa Software Repository</a></p> 105<p class='back'><a href='/'>Schmorpforge Ta-Sa Software Repository</a></p>
47<h1 class="$_[1]">$_[0]</h1> 106<h1 class="$_[1]">$_[0]</h1>
48<div style="text-align: center; float: right; margin-left: 1em; margin-bottom: 1em"> 107<div style="text-align: center; float: right; margin-left: 1em; margin-bottom: 1em">
108 <a title="Mach mit!" href="http://www.piratenpartei.de/navigation/politik/unsere-ziele">
109 <img src="http://res.tst.eu/denke_selbst.gif" alt="Werde Pirat!" width="468" height="60" border="0" />
110 </a>
111 <br />
49 <a href="http://www.piratenpartei.de/navigation/politik/unsere-ziele"> 112 <a href="http://www.piratenpartei.de/navigation/politik/unsere-ziele">
50 <img src="http://www.piratenpartei-hessen.de/common/piratenbanner1" alt="Piratenpartei" border="0"/> 113 <img src="http://res.tst.eu/piraten1.png" alt="Piratenpartei" width="468" height="60" border="0" />
51 </a> 114 </a>
52 <br /> 115 <br />
53 <a href="http://www.deliantra.net/"> 116 <a href="http://www.deliantra.net/">
54 <img src="http://www.deliantra.net/images/deliantra.png" border="0" alt="Deliantra Free MMORPG" style="display: inline"/> 117 <img src="http://www.deliantra.net/images/deliantra.png" border="0" alt="Deliantra Free MMORPG" style="display: inline"/>
55 <br /> 118 <br />
68</body> 131</body>
69</html> 132</html>
70EOF 133EOF
71} 134}
72 135
136sub res_irc {
137 print "<tr><td><tt class='icon'>IRC</tt></td><td class='rr'>Server <tt><b><a href='http://widget.mibbit.com/?settings=ba7bec4f0f493fde9b226a13c375edbd&server=irc.schmorp.de&channel=%23schmorp&noServerNotices=true&autoConnect=true'>irc.schmorp.de</a></b></tt>, channel <tt>#schmorp</tt>, users <tt>schmorp</tt> and <tt>elmex</tt> <b>(say hi and <i>wait a few minutes</i>)</b></td></tr>\n";
138 print "<tr><td><tt class='icon'>IRC</tt></td><td class='rr'>Server <tt><b>irc.freenode.net</b></tt>, channel <tt>#schmorp</tt>, users <tt>schmorp</tt> and <tt>elmex</tt></td></tr>\n";
139}
140
73$_ = <DATA>; 141$_ = <DATA>;
74for (;defined $_;) { 142for (;defined $_;) {
75 my ($name, @args) = split /\s+/; 143 my ($name, @args) = split /\s+/;
76 144
77 next unless $name; 145 next unless $name;
86 $index{$name} = "<tr><th id='$name'><a href='pkg/$name.html'>$name</a></th><td>$short</td></tr>"; 154 $index{$name} = "<tr><th id='$name'><a href='pkg/$name.html'>$name</a></th><td>$short</td></tr>";
87 155
88 open STDOUT, ">", "software.schmorp.de/pkg/$name.html" 156 open STDOUT, ">", "software.schmorp.de/pkg/$name.html"
89 or die "software.schmorp.de/pkg/$name.html: $!"; 157 or die "software.schmorp.de/pkg/$name.html: $!";
90 158
91 if (grep /cpan/, @args) { 159 my $bg = (grep /cpan/, @args) ? "bg-perl" : "bg-ede";
92 hdr $name, "bg-perl";
93 } else {
94 hdr $name, "bg-ede"; 160 hdr $name, $bg;
95 }
96 161
97 print <<EOF; 162 print <<EOF;
163<h2>$name</h1>
98<p class='short-desc'>$short</p> 164<p class='short-desc'>$short</p>
99 165
100<h2>Blurb</h2> 166<h2>Blurb</h2>
101<p class='blurb'>$desc</p> 167<p class='blurb'>$desc</p>
102<h2>Resources</h2> 168<h2>Resources</h2>
103<ul> 169<table class='resources'>
104EOF 170EOF
105 if (grep /git/, @args) { 171 if (grep /git/, @args) {
106 print <<EOF; 172 print <<EOF;
107<li><a href='http://git.ta-sa.org/?p=$name.git;a=summary'>Browsable GIT repository '$name'</a></li> 173<tr><td><tt class="icon">GIT</tt></td><td class='rr'><a href='http://git.ta-sa.org/?p=$name.git;a=summary'>Browsable GIT repository '$name'</a></li></tr>
108<li>Read-only GIT checkout:<br /> 174<tr><td><tt class="icon">GIT</tt></td><td class='rr'>Read-only GIT checkout: <tt>&#160;git-clone http://git.ta-sa.org/$name.git</tt>
109 <tt>&#160;git-clone http://git.ta-sa.org/$name.git</tt> 175</td></tr>
110</li> 176<tr><td><tt class="icon">CVS</tt></td><td class='rr'>Contributor CVS access (command requires CVS version &gt;= 1.12.11):<br />
111<li>(EXPERIMENTAL) contributor CVS access (command requires CVS versions (&gt;= 1.12.11)):<br />
112 <tt>cvs -d ":ext;CVS_SERVER=git-cvsserver:USER\@ruth.plan9.de/gitroot/$name.git" co -d $name master</tt> 177 <tt>cvs -d ":ext;CVS_SERVER=git-cvsserver:USER\@ruth.plan9.de/gitroot/$name.git" co -d $name master</tt>
113</li> 178</td></tr>
114EOF 179EOF
115 } else { 180 } else {
116 my $modules = $name; 181 my $modules = $name;
117 $modules = "$1" if grep /modules\((.*)\)/, @args; 182 $modules = "$1" if grep /modules\((.*)\)/, @args;
118 183
119 print <<EOF; 184 print <<EOF;
120<li><a href='http://cvs.schmorp.de/$name'>Browsable CVS module '$name'</a></li> 185<tr><td><tt class="icon">CVS</tt></td><td class='rr'><a href='http://cvs.schmorp.de/$name'>Browsable CVS module '$name'</a></td></tr>
121<li>Anonymous CVS checkout:<br /> 186<tr><td><tt class="icon">CVS</tt></td><td class='rr'>Anonymous CVS:
122 <tt>&#160;cvs -z3 -d :pserver:anonymous\@cvs.schmorp.de/schmorpforge co $modules</tt><p /> 187 <tt>&#160;cvs -z3 -d :pserver:anonymous\@cvs.schmorp.de/schmorpforge co $modules</tt>
123 188
124 <small> 189 <small>
125 190
126<!-- 191<!--
127 <p>The warning 192 <p>The warning
128 <b>cvs checkout: warning: cannot write to history file /schmorpforge/CVSROOT/history: Permission denied</b> 193 <b>cvs checkout: warning: cannot write to history file /schmorpforge/CVSROOT/history: Permission denied</b>
129 is expected and harmless, just ignore it. It simply means you have no write access to the repository. 194 is expected and harmless, just ignore it. It simply means you have no write access to the repository.
130 </p> 195 </p>
131--> 196-->
132 197
198<!--
133 <p>The CVS server moved again on 2008-02-21, you can use the following 199 <p>The CVS server moved again on 2008-02-21, you can use the following
134 (untested) snippet to update your CVS checkout. Run it in the top level 200 (untested) snippet to update your CVS checkout. Run it in the top level
135 checked out directory:</ br> 201 checked out directory:</ br>
136 202
137 <pre> 203 <pre>
138find . -name CVS | xargs -I% find % -name Root | 204find . -name CVS | xargs -I% find % -name Root |
139 xargs perl -i -pe 's%:pserver:anonymous\\\@cvs.schmorp.de:636/schmorpforge%:pserver:anonymous\\\@cvs.schmorp.de:/schmorpforge%'</pre> 205 xargs perl -i -pe 's%:pserver:anonymous\\\@cvs.schmorp.de:636/schmorpforge%:pserver:anonymous\\\@cvs.schmorp.de:/schmorpforge%'</pre>
140 </p> 206 </p>
207-->
141 208
142 </small> 209 </small>
143 210
144</li> 211</td></tr>
145EOF 212EOF
146 } 213 }
147 214
148 print "<li><a href='http://dist.schmorp.de/$name/'>File Releases</a></li>\n" 215 print "<tr><td><tt class='icon'>FILE</tt></td><td class='rr'><a href='http://dist.schmorp.de/$name/'>File Releases</a></td></tr>\n"
149 if grep /dist/, @args; 216 if grep /dist/, @args;
150 print "<li><a href='http://www.cpan.org/modules/by-authors/Marc_Lehmann/'>File Releases (CPAN)</a></li>\n" 217 print "<tr><td><tt class='icon'>CPAN</tt></td><td class='rr'><a href='http://www.cpan.org/modules/by-authors/Marc_Lehmann/'>File Releases (CPAN)</a></td></tr>\n"
151 if grep /cpan$/, @args; 218 if grep /cpan$/, @args;
152 print "<li><a href='http://www.cpan.org/modules/by-authors/id/E/EL/ELMEX/'>File Releases (CPAN)</a></li>\n" 219 print "<tr><td><tt class='icon'>CPAN</tt></td><td class='rr'><a href='http://www.cpan.org/modules/by-authors/id/E/EL/ELMEX/'>File Releases (CPAN)</a></td></tr>\n"
153 if grep /cpan-elmex/, @args; 220 if grep /cpan-elmex/, @args;
154 for (@args) { 221 for (@args) {
155 if (/list\((.*)\)/) { 222 if (/list\((.*)\)/) {
156 print "<li><a href='http://lists.schmorp.de/mailman/listinfo/" . ($1 || $name) . "'>Mailing List '" . ($1 || $name) . "'</a></li>\n"; 223 print "<tr><td><tt class='icon'>LIST</tt></td><td class='rr'><a href='http://lists.schmorp.de/mailman/listinfo/" . ($1 || $name) . "'>Mailing List '" . ($1 || $name) . "'</a></td></tr>\n";
157 } 224 }
158 } 225 }
159 226 res_irc;
160 print "</ul>"; 227 print "</table>";
161 228
162 if (my @files = grep $_, map /(cvs-co|cvs-pod|git-pod|git-co)\((\S+)\)/ && [$1, $2], @args) { 229 if (my @files = grep $_, map /(cvs-co|cvs-pod|git-pod|git-co)\((\S+)\)/ && [$1, $2], @args) {
163 print "<h2>Additional Documents</h2><ul>"; 230 print "<h2>Additional Documents</h2><table class='resources'>";
164 231
165 for (@files) { 232 for (@files) {
166 my ($type, $arg) = @$_; 233 my ($type, $arg) = @$_;
167 234
168 if ($type eq "cvs-co") { 235 if ($type eq "cvs-co") {
169 print "<li><a href='http://cvs.schmorp.de/$name/$arg'>$arg</a></li>"; 236 print "<tr><td><tt class='icon'>FILE</tt></td><td class='rr'><a href='http://cvs.schmorp.de/$name/$arg'>$arg</a></td></tr>";
170 237
171 } elsif ($type eq "cvs-pod") { 238 } elsif ($type eq "cvs-pod") {
172 my ($file, $desc) = $arg =~ /(.*),(.*)/ ? ($1, $2) : ($arg, $arg); 239 my ($file, $desc) = $arg =~ /(.*),(.*)/ ? ($1, $2) : ($arg, $arg);
173 $desc ||= "<b>Main Manual Page</b>"; 240 $desc ||= "<b>Main Manual Page</b>";
174 print "<li><a href='http://pod.tst.eu/http://cvs.schmorp.de/$name/$file'>$desc</a></li>"; 241 print "<tr><td><tt class='icon'>POD</tt></td><td class='rr'><a href='http://pod.tst.eu/http://cvs.schmorp.de/$name/$file'>$desc</a></td></tr>";
175 242
176 } elsif ($type eq 'git-co') { 243 } elsif ($type eq 'git-co') {
177 print "<li><a href='http://git.ta-sa.org/$name/$arg'>$arg</a></li>"; 244 print "<tr><td><tt class='icon'>FILE</tt></td><td class='rr'><a href='http://git.ta-sa.org/$name/$arg'>$arg</a></td>";
178 245
179 } elsif ($type eq "git-pod") { 246 } elsif ($type eq "git-pod") {
180 my ($file, $desc) = $arg =~ /(.*),(.*)/ ? ($1, $2) : ($arg, $arg); 247 my ($file, $desc) = $arg =~ /(.*),(.*)/ ? ($1, $2) : ($arg, $arg);
181 $desc ||= "<b>Main Manual Page</b>"; 248 $desc ||= "<b>Main Manual Page</b>";
182 print "<li><a href='http://pod.tst.eu/http://git.ta-sa.org/$name/$file'>$desc</a></li>"; 249 print "<tr><td><tt class='icon'>POD</tt></td><td class='rr'><a href='http://pod.tst.eu/http://git.ta-sa.org/$name/$file'>$desc</a></td></tr>";
183 250
184 } 251 }
185 } 252 }
186 253
187 print "</ul>"; 254 print "</table>";
188 } 255 }
189 256
190 ftr; 257 ftr;
191} 258}
192 259
193open STDOUT, ">software.schmorp.de/index.html"; 260open STDOUT, ">software.schmorp.de/index.html";
194 261
195hdr "Package Index", "bg-bluete"; 262hdr "Project List", "bg-bluete";
196 263
197print <<EOF; 264print <<EOF;
198 265
266<h2>About</h2>
199<p>This page briefly documents the Schmorpforge Ta-Sa Software Repository and 267<p class='blurb'>This page briefly documents the Schmorpforge Ta-Sa Software Repository and
200lists all projects available here.</p> 268lists all projects available here.</p>
201 269
202<ul> 270<table class='resources'>
203<li>All CVS Repositories can be found <a href="http://cvs.schmorp.de/">here</a>.</li> 271<tr><td><tt class='icon'>CVS</tt></td><td class='rr'>All CVS modules can be browsed <a href="http://cvs.schmorp.de/">here</a></td></tr>
204<li>All GIT Repositories can be found <a href="http://git.ta-sa.org/">here</a>.</li> 272<tr><td><tt class='icon'>GIT</tt></td><td class='rr'>All GIT repositories can be found <a href="http://git.ta-sa.org/">here</a></td></tr>
205<li>File Releases can be found <a href="http://dist.schmorp.de/">here</a> or on CPAN (for Perl modules).</li> 273<tr><td><tt class='icon'>FILE</tt></td><td class='rr'>All file releases can be found <a href="http://dist.schmorp.de/">here</a> or on CPAN (for Perl modules)</td></tr>
206<li>All Mailinglists can be found <a href="http://lists.schmorp.de/mailman/listinfo">here</a>.</li> 274<tr><td><tt class='icon'>LIST</tt></td><td class='rr'>All mailinglists can be found <a href="http://lists.schmorp.de/mailman/listinfo">here</a></td></tr>
207<!--<li>The Wiki can be found <a href="http://wiki.schmorp.de/">here</a>.</li>--> 275<!--<tr><td><tt class='icon'>WIKI</tt></td><td class='rr'>The Wiki can be found <a href="http://wiki.schmorp.de/">here</a></td></tr>-->
208</ul> 276EOF
209<p>Projects listed on this page:</p> 277
278res_irc;
279
280print <<EOF;
210<table> 281</table>
282
283<h2>Project List</h2>
284<table class='overview'>
211EOF 285EOF
212 286
213print $index{$_} for sort { (lc $a) cmp (lc $b) } keys %index; 287print $index{$_} for sort { (lc $a) cmp (lc $b) } keys %index;
214 288
215print "</table>"; 289print "</table>";
456 A fork of the unmaintained xcb (x cut buffers) program implementing better i18n. 530 A fork of the unmaintained xcb (x cut buffers) program implementing better i18n.
457 531
458lmainit cvs-co(NEWS) 532lmainit cvs-co(NEWS)
459 A sysvinit replacement that can even be configured to be sysvinit-compliant. 533 A sysvinit replacement that can even be configured to be sysvinit-compliant.
460 534
461 See <a href="http://www.goof.com/pcg/marc/lmainit.html">its homepage</a> for more info. 535 See <a href="http://home.schmorp.de/marc/lmainit.html">its homepage</a> for more info.
462 536
463Algorithm-FEC cpan cvs-pod(FEC.pm,) cvs-co(README.fec) cvs-co(Changes) 537Algorithm-FEC cpan cvs-pod(FEC.pm,) cvs-co(README.fec) cvs-co(Changes)
464 Perl module implementing forward error correction using Vandermonde matrices 538 Perl module implementing forward error correction using Vandermonde matrices
465 539
466AnyEvent cpan cvs-pod(lib/AnyEvent.pm,) cvs-pod(lib/AnyEvent/Intro.pod,Introduction/Tutorial) cvs-co(Changes) cvs-pod(lib/AnyEvent/Util.pm,AnyEvent::Util) cvs-pod(lib/AnyEvent/Handle.pm,AnyEvent::Handle) cvs-pod(lib/AnyEvent/Socket.pm,AnyEvent::Socket) cvs-pod(lib/AnyEvent/DNS.pm,AnyEvent::DNS) cvs-pod(lib/AnyEvent/Impl/EV.pm,AnyEvent::Impl::EV) cvs-pod(lib/AnyEvent/Impl/Event.pm,AnyEvent::Impl::Event) cvs-pod(lib/AnyEvent/Impl/Glib.pm,AnyEvent::Impl::Glib) cvs-pod(lib/AnyEvent/Impl/Tk.pm,AnyEvent::Impl::Tk) cvs-pod(lib/AnyEvent/Impl/Perl.pm,AnyEvent::Impl::Perl) cvs-pod(lib/AnyEvent/Impl/Qt.pm,AnyEvent::Impl::Qt) cvs-pod(lib/AnyEvent/Impl/EventLib.pm,AnyEvent::Impl::EventLib) cvs-pod(lib/AnyEvent/Impl/IOAsync.pm,AnyEvent::Impl::IOAsync) cvs-pod(lib/AnyEvent/Impl/POE.pm,AnyEvent::Impl::POE) list(anyevent) 540AnyEvent cpan cvs-pod(lib/AnyEvent.pm,) cvs-pod(lib/AnyEvent/Intro.pod,Introduction/Tutorial) cvs-pod(lib/AE.pm,AE) cvs-co(Changes) cvs-pod(lib/AnyEvent/Util.pm,AnyEvent::Util) cvs-pod(lib/AnyEvent/Handle.pm,AnyEvent::Handle) cvs-pod(lib/AnyEvent/Socket.pm,AnyEvent::Socket) cvs-pod(lib/AnyEvent/DNS.pm,AnyEvent::DNS) cvs-pod(lib/AnyEvent/Impl/EV.pm,AnyEvent::Impl::EV) cvs-pod(lib/AnyEvent/Impl/Event.pm,AnyEvent::Impl::Event) cvs-pod(lib/AnyEvent/Impl/Glib.pm,AnyEvent::Impl::Glib) cvs-pod(lib/AnyEvent/Impl/Tk.pm,AnyEvent::Impl::Tk) cvs-pod(lib/AnyEvent/Impl/Perl.pm,AnyEvent::Impl::Perl) cvs-pod(lib/AnyEvent/Impl/Qt.pm,AnyEvent::Impl::Qt) cvs-pod(lib/AnyEvent/Impl/EventLib.pm,AnyEvent::Impl::EventLib) cvs-pod(lib/AnyEvent/Impl/Irssi.pm,AnyEvent::Impl::Irssi) cvs-pod(lib/AnyEvent/Impl/IOAsync.pm,AnyEvent::Impl::IOAsync) cvs-pod(lib/AnyEvent/Impl/POE.pm,AnyEvent::Impl::POE) list(anyevent)
467 This module offers a simple API for I/O, timer, signal, child process 541 This module offers a simple API for I/O, timer, signal, child process
468 and completion events, independent of a specific event loop. 542 and completion events, independent of a specific event loop.
469 543
470 <p>This module allows module authors to use those events internally 544 <p>This module allows module authors to use those events internally
471 without forcing users of the module to use a specific event loop, without 545 without forcing users of the module to use a specific event loop, without
472 adding noticable overhead. Currently supported event loops are EV, Event, 546 adding noticable overhead. Currently supported event loops are EV, Event,
473 Glib/Gtk2, Tk, Qt, Event::Lib, IO::Async and POE (and thus also WxWidgets 547 Glib/Gtk2, Tk, Qt, Event::Lib, Irssi, IO::Async and POE (and thus also
474 and Prima). It also comes with a very fast (see benchmarks in the main 548 WxWidgets and Prima). It also comes with a very fast (see benchmarks in
475 manual page) Pure Perl event loop and doesn't rely on XS, which ensures 549 the main manual page) Pure Perl event loop and doesn't rely on XS, which
476 that your program will always run even when no C-based event loop is 550 ensures that your program will always run even when no C-based event loop
477 available.</p> 551 is available.</p>
478 552
479 <p>In addition to the event core (which might be all you need), AnyEvent 553 <p>In addition to the event core (which might be all you need), AnyEvent
480 comes with an optional, fully asynchronous, pure-perl DNS resolver 554 comes with an optional, fully asynchronous, pure-perl DNS resolver
481 library supporting UDP, TCP and EDNS0, with many utility functions to 555 library supporting UDP, TCP and EDNS0, with many utility functions to
482 "just resolve" stuff without having to instantiate even a resolver object 556 "just resolve" stuff without having to instantiate even a resolver object
561 A Perl module implementing an interface to mpg123. 635 A Perl module implementing an interface to mpg123.
562 636
563Compress-LZV1 cpan cvs-pod(LZV1.pm,) cvs-co(Changes) 637Compress-LZV1 cpan cvs-pod(LZV1.pm,) cvs-co(Changes)
564 A Perl module implementing the LZV1 compression algorithm. See 638 A Perl module implementing the LZV1 compression algorithm. See
565 <tt>Compress::LZF</tt> for a better algorithm and module. 639 <tt>Compress::LZF</tt> for a better algorithm and module.
640
641Compress-LZF cpan cvs-pod(LZF.pm,) cvs-co(Changes)
642 A Perl module implementing the LZF compression algorithm, and simple
643 to use data structure serialising.
566 644
567Convert-CD cvs-pod(lib/Convert/CD.pm,) cvs-pod(bin/cvtiso,cvtiso) cvs-co(doc/) cvs-co(Changes) 645Convert-CD cvs-pod(lib/Convert/CD.pm,) cvs-pod(bin/cvtiso,cvtiso) cvs-co(doc/) cvs-co(Changes)
568 Unfinished Perl project implementing CD image formats. Extracting ISO images 646 Unfinished Perl project implementing CD image formats. Extracting ISO images
569 already works. 647 already works.
570 648
948 1026
949 <p>lsys is a full-featured program that understands most of the syntax 1027 <p>lsys is a full-featured program that understands most of the syntax
950 of the original l-systems language, which is far more complex and 1028 of the original l-systems language, which is far more complex and
951 powerful than most available l-system interpreters.</p> 1029 powerful than most available l-system interpreters.</p>
952 1030
953 <p>See <a href="http://www.goof.com/pcg/marc/lsys.html">the original homepage</a> 1031 <p>See <a href="http://home.schmorp.de/marc/lsys.html">the original homepage</a>
954 for more explanations and some images. 1032 for more explanations and some images.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines