summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-09-13 00:09:39 +0000
committerLennart Poettering <lennart@poettering.net>2003-09-13 00:09:39 +0000
commitdcb6d396e7ad11f0b7a34de9d84826127d683307 (patch)
tree6df83e48082685dfd4a8f38c0aba5d23ec196bec /doc
parent4ad04d4c623fb217dcfd4de887b222e38780137f (diff)
build fixes
git-svn-id: file:///home/lennart/svn/public/ifplugd/trunk@39 2bf48fe7-cfc1-0310-909f-d9042e1e0fef
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS8
-rw-r--r--doc/README.html.in2
-rw-r--r--doc/style.css19
3 files changed, 28 insertions, 1 deletions
diff --git a/doc/NEWS b/doc/NEWS
index a3f4274..5c6192e 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -1,6 +1,12 @@
-0.16 :: ... :: SVN ...
+0.17 :: 13 Sep 2003 :: SVN
+ Init script update
+ compativility fix for gcc 2.95
+
+0.16 :: 13. Aug 2003 :: SVN 31
Spec file update
Build fixes
+ monitor mode
+ init script update
0.15 :: 10. Jul 2003 :: SVN 16
umask fix
diff --git a/doc/README.html.in b/doc/README.html.in
index 61aa8a7..730d256 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -260,6 +260,8 @@ manpage</p>
<p>The current release is <a href="http://www.stud.uni-hamburg.de/~lennart/projects/ifplugd/ifplugd-@PACKAGE_VERSION@.tar.gz">@PACKAGE_VERSION@</a></p>
+<p>Get <tt>ifplugd</tt>'s development sources from the <a href="http://subversion.tigris.org/">Subversion</a> <a href="https://seth.intheinter.net:8081/svn/ifplugd/">repository</a>.</p>
+
<p>You may find a mostly up to date Debian package of <tt>ifplugd</tt> on the <a href="http://packages.debian.org/cgi-bin/search_packages.pl?keywords=ifplugd&amp;searchon=names&amp;subword=1&amp;version=all&amp;release=all">Debian package repository</a>.</p>
<p>Packages for Mandrake Linux may be found in the Cooker distribution; Gentoo packages are available as well</p>
diff --git a/doc/style.css b/doc/style.css
index 71ccfe0..85c060c 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -1,4 +1,23 @@
/* $Id: style.css 8 2003-07-05 15:14:33Z lennart $ */
+
+/***
+ * This file is part of ifplugd.
+ *
+ * ifplugd is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * ifplugd is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with ifplugd; if not, write to the Free Software Foundation,
+ * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+ ***/
+
body { color: black; background-color: white; margin: 0.5cm; }
a:link, a:visited { color: #900000; }
p { margin-left: 0.5cm; margin-right: 0.5cm; }