[gtef] gnome.org: update homepage URL to point to gnome.org



commit 8f20263c09cd6c7fa53d8cdd749fb59b69dd1db8
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri Mar 10 16:58:41 2017 +0100

    gnome.org: update homepage URL to point to gnome.org
    
    Gtef is in transition to be hosted on gnome.org. The homepage is now on
    gnome.org, as well as the git repository.

 README                      |   16 ++++++++--------
 configure.ac                |    2 +-
 docs/reference/intro.xml.in |    2 +-
 gtef.doap                   |    2 +-
 4 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/README b/README
index a738ce6..3614efa 100644
--- a/README
+++ b/README
@@ -6,8 +6,14 @@ This is version 1.99.2 of Gtef.
 Gtef is a library that eases the development of GtkSourceView-based text
 editors and IDEs.
 
-https://wiki.gnome.org/Apps/Gedit/ReusableCode
-https://wiki.gnome.org/Projects/GtkSourceView/TdiFramework
+The Gtef website:
+
+    https://wiki.gnome.org/Projects/Gtef
+
+Some background on why this project has been created:
+
+    https://wiki.gnome.org/Apps/Gedit/ReusableCode
+    https://wiki.gnome.org/Projects/GtkSourceView/TdiFramework
 
 The final goal is to create a Tabbed Document Interface (TDI) framework
 suitable for text editors.
@@ -22,12 +28,6 @@ GtkSourceView features.
 The Gtef library is free software and is released under the terms of the
 GNU Lesser General Public License.
 
-Roadmap
--------
-
-A roadmap is available alongside the GtkSourceView roadmap:
-https://wiki.gnome.org/Projects/GtkSourceView/RoadMap
-
 Warning - API/ABI stability
 ---------------------------
 
diff --git a/configure.ac b/configure.ac
index 89e73d9..ea17432 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ AC_INIT([gtef],
        [gtef_package_version],
        [https://github.com/swilmet/gtef/issues],
        [gtef],
-       [https://github.com/swilmet/gtef])
+       [https://wiki.gnome.org/Projects/Gtef])
 
 AX_REQUIRE_DEFINED([AX_IS_RELEASE])
 AX_IS_RELEASE([git-directory])
diff --git a/docs/reference/intro.xml.in b/docs/reference/intro.xml.in
index d5624a7..da812b1 100644
--- a/docs/reference/intro.xml.in
+++ b/docs/reference/intro.xml.in
@@ -16,7 +16,7 @@
   </para>
 
   <para>
-    See <ulink url="https://github.com/swilmet/gtef";>Gtef on GitHub</ulink>.
+    See the <ulink url="https://wiki.gnome.org/Projects/Gtef";>Gtef website</ulink>.
   </para>
 
   <para>
diff --git a/gtef.doap b/gtef.doap
index d45a37a..9b1075b 100644
--- a/gtef.doap
+++ b/gtef.doap
@@ -10,7 +10,7 @@
 GtkSourceView-based text editors and IDEs. Gtef is an acronym for “GTK+ Text
 Editor Framework”.</description>
 
-  <homepage rdf:resource="https://github.com/swilmet/gtef"; />
+  <homepage rdf:resource="https://wiki.gnome.org/Projects/Gtef"; />
   <download-page rdf:resource="https://github.com/swilmet/gtef/releases"; />
 
   <programming-language>C</programming-language>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]