summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2013-12-18 08:47:00 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2013-12-18 08:57:31 -0500
commitdb3bb220827554a75a5829df813d91c09f5dd97c (patch)
treeca17edb721476ca9f5f84af46f08fefe4f876b59
parent4006fc59ae4effb82214a9080b750036d229c938 (diff)
downloadtotem-db3bb220827554a75a5829df813d91c09f5dd97c.tar.gz
Update project homepage url
-rw-r--r--configure.ac2
-rw-r--r--data/appdata/totem.appdata.xml.in2
-rw-r--r--data/totem.14
-rw-r--r--docs/reference/totem-plugins.xml2
-rw-r--r--help/C/index.docbook4
-rw-r--r--src/plugins/dbusservice/dbusservice.plugin.in2
-rw-r--r--src/plugins/save-file/save-file.plugin.in2
-rw-r--r--totem.doap2
8 files changed, 10 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index 7a901a53b..4ec1ec45c 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 bc6c6f97d..832ba1eb3 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 d5284d74c..92a8f6d8f 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 df5c64f96..4d839c3b6 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 9cfb7305f..b568aff7b 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 8385993e3..b1eee28a7 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 771b750b5..a2d638373 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 1480def19..08afb8074 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>