]> 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>
Mon, 17 Feb 2025 18:25:39 +0000 (19:25 +0100)
20 files changed:
CONTRIBUTING.md
README.md
build-aux/flatpak/org.freedesktop.Sdk.Extension.vala-nightly.appdata.xml
configure.ac
doc/manual/source/attributes.rst
doc/manual/source/classes.rst
doc/manual/source/index.rst
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 d814ceb265c322ed33d1e3c9b78e548178b8ce58..0b564434bfec8af4d9f071875c84cf3fdc4058cb 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
@@ -85,7 +85,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 62b02d54bd4a9ba264adcaec7b599ce15d8874bd..68fb35841435ce118a1acc3131f23c9da163bee3 100644 (file)
@@ -28,7 +28,7 @@
     LGPL-2.1-only
   </project_license>
   <url type="homepage">
-    https://wiki.gnome.org/Projects/Vala/
+    https://vala.dev
   </url>
   <url type="bugtracker">
     https://gitlab.gnome.org/GNOME/vala/-/issues
index b9437250b374371005dd7520c9791f70d2363d0a..07978f5f2537526cfbb93e6446a99a7d7624bb07 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 b8dcd24ecb7341097c23aa1b3ac2c1a38f996f33..876f1df7f0af4466cba62e7aae236ee2128e0e03 100644 (file)
@@ -606,7 +606,7 @@ Other attributes
      -
    * - ``ModuleInit``
      - method
-     - Marks the associated type as dynamic, and marks the method as a `TypeModule <https://valadoc.org/gobject-2.0/GLib.TypeModule>`__ init function. See `TypeModule example <https://wiki.gnome.org/Projects/Vala/TypeModuleSample>`__
+     - Marks the associated type as dynamic, and marks the method as a `TypeModule <https://valadoc.org/gobject-2.0/GLib.TypeModule>`__ init function. See `TypeModule example <https://docs.vala.dev/developer-guides/plugins/01-type-modules.html>`__
    * - ``NoAccessorMethod``
      - property
      -
index 0c0676b626654e826cb2d268902e6cab0ce5e875..ef12afa22ebb1bea1a3850ff3d151b6b94b1c6fb 100644 (file)
@@ -694,9 +694,6 @@ Demonstrating...
 Using Properties
 ~~~~~~~~~~~~~~~~
 
-For more examples see: `Samples for Class
-Properties <https://live.gnome.org/Vala/PropertiesSample>`__
-
 Virtual Properties
 ''''''''''''''''''
 
index 863234fd1581e80d96bd2cd3b3dd1d0606e6008c..60a1c428560c8969248110c4919425b6ed7c50a7 100644 (file)
@@ -4,7 +4,7 @@ Vala Reference Manual
 This is the reference for all features, syntax elements, internals and generated output of Vala.
 
 It is not the best place to learn about Vala and especially for beginners might not be easy to understand.
-A good first tutorial for beginners is the `Vala Tutorial <https://wiki.gnome.org/Projects/Vala/Tutorial>`__.
+A good first tutorial for beginners is the `Vala Tutorial <https://docs.vala.dev/tutorials/programming-language/main.html>`__.
 If you want to write a GUI app start `here <https://developer.gnome.org/documentation/tutorials/beginners/getting_started.html>`__.
 
 To contribute to this reference you can submit merge requests to the `Gitlab repository <https://gitlab.gnome.org/GNOME/vala>`__.
index e517806f430e7ad20c2a571815d7e99ff590885e..1c3d01886c8de54a3b7e759297244617cf5aca98 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 1b7bba236e2f29c3ad6a3b7016d86f2b54594d42..3c2ace8806a611da6b11bfb69029c57b6f75720d 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 642944dc6c9bf76cd326650e27827fea2ac5dc83..3827575b1ea5ede85535921fa47f34cd6dfb3f61 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 5f4655ecd2680d2e1d6a91cc9294ef155ccf8b3c..0af648d6f9045bbbc72a0aa236d749688afc9730 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 998c27ba43f2ed29bbb6c75d4e60763362ab8626..10d2ab6523bcf726714779c0182d390578bd5064 100644 (file)
@@ -1164,7 +1164,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 3a700d5575b90925d4ffb613736659b91a61309b..0e3f8043e75cf45a1188f3be72da2cb9204c1d10 100644 (file)
@@ -4684,9 +4684,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"], [