From: Richard Kettlewell Date: Sun, 13 Jan 2008 11:21:35 +0000 (+0000) Subject: Display new logo in 'About' page in web UI. Disobedience already has its X-Git-Tag: 3.0~57 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/651aec29c99abce0624594d5ca52916b57e5e0e1?ds=sidebyside Display new logo in 'About' page in web UI. Disobedience already has its own graphic, which it keeps. --- diff --git a/images/Makefile.am b/images/Makefile.am index cff2b5c..2019fb4 100644 --- a/images/Makefile.am +++ b/images/Makefile.am @@ -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 index 0000000..20e98c6 Binary files /dev/null and b/images/logo.png differ diff --git a/templates/about.html b/templates/about.html index b1b7ab6..acde326 100644 --- a/templates/about.html +++ b/templates/about.html @@ -25,8 +25,13 @@ USA @include{topbar}@ -

@label:about.title@

- +

+ About DisOrder

Copyright

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 GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.