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

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.32 by root, Mon Aug 4 07:18:28 2008 UTC vs.
Revision 1.33 by elmex, Wed Aug 20 09:01:41 2008 UTC

101 if (grep /git/, @args) { 101 if (grep /git/, @args) {
102 print <<EOF; 102 print <<EOF;
103<li><a href='http://git.ta-sa.org/?p=$name.git;a=summary'>Browse GIT repository '$name'</a></li> 103<li><a href='http://git.ta-sa.org/?p=$name.git;a=summary'>Browse GIT repository '$name'</a></li>
104<li>Read-only GIT checkout:<br /> 104<li>Read-only GIT checkout:<br />
105 <tt>&#160;git-clone http://git.ta-sa.org/$name.git</tt> 105 <tt>&#160;git-clone http://git.ta-sa.org/$name.git</tt>
106</li>
107<li>Contributor CVS Access:<br />
108 <tt>cvs -d ":ext;CVS_SERVER=git-cvsserver:USER\@ruth.plan9.de/gitroot/$name.git" co -d $name master</tt>
106</li> 109</li>
107EOF 110EOF
108 } else { 111 } else {
109 my $modules = $name; 112 my $modules = $name;
110 $modules = "$1" if grep /modules\((.*)\)/, @args; 113 $modules = "$1" if grep /modules\((.*)\)/, @args;
800 803
801Object-Event cpan-elmex git-pod(lib/Object/Event.pm,) git-co(Changes) 804Object-Event cpan-elmex git-pod(lib/Object/Event.pm,) git-co(Changes)
802 A simple event callback API for Perl. 805 A simple event callback API for Perl.
803 806
804 This is just a very simple event callback registration and call API 807 This is just a very simple event callback registration and call API
805 which new Perl classes can inherit. It's mainly used by Net::XMPP2. 808 which new Perl classes can inherit. It's mainly used by AnyEvent::XMPP.
806 809
807psycpp 810psycpp git
808 A project that was aimed to implement a PSYC server in C++. 811 A project that was aimed to implement a PSYC server in C++.
809 812
810 This is a mostly abandoned project at the moment, however, the repository 813 This is a mostly abandoned project at the moment, however, the repository
811 contains interesting C++ code that might be useful to someone, especially 814 contains interesting C++ code that might be useful to someone, especially
812 the C++ JSON implementation might be of interest. The project is mostly 815 the C++ JSON implementation might be of interest. The project is mostly
813 dead at the moment though... 816 dead at the moment though...
814 817
815gtm git-co(README) 818GT.M git-co(README)
816 GT.M Database 819 GT.M Database
817 820
818 <a href="http://sourceforge.net/projects/fis-gtm/">GT.M</a> 821 <a href="http://sourceforge.net/projects/fis-gtm/">GT.M</a>
819 is a a vetted, industrial strength, transaction 822 is a a vetted, industrial strength, transaction
820 processing application platform consisting of a 823 processing application platform consisting of a
902 is a bit slower than necessary, and lacks some important (or nice) 905 is a bit slower than necessary, and lacks some important (or nice)
903 features, like automatic unzip-testing and others. On the other hand, 906 features, like automatic unzip-testing and others. On the other hand,
904 fcrackzip-0.0.1 was hacked together in under ten hours, and you can 907 fcrackzip-0.0.1 was hacked together in under ten hours, and you can
905 always modify the source (and send me patches!!!) (I hope I've made it 908 always modify the source (and send me patches!!!) (I hope I've made it
906 clear now ;)</p> 909 clear now ;)</p>
907

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines