Documentation: Clarify download locations
authorKjell Ahlstedt <[email protected]>
Mon, 28 Apr 2025 06:22:34 +0000 (28 08:22 +0200)
committerKjell Ahlstedt <[email protected]>
Mon, 28 Apr 2025 06:22:34 +0000 (28 08:22 +0200)
Future releases will not be stored at download.gnome.org/sources/.
Very old releases are not stored at github.com/libsigcplusplus/
libsigcplusplus/releases/.

README.md
docs/doc.md
docs/docs/_config.yml [deleted file]
docs/download.md

index bb60b64..0b47b37 100644 (file)
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ Web site
  - https://libsigcplusplus.github.io/libsigcplusplus/
 
 Download location
- - https://download.gnome.org/sources/libsigc++/
+ - https://download.gnome.org/sources/libsigc++/ (until 3.6.0)
  - https://github.com/libsigcplusplus/libsigcplusplus/releases/
 
 Reference documentation
index aaf3cc1..259022f 100644 (file)
@@ -6,8 +6,8 @@ title: Documentation
 ## libsigc++-2.0
 
 The documentation is not available online. You can download a tarball from
-[GitHub releases](https://github.com/libsigcplusplus/libsigcplusplus/releases/)
-or the [GNOME download site](https://download.gnome.org/sources/libsigc++/),
+[GitHub releases](https://github.com/libsigcplusplus/libsigcplusplus/releases/) (since 2.10.1)
+or the [GNOME download site](https://download.gnome.org/sources/libsigc++/) (until 2.12.1),
 extract it, and view the documentation at *untracked/docs/*.
 
 ## libsigc++-3.0
diff --git a/docs/docs/_config.yml b/docs/docs/_config.yml
deleted file mode 100644 (file)
index 2f7efbe..0000000
+++ /dev/null
@@ -1 +0,0 @@
-theme: jekyll-theme-minimal
\ No newline at end of file
index 2cc3d16..9a587a0 100644 (file)
@@ -5,7 +5,10 @@ title: Download
 
 ## Source Packages
 
-The source packages are available from the [GNOME download site](http://download.gnome.org/sources/libsigc++/).
+The source packages are available from [GitHub releases](https://github.com/libsigcplusplus/libsigcplusplus/releases/)
+(since 2.10.1 and 3.0.0)
+and from the [GNOME download site](http://download.gnome.org/sources/libsigc++/)
+(until 2.12.1 and 3.6.0).
 
 ## Binary Packages
 
@@ -16,7 +19,7 @@ For instance, Ubuntu Linux, Debian Linux and Fedora Linux have official libsigc+
 
 [pkg-config](http://www.freedesktop.org/wiki/Software/pkg-config/) should be used to build software that depends on libsigc++.
 
-libsigc++ is built and tested for a standards-compliant C++ compiler. Luckily, the recent versions of all major C++ compilers are now sufficiently standards-compliant.
+libsigc++ is built and tested for a standards-compliant C++ compiler.
 
 libsigc++ version 2.5.1 and later require a C++11-compliant compiler.