summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-02-01 13:36:11 +0100
committerBastien Nocera <hadess@hadess.net>2019-02-01 16:13:48 +0000
commiteb144f9c7d87f11cf68e98f778adbd114907728d (patch)
tree293807a1a197387f94e4c95204948e052d2c2539 /help
parentaee66c20df581cce9a1b2d3ccf6b06ed1f07950d (diff)
downloadtotem-eb144f9c7d87f11cf68e98f778adbd114907728d.tar.gz
help: Add Channels page
Closes: #286
Diffstat (limited to 'help')
-rw-r--r--help/C/channels.page41
-rw-r--r--help/C/channels.stub26
-rw-r--r--help/meson.build1
3 files changed, 42 insertions, 26 deletions
diff --git a/help/C/channels.page b/help/C/channels.page
new file mode 100644
index 000000000..f82ac4398
--- /dev/null
+++ b/help/C/channels.page
@@ -0,0 +1,41 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:its="http://www.w3.org/2005/11/its"
+ type="guide"
+ id="channels">
+
+<info>
+ <revision pkgversion="3.30" date="2019-01-12" status="stub"/>
+ <link type="guide" xref="index#playing-media"/>
+
+ <credit type="author">
+ <name its:translate="no">Andre Klapper</name>
+ <email its:translate="no">ak-47@gmx.net</email>
+ </credit>
+ <credit type="author">
+ <name its:translate="no">Bastien Nocera</name>
+ <email its:translate="no">hadess@hadess.net</email>
+ </credit>
+
+ <license>
+ <p>Creative Commons Share Alike 3.0</p>
+ </license>
+
+ <desc>Channels.</desc>
+
+</info>
+
+ <title>Channels</title>
+ <p>
+ The channels section of the interface will show a number of network
+ video resources, whether from the Internet, or local, such as UPnP/DLNA
+ shares, movie trailers, news stories and other online sources.
+ </p>
+
+ <p>
+ Sources are implemented using the <link href="https://wiki.gnome.org/Projects/Grilo">grilo</link>
+ media discovery system. Developers and power users interested in
+ extending <app>Videos</app> should visit the aforementioned website
+ for documentation.
+ </p>
+
+</page>
diff --git a/help/C/channels.stub b/help/C/channels.stub
deleted file mode 100644
index 9f8017c54..000000000
--- a/help/C/channels.stub
+++ /dev/null
@@ -1,26 +0,0 @@
-<page xmlns="http://projectmallard.org/1.0/"
- xmlns:its="http://www.w3.org/2005/11/its"
- type="guide"
- id="channels">
-
-<info>
- <revision pkgversion="3.30" date="2019-01-12" status="stub"/>
- <link type="guide" xref="index#playing-media"/>
-
- <credit type="author">
- <name its:translate="no">Andre Klapper</name>
- <email its:translate="no">ak-47@gmx.net</email>
- </credit>
-
- <license>
- <p>Creative Commons Share Alike 3.0</p>
- </license>
-
- <desc>Channels.</desc>
-
-</info>
-
- <title>Channels</title>
- <p>What are they, what are they good for, how to add/remove some, or not? See https://gitlab.gnome.org/GNOME/totem/issues/286</p>
-
-</page>
diff --git a/help/meson.build b/help/meson.build
index 097cc4733..cc1eb802f 100644
--- a/help/meson.build
+++ b/help/meson.build
@@ -1,5 +1,6 @@
sources = [
'adjust-speed.page',
+ 'channels.page',
'file-open.page',
'index.page',
'navigation.page',