From: arujjval Date: Mon, 25 Nov 2024 14:55:31 +0000 (+0530) Subject: Update links to GNOME Wiki project and refer to new Vala websites X-Git-Tag: 0.56.18~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39b7fdfc6e8f4854c8f4e45714fff23e46dfd854;p=thirdparty%2Fvala.git Update links to GNOME Wiki project and refer to new Vala websites --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b69f8b00b..12c093eb0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/README.md b/README.md index 6b286bb5e..e0c0b2218 100644 --- 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: diff --git a/configure.ac b/configure.ac index 0c80d5791..45cf48738 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1 index fdc8a9d7a..9dc0782ae 100644 --- a/doc/vala-gen-introspect.1 +++ b/doc/vala-gen-introspect.1 @@ -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 diff --git a/doc/vala-gen-introspect.h2m b/doc/vala-gen-introspect.h2m index 3bc4437ef..fa92c5a73 100644 --- a/doc/vala-gen-introspect.h2m +++ b/doc/vala-gen-introspect.h2m @@ -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) diff --git a/doc/valac.1 b/doc/valac.1 index 9fc244cdf..4e415d241 100644 --- a/doc/valac.1 +++ b/doc/valac.1 @@ -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 diff --git a/doc/valac.h2m b/doc/valac.h2m index 97995fa5d..ebc38816b 100644 --- a/doc/valac.h2m +++ b/doc/valac.h2m @@ -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 diff --git a/doc/valadoc.1 b/doc/valadoc.1 index b73631b91..c76fd04a6 100644 --- a/doc/valadoc.1 +++ b/doc/valadoc.1 @@ -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 diff --git a/doc/valadoc.h2m b/doc/valadoc.h2m index 5696f2dbc..495e440a3 100644 --- a/doc/valadoc.h2m +++ b/doc/valadoc.h2m @@ -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 diff --git a/doc/vapigen.1 b/doc/vapigen.1 index 85f2796c5..46a610457 100644 --- a/doc/vapigen.1 +++ b/doc/vapigen.1 @@ -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 diff --git a/doc/vapigen.h2m b/doc/vapigen.h2m index f3ff1640e..131ba47be 100644 --- a/doc/vapigen.h2m +++ b/doc/vapigen.h2m @@ -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) diff --git a/libvaladoc/html/basicdoclet.vala b/libvaladoc/html/basicdoclet.vala index f4999efd4..21d6250e5 100644 --- a/libvaladoc/html/basicdoclet.vala +++ b/libvaladoc/html/basicdoclet.vala @@ -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", "valadoc"); + writer.link ("https://docs.vala.dev", "valadoc"); writer.end_tag ("div"); writer.end_tag ("body"); writer.end_tag ("html"); diff --git a/vala.doap b/vala.doap index 451e23c94..de69004ae 100644 --- 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. - + - + diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index 2b59d5eb4..d99a0a71b 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -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, diff --git a/vapigen/Makefile.vapigen b/vapigen/Makefile.vapigen index 03fb2e4c6..07c54795e 100644 --- a/vapigen/Makefile.vapigen +++ b/vapigen/Makefile.vapigen @@ -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 diff --git a/vapigen/vapigen.m4 b/vapigen/vapigen.m4 index 6228991ab..fb85c4e9d 100644 --- a/vapigen/vapigen.m4 +++ b/vapigen/vapigen.m4 @@ -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"], [