From a01ab32b9ac60e709e91f13a4017a5c283805f2d Mon Sep 17 00:00:00 2001
From: Lennart Poettering
Date: Sat, 20 May 2006 01:06:40 +0000
Subject: doc update for 0.9.0
git-svn-id: file:///home/lennart/svn/public/xmms-pulse/trunk@37 ef929aba-56e2-0310-84e0-b7573d389508
---
Makefile.am | 3 ---
doc/README.html.in | 22 ++++++++++++++--------
doc/style.css | 15 ++++-----------
3 files changed, 18 insertions(+), 22 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 261f00f..1840d1a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,7 +35,4 @@ homepage: all dist
cp doc/README.html doc/style.css $$HOME/homepage/private/projects/xmms-polyp
cp $$HOME/homepage/private/projects/xmms-polyp/README.html $$HOME/homepage/private/projects/xmms-polyp/index.html
-distcleancheck:
- @:
-
.PHONY: homepage distcleancheck
diff --git a/doc/README.html.in b/doc/README.html.in
index 4d37929..d4966c6 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -10,13 +10,13 @@
-Copyright 2004 Lennart Poettering <@PACKAGE_BUGREPORT@>
+Copyright 2004-2006 Lennart Poettering <@PACKAGE_BUGREPORT@>
+Sun Nov 21 2006:
Version 0.9.0 released; upgrade to polypaudio 0.9.0
+
Sun Nov 21 2004:
Version 0.5 released; upgrade to polypaudio 0.7
@@ -59,9 +62,12 @@ href="@PACKAGE_URL@xmms-polyp-0.1.tar.gz">Version 0.1 released
-xmms-polyp is an XMMS output plugin for the polypaudio sound server.
+xmms-polyp is an XMMS output plugin for the Polypaudio
+sound server.
-
+
There's currently no configuration dialog. Use $POLYP_SERVER and $POLYP_SINK to change the default output sinks.
@@ -79,7 +85,7 @@ distributions (and maybe Unix versions) since it uses GNU autoconf for
source code configuration.
Obviously xmms-polyp requires an installation of
-polypaudio (version 0.7) and xmms (version 1.2.10
+polypaudio (version 0.9) and xmms (version 1.2.10
works, earlier versions probably as well).
@@ -104,14 +110,14 @@ before configuring the source code.
The current release is @PACKAGE_VERSION@
-Get xmms-polyp's development sources from the Subversion repository (viewcvs):
+Get xmms-polyp's development sources from the Subversion repository (viewcvs):
-svn checkout svn://seth.intheinter.net/xmms-polyp/trunk xmms-polyp
+svn checkout svn://0pointer.de/xmms-polyp/trunk xmms-polyp
If you want to be notified whenever I release a new version of this software use the subscription feature of Freshmeat.
-Lennart Poettering <@PACKAGE_BUGREPORT@>, November 2004
+Lennart Poettering <@PACKAGE_BUGREPORT@>, May 2006
$Id$
diff --git a/doc/style.css b/doc/style.css
index ac4ffa1..1781c4e 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -18,17 +18,10 @@
* 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; }
-h1 { color: #00009F; }
-h2 { color: #00009F; }
-h3 { color: #00004F; margin-left: 0.5cm; }
-ul { margin-left: .5cm; }
-ol { margin-left: .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%; }
table { margin-left: 1cm; border:1px solid lightgrey; padding: 0.2cm; }
td { padding-left:10px; padding-right:10px; }
--
cgit