chiark / gitweb /
Merge fixes up to 3.0.1
[disorder] / templates / about.html
index 5022e352e6fe51a89ddeaee415406814aba67422..93d0d112f21b4bc920ee13dcb14cdbf89279254a 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <!--
 This file is part of DisOrder.
-Copyright (C) 2004, 2005, 2006 Richard Kettlewell
+Copyright (C) 2004-2008 Richard Kettlewell
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -25,11 +25,17 @@ USA
  </head>
  <body>
 @include{topbar}@
-   <h1 class=title>@label:about.title@</h1>
-
+   <p><a
+        title="Visit DisOrder web site"
+        href="http://www.greenend.org.uk/rjk/disorder/">
+       <img
+         src="@image:logo@"
+         alt="About DisOrder"
+         style="border-style:none"></a></p>
    <h2>Copyright</h2>
 
    <p><a
+    title="DisOrder web site"
    href="http://www.greenend.org.uk/rjk/disorder/">DisOrder
    version @version@</a> - select and play digital
    audio files</p>
@@ -44,7 +50,8 @@ USA
    Copyright &copy; 2000-2001 Robert Leslie</p>
 
    <p>This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License as
+   modify it under the terms of the <a
+   href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a> as
    published by the Free Software Foundation; either version 2 of the
    License, or (at your option) any later version.</p>
 
@@ -58,10 +65,6 @@ USA
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
    USA</p>
 
-   <h2>Server Statistics</h2>
-
-@stats@
-
 @include{topbarend}@
  </body>
 </html>