* C/cmdplug.xml: Add to CVS.

* C/gramps-manual-C.omf: Update.
* fr/gramps-manual-fr.omf: Update.
* C/Makefile.am: Ship new file.
* C/gramps-manual.xml: Define new entity.
* C/cmdline.xml: Include new section.
* ChangeLog: Add to CVS.


svn: r5332
This commit is contained in:
Alex Roitman 2005-10-18 20:30:16 +00:00
parent a61ccb51eb
commit 16b25fe6c1
7 changed files with 1542 additions and 8 deletions

View File

@ -12,6 +12,7 @@ entities = legal.xml\
keybind.xml\ keybind.xml\
filtref.xml\ filtref.xml\
cmdline.xml\ cmdline.xml\
cmdplug.xml\
bugs.xml\ bugs.xml\
authors.xml authors.xml
include $(top_srcdir)/doc/xmldocs.make include $(top_srcdir)/doc/xmldocs.make

View File

@ -319,6 +319,7 @@
</sect1> </sect1>
&cmdplug;
<sect1 id="cmdline-operation"> <sect1 id="cmdline-operation">
<title>Operation</title> <title>Operation</title>

1524
manual/C/cmdplug.xml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -3,8 +3,8 @@
<resource> <resource>
<creator>Alex Roitman shura@alex.neuro.umn.edu</creator> <creator>Alex Roitman shura@alex.neuro.umn.edu</creator>
<title>GRAMPS Manual</title> <title>GRAMPS Manual</title>
<date>2003-12-01</date> <date>2005-10-16</date>
<version identifier="2.4" date="2003-12-01" description="GNOME2 Compliant GRAMPS Manual"/> <version identifier="2.6" date="2004-10-16" description="GNOME2 Compliant GRAMPS Manual"/>
<subject category="GNOME|Applications"/> <subject category="GNOME|Applications"/>
<description>User Manual for GRAMPS.</description> <description>User Manual for GRAMPS.</description>
<type>User Manual</type> <type>User Manual</type>
@ -12,7 +12,6 @@
<identifier url=""/> <identifier url=""/>
<language code="C"/> <language code="C"/>
<relation seriesid="aa15a444-5ed9-11d7-8329-d7319c90009c"/> <relation seriesid="aa15a444-5ed9-11d7-8329-d7319c90009c"/>
<rights type="GNU FDL" license.version="1.1" license="http://www.gnu.org/licenses/fdl.html" holder="Alex Roitman"/> <rights type="GNU GPL" license.version="2" license="http://www.gnu.org/licenses/gpl.html" holder="Alex Roitman"/>
</resource> </resource>
</omf> </omf>

View File

@ -50,6 +50,7 @@
<!ENTITY keybind SYSTEM "keybind.xml"> <!ENTITY keybind SYSTEM "keybind.xml">
<!ENTITY filtref SYSTEM "filtref.xml"> <!ENTITY filtref SYSTEM "filtref.xml">
<!ENTITY cmdline SYSTEM "cmdline.xml"> <!ENTITY cmdline SYSTEM "cmdline.xml">
<!ENTITY cmdplug SYSTEM "cmdplug.xml">
<!ENTITY bugs SYSTEM "bugs.xml"> <!ENTITY bugs SYSTEM "bugs.xml">
<!ENTITY authors SYSTEM "authors.xml"> <!ENTITY authors SYSTEM "authors.xml">
]> ]>

View File

@ -1,2 +1,11 @@
2005-10-18 Alex Roitman <shura@gramps-project.org>
* C/cmdplug.xml: Add to CVS.
* C/gramps-manual-C.omf: Update.
* fr/gramps-manual-fr.omf: Update.
* C/Makefile.am: Ship new file.
* C/gramps-manual.xml: Define new entity.
* C/cmdline.xml: Include new section.
* ChangeLog: Add to CVS.
2005-09-24 Don Allingham <don@gramps-project.org> 2005-09-24 Don Allingham <don@gramps-project.org>
* New module. * New module.

View File

@ -3,8 +3,8 @@
<resource> <resource>
<creator>Alex Roitman shura@alex.neuro.umn.edu</creator> <creator>Alex Roitman shura@alex.neuro.umn.edu</creator>
<title>GRAMPS Manual</title> <title>GRAMPS Manual</title>
<date>2003-12-01</date> <date>2005-10-16</date>
<version identifier="2.4" date="2003-12-01" description="GNOME2 Compliant GRAMPS Manual"/> <version identifier="2.6" date="2005-10-16" description="GNOME2 Compliant GRAMPS Manual"/>
<subject category="GNOME|Applications"/> <subject category="GNOME|Applications"/>
<description>User Manual for GRAMPS.</description> <description>User Manual for GRAMPS.</description>
<type>User Manual</type> <type>User Manual</type>
@ -12,7 +12,6 @@
<identifier url=""/> <identifier url=""/>
<language code="fr"/> <language code="fr"/>
<relation seriesid="aa15a444-5ed9-11d7-8329-d7319c90009c"/> <relation seriesid="aa15a444-5ed9-11d7-8329-d7319c90009c"/>
<rights type="GNU FDL" license.version="1.1" license="http://www.gnu.org/licenses/fdl.html" holder="Alex Roitman"/> <rights type="GNU GPL" license.version="2" license="http://www.gnu.org/licenses/gpl.html" holder="Alex Roitman"/>
</resource> </resource>
</omf> </omf>