r195 - website
Joachim Breitner
nomeata@haydn.debian.org
Thu, 10 Jun 2004 15:42:40 -0600
Author: nomeata
Date: 2004-06-10 15:42:38 -0600 (Thu, 10 Jun 2004)
New Revision: 195
Added:
website/HEADER.html
Removed:
website/header.txt
Modified:
website/.htaccess
Log:
htmlized our webpage header, added SVN link
Modified: website/.htaccess
===================================================================
--- website/.htaccess 2004-06-10 21:14:29 UTC (rev 194)
+++ website/.htaccess 2004-06-10 21:42:38 UTC (rev 195)
@@ -1,6 +1,6 @@
IndexOptions +SuppressSize
-HeaderName header.txt
+HeaderName HEADER.html
ReadmeName readme.txt
IndexIgnore header.txt readme.txt
Copied: website/HEADER.html (from rev 194, website/header.txt)
===================================================================
--- website/header.txt 2004-06-10 21:14:29 UTC (rev 194)
+++ website/HEADER.html 2004-06-10 21:42:38 UTC (rev 195)
@@ -0,0 +1,37 @@
+<h1>Debian Perl Group</h1>
+
+<h3>Contact Information:</h3>
+
+We use
+<dl>
+<dt><a href="http://alioth.debian.org/projects/pkg-perl/">
+ http://alioth.debian.org/projects/pkg-perl/
+ </a>
+ </dt>
+ <dd>for internal TODO lists, CVS and this webspace</dd>
+ <dt><a href="http://bugs.debian.org/">
+ http://bugs.debian.org/
+ </a>
+ </dt>
+ <dd>for bugtracking of the packages</dd>
+ <dt><a href="mailto:debian-perl@lists.debian.org">
+ debian-perl@lists.debian.org
+ </a>
+ </dt>
+ <dd>for internal communication as well as the contact place
+ for others.</dd>
+ <dt><a href="mailto:pkg-perl-maintainers@lists.alioth.debian.org">
+ pkg-perl-maintainers@lists.alioth.debian.org
+ </a>
+ </dt>
+ <dd>is for the Maintainer field and the automatic mails
+ that come with that.</dd>
+ <dt><a href="http://svn.debian.org/viewcvs/pkg-perl/">
+ our SVN-Repository
+ </a>
+ </dt>
+ <dd>For storing of and working on our packages.</dd>
+</dl>
+
+
+<!-- vim:tw=60 -->
Deleted: website/header.txt
===================================================================
--- website/header.txt 2004-06-10 21:14:29 UTC (rev 194)
+++ website/header.txt 2004-06-10 21:42:38 UTC (rev 195)
@@ -1,16 +0,0 @@
-Debian Perl Group
-~~~~~~~~~~~~~~~~~
-
-* Contact Information:
-
-We use
- http://alioth.debian.org/projects/pkg-perl/
- for internal TODO lists, CVS and this webspace
- http://bugs.debian.org/
- for bugtracking of the packages
- debian-perl@lists.debian.org
- for internal communication as well as the contact place for others.
- pkg-perl-maintainers@lists.alioth.debian.org
- is for the Maintainer field and the automatic mails that come with that.
-
-