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

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.60 by root, Wed Sep 30 22:40:34 2009 UTC vs.
Revision 1.61 by root, Thu Oct 1 09:39:53 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.
19 9
20sub hdr($$) { 10sub hdr($$) {
21 print <<EOF; 11 print <<EOF;
22<?xml version='1.0' encoding='utf-8'?> 12<?xml version='1.0' encoding='utf-8'?>
23<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 13<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
1050 of the original l-systems language, which is far more complex and 1040 of the original l-systems language, which is far more complex and
1051 powerful than most available l-system interpreters.</p> 1041 powerful than most available l-system interpreters.</p>
1052 1042
1053 <p>See <a href="http://home.schmorp.de/marc/lsys.html">the original homepage</a> 1043 <p>See <a href="http://home.schmorp.de/marc/lsys.html">the original homepage</a>
1054 for more explanations and some images. 1044 for more explanations and some images.
1045
1046ermyth cvs-pod(doc/poddoc/documentation.pod) cvs-co(Changes)
1047 This is a fork of Atheme IRC Services.
1048
1049 Ermyth IRC Services is a set of Services for IRC networks that allows
1050 users to manage their channels in a secure and efficient way and
1051 allows operators to manage various things about their networks.
1052 Ermyth has been ported to C++ and goes its way using modern concepts
1053 and the object oriented paradigm.
1054

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines