summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-10-20 21:53:46 +0000
committerLennart Poettering <lennart@poettering.net>2003-10-20 21:53:46 +0000
commitce36dd0994ffa833ff0ce18e57a8776ff1103d8d (patch)
treeb0685edee04c84b0fd1a2593c1afffaa18da0448 /doc
parentdf2e940cfd540ea46dd95da77ebacc35ae58423e (diff)
commit release 0.3
git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@41 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am3
-rw-r--r--doc/README.html.in21
-rw-r--r--doc/style.css19
3 files changed, 32 insertions, 11 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index c9f5c50..fe60314 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -17,8 +17,9 @@
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
noinst_DATA = README.html README reference
+EXTRA_DIST = $(noinst_DATA) style.css README.html.in reference
+
MAINTAINERCLEANFILES = README README.html
-EXTRA_DIST = style.css README README.html README.html.in reference
CLEANFILES =
if USE_DOXYGEN
diff --git a/doc/README.html.in b/doc/README.html.in
index 0ca5307..1d5ee03 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -42,14 +42,14 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.</p>
<h2><a name="news">News</a></h2>
-<div class="news-date">Thu July 10 2003: </div>
-<p class="news-text"><a href="http://www.stud.uni-hamburg.de/~lennart/projects/libdaemon/libdaemon-0.3.tar.gz">Version 0.3</a> released; changes include: documentation update, build fixes, RPM spec file added</p>
+<div class="news-date">Mon Oct 20 2003: </div>
+<p class="news-text"><a href="@PACKAGE_URL@libdaemon-0.3.tar.gz">Version 0.3</a> released; changes include: documentation update, build fixes, RPM spec file added, added new function int <tt>daemon_pid_file_kill_wait()</tt>.</p>
<div class="news-date">Thu July 10 2003: </div>
-<p class="news-text"><a href="http://www.stud.uni-hamburg.de/~lennart/projects/libdaemon/libdaemon-0.2.tar.gz">Version 0.2</a> released; changes include: ugly umask error fix, documentation update</p>
+<p class="news-text"><a href="@PACKAGE_URL@libdaemon-0.2.tar.gz">Version 0.2</a> released; changes include: ugly umask error fix, documentation update</p>
<div class="news-date">Mon July 7 2003: </div>
-<p class="news-text"><a href="http://www.stud.uni-hamburg.de/~lennart/projects/libdaemon/libdaemon-0.1.tar.gz">Version 0.1</a> released</p>
+<p class="news-text"><a href="@PACKAGE_URL@libdaemon-0.1.tar.gz">Version 0.1</a> released</p>
<h2><a name="overview">Overview</a></h2>
@@ -73,12 +73,11 @@ daemons. It consists of the following parts:</p>
available. It is not that simple to get it done right and code
duplication cannot be a goal.</p>
-<p><tt>libdaemon</tt> is currently used by <a
-href="http://www.stud.uni-hamburg.de/~lennart/projects/ifplugd/"><tt>ifplugd</tt></a>.</p>
+<p><tt>libdaemon</tt> is currently used by <a href="http://0pointer.de/lennart/projects/ifplugd/"><tt>ifplugd</tt></a>, <a href="http://0pointer.de/lennart/projects/waproamd/"><tt>waproamd</tt></a> and <a href="http://0pointer.de/lennart/projects/aeswepd/"><tt>aeswepd</tt></a>.</p>
<h2><a name="status">Status</a></h2>
-<p>Version 0.1 is feature complete.</p>
+<p>Version @PACKAGE_VERSION@ is feature complete.</p>
<h2><a name="documentation">Documentation</a></h2>
@@ -107,12 +106,14 @@ compilation and <tt>make install</tt> (as root) for installation of
<h2><a name="download">Download</a></h2>
-<p>The newest release is always available from <a href="http://www.stud.uni-hamburg.de/~lennart/projects/libdaemon/">http://www.stud.uni-hamburg.de/~lennart/projects/libdaemon/</a></p>
+<p>The newest release is always available from <a href="@PACKAGE_URL@">@PACKAGE_URL@</a></p>
+
+<p>The current release is <a href="@PACKAGE_URL@libdaemon-@PACKAGE_VERSION@.tar.gz">@PACKAGE_VERSION@</a></p>
-<p>The current release is <a href="http://www.stud.uni-hamburg.de/~lennart/projects/libdaemon/libdaemon-@PACKAGE_VERSION@.tar.gz">@PACKAGE_VERSION@</a></p>
+<p>Get <tt>libdaemon</tt>'s development sources from the <a href="http://subversion.tigris.org/">Subversion</a> <a href="https://seth.intheinter.net:8081/svn/libdaemon/">repository</a>.</p>
<hr/>
-<address>Lennart Poettering &lt;mzyvoqnrzba [at] itaparica.org&gt;, July 2003</address>
+<address>Lennart Poettering &lt;mzyvoqnrzba [at] itaparica.org&gt;, October 2003</address>
<div><i>$Id$</i></div>
</body>
diff --git a/doc/style.css b/doc/style.css
index 2535ff1..e14ba7c 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -1,4 +1,23 @@
/* $Id$ */
+
+/***
+ * This file is part of libdaemon.
+ *
+ * libdaemon 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.
+ *
+ * libdaemon 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 libdaemon; 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; }