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

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.58 by elmex, Sun Aug 9 16:32:54 2009 UTC vs.
Revision 1.68 by root, Tue May 11 23:19:18 2010 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<!--
108 <a title="Mach mit!" href="http://www.piratenpartei.de/navigation/politik/unsere-ziele"> 109 <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 <img src="http://res.tst.eu/denke_selbst.gif" alt="Werde Pirat!" width="468" height="60" border="0" />
110 </a> 111 </a>
111 <br /> 112 <br />
113-->
112 <a href="http://www.piratenpartei.de/navigation/politik/unsere-ziele"> 114 <a href="http://www.piratenpartei.de/navigation/politik/unsere-ziele">
113 <img src="http://res.tst.eu/piraten1.png" alt="Piratenpartei" width="468" height="60" border="0" /> 115 <img src="http://res.tst.eu/piraten1.png" alt="Piratenpartei" width="468" height="60" border="0" />
114 </a> 116 </a>
115 <br /> 117 <br />
116 <a href="http://www.deliantra.net/"> 118 <a href="http://www.deliantra.net/">
132</html> 134</html>
133EOF 135EOF
134} 136}
135 137
136sub res_irc { 138sub 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"; 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";
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"; 140 print "<tr><td><tt class='icon'>IRC</tt></td><td class='rr'>Server <a href='http://webchat.freenode.net/?randomnick=1&amp;channels=schmorp&amp;prompt=1'><tt><b>irc.freenode.net</b></tt>, channel <tt>#schmorp</tt></a>, users <tt>schmorp</tt> and <tt>elmex</tt> <b>(say hi and <i>wait a few minutes</i>)</b></td></tr>\n";
139} 141}
140 142
141$_ = <DATA>; 143$_ = <DATA>;
142for (;defined $_;) { 144for (;defined $_;) {
143 my ($name, @args) = split /\s+/; 145 my ($name, @args) = split /\s+/;
417 419
418 Much effort was invested into these guards behaving "sensibly" in the 420 Much effort was invested into these guards behaving "sensibly" in the
419 presence of thrown exceptions, errors and other adverse conditions, as 421 presence of thrown exceptions, errors and other adverse conditions, as
420 well as into good performance. 422 well as into good performance.
421 423
424common-sense cpan cvs-pod(sense.pm,) cvs-co(Changes)
425 This module implements some sane defaults for Perl programs, as defined
426 by two typical (or not so typical - use your common sense) specimens of
427 Perl coders.
428
422Net-IRC-Server cvs-pod(Net/IRC/Server.pm,) 429Net-IRC-Server cvs-pod(Net/IRC/Server.pm,)
423 This module provides a simple API for handling the IRC Protocol 430 This module provides a simple API for handling the IRC Protocol
424 aiming at implementing lightweight IRC-Servers. 431 aiming at implementing lightweight IRC-Servers.
425 432
426PApp-SQL cpan cvs-pod(SQL.pm,) 433PApp-SQL cpan cvs-pod(SQL.pm,)
595 The caller is responsible for authentication management, cookies (if 602 The caller is responsible for authentication management, cookies (if
596 the simplistic implementation in this module doesn't suffice), referer 603 the simplistic implementation in this module doesn't suffice), referer
597 and other high-level protocol details for which this module offers only 604 and other high-level protocol details for which this module offers only
598 limited support. 605 limited support.
599 606
607AnyEvent-MP cpan cvs-pod(MP.pm,) cvs-pod(MP/Intro.pod,Introduction/Tutorial) cvs-co(Changes) list(anyevent)
608 This Perl module (-family) implements a simple message passing framework for Perl.
609
610 Despite its simplicity, you can securely message other processes running
611 on the same or other hosts.
612
613 For an introduction to this module family, see the Intro manual page.
614
615Coro-MP cpan cvs-pod(MP.pm,) cvs-co(Changes) list(anyevent)
616 This Perl module extends the AnyEvent::MP API with a thread-like/erlang-style API.
617
618 This module implements a thread-like API to AnyEvent::MP that is closer
619 to Erlang than the event-based AnyEvent::MP API. It integrates well into
620 AnyEvent::MP.
621
622 See the AnyEvent::MP module and tutorial for info about the concepts used
623 in AnyEvent::MP.
624
600AnyEvent-DBI cpan cvs-pod(DBI.pm,) cvs-co(Changes) list(anyevent) 625AnyEvent-DBI cpan cvs-pod(DBI.pm,) cvs-co(Changes) list(anyevent)
601 A relatively simple wrapper around DBI to make asynchronous 626 A relatively simple wrapper around DBI to make asynchronous
602 SQL requests. 627 SQL requests.
603 628
604 This module implements asynchronous DBI access my forking or executing 629 This module implements asynchronous DBI access my forking or executing
644Array-Heap cpan cvs-pod(Heap.pm,) cvs-co(Changes) 669Array-Heap cpan cvs-pod(Heap.pm,) cvs-co(Changes)
645 A Perl module that implements C++ STL-like binary heap operations. 670 A Perl module that implements C++ STL-like binary heap operations.
646 671
647Audio-Play-MPG123 cpan cvs-pod(MPG123.pm,) cvs-co(Changes) 672Audio-Play-MPG123 cpan cvs-pod(MPG123.pm,) cvs-co(Changes)
648 A Perl module implementing an interface to mpg123. 673 A Perl module implementing an interface to mpg123.
674
675BK 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)
676 Bummskraut is a distributed chat/messaging client framework written in Perl
677 using <a href="/pkg/AnyEvent-MP.html">AnyEvent::MP</a>.
678
679 For more documentation please consult the main manpage (see below). If you
680 want to check on the latest news proceed to the news or changelog (see also
681 below).
649 682
650Compress-LZV1 cpan cvs-pod(LZV1.pm,) cvs-co(Changes) 683Compress-LZV1 cpan cvs-pod(LZV1.pm,) cvs-co(Changes)
651 A Perl module implementing the LZV1 compression algorithm. See 684 A Perl module implementing the LZV1 compression algorithm. See
652 <tt>Compress::LZF</tt> for a better algorithm and module. 685 <tt>Compress::LZF</tt> for a better algorithm and module.
653 686
832 865
833 This Perl module represents a Go game. It can check for valid moves, 866 This Perl module represents a Go game. It can check for valid moves,
834 capture stones, stores move history and can represent a variety of 867 capture stones, stores move history and can represent a variety of
835 additional annotations (circles, labels, grayed-out stones etc.). 868 additional annotations (circles, labels, grayed-out stones etc.).
836 869
870Games-Sokoban cpan cvs-pod(Sokoban.pm,) cvs-co(Changes)
871 A perl module to load/transform/save sokoban levels in various formats.
872
873 Supports xsb (text), rle, sokevo and a small "binpack" format for input and
874 output and can normalise levels as well as calculate unique IDs.
875
837Gtk2-GoBoard cpan cvs-pod(GoBoard.pm,) cvs-co(Changes) 876Gtk2-GoBoard cpan cvs-pod(GoBoard.pm,) cvs-co(Changes)
838 A Perl module implementing a go board widget. 877 A Perl module implementing a go board widget.
839 878
840 This Perl module implements a beautiful go board (see <a 879 This Perl module implements a beautiful go board (see <a
841 href="http://data.plan9.de/kgsuemel.jpg">example</a>), implemented as a 880 href="http://data.plan9.de/kgsuemel.jpg">example</a>), implemented as a
911 transfers (normal thttpd has problems with this). 950 transfers (normal thttpd has problems with this).
912 951
913wvsniff 952wvsniff
914 Undocumented but nicely working wavelan sniffer that I wrote for use 953 Undocumented but nicely working wavelan sniffer that I wrote for use
915 with my cisco aironet card. If you get it working, praise yourself. 954 with my cisco aironet card. If you get it working, praise yourself.
916
917ermyth cvs-pod(doc/poddoc/documentation.pod) cvs-co(Changes)
918 This is a fork of Atheme IRC Services.
919
920 Ermyth IRC Services is a set of Services for IRC networks that allows
921 users to manage their channels in a secure and efficient way and
922 allows operators to manage various things about their networks.
923 Ermyth has been ported to C++ and goes its way using modern concepts
924 and the object oriented paradigm.
925 955
926dhcpping cvs-pod(dhcping.pod,) 956dhcpping cvs-pod(dhcping.pod,)
927 A version of dhcpping enhanced by <a href="mailto:marco@nethype.de">Marco Maisenhelder</a> 957 A version of dhcpping enhanced by <a href="mailto:marco@nethype.de">Marco Maisenhelder</a>
928 to support passing dhcp options. Intended to test dhcp server implementations. 958 to support passing dhcp options. Intended to test dhcp server implementations.
929 959
1041 of the original l-systems language, which is far more complex and 1071 of the original l-systems language, which is far more complex and
1042 powerful than most available l-system interpreters.</p> 1072 powerful than most available l-system interpreters.</p>
1043 1073
1044 <p>See <a href="http://home.schmorp.de/marc/lsys.html">the original homepage</a> 1074 <p>See <a href="http://home.schmorp.de/marc/lsys.html">the original homepage</a>
1045 for more explanations and some images. 1075 for more explanations and some images.
1076
1077ermyth cvs-pod(doc/poddoc/documentation.pod) cvs-co(Changes)
1078 This is a fork of Atheme IRC Services.
1079
1080 Ermyth IRC Services is a set of Services for IRC networks that allows
1081 users to manage their channels in a secure and efficient way and
1082 allows operators to manage various things about their networks.
1083 Ermyth has been ported to C++ and goes its way using modern concepts
1084 and the object oriented paradigm.
1085

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines