summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-06-05 21:37:21 +0000
committerLennart Poettering <lennart@poettering.net>2005-06-05 21:37:21 +0000
commitfd8d336409e9e7d3b8d478bd762fd112c7e4ac91 (patch)
treebfbb70b5f97bce7d57231da957ed2394d54aa813
parentc71069d17232986e6b55e723ed1a9733edcfd49b (diff)
doc update
git-svn-id: file:///home/lennart/svn/public/syrep/trunk@78 07ea20a6-d2c5-0310-9e02-9ef735347d72
-rw-r--r--Makefile.am2
-rw-r--r--doc/README.html.in16
-rw-r--r--doc/style.css15
3 files changed, 17 insertions, 16 deletions
diff --git a/Makefile.am b/Makefile.am
index bd7fbc8..a7f8e7a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,7 +32,7 @@ homepage: all dist
mkdir -p $$HOME/homepage/private/projects/syrep
cp syrep-@PACKAGE_VERSION@.tar.gz $$HOME/homepage/private/projects/syrep
cp doc/README.html doc/style.css man/syrep.1.xml man/xmltoman.css man/xmltoman.xsl man/xmltoman.dtd $$HOME/homepage/private/projects/syrep
- cp $$HOME/homepage/private/projects/syrep/README.html $$HOME/homepage/private/projects/syrep/index.html
+ ln -sf README.html $$HOME/homepage/private/projects/syrep/index.html
distcleancheck:
@:
diff --git a/doc/README.html.in b/doc/README.html.in
index b01d553..72dea1c 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -10,13 +10,13 @@
<body>
<h1><a name="top">syrep @PACKAGE_VERSION@</a></h1>
-<p><i>Copyright 2003,2004 Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;</i></p>
+<p><i>Copyright 2003-2005 Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;</i></p>
<ul class="toc">
<li><a href="#license">License</a></li>
<li><a href="#news">News</a></li>
<li><a href="#overview">Overview</a></li>
- <li><a href="#status">Status</a></li>
+ <li><a href="#status">Current Status</a></li>
<li><a href="#documentation">Documentation</a></li>
<li><a href="#requirements">Requirements</a></li>
<li><a href="#installation">Installation</a></li>
@@ -42,6 +42,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.</p>
<h2><a name="news">News</a></h2>
+<div class="news-date">Mon Jun 5 2005: </div> <p class="news-text"><a
+href="@PACKAGE_URL@syrep-0.7.tar.gz">Version 0.7</a> released; Changes
+include: fix trash cleanup</p>
+
<div class="news-date">Wed Sep 22 2004: </div> <p class="news-text"><a
href="@PACKAGE_URL@syrep-0.6.tar.gz">Version 0.6</a> released; Changes
include: fix an ugly bug which made snapshots where <tt>--forget</tt> was used unusable; add <tt>debian/</tt> directory for easily making Debian packages</p>
@@ -272,11 +276,15 @@ L. Peter Deutsch. Thanks to him for this.</p>
<p>The current release is <a href="@PACKAGE_URL@syrep-@PACKAGE_VERSION@.tar.gz">@PACKAGE_VERSION@</a></p>
-<p>Get <tt>syrep</tt>'s development sources from the <a href="http://subversion.tigris.org/">Subversion</a> <a href="https://seth.intheinter.net:8081/svn/syrep/">repository</a>. (<a href="http://0pointer.de/cgi-bin/viewcvs.cgi/?root=syrep">viewcvs</a>)</p>
+<p>Get <tt>syrep</tt>'s development sources from the <a href="http://subversion.tigris.org/">Subversion</a> <a href="svn://seth.intheinter.net/syrep">repository</a> (<a href="http://0pointer.de/cgi-bin/viewcvs.cgi/?root=syrep">viewcvs</a>): </p>
+
+<pre>svn checkout svn://seth.intheinter.net/syrep/trunk syrep</pre>
+
+<p>If you want to be notified whenever I release a new version of this software use the subscription feature of <a href="http://freshmeat.net/projects/syrep/">Freshmeat</a>.</p>
<hr/>
-<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, September 2004</address>
+<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, June 2005</address>
<div class="grey"><i>$Id$</i></div>
diff --git a/doc/style.css b/doc/style.css
index 7aee082..8eeb813 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -18,15 +18,8 @@
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
***/
-body { color: black; background-color: white; margin: 0.5cm; }
+body { color: black; background-color: white; }
a:link, a:visited { color: #900000; }
-p { margin-left: 0.5cm; margin-right: 0.5cm; }
-div.news-date { margin-left: 0.5cm; font-size: 80%; color: #4f0000; }
-p.news-text { margin-left: 1cm; }
-ul { margin-left: .5cm; }
-ol { margin-left: .5cm; }
-h1 { color: #00009F; }
-h2 { color: #00009F; }
-h3 { color: #00004F; margin-left: 0.5cm; }
-pre { margin-left: .5cm; background-color: #f0f0f0; padding: 0.4cm;}
-.grey { color: #afafaf; }
+div.news-date { font-size: 80%; font-style: italic; }
+pre { background-color: #f0f0f0; padding: 0.4cm; }
+.grey { color: #8f8f8f; font-size: 80%; }