[gnome-user-docs/gnome-3-0] help/C: (Bug#651357) added stub pages for getting more help.



commit 0afa5da316502bd480c19417cb9102d2c1cd8e99
Author: Tiffany Antopolski <tiffany antopolski com>
Date:   Sat Jun 11 10:34:58 2011 -0400

    help/C: (Bug#651357) added stub pages for getting more help.
    
    As per suggestion in bug, added stubs for irc, mailing-list and forum.
    Added pages to Makefile.am. Added previously inserted figure to Makefile.am.
    Renamed "Found a problem?" to "Participate to improve this guide."

 gnome-help/C/get-involved.page |    2 +-
 gnome-help/C/irc.page          |   21 +++++++++++++++++++++
 gnome-help/C/mailing-list.page |   20 ++++++++++++++++++++
 gnome-help/C/more-help.page    |    2 +-
 gnome-help/C/user-forum.page   |   22 ++++++++++++++++++++++
 gnome-help/Makefile.am         |    4 ++++
 6 files changed, 69 insertions(+), 2 deletions(-)
---
diff --git a/gnome-help/C/get-involved.page b/gnome-help/C/get-involved.page
index e107a00..99be7c1 100644
--- a/gnome-help/C/get-involved.page
+++ b/gnome-help/C/get-involved.page
@@ -15,7 +15,7 @@
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
 
-<title>Noticed a problem with the help?</title>
+<title>Participate to improve this guide.</title>
 <p>This help system is created by a volunteer community. You are welcome to participate. If you notice a problem with these help pages (like typos, incorrect instructions or topics that should be covered but aren't), you can file a <em>bug report</em>. To file a bug, go to <link href="https://bugzilla.gnome.org/";>bugzilla.gnome.org</link>.</p>
    <p>
    You need to register so you can file a bug and receive updates by e-mail about its status. If you don't already have an account, just click on the <gui>New</gui> link to create one.
diff --git a/gnome-help/C/irc.page b/gnome-help/C/irc.page
new file mode 100644
index 0000000..f9334a1
--- /dev/null
+++ b/gnome-help/C/irc.page
@@ -0,0 +1,21 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic"
+      id="irc">
+
+  <info>
+    <link type="guide" xref="more-help"/>
+    <desc>IRC</desc>
+
+    <revision pkgversion="3.0" version="3.0.1" date="2011-06-11" status="stub"/>
+
+    <credit type="author">
+      <name>Tiffany Antopolski</name>
+      <email>tiffany antopolski com</email>
+    </credit>
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+  </info>
+
+<title>Meet us on IRC.</title>
+   <p>
+   </p>
+</page>
diff --git a/gnome-help/C/mailing-list.page b/gnome-help/C/mailing-list.page
new file mode 100644
index 0000000..5a7175a
--- /dev/null
+++ b/gnome-help/C/mailing-list.page
@@ -0,0 +1,20 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic"
+      id="mailing-list">
+
+  <info>
+    <link type="guide" xref="more-help"/>
+    <desc>Send us an e-mail.</desc>
+
+    <revision pkgversion="3.0" version="3.0.1" date="2011-06-11" status="stub"/>
+    <credit type="author">
+      <name>Tiffany Antopolski</name>
+      <email>tiffany antopolski com</email>
+    </credit>
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+  </info>
+
+<title>Mailing list</title>
+   <p>
+   </p>
+</page>
diff --git a/gnome-help/C/more-help.page b/gnome-help/C/more-help.page
index 392e61d..df1ca7f 100644
--- a/gnome-help/C/more-help.page
+++ b/gnome-help/C/more-help.page
@@ -17,7 +17,7 @@
       <email>jwcampbell gmail com</email>
     </credit>
 
-    <desc><link xref="about-this-guide">Tips on using this guide</link> <link xref="get-involved">Found a problem?</link></desc>
+    <desc><link xref="about-this-guide">Tips on using this guide</link>, <link xref="get-involved">help improve this guide</link>, <link xref="irc">IRC</link>, <link xref="mailing-list">e-mail</link>, <link xref="user-forum">forum...</link></desc>
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
 
diff --git a/gnome-help/C/user-forum.page b/gnome-help/C/user-forum.page
new file mode 100644
index 0000000..8ef2ced
--- /dev/null
+++ b/gnome-help/C/user-forum.page
@@ -0,0 +1,22 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic"
+      id="user-forum">
+
+  <info>
+    <link type="guide" xref="more-help"/>
+    <desc>User forum.</desc>
+
+    <revision pkgversion="3.0" version="3.0.1" date="2011-06-11" status="stub"/>
+
+    <credit type="author">
+      <name>Tiffany Antopolski</name>
+      <email>tiffany antopolski com</email>
+    </credit>
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+  </info>
+
+<title>Get in touch with other users.</title>
+   <p>
+   </p>
+   
+</page>
diff --git a/gnome-help/Makefile.am b/gnome-help/Makefile.am
index 40118a7..bdba472 100644
--- a/gnome-help/Makefile.am
+++ b/gnome-help/Makefile.am
@@ -17,6 +17,7 @@ DOC_FIGURES = \
 	figures/shell-exit.png \
 	figures/shell-files.png \
 	figures/shell-introduction.png \
+	figures/shell-notification.png \
 	figures/shell-top-bar.png \
 	figures/shell-windows.png \
 	figures/shell-workspaces.png \
@@ -92,6 +93,7 @@ DOC_PAGES = \
 	hardware-problems-bluetooth.page \
 	hardware-problems-graphics.page \
 	index.page \
+	irc.page \
 	keyboard.page \
 	keyboard-cursor-blink.page \
 	keyboard-layouts.page \
@@ -99,6 +101,7 @@ DOC_PAGES = \
 	look-background.page \
 	look-display-fuzzy.page \
 	look-resolution.page \
+	mailing-list \
 	media.page \
 	more-help.page \
 	mouse.page \
@@ -231,6 +234,7 @@ DOC_PAGES = \
 	user-changepassword.page \
 	user-changepicture.page \
 	user-delete.page \
+	user-forum.page \
 	user-forgottenpassword.page \
 	user-goodpassword.page \
 	video-dvd.page \



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