commit 90ea8e17d2008efe82a453f175768d096e9d5422
parent cc8615db9c3d5913155374a20f7dfd9607e5a136
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date: Thu, 7 Mar 2013 21:42:05 -0800
web: Move to spek.cc
Diffstat:
11 files changed, 18 insertions(+), 19 deletions(-)
diff --git a/README.md b/README.md
@@ -5,7 +5,7 @@ libraries for audio decoding and wxWidgets for the GUI.
Spek is available on *BSD, GNU/Linux, Windows and Mac OS X.
-Find out more about Spek on its website: <http://spek-project.org/>
+Find out more about Spek on its website: <http://spek.cc/>
## Spek 0.8.2 - Released 2013-02-24
diff --git a/dist/debian/control b/dist/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9),
libwxgtk2.8-dev,
wx-common
Standards-Version: 3.9.4
-Homepage: http://spek-project.org/
+Homepage: http://spek.cc/
Vcs-Git: git://github.com/alexkay/spek.git
Vcs-Browser: https://github.com/alexkay/spek
diff --git a/dist/debian/copyright b/dist/debian/copyright
@@ -4,7 +4,7 @@ This work was packaged for Debian by:
It was downloaded from:
- http://spek-project.org/
+ http://spek.cc/
Upstream Author:
diff --git a/dist/freebsd/pkg-descr b/dist/freebsd/pkg-descr
@@ -1,4 +1,4 @@
Spek helps to analyse your audio files by showing their spectrogram.
Spek supports all popular lossy and lossless audio file formats.
-WWW: http://spek-project.org/
+WWW: http://spek.cc/
diff --git a/dist/win/spek.wxs.in b/dist/win/spek.wxs.in
@@ -9,7 +9,7 @@
<Package InstallerVersion="301" Compressed="yes" Platform="x86" InstallScope="perMachine"/>
<Media Id="1" Cabinet="spek.cab" EmbedCab="yes" CompressionLevel="high" />
<Property Id="ARPPRODUCTICON" Value="ProgramIcon" />
- <Property Id="ARPHELPLINK" Value="http://spek-project.org/" />
+ <Property Id="ARPHELPLINK" Value="http://spek.cc/" />
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLLOCATION" />
<UIRef Id="SpekInstallDir" />
<UIRef Id="WixUI_ErrorProgressText" />
diff --git a/src/spek-window.cc b/src/spek-window.cc
@@ -311,7 +311,7 @@ void SpekWindow::on_preferences(wxCommandEvent&)
void SpekWindow::on_help(wxCommandEvent&)
{
wxLaunchDefaultBrowser(
- wxString::Format(wxT("http://spek-project.org/man-%s.html"), wxT(PACKAGE_VERSION))
+ wxString::Format(wxT("http://spek.cc/man-%s.html"), wxT(PACKAGE_VERSION))
);
}
@@ -337,7 +337,7 @@ void SpekWindow::on_about(wxCommandEvent&)
info.SetCopyright(_("Copyright (c) 2010-2013 Alexander Kojevnikov and contributors"));
info.SetDescription(this->description);
#ifdef OS_UNIX
- info.SetWebSite(wxT("http://spek-project.org/"), _("Spek Website"));
+ info.SetWebSite(wxT("http://spek.cc/"), _("Spek Website"));
info.SetIcon(wxArtProvider::GetIcon(wxT("spek"), wxART_OTHER, wxSize(128, 128)));
#endif
wxAboutBox(info);
@@ -351,7 +351,7 @@ void SpekWindow::on_notify(wxCommandEvent&)
void SpekWindow::on_visit(wxCommandEvent&)
{
- wxLaunchDefaultBrowser(wxT("http://spek-project.org"));
+ wxLaunchDefaultBrowser(wxT("http://spek.cc"));
}
void SpekWindow::on_close(wxCommandEvent& event)
@@ -387,7 +387,7 @@ static void * check_version(void *p)
// Get the version number.
wxString version;
wxHTTP http;
- if (http.Connect(wxT("spek-project.org"))) {
+ if (http.Connect(wxT("spek.cc"))) {
wxInputStream *stream = http.GetInputStream(wxT("/version"));
if (stream) {
wxStringOutputStream out(&version);
diff --git a/web/index.html b/web/index.html
@@ -39,7 +39,7 @@
<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fspekproject&send=false&layout=button_count&width=450&show_faces=false&action=like&colorscheme=light&font&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>
</div>
<div class="google">
-<div class="g-plusone" data-size="medium" data-href="http://spek-project.org"></div>
+<div class="g-plusone" data-size="medium" data-href="http://spek.cc"></div>
<script type="text/javascript">
window.___gcfg = {lang: 'en-GB'};
@@ -51,7 +51,7 @@
</script>
</div>
<div class="twitter">
-<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://spek-project.org" data-text="Spek - Acoustic spectrum analyser">Tweet</a>
+<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://spek.cc" data-text="Spek - Acoustic spectrum analyser">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
diff --git a/web/man-0.8.0.html b/web/man-0.8.0.html
@@ -73,7 +73,7 @@
</PRE>
<H2>DISTRIBUTION</H2><PRE>
The latest version of <B>Spek</B> may be downloaded from
- <I><a href="http://spek-project.org">http://spek-project.org</a></I>.
+ <I><a href="http://spek.cc">http://spek.cc</a></I>.
diff --git a/web/man-0.8.1.html b/web/man-0.8.1.html
@@ -73,7 +73,7 @@
</PRE>
<H2>DISTRIBUTION</H2><PRE>
The latest version of <B>Spek</B> may be downloaded from
- <I><a href="http://spek-project.org">http://spek-project.org</a></I>.
+ <I><a href="http://spek.cc">http://spek.cc</a></I>.
diff --git a/web/man-0.8.2.html b/web/man-0.8.2.html
@@ -73,7 +73,7 @@
</PRE>
<H2>DISTRIBUTION</H2><PRE>
The latest version of <B>Spek</B> may be downloaded from
- <I><a href="http://spek-project.org">http://spek-project.org</a></I>.
+ <I><a href="http://spek.cc">http://spek.cc</a></I>.
diff --git a/web/nginx.conf b/web/nginx.conf
@@ -1,16 +1,16 @@
server {
listen 80;
- server_name www.spek-project.org;
- rewrite ^ http://spek-project.org$request_uri?;
+ server_name www.spek.cc .spek-project.org;
+ rewrite ^ http://spek.cc$request_uri? permanent;
}
server {
listen 80;
- server_name spek-project.org;
+ server_name spek.cc;
root /home/alexander/spek/static;
location / {
access_log off;
expires 1d;
}
-}
-\ No newline at end of file
+}