* doc/gramps.1.in, doc/gramps.1: Update.

* doc/gramps-manual/C/gramps-manual.xml: Update.


svn: r2669
This commit is contained in:
Alex Roitman 2004-01-20 15:47:23 +00:00
parent f65b6d70ca
commit c75e431355
4 changed files with 44 additions and 10 deletions

View File

@ -1,3 +1,7 @@
2004-01-20 Alex Roitman <shura@alex.neuro.umn.edu>
* doc/gramps.1.in, doc/gramps.1: Update.
* doc/gramps-manual/C/gramps-manual.xml: Update.
2004-01-19 Don Allingham <dallingham@users.sourceforge.net> 2004-01-19 Don Allingham <dallingham@users.sourceforge.net>
* src/plugins/FilterEditor.py: handle unicode characters * src/plugins/FilterEditor.py: handle unicode characters
* src/PeopleStore.py: handle corrupt iter * src/PeopleStore.py: handle corrupt iter

View File

@ -3,7 +3,7 @@
<!-- <!--
User Manual for Gramps - a GTK+/GNOME based genealogy program User Manual for Gramps - a GTK+/GNOME based genealogy program
Copyright (C) 2003 Alexander Roitman Copyright (C) 2003-2004 Alexander Roitman
Permission is granted to copy, distribute and/or modify this Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation document under the terms of the GNU Free Documentation
@ -27,9 +27,9 @@
<!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 appversion "0.98.0"> <!ENTITY appversion "1.0.0">
<!ENTITY manrevision "2.4"> <!ENTITY manrevision "2.5">
<!ENTITY date "December 2003"> <!ENTITY date "January 2003">
<!ENTITY app "<application>GRAMPS</application>"> <!ENTITY app "<application>GRAMPS</application>">
<!-- Information about the entities <!-- Information about the entities
The legal.xml file contains legal information, there is no need to edit the file. The legal.xml file contains legal information, there is no need to edit the file.
@ -52,8 +52,8 @@
<articleinfo> <articleinfo>
<title>&app; Manual V&manrevision;</title> <title>&app; Manual V&manrevision;</title>
<copyright> <year>2003</year> <holder>Alex Roitman</holder> </copyright>
<copyright> <year>2001</year> <holder>Donald N. Allingham</holder> </copyright> <copyright> <year>2001</year> <holder>Donald N. Allingham</holder> </copyright>
<copyright> <year>2003-2004</year> <holder>Alex Roitman</holder> </copyright>
<!-- translators: uncomment this: <!-- translators: uncomment this:
@ -129,6 +129,15 @@
<para role="publisher">GRAMPS Project</para> <para role="publisher">GRAMPS Project</para>
</revdescription> </revdescription>
</revision> </revision>
<revision>
<revnumber>GRAMPS Manual V2.4</revnumber>
<date>December 2003</date>
<revdescription>
<para role="author">Alex Roitman
<email>shura@alex.neuro.umn.edu</email></para>
<para role="publisher">GRAMPS Project</para>
</revdescription>
</revision>
<revision> <revision>
<revnumber>GRAMPS Manual V2.3</revnumber> <revnumber>GRAMPS Manual V2.3</revnumber>
<date>September 2003</date> <date>September 2003</date>
@ -258,12 +267,23 @@
You can use it to describe known bugs and limitations of the You can use it to describe known bugs and limitations of the
program if there are any - please be frank and list all program if there are any - please be frank and list all
problems you know of. problems you know of.
-->
<sect1 id="mayapp-bugs"> <sect1 id="mayapp-bugs">
<title>Known Bugs and Limitations</title> <title>Known Bugs and Limitations</title>
<para> </para> <para>Currently, &app; loads all data into memory, which tends to bog
down the system for large databases (over 15000 people for a typical
system). This will be addressed with the 1.2 release by incorporating
a database backend. The database backend should dramatically improve
both speed and memory usage. </para>
<para>Direct printing is not currently supported. This is planned to be
fixed after the stable 1.0 release by using gnome-print architechture.</para>
<para>PS and PDF reports output garbage in place of unicode characters.
This should also be solved when we move to gnome-print. In the meantime,
a decent workaround is to produce reports in OpenOffice.org format and then
export into PDF from withing OpenOffice.org application.</para>
</sect1> </sect1>
-->
<!-- ============= About ================================== --> <!-- ============= About ================================== -->
<!-- This section contains info about the program (not docs), such as <!-- This section contains info about the program (not docs), such as
author's name(s), web page, license, feedback address. This author's name(s), web page, license, feedback address. This

View File

@ -1,4 +1,4 @@
.TH gramps 1 "1.0.0" "December 2003" "1.0.0" .TH gramps 1 "1.0.0" "January 2004" "1.0.0"
.SH NAME .SH NAME
gramps \- Genealogical Research and Analysis Management Programming System. gramps \- Genealogical Research and Analysis Management Programming System.
@ -142,6 +142,11 @@ memory usage.
.LP .LP
Direct printing is not currently supported. This is planned to be fixed after Direct printing is not currently supported. This is planned to be fixed after
the stable 1.0 release by using gnome-print architechture. the stable 1.0 release by using gnome-print architechture.
.LP
PS and PDF reports output garbage in place of unicode characters.
This should also be solved when we move to gnome-print. In the meantime, a
decent workaround is to produce reports in OpenOffice.org format and then
export into PDF from withing OpenOffice.org application.
.SH FILES .SH FILES
.LP .LP

View File

@ -1,4 +1,4 @@
.TH gramps 1 "@VERSION@" "December 2003" "@VERSION@" .TH gramps 1 "@VERSION@" "January 2004" "@VERSION@"
.SH NAME .SH NAME
gramps \- Genealogical Research and Analysis Management Programming System. gramps \- Genealogical Research and Analysis Management Programming System.
@ -142,6 +142,11 @@ memory usage.
.LP .LP
Direct printing is not currently supported. This is planned to be fixed after Direct printing is not currently supported. This is planned to be fixed after
the stable 1.0 release by using gnome-print architechture. the stable 1.0 release by using gnome-print architechture.
.LP
PS and PDF reports output garbage in place of unicode characters.
This should also be solved when we move to gnome-print. In the meantime, a
decent workaround is to produce reports in OpenOffice.org format and then
export into PDF from withing OpenOffice.org application.
.SH FILES .SH FILES
.LP .LP