chiark / gitweb /
Display new logo in 'About' page in web UI. Disobedience already has its
authorRichard Kettlewell <richard@heceptor.anjou.terraraq.org.uk>
Sun, 13 Jan 2008 11:21:35 +0000 (11:21 +0000)
committerRichard Kettlewell <richard@heceptor.anjou.terraraq.org.uk>
Sun, 13 Jan 2008 11:21:35 +0000 (11:21 +0000)
own graphic, which it keeps.

images/Makefile.am
images/logo.png [new file with mode: 0644]
templates/about.html

index cff2b5c8180f6d39c8284c560018d3a65081fcbb..2019fb4bdb280fc7303e5fc525da330f643ac81d 100644 (file)
@@ -21,7 +21,7 @@
 static_DATA=cross.png down.png downdown.png edit.png nocross.png       \
 nodown.png nodowndown.png noup.png noupup.png tick.png up.png upup.png  \
 notes.png play.png pause.png random.png randomcross.png notescross.png  \
-propagate.png speaker.png speakercross.png directory.png
+propagate.png speaker.png speakercross.png directory.png logo.png
 
 staticdir=${pkgdatadir}/static
 
diff --git a/images/logo.png b/images/logo.png
new file mode 100644 (file)
index 0000000..20e98c6
Binary files /dev/null and b/images/logo.png differ
index b1b7ab68cf6bc7d8782392ace89762f255648380..acde326f809f8da4182d9e7437351d5924f5f15f 100644 (file)
@@ -25,8 +25,13 @@ 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/">
+       <img
+         src="@image:logo@"
+         alt="About DisOrder"
+         style="border-style:none"></a></p>
    <h2>Copyright</h2>
 
    <p><a
@@ -45,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>