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

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.41 by root, Thu Jul 2 07:50:11 2009 UTC vs.
Revision 1.45 by root, Mon Jul 20 02:17:16 2009 UTC

201<ul> 201<ul>
202<li>All CVS Repositories can be found <a href="http://cvs.schmorp.de/">here</a>.</li> 202<li>All CVS Repositories can be found <a href="http://cvs.schmorp.de/">here</a>.</li>
203<li>All GIT Repositories can be found <a href="http://git.ta-sa.org/">here</a>.</li> 203<li>All GIT Repositories can be found <a href="http://git.ta-sa.org/">here</a>.</li>
204<li>File Releases can be found <a href="http://dist.schmorp.de/">here</a> or on CPAN (for Perl modules).</li> 204<li>File Releases can be found <a href="http://dist.schmorp.de/">here</a> or on CPAN (for Perl modules).</li>
205<li>All Mailinglists can be found <a href="http://lists.schmorp.de/mailman/listinfo">here</a>.</li> 205<li>All Mailinglists can be found <a href="http://lists.schmorp.de/mailman/listinfo">here</a>.</li>
206<li>The Wiki can be found <a href="http://wiki.schmorp.de/">here</a>.</li> 206<!--<li>The Wiki can be found <a href="http://wiki.schmorp.de/">here</a>.</li>-->
207</ul> 207</ul>
208<p>Projects listed on this page:</p> 208<p>Projects listed on this page:</p>
209<table> 209<table>
210EOF 210EOF
211 211
288 readline tab-completion to enter filenames. 288 readline tab-completion to enter filenames.
289 289
290 Again, its a dire hack and will not work with all programs. It does work 290 Again, its a dire hack and will not work with all programs. It does work
291 for gimp, firefox, gedit at least, though. 291 for gimp, firefox, gedit at least, though.
292 292
293Async-Interrupt cpan cvs-pod(Interrupt.pm,) cvs-co(Changes)
294 Allow C/XS libraries to interrupt perl asynchronously.
295
296 This is a module implementing a rarely-needed, very advanced technique
297 to interrupt a running perl interpreter from another thread, or similar,
298 context, at very low overhead.
299
293CV cpan cvs-pod(bin/cv,) cvs-co(Changes) 300CV cpan cvs-pod(bin/cv,) cvs-co(Changes)
294 Gtk2::CV is a perl module that implements an image viewer. 301 Gtk2::CV is a perl module that implements an image viewer.
295 302
296 It comes with its own demo app, named <tt>cv</tt>, which is loosely 303 It comes with its own demo app, named <tt>cv</tt>, which is loosely
297 modeled after the classic <tt>xv</tt>, although it displays images much 304 modeled after the classic <tt>xv</tt>, although it displays images much
539 546
540 This module is an Anyevent-based interface to the International Go Server 547 This module is an Anyevent-based interface to the International Go Server
541 protocol. 548 protocol.
542 549
543AnyEvent-EditText cpan-elmex git-pod(lib/AnyEvent/EditText.pm,) git-co(Changes) 550AnyEvent-EditText cpan-elmex git-pod(lib/AnyEvent/EditText.pm,) git-co(Changes)
544 A Perl module which allows editing any text via an editor in a seperate process. 551 A Perl module which allows editing any text via an editor in a separate process.
545 552
546 A utility Perl module that will start a terminal/editor for you and will 553 A utility Perl module that will start a terminal/editor for you and will
547 wait non-blocking for you to finish editing that file. Very useful to embed 554 wait non-blocking for you to finish editing that file. Very useful to embed
548 content edititing in event based programs that have a AnyEvent compatible 555 content edititing in event based programs that have a AnyEvent compatible
549 event loop. 556 event loop.
607 list</a> for discussion and support is now available. 614 list</a> for discussion and support is now available.
608 615
609EV-ADNS cpan cvs-pod(ADNS.pm,) cvs-co(Changes) 616EV-ADNS cpan cvs-pod(ADNS.pm,) cvs-co(Changes)
610 An asynchronous stub resolver that integrates efficiently into 617 An asynchronous stub resolver that integrates efficiently into
611 the EV event loop. Uses adns/libadns as backend. 618 the EV event loop. Uses adns/libadns as backend.
619
620EV-Loop-Async cpan cvs-pod(Async.pm,) cvs-co(Changes)
621 Small module that runs an EV event loop in another thread
622 and uses an Async-Interrupt object to signal new events
623 to perl.
612 624
613Net-SNMP-EV cpan cvs-pod(EV.pm,) cvs-co(Changes) 625Net-SNMP-EV cpan cvs-pod(EV.pm,) cvs-co(Changes)
614 An adaptor that integrates the Net-SNMP Perl module into the EV event loop. 626 An adaptor that integrates the Net-SNMP Perl module into the EV event loop.
615 Loading it suffices to make background requests in EV programs. 627 Loading it suffices to make background requests in EV programs.
616 628

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines