[evince] docs: added pages to get involved section and license info.



commit d024c18818ac2864ae80194f6eaef82bc3bbf0b8
Author: Tiffany Antopolski <tiffany antopolski gmail com>
Date:   Sat Mar 31 11:37:05 2012 -0400

    docs: added pages to get involved section and license info.
    
    Also updated the help/Makefile.am

 help/C/develop.page       |   28 +++++++++++++++++++++
 help/C/documentation.page |   30 +++++++++++++++++++++++
 help/C/license.page       |   59 +++++++++++++++++++++++++++++++++++++++++++++
 help/C/translate.page     |   39 +++++++++++++++++++++++++++++
 help/Makefile.am          |    6 ++++-
 5 files changed, 161 insertions(+), 1 deletions(-)
---
diff --git a/help/C/develop.page b/help/C/develop.page
new file mode 100644
index 0000000..8a1cddb
--- /dev/null
+++ b/help/C/develop.page
@@ -0,0 +1,28 @@
+<page xmlns="http://projectmallard.org/1.0/";
+	type="topic" style="task"
+	id="develop">
+
+  <info>
+   <link type="guide" xref="index#getInvolved"/>
+   <desc>Improve the <app>Document Viewer</app>.</desc> 
+    <revision pkgversion="3.4" version="0.1" date="2012-03-08" status="final"/>
+    <credit type="author copyright">
+      <name>Tiffany Antopolski</name>
+      <email>tiffany antopolski gmail com</email>
+      <years>2011</years>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 3.0</p>
+    </license>
+  </info>
+
+<title>Help develop</title>
+ <p>
+  The <app>Document Viewer</app> is developed and maintained by a volunteer community.  You are welcome to participate.
+ </p>
+ <p>
+   If you would like to <link href="https://live.gnome.org/Evince";>help develop</link> the <app>Document Viewer</app>, you can get in touch with the developers using <link href="https://cbe005.chat.mibbit.com/?url=irc%3A%2F%2Firc.gnome.org%2Fevince";>irc</link>, or via our <link href="https://mail.gnome.org/mailman/listinfo/evince-list";>mailing list</link>. 
+
+ </p>
+
+</page>
diff --git a/help/C/documentation.page b/help/C/documentation.page
new file mode 100644
index 0000000..9b9d8bf
--- /dev/null
+++ b/help/C/documentation.page
@@ -0,0 +1,30 @@
+<page xmlns="http://projectmallard.org/1.0/";
+	type="topic" style="task"
+	id="documentation">
+  <info>
+    <revision pkgversion="3.4" version="0.1" date="2012-03-08" status="final"/>
+   <link type="guide" xref="index#getInvolved"/>
+    <desc>Contact the Documentation Team.</desc>
+    <credit type="editor copyright">
+      <name>Tiffany Antopolski</name>
+      <email>tiffany antopolski gmail com</email>
+      <years>2011</years>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 3.0</p>
+    </license>
+  </info>
+
+<title>Help write documentation</title>
+
+<p>
+  The <app>Document Viewer</app> documentation is maintained by a volunteer community.  You are welcome to participate.</p>
+
+<p>To contribute to the Documentation Project,  feel free to get in touch with us using <link href="https://cbe003.chat.mibbit.com/?url=irc%3A%2F%2Firc.gnome.org%2Fdocs";>irc</link>, or via our <link href="http://mail.gnome.org/mailman/listinfo/gnome-doc-list";>mailing list</link>. 
+</p>
+<p>
+Our <link href="https://live.gnome.org/DocumentationProject/Contributing";>wiki</link> page contains useful information. 
+</p>
+
+
+</page>
diff --git a/help/C/license.page b/help/C/license.page
new file mode 100644
index 0000000..f9f5dbe
--- /dev/null
+++ b/help/C/license.page
@@ -0,0 +1,59 @@
+<page xmlns="http://projectmallard.org/1.0/";
+  type="topic"
+  id="license">
+  
+  <info>
+    <link type="seealso" xref="index"/>
+    <revision pkgversion="3.4" version="0.1" date="2012-03-08" status="final"/>
+    <desc>Legal information.</desc>
+  </info>
+
+  <title>License</title>
+  <p>
+    <!-- 
+    Translators: try to use the same translation as the one provided by the CreativeCommons website. 
+    If there is no translation for your language, consider providing one to CreativeCommons.
+    -->
+    This work is distributed under a CreativeCommons Attribution-Share Alike
+    3.0 Unported license.
+  </p>
+  <p>
+    You are free:
+  </p>
+  <terms>
+    <item>
+      <title><em>To share</em></title>
+      <p>To copy, distribute and transmit the work.</p>
+    </item>
+    <item>
+      <title><em>To remix</em></title>
+      <p>To adapt the work.</p> 
+    </item>
+  </terms>
+  <p>
+    Under the following conditions:
+  </p>
+  <terms>
+    <item>
+      <title><em>Attribution</em></title>
+      <p>
+        You must attribute the work in the manner specified by the author or 
+        licensor (but not in any way that suggests that they endorse you or 
+        your use of the work).  
+      </p>
+    </item>
+    <item>
+      <title><em>Share Alike</em></title>
+      <p>
+        If you alter, transform, or build upon this work, you may distribute the 
+        resulting work only under the same, similar or a compatible license.  
+      </p>
+    </item>
+  </terms>
+  <p>
+    <!-- Translators: there are no official localized versions of the legal code, only the deed is localized. -->
+    For the full text of the license, see the 
+    <link href="http://creativecommons.org/licenses/by-sa/3.0/legalcode";>CreativeCommons website</link>, 
+    or read the full <link href="http://creativecommons.org/licenses/by-sa/3.0/";>Commons Deed</link>. 
+  </p>
+</page>
diff --git a/help/C/translate.page b/help/C/translate.page
new file mode 100644
index 0000000..8712f7d
--- /dev/null
+++ b/help/C/translate.page
@@ -0,0 +1,39 @@
+<page xmlns="http://projectmallard.org/1.0/";
+	type="topic" style="task"
+	id="translate">
+
+  <info>
+   <link type="guide" xref="index#getInvolved"/>
+    <desc>Localize the <app>Document Viewer.</app></desc>
+    <revision pkgversion="3.4" version="0.1" date="2012-03-08" status="final"/>
+    <credit type="author copyright">
+      <name>Tiffany Antopolski</name>
+      <email>tiffany antopolski gmail com</email>
+      <years>2011</years>
+    </credit>
+     <credit type="editor">
+      <name>Michael Hill</name>
+      <email>mdhillca gmail com</email>
+    </credit>
+    <license>
+       <p>Creative Commons Share Alike 3.0</p>
+     </license>
+  </info>
+
+<title>Help translate</title>
+<p>
+  The <app>Document Viewer</app> user interface and documentation is being translated by a world-wide volunteer community.  You are welcome to participate.
+</p>
+<p>
+ There are <link href="http://l10n.gnome.org/module/evince/";>many languages</link> for which translations are still needed.
+</p>
+<p>
+To start translating you will need to <link href="http:l10n.gnome.org">create an account</link> and join the <link href="http://l10n.gnome.org/teams/";>translation team</link> for your language. This will give you the ability to upload new translations.
+</p>
+
+<p>
+  You can chat with GNOME translators using <link href="https://cbe003.chat.mibbit.com/?url=irc%3A%2F%2Firc.gnome.org%2Fi18n";>irc</link>. People on the channel are located worldwide, so you may not get an immediate response as a result of timezone differences.
+</p>
+<p>Alternatively, you can contact the Internationalization Team using their <link href="http://mail.gnome.org/mailman/listinfo/gnome-i18n";>mailing list</link>.
+</p>
+</page>
diff --git a/help/Makefile.am b/help/Makefile.am
index 512d30e..4f8bc9e 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -37,6 +37,8 @@ DOC_PAGES = \
 	convertpdf.page			\
 	convertPostScript.page		\
 	convertSVG.page			\
+	develop.page			\
+	documentation.page		\
 	duplex-10pages.page		\
 	duplex-11pages.page		\
 	duplex-12pages.page		\
@@ -60,6 +62,7 @@ DOC_PAGES = \
 	index.page			\
 	introduction.page		\
 	invert-colors.page		\
+	license.page			\
 	movingaround.page		\
 	noprint.page			\
 	openerror.page			\
@@ -87,7 +90,8 @@ DOC_PAGES = \
 	synctex-search.page		\
 	synctex-support.page		\
 	textselection.page		\
-	toolbar.page
+	toolbar.page			\
+	translate.page
 
 DOC_LINGUAS = bg ca cs da de el en_GB es eu fi fr gl hu it ja lv nl oc pt_BR ru sl sr sv te uk vi zh_CN zh_HK zh_TW
 



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