Moved gmdb help arch from rarian to gnome-doc

And fixed gmdb.xml: <listitem> cannot contains <guiitem> dirrectly. Added a <para> wrapper.
This commit is contained in:
Nirgal Vourgère
2013-10-24 19:09:06 +02:00
parent d9d58d3cae
commit b5fb8243a1
11 changed files with 802 additions and 212 deletions

View File

@@ -1,8 +0,0 @@
include $(top_srcdir)/xmldocs.make
dist-hook: app-dist-hook
figdir = figures
docname = gmdb
lang = C
omffile = gmdb-C.omf
entities = legal.xml

View File

@@ -1,32 +0,0 @@
<?xml version="1.0" standalone="no"?>
<omf>
<resource>
<creator>
camber@ais.org (Brian Bruns)
</creator>
<maintainer>
camber@ais.org (Brian Bruns)
</maintainer>
<title>
gmdb Manual V1.0
</title>
<date>
2003-01-10
</date>
<version identifier="1.0" date="2003-01-10"
description="Inital revision, program version 0.2"/>
<subject category="GNOME|Applications"/>
<description>
User manual for gmdb2.
</description>
<type>
user's guide
</type>
<format mime="text/xml" dtd="-//OASIS//DTD DocBook XML V4.1.2//EN"/>
<identifier url="gmdb.xml"/>
<language code="C"/>
<relation seriesid="081c7e56-2acd-11d6-819f-e6a1118e62db"/>
<rights type="GNU FDL" license.version="1.1"
holder="Brian Bruns"/>
</resource>
</omf>

View File

@@ -25,6 +25,12 @@ V1.1//EN"
<!-- appropriate code -->
<articleinfo>
<title>&app; Manual V&manrevision;</title>
<abstract role="description">
<para>The &app; application is the graphical
interface to MDB Tools. You can use &app;
to view and export data and schema from MDB databases.
</para>
</abstract>
<copyright>
<year>2003</year>
<holder>Brian Bruns</holder> </copyright>
@@ -50,6 +56,14 @@ V1.1//EN"
<address> <email>camber@ais.org</email> </address>
</affiliation>
</author>
<othercredit role="maintainer">
<firstname>Jean-Michel</firstname>
<surname>Vourgère</surname>
<affiliation>
<orgname>MDB Tools Project</orgname>
<address> <email>contact_mdbtools@nirgal.com</email> </address>
</affiliation>
</othercredit>
<!-- This is appropriate place for other contributors: translators,
maintainers, etc. Commented out by default.
<othercredit role="translator">
@@ -249,8 +263,8 @@ Choose <menuchoice> <guimenu>Tools</guimenu> <guimenuitem>Debug Window </guimenu
<title>Maximum Rows to Display</title>
<para>This option limits the number of rows that will be returned when
<orderedlist>
<listitem>Clicking the <guilabel>Data</guilabel> button on the <guilabel>Tables</guilabel> tab window, or</listitem>
<listitem>Running a SQL select in the <guilabel>Query Window</guilabel></listitem>
<listitem><para>Clicking the <guilabel>Data</guilabel> button on the <guilabel>Tables</guilabel> tab window, or</para></listitem>
<listitem><para>Running a SQL select in the <guilabel>Query Window</guilabel></para></listitem>
</orderedlist>
</para>
<para>

View File

@@ -1,3 +1,7 @@
## Process this file with automake to produce Makefile.in.
include $(top_srcdir)/gnome-doc-utils.make
dist-hook: doc-dist-hook
SUBDIRS = C
DOC_MODULE = gmdb
DOC_ENTITIES = legal.xml
DOC_FIGURES = figures/gmdb2_window.png figures/gmdb2_sql_window.png
#DOC_LINGUAS = es sr uk

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" standalone="no"?>
<omf>
<resource>
<subject category="GNOME|Applications"/>
<type>user's guide</type>
<identifier url="gmdb.xml"/>
<relation seriesid="081c7e56-2acd-11d6-819f-e6a1118e62db"/>
<rights type="GNU FDL" license.version="1.1" holder="Brian Bruns"/>
</resource>
</omf>