[Pkg-dkms-commits] r30 - in website: . inc

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Thu Dec 4 19:36:34 UTC 2008


Author: hanska-guest
Date: 2008-12-04 20:34:15 +0100 (Thu, 04 Dec 2008)
New Revision: 30

Added:
   website/inc/
   website/inc/footer.inc.php
   website/index.php
Log:
Website initial commit


Added: website/inc/footer.inc.php
===================================================================
--- website/inc/footer.inc.php	                        (rev 0)
+++ website/inc/footer.inc.php	2008-12-04 19:34:15 UTC (rev 30)
@@ -0,0 +1 @@
+ at DATE@ &mdash; @AUTHOR@ v. at REV@<br />

Added: website/index.php
===================================================================
--- website/index.php	                        (rev 0)
+++ website/index.php	2008-12-04 19:34:15 UTC (rev 30)
@@ -0,0 +1,32 @@
+<html>
+<head>
+<meta http-equiv="content-type" content="text/html; charset=UTF-8">
+<title>Debian DKMS team</title>
+</head>
+<body>
+<div align="center">
+<h1>Debian DKMS team</h1>
+</div>
+<h2>What is DKMS?</h2>
+<p>DKMS is a framework designed to allow individual kernel modules to be 
+upgraded without changing the whole kernel. It is also very easy to 
+rebuild modules as you upgrade kernels.</p>
+<h2>Where can I get the package?</h2>
+<p>Just <code>apt-get install dkms</code>. If you feel adventurous, just 
+do a checkout of our <code>debian/</code> directory:</p>
+<blockquote>
+<code>svn co svn://svn.debian.org/svn/pkg-dkms/dkms/trunk dkms</code>
+</blockquote>
+<p>You might want to run the <code>get-orig-source</code> target, and 
+use <code>svn-buildpackage</code>.</p>
+<h2>How can I contact the maintainers?</h2>
+<p>You can reach us on <a href="irc://irc.oftc.net/debian-dkms">#debian-dkms on OFTC</a>, or use 
+our <a href="mailto:pkg-dkms-maint at lists.alioth.debian.org">mailing 
+list</a>.</p>
+<h2>How can I report a bug?</h2>
+<p>Please properly use <code>reportbug dkms</code>.</p>
+<hr />
+<?php
+include("/inc/footer.inc.php");
+?>
+</body></html>




More information about the Pkg-dkms-commits mailing list