From 50fcfb79793fd8f2123c6ca434eb66775c4e8ef7 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Wed, 11 Oct 2006 16:13:58 +0000 Subject: [PATCH] In .: 2006-10-11 Alex Roitman * src/GrampsDisplay.py (help): Rename gramps-manual to gramps. In help: * Makefile.am (DOC_MODULE): Use gramps in stead of gramps-manual. * C/gramps.xml: Add in place of gramps-manual.xml; add more authors. * gramps.omf.in: Add in place of gramps-manual.omf.in svn: r7395 --- ChangeLog | 3 + help/C/{gramps-manual.xml => gramps.xml} | 282 +++++-------------- help/ChangeLog | 4 + help/Makefile.am | 5 +- help/{gramps-manual.omf.in => gramps.omf.in} | 0 src/GrampsDisplay.py | 2 +- 6 files changed, 84 insertions(+), 212 deletions(-) rename help/C/{gramps-manual.xml => gramps.xml} (98%) rename help/{gramps-manual.omf.in => gramps.omf.in} (100%) diff --git a/ChangeLog b/ChangeLog index 83d9b6b76..dec4ac284 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2006-10-11 Alex Roitman + * src/GrampsDisplay.py (help): Rename gramps-manual to gramps. + 2006-10-11 Brian Matherly * src/Mime/_WinMime.py: potential fix for #446 diff --git a/help/C/gramps-manual.xml b/help/C/gramps.xml similarity index 98% rename from help/C/gramps-manual.xml rename to help/C/gramps.xml index d13be43ca..05209f2f5 100644 --- a/help/C/gramps-manual.xml +++ b/help/C/gramps.xml @@ -6206,7 +6206,7 @@ - + Settings @@ -6532,7 +6532,7 @@ - + Frequently Asked Questions @@ -6937,7 +6937,7 @@ - + Keybindings reference @@ -7255,7 +7255,7 @@ - + Filter rules reference @@ -7862,7 +7862,7 @@ - + @@ -8392,7 +8392,7 @@ - + About GRAMPS @@ -8401,209 +8401,75 @@ The somewhat incomplete list of contributors includes (in alphabetical order): - - Larry Allingham - +Tim Allen +Larry Allingham +Jens Arvidsson +Kees Bakker +Marcos Bedinelli +Wayne Bergeron +Stefan Bjork +Douglas S. Blank +Radu Bogdan Mare +Alexander Bogdashevsky +Richard Bos +Matt Brubeck +Nathan Bullock +Lorenzo Cappelletti +Pier Luigi Cinquantini +Bruce J. DeGrasse +Daniel Durand +Alexandre Duret-Lutz +Billy C. Earney +Baruch Even +Bernd Felsche +Egyeki Gergely +Michel Guitel +Steve Hall +David R. Hampton +Martin Hawlisch +Anton Huber +Frode Jemtland +Mark Knoop +Greg Kuperberg +Arkadiusz Lipiec +Lars Kr. Lundin +Radek Malcic +Benny Malengier +Leonid Mamtchenkov +Brian Matherly +Tino Meinen +Serge Noiraud +Frederick Noronha +Jeffrey C. Ollie +Jiri Pejchal +Donald A. Peterson +Guillaume Pratte +Alexandre Prokoudine +Laurent Protois +Matthieu Pupat +Jérôme Rapinat +Trevor Rhodes +Alexander Roitman +Soren Roug +Jason Salaz +Julio Sanchez +Bernd Schandl +Martin Senftleben +Yaakov Selkowitz +Gary Shao +Arturas Sleinius +Jim Smart +Steve Swales +Eero Tamminen +Samuel Tardieu +Richard Taylor +James Treacy +Lubo Vasko +Sebastian Voecking +Xing Wang +Tim Waugh +Jesper Zedlitz - - Jens Arvidsson - - - - Marcos Bedinelli - - - - Douglas S. Blank - - - - Radu Bogdan Mare - - - - Alexander Bogdashevsky - - - - Richard Bos - - - - Nathan Bullock - - - - Lorenzo Cappelletti - - - - Pier Luigi Cinquantini - - - - Bruce J. DeGrasse - - - - Alexandre Duret-Lutz - - - - Billy C. Earney - - - - Baruch Even - - - - Bernd Felsche - - - - Egyeki Gergely - - - - Michel Guitel - - - - Steve Hall - - - - David R. Hampton - - - - Martin Hawlisch - - - - Anton Huber - - - - Frode Jemtland - - - - Greg Kuperberg - - - - Arkadiusz Lipiec - - - - Lars Kr. Lundin - - - - Radek Malcic - - - - Leonid Mamtchenkov - - - - Tino Meinen - - - - Frederick Noronha - - - - Jeffrey C. Ollie - - - - Donald A. Peterson - - - - Guillaume Pratte - - - - Laurent Protois - - - - Matthieu Pupat - - - - Trevor Rhodes - - - - Alexander Roitman - - - - Jason Salaz - - - - Julio Sanchez - - - - Bernd Schandl - - - - Martin Senftleben - - - - Gary Shao - - - - Jim Smart - - - - Steve Swales - - - - Eero Tamminen - - - - Samuel Tardieu - - - - Richard Taylor - - - - James Treacy - - - - Sebastian Voecking - - - - Xing Wang - - - - Tim Waugh - - - - Jesper Zedlitz - If you know of somebody else who should be listed here, please let us know. diff --git a/help/ChangeLog b/help/ChangeLog index 73d2ee8d8..672cbb9b9 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,4 +1,8 @@ 2006-10-11 Alex Roitman + * Makefile.am (DOC_MODULE): Use gramps in stead of gramps-manual. + * C/gramps.xml: Add in place of gramps-manual.xml; + add more authors. + * gramps.omf.in: Add in place of gramps-manual.omf.in * C/authors.xml: Add mote authors. 2006-03-17 Alex Roitman diff --git a/help/Makefile.am b/help/Makefile.am index 99d492f58..e18dbb6c1 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -4,9 +4,8 @@ include $(top_srcdir)/gnome-doc-utils.make dist-hook: doc-dist-hook -DOC_MODULE = gramps-manual -DOC_ENTITIES = \ - gramps-manual.xml +DOC_MODULE = gramps +DOC_ENTITIES = gramps.xml DOC_FIGURES = \ figures/bookreport.png\ diff --git a/help/gramps-manual.omf.in b/help/gramps.omf.in similarity index 100% rename from help/gramps-manual.omf.in rename to help/gramps.omf.in diff --git a/src/GrampsDisplay.py b/src/GrampsDisplay.py index b9767eba8..0cc80ba8a 100644 --- a/src/GrampsDisplay.py +++ b/src/GrampsDisplay.py @@ -21,7 +21,7 @@ def help(target): try: import gnome - gnome.help_display('gramps-manual',target) + gnome.help_display('gramps',target) except: url('http://gramps-project.org/gramps-manual/gramps-manual-en/index.html')