spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit 7b8e7ffae1ef4249494a3b4988e056b0d41f6f5a
parent 6f57f45eb170091f8719192f540c06ad67b5c46a
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Sat, 15 May 2010 12:12:05 +1000

[web] Project is now hosted on Google Code

Diffstat:
Mweb/app.yaml | 5-----
Mweb/index.html | 5++---
2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/web/app.yaml b/web/app.yaml @@ -19,11 +19,6 @@ handlers: upload: index.html mime_type: text/html -- url: /(.*).bz2 - static_files: \1.bz2 - upload: (.*).bz2 - mime_type: application/x-bzip - - url: /(.*).png static_files: \1.png upload: (.*).png diff --git a/web/index.html b/web/index.html @@ -69,9 +69,8 @@ </ul> <h2>Contribute</h2> - <p>Spek is free and open source software licensed under <a href="http://www.gnu.org/licenses/gpl.html">GNU GPLv3</a>. The project is written in <a href="http://live.gnome.org/Vala">Vala</a>, the code is hosted on <a href="http://gitorious.org/spek">Gitorious</a>.</p> - <p>Patches are very much welcome and can be sent by email or as Gitorious merge requests.</p> - <p>Report bugs and request new features by editing <a href="http://gitorious.org/spek/pages/Bugs">this wiki page</a> or by email.</p> + <p>Spek is free and open source software licensed under <a href="http://www.gnu.org/licenses/gpl.html">GNU GPLv3</a>. The project is written in <a href="http://live.gnome.org/Vala">Vala</a>, the code is hosted on <a href="http://gitorious.org/spek">Gitorious</a>. Patches can be sent by email or as Gitorious merge requests.</p> + <p>Report bugs and request new features <a href="http://code.google.com/p/spek/issues/list">here</a>.</p> <h2>Feedback</h2> <p>Spek is maintained by <a href="http://versia.com">Alexander Kojevnikov</a>, you can contact him by <a href="mailto:&#97;l&#101;&#120;&#97;&#110;&#100;&#101;&#114;&#64;&#107;&#111;&#106;&#101;v&#110;i&#107;&#111;v.&#99;&#111;&#109;">email</a>.</p>