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

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.52 by root, Sat Jul 25 02:32:49 2009 UTC vs.
Revision 1.58 by elmex, Sun Aug 9 16:32:54 2009 UTC

103</head> 103</head>
104<body> 104<body>
105<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>
106<h1 class="$_[1]">$_[0]</h1> 106<h1 class="$_[1]">$_[0]</h1>
107<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 />
108 <a href="http://www.piratenpartei.de/navigation/politik/unsere-ziele"> 112 <a href="http://www.piratenpartei.de/navigation/politik/unsere-ziele">
109 <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" />
110 </a> 114 </a>
111 <br /> 115 <br />
112 <a href="http://www.deliantra.net/"> 116 <a href="http://www.deliantra.net/">
113 <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"/>
114 <br /> 118 <br />
164<h2>Resources</h2> 168<h2>Resources</h2>
165<table class='resources'> 169<table class='resources'>
166EOF 170EOF
167 if (grep /git/, @args) { 171 if (grep /git/, @args) {
168 print <<EOF; 172 print <<EOF;
169<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> 173<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>
170<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> 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>
171</td></tr> 175</td></tr>
172<tr><td><tt class="icon">CVS</tt></td><td class='rr'>Contributor CVS access (command requires CVS version &gt;= 1.12.11):<br /> 176<!-- <tr><td><tt class="icon">CVS</tt></td><td class='rr'>Contributor CVS access (command requires CVS version &gt;= 1.12.11):<br />
173 <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>
174</td></tr> 178</td></tr> -->
175EOF 179EOF
176 } else { 180 } else {
177 my $modules = $name; 181 my $modules = $name;
178 $modules = "$1" if grep /modules\((.*)\)/, @args; 182 $modules = "$1" if grep /modules\((.*)\)/, @args;
179 183
526 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.
527 531
528lmainit cvs-co(NEWS) 532lmainit cvs-co(NEWS)
529 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.
530 534
531 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.
532 536
533Algorithm-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)
534 Perl module implementing forward error correction using Vandermonde matrices 538 Perl module implementing forward error correction using Vandermonde matrices
535 539
536AnyEvent 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/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) 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)
537 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
538 and completion events, independent of a specific event loop. 542 and completion events, independent of a specific event loop.
539 543
540 <p>This module allows module authors to use those events internally 544 <p>This module allows module authors to use those events internally
541 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
608 This is a very basic HTTP server that allows the user/programmer to install 612 This is a very basic HTTP server that allows the user/programmer to install
609 hooks for URL paths to generate the output. It uses AnyEvent to be easily 613 hooks for URL paths to generate the output. It uses AnyEvent to be easily
610 embeddable into other applications. The main objective was to make it 614 embeddable into other applications. The main objective was to make it
611 easier to make simple HTTP frontends in Perl for Perl programs and Perl modules. 615 easier to make simple HTTP frontends in Perl for Perl programs and Perl modules.
612 616
617AnyEvent-Feed cpan-elmex git-pod(lib/AnyEvent/Feed.pm,) git-co(Changes) list(anyevent)
618 A RSS/Atom Feed aggregator.
619
620 This module uses AnyEvent::HTTP and XML::Feed to fetch and parse RSS and Atom
621 feeds. It provides aggregation (detecting of new entries) to provide an easy
622 interface for simple feed readers.
623
624AnyEvent-Twitter cpan-elmex git-pod(lib/AnyEvent/Twitter.pm,) git-co(Changes) list(anyevent)
625 Implementation of the Twitter API for AnyEvent.
626
627 Provides a simple non-blocking API to access information (aka tweets) provided
628 by <a href="http://www.twitter.com">Twitter</a>.
629
613AnyEvent-IGS cpan-elmex git-pod(lib/AnyEvent/IGS.pm,) git-co(Changes) list(anyevent) 630AnyEvent-IGS cpan-elmex git-pod(lib/AnyEvent/IGS.pm,) git-co(Changes) list(anyevent)
614 A Perl module that interfaces to the International Go Server. 631 A Perl module that interfaces to the International Go Server.
615 632
616 This module is an Anyevent-based interface to the International Go Server 633 This module is an Anyevent-based interface to the International Go Server
617 protocol. 634 protocol.
631 A Perl module implementing an interface to mpg123. 648 A Perl module implementing an interface to mpg123.
632 649
633Compress-LZV1 cpan cvs-pod(LZV1.pm,) cvs-co(Changes) 650Compress-LZV1 cpan cvs-pod(LZV1.pm,) cvs-co(Changes)
634 A Perl module implementing the LZV1 compression algorithm. See 651 A Perl module implementing the LZV1 compression algorithm. See
635 <tt>Compress::LZF</tt> for a better algorithm and module. 652 <tt>Compress::LZF</tt> for a better algorithm and module.
653
654Compress-LZF cpan cvs-pod(LZF.pm,) cvs-co(Changes)
655 A Perl module implementing the LZF compression algorithm, and simple
656 to use data structure serialising.
636 657
637Convert-CD cvs-pod(lib/Convert/CD.pm,) cvs-pod(bin/cvtiso,cvtiso) cvs-co(doc/) cvs-co(Changes) 658Convert-CD cvs-pod(lib/Convert/CD.pm,) cvs-pod(bin/cvtiso,cvtiso) cvs-co(doc/) cvs-co(Changes)
638 Unfinished Perl project implementing CD image formats. Extracting ISO images 659 Unfinished Perl project implementing CD image formats. Extracting ISO images
639 already works. 660 already works.
640 661
1018 1039
1019 <p>lsys is a full-featured program that understands most of the syntax 1040 <p>lsys is a full-featured program that understands most of the syntax
1020 of the original l-systems language, which is far more complex and 1041 of the original l-systems language, which is far more complex and
1021 powerful than most available l-system interpreters.</p> 1042 powerful than most available l-system interpreters.</p>
1022 1043
1023 <p>See <a href="http://www.goof.com/pcg/marc/lsys.html">the original homepage</a> 1044 <p>See <a href="http://home.schmorp.de/marc/lsys.html">the original homepage</a>
1024 for more explanations and some images. 1045 for more explanations and some images.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines