]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Update links to GNOME Wiki project and refer to new Vala websites
authorarujjval <arujjwal73@gmail.com>
Mon, 25 Nov 2024 14:55:31 +0000 (20:25 +0530)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 18 Feb 2025 22:23:42 +0000 (23:23 +0100)
16 files changed:
CONTRIBUTING.md
README.md
configure.ac
doc/vala-gen-introspect.1
doc/vala-gen-introspect.h2m
doc/valac.1
doc/valac.h2m
doc/valadoc.1
doc/valadoc.h2m
doc/vapigen.1
doc/vapigen.h2m
libvaladoc/html/basicdoclet.vala
vala.doap
vapi/glib-2.0.vapi
vapigen/Makefile.vapigen
vapigen/vapigen.m4

index b69f8b00be1016187234b950d5b774ac417a803a..12c093eb0f28c1e40310f053c712a9a0f423383a 100644 (file)
@@ -1 +1 @@
-Please read our wiki page [Documentation for Contributors to Vala](https://wiki.gnome.org/Projects/Vala/DeveloperDocumentation)
+Please read our [Documentation for Contributors to Vala](https://docs.vala.dev/contributor-guide/)
\ No newline at end of file
index 6b286bb5ef880b0ec91f9dc37fa57abb9b454a5e..e0c0b22182c5e2cd60ef303e887840fe0124fce3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ bindings generator for access to Vala libraries from applications
 written in e.g. C# as the Vala parser is written as a library, so that
 all compile-time information is available when generating a binding.
 
-More information about Vala is available at [https://wiki.gnome.org/Projects/Vala/](https://wiki.gnome.org/Projects/Vala/)
+More information about Vala is available at [https://vala.dev](https://vala.dev)
 
 
 ## Building Vala
@@ -84,7 +84,7 @@ to bootstrap `valac`.
 
 Current releases of source tarballs can be downloaded via:
 
-https://wiki.gnome.org/Projects/Vala
+https://download.gnome.org/sources/vala/
 
 or the vala-bootstrap module is available at:
 
index 0c80d5791712d8cea7f50afcd65204caf8f0da90..45cf4873842209719d56fb8566989250b86f8ef1 100644 (file)
@@ -2,7 +2,7 @@ AC_PREREQ([2.65])
 AC_INIT([vala], m4_esyscmd([build-aux/git-version-gen --prefix '' .tarball-version]),
        [https://gitlab.gnome.org/GNOME/vala/issues],
        [vala],
-       [https://wiki.gnome.org/Projects/Vala])
+       [https://vala.dev])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS(config.h)
index fdc8a9d7a975b1f4167b7ff3643b3db83e056891..9dc0782ae6ee507735278c72898a2f90997a2011 100644 (file)
@@ -37,7 +37,7 @@ Other gidls to include
 .SH BUGS
 https://gitlab.gnome.org/GNOME/vala/issues
 .SH "HOMEPAGE OR CONTACT"
-https://wiki.gnome.org/Projects/Vala
+https://vala.dev
 .SH AUTHORS
 J??rg Billeter, Raffaele Sandrini.
 .SH EXAMPLES
index 3bc4437efe4adbbcd5dd877b8d63033ea737b71a..fa92c5a73168f2446214748f037a686bdd7e27c4 100644 (file)
@@ -23,7 +23,7 @@ This can then be converted to a Vala API as follows:
 https://gitlab.gnome.org/GNOME/vala/issues
 
 [HOMEPAGE or CONTACT]
-https://wiki.gnome.org/Projects/Vala
+https://vala.dev
 
 [SEE ALSO]
 vapigen (1)
index 9fc244cdf7e5bb12e00df888091005a4a0e28dc9..4e415d241c5e1a66cfc0f1eef8456f811b07b102 100644 (file)
@@ -232,7 +232,7 @@ break ABI of existing projects.
 .SH BUGS
 https://gitlab.gnome.org/GNOME/vala/issues
 .SH "HOMEPAGE OR CONTACT"
-https://wiki.gnome.org/Projects/Vala
+https://vala.dev
 .SH FEATURES
 Interfaces, properties, signals, foreach, lambda expressions, type
 inference for local variables, generics, non-null types, assisted memory
index 97995fa5d7d9ba56a25fcf5cba08b4872ab79136..ebc38816b382393493a55f7ff149ec8115f3c0d3 100644 (file)
@@ -49,7 +49,7 @@ break ABI of existing projects.
 https://gitlab.gnome.org/GNOME/vala/issues
 
 [HOMEPAGE or CONTACT]
-https://wiki.gnome.org/Projects/Vala
+https://vala.dev
 
 [FEATURES]
 Interfaces, properties, signals, foreach, lambda expressions, type
index b73631b916770c731e91e550510f00927bf1b596..c76fd04a69ea308e9c78b8ef3087cb0decc02c58 100644 (file)
@@ -112,6 +112,6 @@ Target version of glib for code generation
 .SH BUGS
 https://gitlab.gnome.org/GNOME/vala/issues
 .SH "HOMEPAGE OR CONTACT"
-https://wiki.gnome.org/Projects/Valadoc
+https://docs.vala.dev
 .SH AUTHORS
 Florian Brosch
index 5696f2dbcbc29e6613cd10ee150c22c4363a32f9..495e440a39d431f1f3bbcc69cf51ee276127ceae 100644 (file)
@@ -13,7 +13,7 @@ from Vala source code based on libvala.
 https://gitlab.gnome.org/GNOME/vala/issues
 
 [HOMEPAGE or CONTACT]
-https://wiki.gnome.org/Projects/Valadoc
+https://docs.vala.dev
 
 [AUTHORS]
 Florian Brosch
index 85f2796c5dc5ad51b6d856b4012753f9e23b98cc..46a610457f423d18d70a52faea6168023e88eaa1 100644 (file)
@@ -50,7 +50,7 @@ Do not print messages to the console
 .SH BUGS
 https://gitlab.gnome.org/GNOME/vala/issues
 .SH "HOMEPAGE OR CONTACT"
-https://wiki.gnome.org/Projects/Vala
+https://vala.dev
 .SH AUTHORS
 J??rg Billeter, Raffaele Sandrini.
 .SH EXAMPLES
index f3ff1640eb1a121020f94f7acd45cb836732c4d9..131ba47befd4f04e111df13e662d7871797f94d0 100644 (file)
@@ -21,7 +21,7 @@ This can then be converted to a Vala API as follows:
 https://gitlab.gnome.org/GNOME/vala/issues
 
 [HOMEPAGE or CONTACT]
-https://wiki.gnome.org/Projects/Vala
+https://vala.dev
 
 [SEE ALSO]
 vala-gen-introspect (1)
index f4999efd4ecc39e293d2796def660fed8986b732..21d6250e5f8d2eb06a2607ad5834ae462a4c1fc9 100644 (file)
@@ -1153,7 +1153,7 @@ public abstract class Valadoc.Html.BasicDoclet : Api.Visitor, Doclet {
                writer.simple_tag ("br");
                writer.start_tag ("div", {"class", "site_footer"});
                writer.text ("Generated by ");
-               writer.link ("https://wiki.gnome.org/Projects/Valadoc", "<kbd>valadoc</kbd>");
+               writer.link ("https://docs.vala.dev", "<kbd>valadoc</kbd>");
                writer.end_tag ("div");
                writer.end_tag ("body");
                writer.end_tag ("html");
index 451e23c94a1e4c8677e9fae33100905da2f2d99f..de69004ae0c19a2bd01138e7d78c62328a9fe392 100644 (file)
--- a/vala.doap
+++ b/vala.doap
@@ -30,9 +30,9 @@ libraries from applications written in e.g. C# as the Vala parser is written as
 a library, so that all compile-time information is available when generating a
 binding.</description>
 
-  <homepage rdf:resource="https://wiki.gnome.org/Projects/Vala" />
+  <homepage rdf:resource="https://vala.dev" />
   <developer-forum rdf:resource="https://discourse.gnome.org/tag/vala" />
-  <download-page rdf:resource="https://wiki.gnome.org/Projects/Vala/Release" />
+  <download-page rdf:resource="https://download.gnome.org/sources/vala/" />
   <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/vala/issues" />
 
   <category rdf:resource="http://api.gnome.org/doap-extensions#core" />
index 2b59d5eb4894ee943ca1f7bef6160d4b99e449c9..d99a0a71b9a0133b39b5b41a0cce31155327ab5c 100644 (file)
@@ -4694,9 +4694,6 @@ namespace GLib {
                public string[] fetch_all ();
        }
 
-       /* Simple XML Subset Parser
-          See http://live.gnome.org/Vala/MarkupSample for an example */
-
        [CCode (has_type_id = false)]
        public errordomain MarkupError {
                BAD_UTF8,
index 03fb2e4c688219abc9b65601b80686d4b4f2fba8..07c54795ea796ac94963c4fa217e694659fdbfa3 100644 (file)
@@ -8,8 +8,6 @@
 #    May you find forgiveness for yourself and forgive others.
 #    May you share freely, never taking more than you give.
 #
-# See http://live.gnome.org/Vala/UpstreamGuide for detailed documentation
-#
 # Variables:
 #
 #   VAPIGEN_FILES
index 6228991ab06231293f0c8f1689c522eab91c44a1..fb85c4e9d60e81790f378967a1810b09f8436ae8 100644 (file)
@@ -20,7 +20,6 @@ dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  US
 # --------------------------------------
 # Check vapigen existence and version
 #
-# See http://live.gnome.org/Vala/UpstreamGuide for detailed documentation
 AC_DEFUN([VAPIGEN_CHECK],
 [
   AS_IF([test "x$3" != "xyes"], [