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

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.60 by root, Wed Sep 30 22:40:34 2009 UTC vs.
Revision 1.64 by elmex, Tue Oct 6 15:59:14 2009 UTC

4 4
5mkdir "software.schmorp.de", 0755; 5mkdir "software.schmorp.de", 0755;
6mkdir "software.schmorp.de/pkg", 0755; 6mkdir "software.schmorp.de/pkg", 0755;
7mkdir "software.schmorp.de/img", 0755; 7mkdir "software.schmorp.de/img", 0755;
8system "rsync -av *.jpg software.schmorp.de/img/"; 8system "rsync -av *.jpg software.schmorp.de/img/";
9
10# apparently moved
11#ermyth cvs-pod(doc/poddoc/documentation.pod) cvs-co(Changes)
12# This is a fork of Atheme IRC Services.
13#
14# Ermyth IRC Services is a set of Services for IRC networks that allows
15# users to manage their channels in a secure and efficient way and
16# allows operators to manage various things about their networks.
17# Ermyth has been ported to C++ and goes its way using modern concepts
18# and the object oriented paradigm.
19 9
20sub hdr($$) { 10sub hdr($$) {
21 print <<EOF; 11 print <<EOF;
22<?xml version='1.0' encoding='utf-8'?> 12<?xml version='1.0' encoding='utf-8'?>
23<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 13<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
113</head> 103</head>
114<body> 104<body>
115<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>
116<h1 class="$_[1]">$_[0]</h1> 106<h1 class="$_[1]">$_[0]</h1>
117<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<!--
118 <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">
119 <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" />
120 </a> 111 </a>
121 <br /> 112 <br />
113-->
122 <a href="http://www.piratenpartei.de/navigation/politik/unsere-ziele"> 114 <a href="http://www.piratenpartei.de/navigation/politik/unsere-ziele">
123 <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" />
124 </a> 116 </a>
125 <br /> 117 <br />
126 <a href="http://www.deliantra.net/"> 118 <a href="http://www.deliantra.net/">
613 Despite its simplicity, you can securely message other processes running 605 Despite its simplicity, you can securely message other processes running
614 on the same or other hosts. 606 on the same or other hosts.
615 607
616 For an introduction to this module family, see the Intro manual page. 608 For an introduction to this module family, see the Intro manual page.
617 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
618AnyEvent-DBI cpan cvs-pod(DBI.pm,) cvs-co(Changes) list(anyevent) 620AnyEvent-DBI cpan cvs-pod(DBI.pm,) cvs-co(Changes) list(anyevent)
619 A relatively simple wrapper around DBI to make asynchronous 621 A relatively simple wrapper around DBI to make asynchronous
620 SQL requests. 622 SQL requests.
621 623
622 This module implements asynchronous DBI access my forking or executing 624 This module implements asynchronous DBI access my forking or executing
662Array-Heap cpan cvs-pod(Heap.pm,) cvs-co(Changes) 664Array-Heap cpan cvs-pod(Heap.pm,) cvs-co(Changes)
663 A Perl module that implements C++ STL-like binary heap operations. 665 A Perl module that implements C++ STL-like binary heap operations.
664 666
665Audio-Play-MPG123 cpan cvs-pod(MPG123.pm,) cvs-co(Changes) 667Audio-Play-MPG123 cpan cvs-pod(MPG123.pm,) cvs-co(Changes)
666 A Perl module implementing an interface to mpg123. 668 A Perl module implementing an interface to mpg123.
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).
667 677
668Compress-LZV1 cpan cvs-pod(LZV1.pm,) cvs-co(Changes) 678Compress-LZV1 cpan cvs-pod(LZV1.pm,) cvs-co(Changes)
669 A Perl module implementing the LZV1 compression algorithm. See 679 A Perl module implementing the LZV1 compression algorithm. See
670 <tt>Compress::LZF</tt> for a better algorithm and module. 680 <tt>Compress::LZF</tt> for a better algorithm and module.
671 681
1050 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
1051 powerful than most available l-system interpreters.</p> 1061 powerful than most available l-system interpreters.</p>
1052 1062
1053 <p>See <a href="http://home.schmorp.de/marc/lsys.html">the original homepage</a> 1063 <p>See <a href="http://home.schmorp.de/marc/lsys.html">the original homepage</a>
1054 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