[latexila] Update URL of main web site



commit 2a5d7197b11cb7430bef7b4f2cb678ccb2f17e51
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Nov 25 23:04:08 2013 +0100

    Update URL of main web site
    
    projects.gnome.org becomes slowly deprecated.

 README.in                 |    2 +-
 configure.ac              |    2 +-
 data/latexila.appdata.xml |    8 ++++----
 latexila.doap             |    2 +-
 src/main_window.vala      |    2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/README.in b/README.in
index b90c039..03a3283 100644
--- a/README.in
+++ b/README.in
@@ -9,7 +9,7 @@ later, see the file "COPYING" for more information.
 
 The web site:
 
-    http://projects.gnome.org/latexila
+    https://wiki.gnome.org/Apps/LaTeXila
 
 
 Requirements
diff --git a/configure.ac b/configure.ac
index 40ab711..c3fbfa2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ AC_INIT([LaTeXila],
         [2.10.0],
         [https://bugzilla.gnome.org/enter_bug.cgi?product=latexila],
        [latexila],
-       [http://projects.gnome.org/latexila])
+       [https://wiki.gnome.org/Apps/LaTeXila])
 
 AC_CONFIG_SRCDIR([src/latexila.vala])
 AC_CONFIG_HEADERS([config.h])
diff --git a/data/latexila.appdata.xml b/data/latexila.appdata.xml
index 5e1b092..b0a3432 100644
--- a/data/latexila.appdata.xml
+++ b/data/latexila.appdata.xml
@@ -20,10 +20,10 @@
     </ul>
   </description>
   <screenshots>
-    <screenshot 
type="default">https://projects.gnome.org/latexila/images/screenshot-build-tools.png</screenshot>
-    <screenshot>https://projects.gnome.org/latexila/images/screenshot-completion.png</screenshot>
-    <screenshot>https://projects.gnome.org/latexila/images/screenshot-structure.png</screenshot>
+    <screenshot 
type="default">https://git.gnome.org/browse/latexila/plain/data/images/app/screenshot-completion.png</screenshot>
+    
<screenshot>https://git.gnome.org/browse/latexila/plain/data/images/app/screenshot-build-tools.png</screenshot>
+    
<screenshot>https://git.gnome.org/browse/latexila/plain/data/images/app/screenshot-structure.png</screenshot>
   </screenshots>
-  <url type="homepage">https://projects.gnome.org/latexila/</url>
+  <url type="homepage">https://wiki.gnome.org/Apps/LaTeXila</url>
   <updatecontact>swilmet gnome org</updatecontact>
 </application>
diff --git a/latexila.doap b/latexila.doap
index 0d2a27a..a637ed9 100644
--- a/latexila.doap
+++ b/latexila.doap
@@ -30,7 +30,7 @@ The main features:
 - Some menus and toolbars with the principal LaTeX commands
   </description>
 
-  <homepage rdf:resource="http://projects.gnome.org/latexila"; />
+  <homepage rdf:resource="https://wiki.gnome.org/Apps/LaTeXila"; />
   <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/latexila-list"; />
   <download-page rdf:resource="http://ftp.gnome.org/pub/GNOME/sources/latexila/"; />
   <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=latexila"; />
diff --git a/src/main_window.vala b/src/main_window.vala
index 7d83ed3..58dbb5e 100644
--- a/src/main_window.vala
+++ b/src/main_window.vala
@@ -1182,7 +1182,7 @@ public class MainWindow : Window
             _("LaTeXila is an Integrated LaTeX Environment for the GNOME Desktop");
         string copyright = "Copyright (C) 2009-2013 Sébastien Wilmet";
 
-        string website = "http://projects.gnome.org/latexila/";;
+        string website = "https://wiki.gnome.org/Apps/LaTeXila";;
 
         string[] authors =
         {


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