[gnome-documents] Add a gnome-books man page



commit a1ba4346bf777403924a0a8cf0118fa836c654fa
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Feb 12 15:31:05 2015 +0100

    Add a gnome-books man page
    
    https://bugzilla.gnome.org/show_bug.cgi?id=743662

 man/Makefile.am     |    3 +-
 man/gnome-books.xml |   65 +++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 67 insertions(+), 1 deletions(-)
---
diff --git a/man/Makefile.am b/man/Makefile.am
index 4103146..3a63e63 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -10,7 +10,8 @@ XSLTPROC_FLAGS = \
        $(AM_V_GEN) $(XSLTPROC) $(XSLTPROC_FLAGS) 
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
 
 man_MANS = \
-       gnome-documents.1
+       gnome-documents.1 \
+       gnome-books.1
 
 xml_files = $(man_MANS:.1=.xml)
 
diff --git a/man/gnome-books.xml b/man/gnome-books.xml
new file mode 100644
index 0000000..8775ff8
--- /dev/null
+++ b/man/gnome-books.xml
@@ -0,0 +1,65 @@
+<?xml version='1.0'?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+        "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd";>
+
+<refentry id="gnome-books">
+
+        <refentryinfo>
+                <title>gnome-books</title>
+                <productname>GNOME</productname>
+
+                <authorgroup>
+                        <author>
+                                <contrib>Maintainer</contrib>
+                                <firstname>Cosimo</firstname>
+                                <surname>Cecchi</surname>
+                                <email>cosimoc gnome org</email>
+                        </author>
+                </authorgroup>
+
+        </refentryinfo>
+
+        <refmeta>
+                <refentrytitle>gnome-books</refentrytitle>
+                <manvolnum>1</manvolnum>
+                <refmiscinfo class="manual">User Commands</refmiscinfo>
+        </refmeta>
+
+        <refnamediv>
+                <refname>gnome-books</refname>
+                <refpurpose>An e-book manager application for GNOME</refpurpose>
+        </refnamediv>
+
+        <refsynopsisdiv>
+                <cmdsynopsis>
+                        <command>gnome-books</command>
+                </cmdsynopsis>
+        </refsynopsisdiv>
+
+        <refsect1>
+                <title>Description</title>
+
+                <para><command>gnome-books</command> is an e-book
+                manager application designed to work with GNOME 3. You
+                can view your local e-books, search through
+                them, print or mark them as favorites.</para>
+        </refsect1>
+
+        <refsect1>
+                <title>Bugs</title>
+
+                <para>The bug tracker can be reached by visiting the
+                website <ulink 
url="https://bugzilla.gnome.org/buglist.cgi?product=gnome-documents&amp;component=books";>https://bugzilla.gnome.org/buglist.cgi?product=gnome-documents&amp;component=books</ulink>.
+                Before sending a bug report, please verify that you have
+                the latest version of gnome-books. Many bugs (major and
+                minor) are fixed at each release, and if yours is out of
+                date, the problem may already have been solved.</para>
+        </refsect1>
+
+        <refsect1>
+                <title>Additional Information</title>
+
+                <para>For further information, visit the website
+                <ulink 
url="https://wiki.gnome.org/Apps/Books";>https://wiki.gnome.org/Apps/Books</ulink>.</para>
+        </refsect1>
+</refentry>


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