chiark / gitweb /
Avoid namespace clash detected by picky compilers
[disorder] / templates / about.html
index 43a8a112ec8d1f549b0c397efdd06a24ecaaa0d0..b1b7ab68cf6bc7d8782392ace89762f255648380 100644 (file)
@@ -24,17 +24,20 @@ USA
   <title>@label:about.title@</title>
  </head>
  <body>
-@include{topbar.html}@
+@include{topbar}@
    <h1 class=title>@label:about.title@</h1>
 
    <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>
 
-   <p>Copyright &copy; 2003-2007 Richard Kettlewell</p>
+   <p>Copyright &copy; 2003-2008 <a href="http://www.greenend.org.uk/rjk/">Richard Kettlewell</a><br>
+   Portions copyright &copy; 2007 <a href="http://www.chiark.greenend.org.uk/~ryounger/">Ross Younger</a><br>
+   Portions copyright &copy; 2007 Mark Wooding</p>
 
    <p>Portions extracted from
    <a href="http://mpg321.sourceforge.net/">MPG321</a>,
@@ -56,10 +59,6 @@ USA
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
    USA</p>
 
-   <h2>Server Statistics</h2>
-
-@stats@
-
 @include{topbarend}@
  </body>
 </html>