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.65 by root, Tue Dec 8 19:50: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<!--
109 <a title="Mach mit!" href="http://www.piratenpartei.de/navigation/politik/unsere-ziele">
110 <img src="http://res.tst.eu/denke_selbst.gif" alt="Werde Pirat!" width="468" height="60" border="0" />
111 </a>
112 <br />
113-->
49 <a href="http://www.piratenpartei.de/navigation/politik/unsere-ziele"> 114 <a href="http://www.piratenpartei.de/navigation/politik/unsere-ziele">
50 <img src="http://www.piratenpartei-hessen.de/common/piratenbanner1" alt="Piratenpartei" border="0"/> 115 <img src="http://res.tst.eu/piraten1.png" alt="Piratenpartei" width="468" height="60" border="0" />
51 </a> 116 </a>
52 <br /> 117 <br />
53 <a href="http://www.deliantra.net/"> 118 <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"/> 119 <img src="http://www.deliantra.net/images/deliantra.png" border="0" alt="Deliantra Free MMORPG" style="display: inline"/>
55 <br /> 120 <br />
68</body> 133</body>
69</html> 134</html>
70EOF 135EOF
71} 136}
72 137
138sub res_irc {
139# 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";
140 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> <b>(say hi and <i>wait a few minutes</i>)</b></td></tr>\n";
141}
142
73$_ = <DATA>; 143$_ = <DATA>;
74for (;defined $_;) { 144for (;defined $_;) {
75 my ($name, @args) = split /\s+/; 145 my ($name, @args) = split /\s+/;
76 146
77 next unless $name; 147 next unless $name;
86 $index{$name} = "<tr><th id='$name'><a href='pkg/$name.html'>$name</a></th><td>$short</td></tr>"; 156 $index{$name} = "<tr><th id='$name'><a href='pkg/$name.html'>$name</a></th><td>$short</td></tr>";
87 157
88 open STDOUT, ">", "software.schmorp.de/pkg/$name.html" 158 open STDOUT, ">", "software.schmorp.de/pkg/$name.html"
89 or die "software.schmorp.de/pkg/$name.html: $!"; 159 or die "software.schmorp.de/pkg/$name.html: $!";
90 160
91 if (grep /cpan/, @args) { 161 my $bg = (grep /cpan/, @args) ? "bg-perl" : "bg-ede";
92 hdr $name, "bg-perl";
93 } else {
94 hdr $name, "bg-ede"; 162 hdr $name, $bg;
95 }
96 163
97 print <<EOF; 164 print <<EOF;
165<h2>$name</h1>
98<p class='short-desc'>$short</p> 166<p class='short-desc'>$short</p>
99 167
100<h2>Blurb</h2> 168<h2>Blurb</h2>
101<p class='blurb'>$desc</p> 169<p class='blurb'>$desc</p>
102<h2>Resources</h2> 170<h2>Resources</h2>
103<ul> 171<table class='resources'>
104EOF 172EOF
105 if (grep /git/, @args) { 173 if (grep /git/, @args) {
106 print <<EOF; 174 print <<EOF;
107<li><a href='http://git.ta-sa.org/?p=$name.git;a=summary'>Browsable GIT repository '$name'</a></li> 175<tr><td><tt class="icon">GIT</tt></td><td class='rr'><a href='http://git.ta-sa.org/git/$name/'>Browsable GIT repository '$name'</a></li></tr>
108<li>Read-only GIT checkout:<br /> 176<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> 177</td></tr>
110</li> 178<!-- <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> 179 <tt>cvs -d ":ext;CVS_SERVER=git-cvsserver:USER\@ruth.plan9.de/gitroot/$name.git" co -d $name master</tt>
113</li> 180</td></tr> -->
114EOF 181EOF
115 } else { 182 } else {
116 my $modules = $name; 183 my $modules = $name;
117 $modules = "$1" if grep /modules\((.*)\)/, @args; 184 $modules = "$1" if grep /modules\((.*)\)/, @args;
118 185
119 print <<EOF; 186 print <<EOF;
120<li><a href='http://cvs.schmorp.de/$name'>Browsable CVS module '$name'</a></li> 187<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 /> 188<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 /> 189 <tt>&#160;cvs -z3 -d :pserver:anonymous\@cvs.schmorp.de/schmorpforge co $modules</tt>
123 190
124 <small> 191 <small>
125 192
126<!-- 193<!--
127 <p>The warning 194 <p>The warning
128 <b>cvs checkout: warning: cannot write to history file /schmorpforge/CVSROOT/history: Permission denied</b> 195 <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. 196 is expected and harmless, just ignore it. It simply means you have no write access to the repository.
130 </p> 197 </p>
131--> 198-->
132 199
200<!--
133 <p>The CVS server moved again on 2008-02-21, you can use the following 201 <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 202 (untested) snippet to update your CVS checkout. Run it in the top level
135 checked out directory:</ br> 203 checked out directory:</ br>
136 204
137 <pre> 205 <pre>
138find . -name CVS | xargs -I% find % -name Root | 206find . -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> 207 xargs perl -i -pe 's%:pserver:anonymous\\\@cvs.schmorp.de:636/schmorpforge%:pserver:anonymous\\\@cvs.schmorp.de:/schmorpforge%'</pre>
140 </p> 208 </p>
209-->
141 210
142 </small> 211 </small>
143 212
144</li> 213</td></tr>
145EOF 214EOF
146 } 215 }
147 216
148 print "<li><a href='http://dist.schmorp.de/$name/'>File Releases</a></li>\n" 217 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; 218 if grep /dist/, @args;
150 print "<li><a href='http://www.cpan.org/modules/by-authors/Marc_Lehmann/'>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/Marc_Lehmann/'>File Releases (CPAN)</a></td></tr>\n"
151 if grep /cpan$/, @args; 220 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" 221 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; 222 if grep /cpan-elmex/, @args;
154 for (@args) { 223 for (@args) {
155 if (/list\((.*)\)/) { 224 if (/list\((.*)\)/) {
156 print "<li><a href='http://lists.schmorp.de/mailman/listinfo/" . ($1 || $name) . "'>Mailing List '" . ($1 || $name) . "'</a></li>\n"; 225 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 } 226 }
158 } 227 }
159 228 res_irc;
160 print "</ul>"; 229 print "</table>";
161 230
162 if (my @files = grep $_, map /(cvs-co|cvs-pod|git-pod|git-co)\((\S+)\)/ && [$1, $2], @args) { 231 if (my @files = grep $_, map /(cvs-co|cvs-pod|git-pod|git-co)\((\S+)\)/ && [$1, $2], @args) {
163 print "<h2>Additional Documents</h2><ul>"; 232 print "<h2>Additional Documents</h2><table class='resources'>";
164 233
165 for (@files) { 234 for (@files) {
166 my ($type, $arg) = @$_; 235 my ($type, $arg) = @$_;
167 236
168 if ($type eq "cvs-co") { 237 if ($type eq "cvs-co") {
169 print "<li><a href='http://cvs.schmorp.de/$name/$arg'>$arg</a></li>"; 238 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 239
171 } elsif ($type eq "cvs-pod") { 240 } elsif ($type eq "cvs-pod") {
172 my ($file, $desc) = $arg =~ /(.*),(.*)/ ? ($1, $2) : ($arg, $arg); 241 my ($file, $desc) = $arg =~ /(.*),(.*)/ ? ($1, $2) : ($arg, $arg);
173 $desc ||= "<b>Main Manual Page</b>"; 242 $desc ||= "<b>Main Manual Page</b>";
174 print "<li><a href='http://pod.tst.eu/http://cvs.schmorp.de/$name/$file'>$desc</a></li>"; 243 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 244
176 } elsif ($type eq 'git-co') { 245 } elsif ($type eq 'git-co') {
177 print "<li><a href='http://git.ta-sa.org/$name/$arg'>$arg</a></li>"; 246 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 247
179 } elsif ($type eq "git-pod") { 248 } elsif ($type eq "git-pod") {
180 my ($file, $desc) = $arg =~ /(.*),(.*)/ ? ($1, $2) : ($arg, $arg); 249 my ($file, $desc) = $arg =~ /(.*),(.*)/ ? ($1, $2) : ($arg, $arg);
181 $desc ||= "<b>Main Manual Page</b>"; 250 $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>"; 251 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 252
184 } 253 }
185 } 254 }
186 255
187 print "</ul>"; 256 print "</table>";
188 } 257 }
189 258
190 ftr; 259 ftr;
191} 260}
192 261
193open STDOUT, ">software.schmorp.de/index.html"; 262open STDOUT, ">software.schmorp.de/index.html";
194 263
195hdr "Package Index", "bg-bluete"; 264hdr "Project List", "bg-bluete";
196 265
197print <<EOF; 266print <<EOF;
198 267
268<h2>About</h2>
199<p>This page briefly documents the Schmorpforge Ta-Sa Software Repository and 269<p class='blurb'>This page briefly documents the Schmorpforge Ta-Sa Software Repository and
200lists all projects available here.</p> 270lists all projects available here.</p>
201 271
202<ul> 272<table class='resources'>
203<li>All CVS Repositories can be found <a href="http://cvs.schmorp.de/">here</a>.</li> 273<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> 274<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> 275<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> 276<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>--> 277<!--<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> 278EOF
209<p>Projects listed on this page:</p> 279
280res_irc;
281
282print <<EOF;
210<table> 283</table>
284
285<h2>Project List</h2>
286<table class='overview'>
211EOF 287EOF
212 288
213print $index{$_} for sort { (lc $a) cmp (lc $b) } keys %index; 289print $index{$_} for sort { (lc $a) cmp (lc $b) } keys %index;
214 290
215print "</table>"; 291print "</table>";
456 A fork of the unmaintained xcb (x cut buffers) program implementing better i18n. 532 A fork of the unmaintained xcb (x cut buffers) program implementing better i18n.
457 533
458lmainit cvs-co(NEWS) 534lmainit cvs-co(NEWS)
459 A sysvinit replacement that can even be configured to be sysvinit-compliant. 535 A sysvinit replacement that can even be configured to be sysvinit-compliant.
460 536
461 See <a href="http://www.goof.com/pcg/marc/lmainit.html">its homepage</a> for more info. 537 See <a href="http://home.schmorp.de/marc/lmainit.html">its homepage</a> for more info.
462 538
463Algorithm-FEC cpan cvs-pod(FEC.pm,) cvs-co(README.fec) cvs-co(Changes) 539Algorithm-FEC cpan cvs-pod(FEC.pm,) cvs-co(README.fec) cvs-co(Changes)
464 Perl module implementing forward error correction using Vandermonde matrices 540 Perl module implementing forward error correction using Vandermonde matrices
465 541
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) 542AnyEvent 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 543 This module offers a simple API for I/O, timer, signal, child process
468 and completion events, independent of a specific event loop. 544 and completion events, independent of a specific event loop.
469 545
470 <p>This module allows module authors to use those events internally 546 <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 547 without forcing users of the module to use a specific event loop, without
472 adding noticable overhead. Currently supported event loops are EV, Event, 548 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 549 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 550 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 551 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 552 ensures that your program will always run even when no C-based event loop
477 available.</p> 553 is available.</p>
478 554
479 <p>In addition to the event core (which might be all you need), AnyEvent 555 <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 556 comes with an optional, fully asynchronous, pure-perl DNS resolver
481 library supporting UDP, TCP and EDNS0, with many utility functions to 557 library supporting UDP, TCP and EDNS0, with many utility functions to
482 "just resolve" stuff without having to instantiate even a resolver object 558 "just resolve" stuff without having to instantiate even a resolver object
521 The caller is responsible for authentication management, cookies (if 597 The caller is responsible for authentication management, cookies (if
522 the simplistic implementation in this module doesn't suffice), referer 598 the simplistic implementation in this module doesn't suffice), referer
523 and other high-level protocol details for which this module offers only 599 and other high-level protocol details for which this module offers only
524 limited support. 600 limited support.
525 601
602AnyEvent-MP cpan cvs-pod(MP.pm,) cvs-pod(MP/Intro.pod,Introduction/Tutorial) cvs-co(Changes) list(anyevent)
603 This Perl module (-family) implements a simple message passing framework for Perl.
604
605 Despite its simplicity, you can securely message other processes running
606 on the same or other hosts.
607
608 For an introduction to this module family, see the Intro manual page.
609
610Coro-MP cpan cvs-pod(MP.pm,) cvs-co(Changes) list(anyevent)
611 This Perl module extends the AnyEvent::MP API with a thread-like/erlang-style API.
612
613 This module implements a thread-like API to AnyEvent::MP that is closer
614 to Erlang than the event-based AnyEvent::MP API. It integrates well into
615 AnyEvent::MP.
616
617 See the AnyEvent::MP module and tutorial for info about the concepts used
618 in AnyEvent::MP.
619
526AnyEvent-DBI cpan cvs-pod(DBI.pm,) cvs-co(Changes) list(anyevent) 620AnyEvent-DBI cpan cvs-pod(DBI.pm,) cvs-co(Changes) list(anyevent)
527 A relatively simple wrapper around DBI to make asynchronous 621 A relatively simple wrapper around DBI to make asynchronous
528 SQL requests. 622 SQL requests.
529 623
530 This module implements asynchronous DBI access my forking or executing 624 This module implements asynchronous DBI access my forking or executing
538 This is a very basic HTTP server that allows the user/programmer to install 632 This is a very basic HTTP server that allows the user/programmer to install
539 hooks for URL paths to generate the output. It uses AnyEvent to be easily 633 hooks for URL paths to generate the output. It uses AnyEvent to be easily
540 embeddable into other applications. The main objective was to make it 634 embeddable into other applications. The main objective was to make it
541 easier to make simple HTTP frontends in Perl for Perl programs and Perl modules. 635 easier to make simple HTTP frontends in Perl for Perl programs and Perl modules.
542 636
637AnyEvent-Feed cpan-elmex git-pod(lib/AnyEvent/Feed.pm,) git-co(Changes) list(anyevent)
638 A RSS/Atom Feed aggregator.
639
640 This module uses AnyEvent::HTTP and XML::Feed to fetch and parse RSS and Atom
641 feeds. It provides aggregation (detecting of new entries) to provide an easy
642 interface for simple feed readers.
643
644AnyEvent-Twitter cpan-elmex git-pod(lib/AnyEvent/Twitter.pm,) git-co(Changes) list(anyevent)
645 Implementation of the Twitter API for AnyEvent.
646
647 Provides a simple non-blocking API to access information (aka tweets) provided
648 by <a href="http://www.twitter.com">Twitter</a>.
649
543AnyEvent-IGS cpan-elmex git-pod(lib/AnyEvent/IGS.pm,) git-co(Changes) list(anyevent) 650AnyEvent-IGS cpan-elmex git-pod(lib/AnyEvent/IGS.pm,) git-co(Changes) list(anyevent)
544 A Perl module that interfaces to the International Go Server. 651 A Perl module that interfaces to the International Go Server.
545 652
546 This module is an Anyevent-based interface to the International Go Server 653 This module is an Anyevent-based interface to the International Go Server
547 protocol. 654 protocol.
558 A Perl module that implements C++ STL-like binary heap operations. 665 A Perl module that implements C++ STL-like binary heap operations.
559 666
560Audio-Play-MPG123 cpan cvs-pod(MPG123.pm,) cvs-co(Changes) 667Audio-Play-MPG123 cpan cvs-pod(MPG123.pm,) cvs-co(Changes)
561 A Perl module implementing an interface to mpg123. 668 A Perl module implementing an interface to mpg123.
562 669
670BK git-pod(lib/BK.pm,) git-pod(lib/BK/News.pod,News) git-co(Changes) git-pod(lib/BK/Client.pm,BK::Client) git-pod(lib/BK/Backend.pm,BK::Backend)
671 Bummskraut is a distributed chat/messaging client framework written in Perl
672 using <a href="/pkg/AnyEvent-MP.html">AnyEvent::MP</a>.
673
674 For more documentation please consult the main manpage (see below). If you
675 want to check on the latest news proceed to the news or changelog (see also
676 below).
677
563Compress-LZV1 cpan cvs-pod(LZV1.pm,) cvs-co(Changes) 678Compress-LZV1 cpan cvs-pod(LZV1.pm,) cvs-co(Changes)
564 A Perl module implementing the LZV1 compression algorithm. See 679 A Perl module implementing the LZV1 compression algorithm. See
565 <tt>Compress::LZF</tt> for a better algorithm and module. 680 <tt>Compress::LZF</tt> for a better algorithm and module.
681
682Compress-LZF cpan cvs-pod(LZF.pm,) cvs-co(Changes)
683 A Perl module implementing the LZF compression algorithm, and simple
684 to use data structure serialising.
566 685
567Convert-CD cvs-pod(lib/Convert/CD.pm,) cvs-pod(bin/cvtiso,cvtiso) cvs-co(doc/) cvs-co(Changes) 686Convert-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 687 Unfinished Perl project implementing CD image formats. Extracting ISO images
569 already works. 688 already works.
570 689
821 940
822wvsniff 941wvsniff
823 Undocumented but nicely working wavelan sniffer that I wrote for use 942 Undocumented but nicely working wavelan sniffer that I wrote for use
824 with my cisco aironet card. If you get it working, praise yourself. 943 with my cisco aironet card. If you get it working, praise yourself.
825 944
826ermyth cvs-pod(doc/poddoc/documentation.pod) cvs-co(Changes)
827 This is a fork of Atheme IRC Services.
828
829 Ermyth IRC Services is a set of Services for IRC networks that allows
830 users to manage their channels in a secure and efficient way and
831 allows operators to manage various things about their networks.
832 Ermyth has been ported to C++ and goes its way using modern concepts
833 and the object oriented paradigm.
834
835dhcpping cvs-pod(dhcping.pod,) 945dhcpping cvs-pod(dhcping.pod,)
836 A version of dhcpping enhanced by <a href="mailto:marco@nethype.de">Marco Maisenhelder</a> 946 A version of dhcpping enhanced by <a href="mailto:marco@nethype.de">Marco Maisenhelder</a>
837 to support passing dhcp options. Intended to test dhcp server implementations. 947 to support passing dhcp options. Intended to test dhcp server implementations.
838 948
839Object-Event cpan-elmex git-pod(lib/Object/Event.pm,) git-co(Changes) 949Object-Event cpan-elmex git-pod(lib/Object/Event.pm,) git-co(Changes)
948 1058
949 <p>lsys is a full-featured program that understands most of the syntax 1059 <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 1060 of the original l-systems language, which is far more complex and
951 powerful than most available l-system interpreters.</p> 1061 powerful than most available l-system interpreters.</p>
952 1062
953 <p>See <a href="http://www.goof.com/pcg/marc/lsys.html">the original homepage</a> 1063 <p>See <a href="http://home.schmorp.de/marc/lsys.html">the original homepage</a>
954 for more explanations and some images. 1064 for more explanations and some images.
1065
1066ermyth cvs-pod(doc/poddoc/documentation.pod) cvs-co(Changes)
1067 This is a fork of Atheme IRC Services.
1068
1069 Ermyth IRC Services is a set of Services for IRC networks that allows
1070 users to manage their channels in a secure and efficient way and
1071 allows operators to manage various things about their networks.
1072 Ermyth has been ported to C++ and goes its way using modern concepts
1073 and the object oriented paradigm.
1074

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines