spek

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

commit f0395c85a0b7f4084ae4174c2e3bf88faf6b1e6f
parent 26327297ae36ec8f0857ca551a2ef502122aa94e
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Mon, 10 May 2010 16:35:00 +1000

Valid XHTML

Diffstat:
Mweb/index.html | 18+++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/web/index.html b/web/index.html @@ -6,14 +6,14 @@ <title>Spek &ndash; Free Acoustic Spectrum Analyser / Spectrogram Viewer</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="Content-Style-Type" content="text/css"/> + <style type="text/css"> + body {font-family: sans-serif; font-size: 11pt; width: 760px; margin: 20px auto; padding: 0;} + h1, h2 {font-weight: bold;} + h1 {font-size: 16pt;} + h2 {font-size: 12pt;} + img {border-style: none; outline: none;} + </style> </head> - <style type="text/css"> - body {font-family: sans-serif; font-size: 11pt; width: 760px; margin: 20px auto; padding: 0;} - h1, h2 {font-weight: bold;} - h1 {font-size: 16pt;} - h2 {font-size: 12pt;} - img {border-style: none; outline: none;} - </style> <body> <h1>Spek &ndash; Acoustic Spectrum Analyser</h1> <p>Spek (<a href="http://en.wikipedia.org/wiki/International_Phonetic_Alphabet">IPA</a>: /sp&#603;k/, &lsquo;bacon&rsquo; in Dutch) helps to analyse your audio files by showing their <a href="http://en.wikipedia.org/wiki/Spectrogram">spectrogram</a>.</p> @@ -40,9 +40,9 @@ <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 send 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>Report bugs and request new features by editing <a href="http://gitorious.org/spek/pages/Bugs">this wiki page</a> or by email.</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>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> </body> </html>