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

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.83 by root, Thu Feb 17 04:35:58 2011 UTC vs.
Revision 1.89 by root, Mon Nov 28 05:44:32 2011 UTC

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 9
10our %IRC = ( 10our %IRC = (
11 anyevent => ["irc.perl.org", "#anyevent", "http://mibbit.com/chat/#anyevent\@irc.perl.org"], 11# anyevent => ["irc.perl.org", "#anyevent", "http://mibbit.com/chat/#anyevent\@irc.perl.org"],
12# freenode => ["irc.freenode.org", "#schmorp", "http://webchat.freenode.net/?randomnick=1&channels=schmorp&prompt=1", ", users <tt>schmorp</tt> and <tt>elmex</tt>"], 12# freenode => ["irc.freenode.org", "#schmorp", "http://webchat.freenode.net/?randomnick=1&channels=schmorp&prompt=1", ", users <tt>schmorp</tt> and <tt>elmex</tt>"],
13 freenode => ["irc.schmorp.de", "#schmorpforge", "http://chat.schmorp.de/?channels=schmorpforge", ", users <tt>schmorp</tt> and <tt>elmex</tt>"], 13 anyevent => ["irc.schmorp.de", "#schmorpforge", "http://chat.schmorp.de/?channels=schmorpforge", ", users <tt>schmorp</tt> and <tt>elmex</tt>"],
14 schmorp => ["irc.schmorp.de", "#schmorpforge", "http://chat.schmorp.de/?channels=schmorpforge", ", users <tt>schmorp</tt> and <tt>elmex</tt>"],
14 rxvt => ["irc.freenode.org", "#rxvt-unicode", "http://webchat.freenode.net/?randomnick=1&channels=rxvt-unicode&prompt=1", ""], 15 rxvt => ["irc.freenode.org", "#rxvt-unicode", "http://webchat.freenode.net/?randomnick=1&channels=rxvt-unicode&prompt=1", ""],
15 rxvtdev => ["irc.freenode.org", "#rxvt-unicode-dev", "http://webchat.freenode.net/?randomnick=1&channels=rxvt-unicode-dev&prompt=1", " <b>(no support, development only)</b>"], 16 rxvtdev => ["irc.freenode.org", "#rxvt-unicode-dev", "http://webchat.freenode.net/?randomnick=1&channels=rxvt-unicode-dev&prompt=1", " <b>(no support, development only)</b>"],
16); 17);
17 18
18sub hdr($$) { 19sub hdr($$) {
105 } 106 }
106 107
107 .overview th { border-top: 1px dashed #aaa; vertical-align: top; text-align: left; padding: 0.2ex; } 108 .overview th { border-top: 1px dashed #aaa; vertical-align: top; text-align: left; padding: 0.2ex; }
108 .overview td { border-top: 1px dashed #aaa; vertical-align: top; text-align: left; padding: 0.2ex; } 109 .overview td { border-top: 1px dashed #aaa; vertical-align: top; text-align: left; padding: 0.2ex; }
109 110
110 hr.footer { display: none; } 111 hr { display: none; }
111 .footer { font-size: 8pt; border-top: 1px solid red; } 112 .footer { font-size: 8pt; border-top: 1px solid red; }
112 113
113 .section { margin: 0 0 0 0; padding: 0.5em 4px 0.5em 4px; } 114 .section { margin: 0; padding: 0.5em 4px 0.5em 4px; }
115 .section-topnav { background: #f0ef8b; padding: 0px 4px 1px 4px; }
114 .section-header { background: white; } 116 .section-header { background: white ; padding-top: 0; }
115 .section-footer { background: white; } 117 .section-footer { background: #f0ef8b; }
116 .section-overview { background: white; } 118 .section-overview { background: white ; }
117 119
118 .section-short-desc { background: white; } 120 .section-short-desc { background: white ; }
119 .section-blurb { background: white; } 121 .section-blurb { background: white ; }
120 .section-resources { background: white; } 122 .section-resources { background: white ; }
121 .section-documents { background: white; } 123 .section-documents { background: white ; }
122 .section-about { background: white; } 124 .section-about { background: white ; }
123 125
124 </style> 126 </style>
125</head> 127</head>
126<body> 128<body>
129<div class='section section-topnav'>
130<p class='back'><a href='/'>Schmorpforge Ta-Sa Software Repository</a></p>
131</div>
127<div class='section section-header'> 132<div class='section section-header'>
128<p class='back'><a href='/'>Schmorpforge Ta-Sa Software Repository</a></p>
129<h1 class="$_[1]">$_[0]</h1> 133<h1 class="$_[1]">$_[0]</h1>
130<div style="text-align: center; float: right; margin-left: 1em; margin-bottom: 1em"> 134<div style="text-align: center; float: right; margin-left: 1em; margin-bottom: 1em">
131<!-- 135<!--
132 <a title="Mach mit!" href="http://www.piratenpartei.de/navigation/politik/unsere-ziele"> 136 <a title="Mach mit!" href="http://www.piratenpartei.de/navigation/politik/unsere-ziele">
133 <img src="http://res.tst.eu/denke_selbst.gif" alt="Werde Pirat!" width="468" height="60" border="0" /> 137 <img src="http://res.tst.eu/denke_selbst.gif" alt="Werde Pirat!" width="468" height="60" border="0" />
258 } 262 }
259 if (/irc\((.*?)\)/) { 263 if (/irc\((.*?)\)/) {
260 push @irc, $1; 264 push @irc, $1;
261 } 265 }
262 } 266 }
263 push @irc, "freenode" unless @irc; 267 push @irc, "schmorp" unless @irc;
264 for (@irc) { 268 for (@irc) {
265 my ($server, $channel, $url, $comment) = @{ $IRC{$_} or die }; 269 my ($server, $channel, $url, $comment) = @{ $IRC{$_} or die };
266 print "<tr><td><tt class='icon'>IRC</tt></td><td class='rr'>Server <a href='$url'><tt><b>$server</b></tt>, channel <tt>$channel</tt></a>$comment <b>(say hi and <i>wait a few minutes or hours</i>)</b></td></tr>\n"; 270 print "<tr><td><tt class='icon'>IRC</tt></td><td class='rr'>Server <a href='$url'><tt><b>$server</b></tt>, channel <tt>$channel</tt></a>$comment <b>(say hi and <i>wait a few minutes or hours</i>)</b></td></tr>\n";
267 } 271 }
268 272
478 482
479 Much effort was invested into these guards behaving "sensibly" in the 483 Much effort was invested into these guards behaving "sensibly" in the
480 presence of thrown exceptions, errors and other adverse conditions, as 484 presence of thrown exceptions, errors and other adverse conditions, as
481 well as into good performance. 485 well as into good performance.
482 486
487OpenCL cpan cvs-pod(OpenCL.pm,) cvs-co(Changes)
488 An interface to OpenCL (the Open Computing Language) for Perl.
489
490 Perlized (not C-ish) OpenCL interface.
491
483common-sense cpan cvs-pod(sense.pm,) cvs-co(Changes) 492common-sense cpan cvs-pod(sense.pm,) cvs-co(Changes)
484 This module implements some sane defaults for Perl programs, as defined 493 This module implements some sane defaults for Perl programs, as defined
485 by two typical (or not so typical - use your common sense) specimens of 494 by two typical (or not so typical - use your common sense) specimens of
486 Perl coders. 495 Perl coders.
487 496
852 861
853libev cvs-co(README) cvs-pod(ev.pod) dist list(libev) 862libev cvs-co(README) cvs-pod(ev.pod) dist list(libev)
854 A full-featured and high-performance (<a 863 A full-featured and high-performance (<a
855 href="http://libev.schmorp.de/bench.html">see benchmark</a>) event loop that 864 href="http://libev.schmorp.de/bench.html">see benchmark</a>) event loop that
856 is loosely modelled after libevent, but without its limitations and bugs. It is 865 is loosely modelled after libevent, but without its limitations and bugs. It is
857 used, among others, in the <a href="gvpe.html">GNU Virtual Private Ethernet</a> and 866 used, among others, in the <a href="pkg/gvpe.html">GNU Virtual Private Ethernet</a> and
858 <a href="rxvt-unicode.html">rxvt-unicode</a> packages, and in 867 <a href="pkg/rxvt-unicode.html">rxvt-unicode</a> packages, and in
859 the Deliantra MORPG Server and Client. 868 the Deliantra MORPG Server and Client.
860 869
861 Features include child/pid watchers, periodic timers based on wallclock 870 Features include child/pid watchers, periodic timers based on wallclock
862 (absolute) time (in addition to timers using relative timeouts), as well 871 (absolute) time (in addition to timers using relative timeouts), as well
863 as epoll/kqueue/event ports/inotify/eventfd/signalfd support, fast timer 872 as epoll/kqueue/event ports/inotify/eventfd/signalfd support, fast timer
869 configuration support. A full-featured and well-documented 878 configuration support. A full-featured and well-documented
870 <a href="EV.html">perl interface</a> is also available. 879 <a href="EV.html">perl interface</a> is also available.
871 <p /> 880 <p />
872 A <a href="http://lists.schmorp.de/mailman/listinfo/libev">mailing 881 A <a href="http://lists.schmorp.de/mailman/listinfo/libev">mailing
873 list</a> for discussion and support is now available. 882 list</a> for discussion and support is now available.
883
884libecb cvs-co(README) cvs-pod(ecb.pod) cvs-co(ecb.h) dist list(libev)
885 The e compiler builtins header/library.
886
887 This project delivers you many gcc builtins, attributes and a number of
888 generally useful low-level functions, such as popcount, expect, prefetch,
889 noinline, assume, unreachable and so on.
874 890
875gvpe dist-gnu 891gvpe dist-gnu
876 GVPE creates a virtual ethernet network with multiple nodes using a 892 GVPE creates a virtual ethernet network with multiple nodes using a
877 variety of transport protocols. Participating nodes do not need to trust 893 variety of transport protocols. Participating nodes do not need to trust
878 each other. 894 each other.
1022Linux-NBD cpan cvs-pod(lib/Linux/NBD.pm) cvs-pod(lib/Linux/NBD/Client.pm) cvs-pod(lib/Linux/NBD/Server.pm) cvs-co(Changes) 1038Linux-NBD cpan cvs-pod(lib/Linux/NBD.pm) cvs-pod(lib/Linux/NBD/Client.pm) cvs-pod(lib/Linux/NBD/Server.pm) cvs-co(Changes)
1023 A Perl module that helps implementing netblock block device servers and 1039 A Perl module that helps implementing netblock block device servers and
1024 set up NBD instances. A sample application allowing you to mount most CD 1040 set up NBD instances. A sample application allowing you to mount most CD
1025 images is included. 1041 images is included.
1026 1042
1043Linux-Clone cpan cvs-pod(lib/Clone.pm) cvs-co(Changes)
1044 A Perl interface to the clone(2) and unshare(2) syscalls.
1045
1027Mozilla-Plugin 1046Mozilla-Plugin
1028 Undocumented, unreleased and unfinished-but-somewhat-working Perl plug-in 1047 Undocumented, unreleased and unfinished-but-somewhat-working Perl plug-in
1029 for Mozilla (Netscape, Opera, IE...), that allows embedding Tk, Gtk etc. 1048 for Mozilla (Netscape, Opera, IE...), that allows embedding Tk, Gtk etc.
1030 plugins directly in the browser. 1049 plugins directly in the browser.
1031 1050

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines