diff --git a/MANUAL.md b/MANUAL.md index f85a04b..9086f11 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -80,4 +80,4 @@ in the CREDITS.md file distributed with the source code. # DISTRIBUTION -The latest version of *Spek* may be downloaded from . +The latest version of *Spek* may be downloaded from . diff --git a/README.md b/README.md index 0b855ed..0e9cb83 100644 --- 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: +Find out more about Spek on its website: ## Spek 0.8.5 - Released 2023-01-09 diff --git a/data/spek.metainfo.xml.in b/data/spek.metainfo.xml.in index 7edc15f..0daab9f 100644 --- a/data/spek.metainfo.xml.in +++ b/data/spek.metainfo.xml.in @@ -20,14 +20,14 @@ - http://spek.cc/flac.png + https://raw.githubusercontent.com/alexkay/spek/b3759bbb7d1108b3193394b941eeee982f15b739/web/flac.png Audio AudioVideo - http://spek.cc/ + https://www.spek.cc/ https://github.com/alexkay/spek/issues alexkay diff --git a/dist/win/spek.wxs.in b/dist/win/spek.wxs.in index fbdb0cb..7e8a616 100644 --- a/dist/win/spek.wxs.in +++ b/dist/win/spek.wxs.in @@ -9,7 +9,7 @@ - + diff --git a/man/spek.1 b/man/spek.1 index 70a52e8..49fc23f 100644 --- a/man/spek.1 +++ b/man/spek.1 @@ -73,4 +73,4 @@ the source code. .SH DISTRIBUTION .PP The latest version of \f[I]Spek\f[R] may be downloaded from -. +. diff --git a/src/spek-window.cc b/src/spek-window.cc index 15cc7ca..918bf57 100644 --- a/src/spek-window.cc +++ b/src/spek-window.cc @@ -288,7 +288,7 @@ void SpekWindow::on_preferences(wxCommandEvent&) void SpekWindow::on_help(wxCommandEvent&) { wxLaunchDefaultBrowser( - wxString::Format("http://spek.cc/man-%s.html", PACKAGE_VERSION) + wxString::Format("http://help.spek.cc/man-%s.html", PACKAGE_VERSION) ); } @@ -321,7 +321,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("http://spek.cc/", _("Spek Website")); + info.SetWebSite("https://www.spek.cc/", _("Spek Website")); info.SetIcon(wxArtProvider::GetIcon("spek", wxART_OTHER, wxSize(128, 128))); #endif wxAboutBox(info); @@ -335,7 +335,7 @@ void SpekWindow::on_notify(wxCommandEvent&) void SpekWindow::on_visit(wxCommandEvent&) { - wxLaunchDefaultBrowser("http://spek.cc"); + wxLaunchDefaultBrowser("https://www.spek.cc"); } void SpekWindow::on_close(wxCommandEvent& event) @@ -371,7 +371,7 @@ static void * check_version(void *p) // Get the version number. wxString version; wxHTTP http; - if (http.Connect("spek.cc")) { + if (http.Connect("help.spek.cc")) { wxInputStream *stream = http.GetInputStream("/version"); if (stream) { wxStringOutputStream out(&version); diff --git a/web/favicon.ico b/web/favicon.ico deleted file mode 100644 index 80d5757..0000000 Binary files a/web/favicon.ico and /dev/null differ diff --git a/web/feed-icon-14x14.png b/web/feed-icon-14x14.png deleted file mode 100644 index b3c949d..0000000 Binary files a/web/feed-icon-14x14.png and /dev/null differ diff --git a/web/flac-small.png b/web/flac-small.png deleted file mode 100644 index da7e2d5..0000000 Binary files a/web/flac-small.png and /dev/null differ diff --git a/web/flac.png b/web/flac.png deleted file mode 100644 index 5a1aad0..0000000 Binary files a/web/flac.png and /dev/null differ diff --git a/web/index.html b/web/index.html deleted file mode 100644 index 2ca5e5d..0000000 --- a/web/index.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - Spek – Free Acoustic Spectrum Analyzer / Spectrogram Viewer - - - - - -

Spek – Acoustic Spectrum AnalyserSpek logo

-

Spek (IPA: /spɛk/, ‘bacon’ in Dutch) helps to analyse your audio files by showing their spectrogram. Spek is free software available for Unix, Windows and Mac OS X.

- - - -

Features

-
    -
  • Supports all popular lossy and lossless audio file formats thanks to the FFmpeg libraries.
  • -
  • Ultra-fast signal processing, uses multiple threads to further speed up the analysis.
  • -
  • Shows the codec name and the audio signal parameters.
  • -
  • Allows to save the spectrogram as an image file.
  • -
  • Drag-and-drop support; associates with common audio file formats.
  • -
  • Auto-fitting time, frequency and spectral density rulers.
  • -
  • Adjustable spectral density range.
  • -
  • Translated into 19 languages.
  • -
- -

Screenshots

- - - - - - -
Spek running under Ubuntu LinuxSpek running under Windows 7Spek running under Mac OS X
- -

Download

- - - - - - -
- - - - - -
Unix
-
- - - - - -
Windows
-
- - - - - -
Mac OS X
-
- -

News news feed

- - -

Contribute

-

Spek is free and open source software licensed under GPLv3. The project is written in C++, the code is available on GitHub.

-

Report bugs and request new features on the issue tracker.

-

Translation is done via Transifex. Don't hesitate to translate Spek into a new language or to improve existing translations.

- -

Mailing lists

-

- spek-announce: - A low volume mailing list with release announcements and other project updates. -
- spek-translators: - Discussion and questions about translating Spek. -
- spek-users: - User questions and community support. -

- - - - - diff --git a/web/logo-linux.png b/web/logo-linux.png deleted file mode 100644 index bc481c4..0000000 Binary files a/web/logo-linux.png and /dev/null differ diff --git a/web/logo-osx.png b/web/logo-osx.png deleted file mode 100644 index c2e121e..0000000 Binary files a/web/logo-osx.png and /dev/null differ diff --git a/web/logo-unix.png b/web/logo-unix.png deleted file mode 100644 index 8ba1477..0000000 Binary files a/web/logo-unix.png and /dev/null differ diff --git a/web/logo-windows.png b/web/logo-windows.png deleted file mode 100644 index 2d1dddd..0000000 Binary files a/web/logo-windows.png and /dev/null differ diff --git a/web/nginx.conf b/web/nginx.conf index 538a532..dc2c175 100644 --- a/web/nginx.conf +++ b/web/nginx.conf @@ -1,12 +1,13 @@ server { listen 80; - server_name www.spek.cc .spek-project.org; - rewrite ^ http://spek.cc$request_uri? permanent; + server_name spek.cc; + rewrite ^/(version|man-.*) http://help.spek.cc$request_uri? break; + rewrite ^ https://www.spek.cc$request_uri? permanent; } server { listen 80; - server_name spek.cc; + server_name help.spek.cc; root /home/alex/spek/static; access_log /var/log/nginx/access-spek.log; diff --git a/web/osx-small.png b/web/osx-small.png deleted file mode 100644 index ea2410a..0000000 Binary files a/web/osx-small.png and /dev/null differ diff --git a/web/osx.png b/web/osx.png deleted file mode 100644 index 5a90cd4..0000000 Binary files a/web/osx.png and /dev/null differ diff --git a/web/robots.txt b/web/robots.txt deleted file mode 100644 index eb05362..0000000 --- a/web/robots.txt +++ /dev/null @@ -1,2 +0,0 @@ -User-agent: * -Disallow: diff --git a/web/spek.png b/web/spek.png deleted file mode 100644 index 9e92404..0000000 Binary files a/web/spek.png and /dev/null differ diff --git a/web/win7-small.png b/web/win7-small.png deleted file mode 100644 index 50135ff..0000000 Binary files a/web/win7-small.png and /dev/null differ diff --git a/web/win7.png b/web/win7.png deleted file mode 100644 index 880e6ac..0000000 Binary files a/web/win7.png and /dev/null differ