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.60 by root, Wed Sep 30 22:40:34 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.
9 19
10sub hdr($$) { 20sub hdr($$) {
11 print <<EOF; 21 print <<EOF;
12<?xml version='1.0' encoding='utf-8'?> 22<?xml version='1.0' encoding='utf-8'?>
13<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 23<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
595 The caller is responsible for authentication management, cookies (if 605 The caller is responsible for authentication management, cookies (if
596 the simplistic implementation in this module doesn't suffice), referer 606 the simplistic implementation in this module doesn't suffice), referer
597 and other high-level protocol details for which this module offers only 607 and other high-level protocol details for which this module offers only
598 limited support. 608 limited support.
599 609
610AnyEvent-MP cpan cvs-pod(MP.pm,) cvs-pod(MP/Intro.pod,Introduction/Tutorial) cvs-co(Changes) list(anyevent)
611 This Perl module (-family) implements a simple message passing framework for Perl.
612
613 Despite its simplicity, you can securely message other processes running
614 on the same or other hosts.
615
616 For an introduction to this module family, see the Intro manual page.
617
600AnyEvent-DBI cpan cvs-pod(DBI.pm,) cvs-co(Changes) list(anyevent) 618AnyEvent-DBI cpan cvs-pod(DBI.pm,) cvs-co(Changes) list(anyevent)
601 A relatively simple wrapper around DBI to make asynchronous 619 A relatively simple wrapper around DBI to make asynchronous
602 SQL requests. 620 SQL requests.
603 621
604 This module implements asynchronous DBI access my forking or executing 622 This module implements asynchronous DBI access my forking or executing
912 930
913wvsniff 931wvsniff
914 Undocumented but nicely working wavelan sniffer that I wrote for use 932 Undocumented but nicely working wavelan sniffer that I wrote for use
915 with my cisco aironet card. If you get it working, praise yourself. 933 with my cisco aironet card. If you get it working, praise yourself.
916 934
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
926dhcpping cvs-pod(dhcping.pod,) 935dhcpping cvs-pod(dhcping.pod,)
927 A version of dhcpping enhanced by <a href="mailto:marco@nethype.de">Marco Maisenhelder</a> 936 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. 937 to support passing dhcp options. Intended to test dhcp server implementations.
929 938
930Object-Event cpan-elmex git-pod(lib/Object/Event.pm,) git-co(Changes) 939Object-Event cpan-elmex git-pod(lib/Object/Event.pm,) git-co(Changes)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines