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

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.6 by elmex, Tue Apr 29 14:49:00 2008 UTC vs.
Revision 1.9 by root, Tue Apr 29 15:25:44 2008 UTC

41 hr.footer { display: none; } 41 hr.footer { display: none; }
42 .footer { font-size: 8pt; border-top: 1px solid red; } 42 .footer { font-size: 8pt; border-top: 1px solid red; }
43 </style> 43 </style>
44</head> 44</head>
45<body> 45<body>
46<p class='back'><a href='/'>Schmorpforge Software Repository</a></p> 46<p class='back'><a href='/'>Schmorpforge Ta-Sa Software Repository</a></p>
47<h1 class="$_[1]">$_[0]</h1> 47<h1 class="$_[1]">$_[0]</h1>
48<div style="text-align: center; float: right; margin-left: 1em; margin-bottom: 1em"> 48<div style="text-align: center; float: right; margin-left: 1em; margin-bottom: 1em">
49 <a href="http://www.deliantra.net/"> 49 <a href="http://www.deliantra.net/">
50 <img src="http://www.deliantra.net/images/deliantra.png" border="0" alt="Deliantra Free MMORPG" style="display: inline"/> 50 <img src="http://www.deliantra.net/images/deliantra.png" border="0" alt="Deliantra Free MMORPG" style="display: inline"/>
51 <br /> 51 <br />
184 184
185hdr "Package Index", "bg-bluete"; 185hdr "Package Index", "bg-bluete";
186 186
187print <<EOF; 187print <<EOF;
188 188
189<p>This page briefly documents the Schmorpforge Software Repository and 189<p>This page briefly documents the Schmorpforge Ta-Sa Software Repository and
190lists all projects available here.</p> 190lists all projects available here.</p>
191 191
192<ul> 192<ul>
193<li>All CVS Repositories can be found <a href="http://cvs.schmorp.de/">here</a>.</li> 193<li>All CVS Repositories can be found <a href="http://cvs.schmorp.de/">here</a>.</li>
194<li>The Ta-Sa GIT Repositories can be found <a href="http://git.ta-sa.org/">here</a>.</li> 194<li>All GIT Repositories can be found <a href="http://git.ta-sa.org/">here</a>.</li>
195<li>Most Releases can be found <a href="http://dist.schmorp.de/">here</a> or via CPAN.</li> 195<li>File Releases can be found <a href="http://dist.schmorp.de/">here</a> or on CPAN (for Perl modules).</li>
196<li>All Mailinglists can be found <a href="http://lists.schmorp.de/mailman/listinfo">here</a>.</li> 196<li>All Mailinglists can be found <a href="http://lists.schmorp.de/mailman/listinfo">here</a>.</li>
197</ul> 197</ul>
198<p>Projects listed on this page:</p> 198<p>Projects listed on this page:</p>
199<table> 199<table>
200EOF 200EOF
715 A simple event callback API for Perl. 715 A simple event callback API for Perl.
716 716
717 This is just a very simple event callback registration and call API 717 This is just a very simple event callback registration and call API
718 which new Perl classes can inherit. It's mainly used by Net::XMPP2. 718 which new Perl classes can inherit. It's mainly used by Net::XMPP2.
719 719
720Text-Edit cpan-elmex git-pod(lib/Text/Edit.pm,) git-co(Text-Edit.git/Changes) 720Text-Edit cpan-elmex git-pod(lib/Text/Edit.pm,) git-co(Changes)
721 A Perl module which allows editing any text via an editor in a seperate process. 721 A Perl module which allows editing any text via an editor in a seperate process.
722 722
723 A utility Perl module that will start a terminal/editor for you and will 723 A utility Perl module that will start a terminal/editor for you and will
724 wait non-blocking for you to finish editing that file. Very useful to embed 724 wait non-blocking for you to finish editing that file. Very useful to embed
725 content edititing in event based programs that have a AnyEvent compatible 725 content edititing in event based programs that have a AnyEvent compatible

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines