[gnumeric] Website: update references to website.



commit ad92488e72a91713bf18be1873fe9573a3426356
Author: Morten Welinder <terra gnome org>
Date:   Tue Jan 28 20:30:20 2014 -0500

    Website: update references to website.

 gnumeric.appdata.xml.in              |    4 ++--
 gnumeric.doap                        |    2 +-
 src/dialogs/dialog-function-select.c |    2 +-
 tools/release-do-www                 |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gnumeric.appdata.xml.in b/gnumeric.appdata.xml.in
index f907a55..a9f0f5b 100644
--- a/gnumeric.appdata.xml.in
+++ b/gnumeric.appdata.xml.in
@@ -8,9 +8,9 @@
 and a wide selection of statistical analysis tools.  Gnumeric can share
 files with Microsoft Excel and programs supporting the ODS standard.</p>
 </description>
-<url type="homepage">https://projects.gnome.org/gnumeric/</url>
+<url type="homepage">http://www.gnumeric.org/</url>
 <screenshots>
-<screenshot type="default">https://projects.gnome.org/gnumeric/screenshots/001.png</screenshot>
+<screenshot type="default">http://www.gnumeric.org/screenshots/gnumeric-sample.png</screenshot>
 </screenshots>
 <updatecontact>gnumeric-list gnome org</updatecontact>
 </application>
diff --git a/gnumeric.doap b/gnumeric.doap
index 0806dfb..71ef850 100644
--- a/gnumeric.doap
+++ b/gnumeric.doap
@@ -6,7 +6,7 @@
 
   <name xml:lang="en">Gnumeric</name>
   <shortdesc xml:lang="en">The Gnome Office Spreadsheet - Free, Fast, Accurate: Pick any 3!</shortdesc>
-  <homepage rdf:resource="http://projects.gnome.org/gnumeric/"; />
+  <homepage rdf:resource="http://www.gnumeric.org/"; />
   <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gnumeric-list"; />
   <download-page rdf:resource="http://download.gnome.org/sources/gnumeric/"; />
   <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=gnumeric"; />
diff --git a/src/dialogs/dialog-function-select.c b/src/dialogs/dialog-function-select.c
index 69b7058..3ce3945 100644
--- a/src/dialogs/dialog-function-select.c
+++ b/src/dialogs/dialog-function-select.c
@@ -832,7 +832,7 @@ describe_new_style (GtkTextBuffer *description,
                        if (seen_extref)
                                break;
 
-                       uri = g_strdup_printf ("http://projects.gnome.org/gnumeric/func-doc.shtml?%s";, 
func->name);
+                       uri = g_strdup_printf ("http://www.gnumeric.org/func-doc.shtml?%s";, func->name);
 
                        tagname = g_strdup_printf ("EXTLINK-%s", func->name);
                        link = make_link
diff --git a/tools/release-do-www b/tools/release-do-www
index e24c466..d0a6736 100644
--- a/tools/release-do-www
+++ b/tools/release-do-www
@@ -13,7 +13,7 @@ die "$0: you must supply the new versions as arguments.\n"
 my $newgnumeric2 = $newgnumeric;
 $newgnumeric2 =~ s/^(\d+\.\d+)\..*/$1/;
 
-my $wwwdir = "gnomeweb-wml/projects.gnome.org/gnumeric";
+my $wwwdir = "www.gnumeric.org";
 my $makenews = "gnumeric/tools/news-to-html";
 my $annfile = "announcements/$newgnumeric2/gnumeric-$newgnumeric.shtml";
 


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