[totem] Update project homepage url
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] Update project homepage url
- Date: Wed, 18 Dec 2013 13:57:52 +0000 (UTC)
commit db3bb220827554a75a5829df813d91c09f5dd97c
Author: William Jon McCann <william jon mccann gmail com>
Date: Wed Dec 18 08:47:00 2013 -0500
Update project homepage url
configure.ac | 2 +-
data/appdata/totem.appdata.xml.in | 2 +-
data/totem.1 | 4 ++--
docs/reference/totem-plugins.xml | 2 +-
help/C/index.docbook | 4 ++--
src/plugins/dbusservice/dbusservice.plugin.in | 2 +-
src/plugins/save-file/save-file.plugin.in | 2 +-
totem.doap | 2 +-
8 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7a901a5..4ec1ec4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_INIT([totem],
[totem_version_major.totem_version_minor.totem_version_micro],
[http://bugzilla.gnome.org/enter_bug.cgi?product=totem],
[totem],
- [http://projects.gnome.org/totem/])
+ [https://wiki.gnome.org/Apps/Videos])
AM_MAINTAINER_MODE([enable])
AC_CONFIG_SRCDIR([src/totem.c])
diff --git a/data/appdata/totem.appdata.xml.in b/data/appdata/totem.appdata.xml.in
index bc6c6f9..832ba1e 100644
--- a/data/appdata/totem.appdata.xml.in
+++ b/data/appdata/totem.appdata.xml.in
@@ -20,7 +20,7 @@
<_li>Command-line video properties helper (for indexers)</_li>
</ul>
</description>
- <url type="homepage">https://projects.gnome.org/totem/</url>
+ <url type="homepage">https://wiki.gnome.org/Apps/Videos</url>
<screenshots>
<screenshot type="default" width="1024"
height="576">https://git.gnome.org/browse/totem/plain/data/appdata/ss-main.png</screenshot>
<screenshot width="1024"
height="576">https://git.gnome.org/browse/totem/plain/data/appdata/ss-music-playlist.png</screenshot>
diff --git a/data/totem.1 b/data/totem.1
index d5284d7..92a8f6d 100644
--- a/data/totem.1
+++ b/data/totem.1
@@ -214,8 +214,8 @@ This manual page was written by Andre Lehovich for the
Debian Project.
.SH DISTRIBUTION
The latest version of Totem may be downloaded from
-.UR http://projects.gnome.org/totem/
-<http://projects.gnome.org/totem/>
+.UR https://wiki.gnome.org/Apps/Videos
+<https://wiki.gnome.org/Apps/Videos>
.UE
.SH SEE ALSO
.BR "totem-video-thumbnailer" (1),
diff --git a/docs/reference/totem-plugins.xml b/docs/reference/totem-plugins.xml
index df5c64f..4d839c3 100644
--- a/docs/reference/totem-plugins.xml
+++ b/docs/reference/totem-plugins.xml
@@ -53,7 +53,7 @@
Most of the values in the template are fairly self-explanatory. One thing to
note is that the plugin name should be
in lowercase, and contain no spaces. The plugin interface age should start at
<literal>1</literal>, and only be
incremented when the binary interface of the plugin (as used by Totem)
changes. If the plugin does not have its own
- website, Totem's website
(<literal>http://projects.gnome.org/totem/</literal>) can be used.</para>
+ website, Totem's website
(<literal>https://wiki.gnome.org/Apps/Videos</literal>) can be used.</para>
<para>The library file containing the plugin's code should be named
<filename>lib<replaceable>plugin-name</replaceable>.so</filename> (for C, or
other compiled language, plugins) or
<filename><replaceable>pluginname</replaceable>.py</filename> (for Python
plugins).</para>
diff --git a/help/C/index.docbook b/help/C/index.docbook
index 9cfb730..b568aff 100644
--- a/help/C/index.docbook
+++ b/help/C/index.docbook
@@ -361,7 +361,7 @@ subtitles, and more.</para>
<para>If you try to open a file format that <application>&app;</application> does
not recognize, the application displays an error message. This error is most often encountered
if you do not have the correct codecs installed. Information on getting codecs working can be found on
- the <ulink url="http://projects.gnome.org/totem/#codecs" type="http"><application>&app;</application>
website</ulink>.
+ the <ulink url="https://wiki.gnome.org/Apps/Videos/Codecs"
type="http"><application>&app;</application> website</ulink>.
</para>
<tip>
<para>You can double-click on a video or an audio file in the <application>Nautilus</application>
@@ -1094,7 +1094,7 @@ subtitles, and more.</para>
Julien Moutte (<email>julien moutte net</email>) for the GStreamer backend,
and Guenter Bartsch (<email>guenter users sourceforge net</email>).
To find more information about <application>&app;</application>, please visit the
- <ulink url="http://projects.gnome.org/totem/" type="http"><application>&app;</application>
+ <ulink url="https://wiki.gnome.org/Apps/Videos" type="http"><application>&app;</application>
website</ulink>.
</para>
<para>
diff --git a/src/plugins/dbusservice/dbusservice.plugin.in b/src/plugins/dbusservice/dbusservice.plugin.in
index 8385993..b1eee28 100644
--- a/src/plugins/dbusservice/dbusservice.plugin.in
+++ b/src/plugins/dbusservice/dbusservice.plugin.in
@@ -6,4 +6,4 @@ _Name=MPRIS D-Bus Interface
_Description=Send notifications of currently-playing videos and allow remote control using MPRIS.
Authors=Lucky <lucky1 data gmail com>, Philip Withnall <philip tecnocode co uk>
Copyright=Copyright © 2009 Lucky, Philip Withnall
-Website=http://projects.gnome.org/totem/
+Website=https://wiki.gnome.org/Apps/Videos
diff --git a/src/plugins/save-file/save-file.plugin.in b/src/plugins/save-file/save-file.plugin.in
index 771b750..a2d6383 100644
--- a/src/plugins/save-file/save-file.plugin.in
+++ b/src/plugins/save-file/save-file.plugin.in
@@ -6,4 +6,4 @@ _Name=Save Copy
_Description=Save a copy of the currently playing movie
Authors=Bastien Nocera
Copyright=Copyright © 2010 Bastien Nocera
-Website=http://projects.gnome.org/totem
+Website=https://wiki.gnome.org/Apps/Videos
diff --git a/totem.doap b/totem.doap
index 1480def..08afb80 100644
--- a/totem.doap
+++ b/totem.doap
@@ -5,7 +5,7 @@
xmlns="http://usefulinc.com/ns/doap#">
<name xml:lang="en">totem</name>
<shortdesc xml:lang="en">Movie player for the GNOME desktop based on GStreamer</shortdesc>
- <homepage rdf:resource="http://projects.gnome.org/totem/" />
+ <homepage rdf:resource="https://wiki.gnome.org/Apps/Videos" />
<category rdf:resource="http://api.gnome.org/doap-extensions#desktop" />
<maintainer>
<foaf:Person>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]