[totem/mallard-documentation] docs: added totem icon to the help, and modified index.page and Makefile.am to include it



commit b86531f5f445d5196713734f224e5a1c99cfa8e2
Author: Jim Campbell <jwcampbell gmail com>
Date:   Mon Jul 8 12:59:38 2013 -0500

    docs: added totem icon to the help, and modified index.page and Makefile.am to include it

 help/C/figures/totem-icon.png |  Bin 0 -> 2244 bytes
 help/C/index.page             |   19 +++++++++++++++++--
 help/Makefile.am              |    3 ++-
 3 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/help/C/figures/totem-icon.png b/help/C/figures/totem-icon.png
new file mode 100644
index 0000000..4e1bdef
Binary files /dev/null and b/help/C/figures/totem-icon.png differ
diff --git a/help/C/index.page b/help/C/index.page
index 35444aa..8910899 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -1,8 +1,23 @@
 <page xmlns="http://projectmallard.org/1.0/";
-      type="guide"
+      xmlns:its="http://www.w3.org/2005/11/its";
+      type="guide" style="task"
       id="index">
+      
+  <info>
+    <title type="link">GNOME Videos</title>
+    <title type="text">GNOME Videos</title>
 
-  <title>Totem Movie Player Help</title>
+    <revision pkgversion="3.10" date="2013-07-07" status="draft"/>
+    <credit type="author">
+      <name>Marta Bogdanowicz</name>
+      <email its:translate="no">majus85 gmail com</email>
+    </credit>
+  </info>
+
+  <title>
+    <media type="image" mime="image/png" src="figures/totem-icon.png" its:translate="no" />
+    GNOME Videos
+  </title>
 
   <section id="playing-media" style="2column">
     <title>Playing media</title>
diff --git a/help/Makefile.am b/help/Makefile.am
index 8cdeec6..8838c66 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -6,7 +6,8 @@ DOC_ID = totem
 
 # List of figures to be included
 DOC_FIGURES = \
-  figures/totem-main-window.png
+  figures/totem-main-window.png \
+  figures/totem-icon.png \
 
 # List of pages
 DOC_PAGES = \


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