mirror of
https://github.com/alexkay/spek.git
synced 2025-04-13 15:27:24 +03:00
web: Move to spek.cc
This commit is contained in:
parent
cc8615db9c
commit
90ea8e17d2
@ -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
|
||||
|
||||
|
2
dist/debian/control
vendored
2
dist/debian/control
vendored
@ -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
|
||||
|
||||
|
2
dist/debian/copyright
vendored
2
dist/debian/copyright
vendored
@ -4,7 +4,7 @@ This work was packaged for Debian by:
|
||||
|
||||
It was downloaded from:
|
||||
|
||||
http://spek-project.org/
|
||||
http://spek.cc/
|
||||
|
||||
Upstream Author:
|
||||
|
||||
|
2
dist/freebsd/pkg-descr
vendored
2
dist/freebsd/pkg-descr
vendored
@ -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/
|
||||
|
2
dist/win/spek.wxs.in
vendored
2
dist/win/spek.wxs.in
vendored
@ -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" />
|
||||
|
@ -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);
|
||||
|
@ -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>
|
||||
|
@ -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>.
|
||||
|
||||
|
||||
|
||||
|
@ -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>.
|
||||
|
||||
|
||||
|
||||
|
@ -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>.
|
||||
|
||||
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user