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

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.5 by elmex, Tue Apr 29 14:46:42 2008 UTC vs.
Revision 1.10 by elmex, Tue Apr 29 16:13:59 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>All GIT Repositories can be found <a href="http://git.ta-sa.org/">here</a>.</li>
194<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>
195<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>
196</ul> 197</ul>
197<p>Projects listed on this page:</p> 198<p>Projects listed on this page:</p>
198<table> 199<table>
199EOF 200EOF
714 A simple event callback API for Perl. 715 A simple event callback API for Perl.
715 716
716 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
717 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.
718 719
719Text-Edit cpan-elmex git-pod(lib/Text/Edit.pm,) git-co(Text-Edit.git/Changes) 720AnyEvent-EditText cpan-elmex git-pod(lib/AnyEvent/EditText.pm,) git-co(Changes)
720 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.
721 722
722 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
723 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
724 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