summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-02-14 16:20:46 +0000
committerLennart Poettering <lennart@poettering.net>2006-02-14 16:20:46 +0000
commit0a11922d303fd443f6306b3fc23fa71117257fb3 (patch)
tree01e5959939b685c08cf77c542bd3e3587f6c1fcd /doc
parent18406207d374025e4ffb87053858b074b45da2b6 (diff)
update packaging
git-svn-id: file:///home/lennart/svn/public/keyfuzz/trunk@12 e03e4fad-c0d1-0310-aabf-8987f8117c4c
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/README.html.in24
-rw-r--r--doc/style.css15
3 files changed, 21 insertions, 20 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index cd2c0e9..7ec8318 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -30,7 +30,7 @@ CLEANFILES += README
endif
tidy: README.html
- tidy -e < README.html
+ tidy -qe < README.html ; true
.PHONY: tidy
diff --git a/doc/README.html.in b/doc/README.html.in
index 6795046..2f4da8b 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -10,7 +10,7 @@
<body>
<h1><a name="top">keyfuzz @PACKAGE_VERSION@</a></h1>
-<p><i>Copyright 2004 Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;</i></p>
+<p><i>Copyright 2004-2006 Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;</i></p>
<ul class="toc">
<li><a href="#license">License</a></li>
@@ -42,9 +42,13 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.</p>
<h2><a name="news">News</a></h2>
+<div class="news-date">Tue Jan 14 2006: </div>
+
+<p class="news-text"><a href="@PACKAGE_URL@keyfuzz-0.2.tar.gz">Version 0.2</a> released, include more keyfuzz definition files.</p>
+
<div class="news-date">Sun Jan 25 2004: </div>
-<p class="news-text"><a href="@PACKAGE_URL@keyfuzz-0.1.tar.gz">Version 0.1</a> released, initial release.</b></p>
+<p class="news-text"><a href="@PACKAGE_URL@keyfuzz-0.1.tar.gz">Version 0.1</a> released, initial release.</p>
<h2><a name="overview">Overview</a></h2>
@@ -61,11 +65,11 @@ directly with XFree86. However, newer releases of the latter (4.1 and
above) rely on the Linux input API, so they take advantage of the
fixed translation tables.</p>
-<p>The distribution includes a scancode table for the Medion 9580F
-laptop, which maps the four special keys to XFree86 compatible
-keycodes.</p>
+<p>The distribution includes scancode tables for <a
+href="http://0pointer.de/lennart/aldi/">Medion 9580F</a> and <a
+href="http://0pointer.de/lennart/tchibo.html">MSI S270</a> laptops. Feel free to send me scancodes table, I will integrate them into my package!</p>
-<h2><a name="status">Status</a></h2>
+<h2><a name="status">Current Status</a></h2>
<p>Version @PACKAGE_VERSION@ is more or less stable and feature complete.</p>
@@ -150,12 +154,16 @@ compilation and <tt>make install</tt> (as root) for installation of
<p>The current release is <a href="@PACKAGE_URL@keyfuzz-@PACKAGE_VERSION@.tar.gz">@PACKAGE_VERSION@</a></p>
-<p>Get <tt>keyfuzz</tt>'s development sources from the <a href="http://subversion.tigris.org/">Subversion</a> <a href="https://seth.intheinter.net:8081/svn/keyfuzz/">repository</a>.</p>
+<p>Get <tt>keyfuzz</tt>'s development sources from the <a href="http://subversion.tigris.org/">Subversion</a> <a href="svn://0pointer.de/keyfuzz">repository</a> (<a href="http://0pointer.de/cgi-bin/viewcvs.cgi/?root=keyfuzz">viewcvs</a>): </p>
+
+<pre>svn checkout svn://0pointer.de/keyfuzz/trunk keyfuzz</pre>
+
+<p>You may find an up to date Debian package of <tt>keyfuzz</tt> in my own <a href="http://0pointer.de/debian/">Debian package repository</a>.</p>
<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/keyfuzz/">Freshmeat</a>.</p>
<hr/>
-<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, January 2004</address>
+<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, January 2006</address>
<div class="grey"><i>$Id$</i></div>
diff --git a/doc/style.css b/doc/style.css
index 997129d..dfe6346 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; }
-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%; }