[pybliographer] Added more Mallard pages



commit f26402cbb4fca0037c8fedda5467d955e9e33aba
Author: Mario Blättermann <mariobl gnome org>
Date:   Thu Oct 28 23:14:44 2010 +0200

    Added more Mallard pages

 help/C/about.page          |   38 ++++++++++++++++++++++++
 help/C/gettingstarted.page |   70 ++++++++++++++++++++++++++++++++++++++++++++
 help/C/index.page          |   12 +------
 3 files changed, 110 insertions(+), 10 deletions(-)
---
diff --git a/help/C/about.page b/help/C/about.page
index 7e68c8e..fe3084f 100644
--- a/help/C/about.page
+++ b/help/C/about.page
@@ -26,4 +26,42 @@
      <p><app>Pybliographer</app> was originally written by 
      Frédéric Gobry. Many thanks to all contributors for their fruitful
      work.</p>
+
+     <p><em>Contributions:</em></p>
+
+	<list>
+	 <item><p>Yuri Bongiorno</p><desc>Documentation, translations</desc></item>
+	 <item><p>Hervé Dréau</p><desc>Internationalization, UI goodies</desc></item>
+	 <item><p>Frédéric Gobry</p><desc>Project maintainer, core application, Gnome
+                interface, documentation</desc></item>
+	 <item><p>Zoltán Kóta</p><desc>Documentation, packaging, ui code
+		</desc></item>
+	 <item><p>Travis Oliphant</p><desc>Original Ovid parser</desc></item>
+	 <item><p>Darrell Rudmann</p><desc>APA 4th edition style</desc></item>
+	 <item><p>Peter Schulte-Stracke</p><desc>Application design,
+		requirement docs, import and ui code</desc></item>
+	 <item><p>John Vu</p><desc>Medline database parser</desc></item>
+	</list>
+          
+    <p>
+     Thanks to everyone who helped out with the bug tracking process.
+    </p>
+      <p>
+       Many thanks also to the Documentation Translators and the Gnome 
+       Translation Teams.
+      </p>
+    <p>
+      This manual was written with the help of the 
+	<link href="http://live.gnome.org/DocumentationProject"; type="http">GNOME
+	Documentation Project</link>.
+    </p>         
+    <p>
+      If you contributed to this project but do not see your name here, 
+      please contact the project maintainer and he'll list you.
+    </p>
+   <p>
+      For more information please visit the
+      <app>Pybliographer</app> <link href="http://pybliographer.org/";
+	 type="http">website</link>.
+   </p>
 </page>
diff --git a/help/C/gettingstarted.page b/help/C/gettingstarted.page
new file mode 100644
index 0000000..09d4a5a
--- /dev/null
+++ b/help/C/gettingstarted.page
@@ -0,0 +1,70 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:e="http://projectmallard.org/experimental/";
+      type="guide"
+      id="gettingstarted">
+
+  <info>
+    <link type="guide" xref="index#usage"/>
+    <revision pkgversion="3.0" version="0.1" date="2010-10-24" status="incomplete"/>
+    <desc>
+      Your first steps in <app>Pybliographer</app>.
+    </desc>
+    <credit type="author">
+      <name>Zolt&#225;n K&#243;ta</name>
+      <email>zoltank gmail com</email>
+    </credit>
+    <credit type="author">
+      <name>Fr&#233;d&#233;ric Gobry</name>
+      <email>frederic gobry epfl ch</email>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 3.0</p>
+    </license>    
+  </info>
+
+	<title>Getting Started</title>
+
+	 <section>
+	  <title>What is <app>Pybliographer</app>?</title>
+	   <p>
+	   Pybliographer  is a  tool for  working  with bibliographic
+	   databases. It provides a general framework that can be used to
+	   manipulate these databases  with a simple graphical interface,
+	   but  that  can  also be  easily  extended  by  the mean  of  a
+	   scripting language, to fit a wide range of needs.
+	   </p>
+	 </section>
+
+	 <section>
+	  <title>How to start <app>Pybliographer</app>?</title>
+	   <p>
+	    You can start <app>Pybliographer</app> in the following ways:
+	   </p>
+	    <list>
+	     <item><p>Graphical mode</p>
+	      <desc>	
+	       To start <app>Pybliographer</app> in graphical mode from a
+	       command line, type the following command, then press
+	       <key>Return</key>: <cmd>pybliographic</cmd>.
+	       For more information on the graphical interface, see
+                <link xref="gui"/>.
+	      </desc>
+	     </item>
+	     <item><p>Command line mode</p>
+	      <desc>
+	       You can start <app>Pybliographic</app> also in command
+	       line mode by typing the following command followed by pressing
+	       <key>Return</key>: <cmd>pybliographer</cmd>.
+	      </desc>
+	     </item>
+	     <item><p>From the GNOME menu</p>
+	      <desc>
+	       If the desktop file of the package is correctly installed in
+	       your sytem, you can find a launcher under the GNOME menu to
+	       start the graphical interface of <app>Pybliographer</app>.
+	      </desc>
+	     </item>
+	    </list>
+	 </section>
+
+</page>
diff --git a/help/C/index.page b/help/C/index.page
index 7dad119..5971e3d 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -29,16 +29,8 @@
     <title>Preface</title>
   </section>
 
-  <section id="gettingstarted" style="2column">
-    <title>Getting Started</title>
-  </section>
-
-  <section id="gui" style="2column">
-    <title>The Graphical Interface</title>
-  </section>
-
-  <section id="cli" style="2column">
-    <title>The Command Line Interface</title>
+  <section id="usage" style="2column">
+    <title>Usage</title>
   </section>
 
   <section id="scritpting" style="2column">



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