Start of documentation cleanup

svn: r845
This commit is contained in:
Don Allingham 2002-03-17 15:46:24 +00:00
parent 84f4195b39
commit d4b3e6487a
63 changed files with 5842 additions and 5810 deletions

View File

@ -11,17 +11,9 @@
store the results in a file that can be emailed. Have the start of
this with the gramps.err file, but most users don't realize that
this file has been created. Some type of notification is needed.
* Allow an image to be dropped onto the image box on the first tab of
the EditPerson dialog. This would make that image the first in the
photo list as well.
* Speed up the reading of the database. The python XML routines are not
as fast as I would like, and it can take a minute or so to read a
large database. This is way too slow.
* GEDCOM import should use the GEDCOM ID values as the GRAMPS ids if the
current database is empty. This would help us in the future if we want
to do an incremental update. Having the GEDCOM ID and the gramps ID
match up would be a good indication that these are the same people.
For example, @F001@ would become F001.
* Finish the generic load of revision control interfaces to allow a
revision control plugin system. Most of the work is already done.
* Extend the gramps package exporting to export to a ISO-9660 CD-ROM
@ -35,4 +27,9 @@
Python 2.0 provides a zip interface, so this may need to hold off until
the move is made to Python 2.0.
* Sort all lists
* Implement a "Preferred Family" concept for each person. Currently, the
alternate family/main family is kind of awkward, since the main family
must now be the birth family. Many people would view an adopted family
as the main family.
* Startup tips.
* And a whole lot more....

View File

@ -154,20 +154,16 @@
</screenshot>
</figure>
<para>
The second page of the start-up screens will prompt you for
some personal information. This information is optional, and
can be changed at any time. The information will be used to
establish your copyright on the information, and to provide
information needed for valid GEDCOM exporting.
<application>GRAMPS</application> will guide you through a few pages
that prompt you for some setup information. The information it requests
includes information about yourself and your preferences.
</para>
<para>
Although <application>GRAMPS</application> requests information about
your, this information is used only so that it can create valid GEDCOM
output files. A valid GEDCOM file requires information about the file&quot;s
creator. If you chose, you may leave the information empty.
</para>
<figure id="druidpg2">
<title>Getting Started screen, page 2</title>
<screenshot>
<screeninfo>Getting Started screen, page 2</screeninfo>
<graphic fileref="druidpg2" format="png" srccredit="Don Allingham">
</graphic>
</screenshot>
</figure>
</sect1>
<sect1 id="gettingstarted">
@ -175,7 +171,10 @@
<para>
Starting <application>GRAMPS</application> opens the
<interface>Main window</interface>, shown in <xref
linkend="mainwindow-fig">. The window is at first empty.
linkend="mainwindow-fig">. You will be prompted to either open an
existing database, or to create a new
database. <application>GRAMPS</application> requires that a
database always be open.
</para>
<figure id="mainwindow-fig">
<title>GRAMPS Main Window</title>
@ -300,19 +299,29 @@
<application>GRAMPS</application> allows you to apply filters to
the People View. When a filter is applied, the People View will
only display the entries matching the filter. All of the entries
remain in the database, but are temporarily hidden.
remain in the database, but some entries may be temporarily hidden.
</para>
<para>
There are three parts to a filter. The first part is the
There are up to three parts to a filter. The first part is the
selection of the filter to be applied. A filter is selected from
the option menu directly above the People View. The second part
is an option qualifier. This qualifier provides more specific
the option menu directly above the People View. The second part
is an optional argument. This qualifier provides more specific
information for the filter. Many filters do not require the
qualifier, and it will be grayed out if not needed. The third
part of the filter is the invert selection. When this option is
selected, <application>GRAMPS</application> will display the
entries that do not match the filter.
argument, and it will not be displayed if it is not needed. If
the argument is required, a text box with a descriptive label
will appear. The third part of the filter is the invert
selection. When this option is selected,
<application>GRAMPS</application> will display the entries that
do not match the filter.
</para>
<figure id="filter-fig">
<title>Filter that reqires an argument</title>
<screenshot>
<screeninfo>Filter that requires an argument</screeninfo>
<graphic fileref="filter" format="png" srccredit="Don Allingham">
</graphic>
</screenshot>
</figure>
<para>
A filter is not applied until the <guibutton>Apply</guibutton>
button is pressed. The filter will remain in effect until the
@ -405,24 +414,6 @@
the place where the event occurred, and a description of the
event. A note or a source may also be attached to the event.
</para>
<para>
Events have the concept of privacy and confidence associated
with them. An event may be marked as "Private". When generating
reports or exporting to other formats, you will be allowed to
either include or exclude private records. This will allow you
to limit information provided to others.
</para>
<para>
<application>GRAMPS</application> allows you to specify your
confidence in the information you have. By default, a confidence
level of "Normal" is associated with each event. This can be
increased ("High" or "Very High") or decreased ("Low" or
"Very Low") to indicate the confidence you have in the
information. For example, if Aunt Martha thinks that her
grandmother was born in a particular year, you may wish to mark
this with a lower level of confidence than if you had a copy of
her grandmother's birth certificate.
</para>
<figure id="ep_event-fig">
<title>Events Tab</title>
<screenshot>
@ -718,6 +709,23 @@
currently displayed internet address.
</para>
</sect2>
<sect2 id="ldstab">
<title>LDS Tab</title>
<para>
If you have chosen to enable support for the LDS (Latter Day Saints)
ordinances, the <interface>LDS</interface> tab is visible, and can
be selected. This tab allows you to enter specific information used
by the Church of Jesus Christ of Latter Day Saints.
</para>
<figure id="ep_lds-fig">
<title>LDS Tab</title>
<screenshot>
<screeninfo>LDS Tab</screeninfo>
<graphic fileref="ep_lds" format="png" srccredit="Don Allingham">
</graphic>
</screenshot>
</figure>
</sect2>
</sect1>
<sect1 id="familyview">
<title>Family View</title>
@ -1358,22 +1366,23 @@
</variablelist>
</sect2>
<sect2 id="prefs_tab1">
<title>Formats</title>
<title>Dates and Calendars</title>
<figure id="prefs_fmt">
<title>Formats</title>
<title>Dates and Calendars</title>
<screenshot>
<screeninfo>Formats Tab</screeninfo>
<graphic fileref="prefs_fmt" format="png" srccredit="Don Allingham">
<screeninfo>Dates and Calendars</screeninfo>
<graphic fileref="prefs_dates" format="png" srccredit="Don Allingham">
</graphic>
</screenshot>
</figure>
<para>
The <interface>Formats</interface> tab allows you to change the
display formats of several different types of data. This includes
dates and names.
The <interface>Dates and Calendars</interface> page allows you to change the
display and entry formats of dates.
</para>
<para>
</para>
<variablelist>
<title>Formats Preferences options</title>
<title>Dates and Calendars options</title>
<varlistentry>
<term>Display Formats</term>
<listitem>
@ -1399,6 +1408,19 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Calendars</term>
<listitem>
<para>
<application>GRAMPS</application> can support calendars
other than the typical Gregorian calendar. If enabled,
<application>GRAMPS</application> will display a menu
allowing you to specify the calendar that a date
represents. Calendars currently supported are Gregorian,
Hebrew, Julian, and French Republican.
</para>
</listitem>
</varlistentry>
</variablelist>
</sect2>
<sect2 id="prefs_tab2">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

View File

@ -122,7 +122,7 @@ NAME="BKMARKS"
> Bookmarks work similar to bookmarks in HTML browsers. They
allow you to quickly jump to a person, making that person the
active person. This allows you to avoid searching for them
everytime you want to add/change something in their information.
every time you want to add/change something in their information.
</P
><DIV
CLASS="FIGURE"
@ -134,7 +134,7 @@ NAME="GOTOBOOKMARK"
SRC="gotobookmark.png"></P
><P
><B
>Figure 22. Using Bookmarks</B
>Figure 23. Using Bookmarks</B
></P
></DIV
><P
@ -185,7 +185,7 @@ NAME="EDITBOOKMARK"
SRC="editbookmarks.png"></P
><P
><B
>Figure 23. Editing Bookmarks</B
>Figure 24. Editing Bookmarks</B
></P
></DIV
></DIV

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -83,7 +83,7 @@ CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN129"
NAME="AEN133"
>General Information Tab</A
></H2
><DIV
@ -114,7 +114,7 @@ CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN138"
NAME="AEN142"
>Alternate Names Tab</A
></H2
><DIV
@ -188,27 +188,6 @@ CLASS="APPLICATION"
the place where the event occurred, and a description of the
event. A note or a source may also be attached to the event.
</P
><P
> Events have the concept of privacy and confidence associated
with them. An event may be marked as "Private". When generating
reports or exporting to other formats, you will be allowed to
either include or exclude private records. This will allow you
to limit information provided to others.
</P
><P
> <TT
CLASS="APPLICATION"
>GRAMPS</TT
> allows you to specify your
confidence in the information you have. By default, a confidence
level of "Normal" is associated with each event. This can be
increased ("High" or "Very High") or decreased ("Low" or
"Very Low") to indicate the confidence you have in the
information. For example, if Aunt Martha thinks that her
grandmother was born in a particular year, you may wish to mark
this with a lower level of confidence than if you had a copy of
her grandmother's birth certificate.
</P
><DIV
CLASS="FIGURE"
><A
@ -475,7 +454,7 @@ CLASS="APPLICATION"
second row". Clicking the <B
CLASS="GUIBUTTON"
>Edit
Properites</B
Properties</B
> allows you to edit the local properties.
</P
><DIV
@ -679,6 +658,37 @@ CLASS="GUIBUTTON"
currently displayed internet address.
</P
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="LDSTAB"
>LDS Tab</A
></H2
><P
> If you have chosen to enable support for the LDS (Latter Day Saints)
ordinances, the <SPAN
CLASS="INTERFACE"
>LDS</SPAN
> tab is visible, and can
be selected. This tab allows you to enter specific information used
by the Church of Jesus Christ of Latter Day Saints.
</P
><DIV
CLASS="FIGURE"
><A
NAME="EP_LDS-FIG"
></A
><P
><IMG
SRC="ep_lds.png"></P
><P
><B
>Figure 14. LDS Tab</B
></P
></DIV
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

View File

@ -98,7 +98,7 @@ NAME="FAMILYVIEW-FIG"
SRC="familyview.png"></P
><P
><B
>Figure 14. Family View</B
>Figure 15. Family View</B
></P
></DIV
><P

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -93,25 +93,22 @@ SRC="druidpg1.png"></P
></P
></DIV
><P
> The second page of the start-up screens will prompt you for
some personal information. This information is optional, and
can be changed at any time. The information will be used to
establish your copyright on the information, and to provide
information needed for valid GEDCOM exporting.
> <TT
CLASS="APPLICATION"
>GRAMPS</TT
> will guide you through a few pages
that prompt you for some setup information. The information it requests
includes information about yourself and your preferences.
</P
><DIV
CLASS="FIGURE"
><A
NAME="DRUIDPG2"
></A
><P
><IMG
SRC="druidpg2.png"></P
><P
><B
>Figure 2. Getting Started screen, page 2</B
></P
></DIV
> Although <TT
CLASS="APPLICATION"
>GRAMPS</TT
> requests information about
your, this information is used only so that it can create valid GEDCOM
output files. A valid GEDCOM file requires information about the file"s
creator. If you chose, you may leave the information empty.
</P
></DIV
><DIV
CLASS="NAVFOOTER"

View File

@ -90,7 +90,7 @@ NAME="REPORT-FIG"
SRC="reportsel.png"></P
><P
><B
>Figure 33. Report Generation Dialog</B
>Figure 34. Report Generation Dialog</B
></P
></DIV
><P
@ -124,7 +124,7 @@ CLASS="GUIBUTTON"
Selecting one of those options you can then change the font (font
face, size, color, and options) for each Paragraph Style along
with the Paragraph Options (Alignment, background color, margins,
and dorders). Once you are satisfied with the style you are ready
and borders). Once you are satisfied with the style you are ready
to proceed with the generation of your report. The next step is
to choose the options (if any for that specific report) and then
Choose the Template (for HTML format only) and click OK. Your
@ -270,7 +270,7 @@ appear in every GRAMPS generated file.
></TABLE
><P
><B
>Figure 34. Sample HTML Template Example</B
>Figure 35. Sample HTML Template Example</B
></P
></DIV
></DIV

View File

@ -81,8 +81,14 @@ CLASS="INTERFACE"
>Main window</SPAN
>, shown in <A
HREF="gettingstarted.html#MAINWINDOW-FIG"
>Figure 3</A
>. The window is at first empty.
>Figure 2</A
>. You will be prompted to either open an
existing database, or to create a new
database. <TT
CLASS="APPLICATION"
>GRAMPS</TT
> requires that a
database always be open.
</P
><DIV
CLASS="FIGURE"
@ -94,7 +100,7 @@ NAME="MAINWINDOW-FIG"
SRC="mainwin.png"></P
><P
><B
>Figure 3. GRAMPS Main Window</B
>Figure 2. GRAMPS Main Window</B
></P
></DIV
><DIV

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB

View File

@ -107,7 +107,7 @@ NAME="MEDIAVIEW-FIG"
SRC="mediaview.png"></P
><P
><B
>Figure 19. Media View</B
>Figure 20. Media View</B
></P
></DIV
><DIV
@ -115,7 +115,7 @@ CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN390"
NAME="AEN400"
>Media Objects</A
></H2
><P
@ -128,7 +128,7 @@ CLASS="APPLICATION"
CLASS="APPLICATION"
>GRAMPS</TT
> is told to import an object as
alocal object, it will make its own copy of the file in the
a local object, it will make its own copy of the file in the
database directory. If the object is not imported as a local
object, the original file is used.
</P
@ -154,7 +154,7 @@ CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN398"
NAME="AEN408"
>Adding a Media Object</A
></H2
><P
@ -170,8 +170,8 @@ CLASS="GUIBUTTON"
Object</B
> button. This will add the object to the Media
View, but not to any gallery. When you select the file to be
added, a preview will be displayed in the preview window. The
the file is an image, the image will be displayed. Otherwise, an
added, a preview will be displayed in the preview window. If the
file is an image, the image will be displayed. Otherwise, an
icon representing the file type will be displayed. In the dialog
box, you may choose to either import the object as a local
object, or leave it as an external object.
@ -185,7 +185,7 @@ NAME="ADDMEDIA"
SRC="addmedia.png"></P
><P
><B
>Figure 20. Add Media Object Dialog Box</B
>Figure 21. Add Media Object Dialog Box</B
></P
></DIV
>
@ -205,7 +205,7 @@ CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN409"
NAME="AEN419"
>Making a Reference to a Media Object</A
></H2
><P
@ -228,7 +228,7 @@ CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN413"
NAME="AEN423"
>Changing a Media Object's Properties</A
></H2
><P
@ -265,7 +265,7 @@ NAME="GLOBALMEDIA"
SRC="globalmedia.png"></P
><P
><B
>Figure 21. Edit a Media Object's Global Properties</B
>Figure 22. Edit a Media Object's Global Properties</B
></P
></DIV
>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

@ -82,7 +82,7 @@ CLASS="GUIMENU"
>View</B
>-&gt;<B
CLASS="GUIMENUITEM"
>Pedgree</B
>Pedigree</B
>
entry from the menus.
</P
@ -96,7 +96,7 @@ NAME="PEDIGREEVIEW-FIG"
SRC="pedegreeview.png"></P
><P
><B
>Figure 15. Pedigree View</B
>Figure 16. Pedigree View</B
></P
></DIV
><P
@ -136,7 +136,7 @@ NAME="NAVFIGURE-FIG"
SRC="pedegreesel.png"></P
><P
><B
>Figure 16. Navigation</B
>Figure 17. Navigation</B
></P
></DIV
><P
@ -144,11 +144,11 @@ SRC="pedegreesel.png"></P
will make the person on the right-hand side of the line the active
person. <A
HREF="pedigreeview.html#NAVFIGURE-FIG"
>Figure 16</A
>Figure 17</A
> shows navigation using this
method. When the mouse is over one of the lines connecting
individuals, the line widens and becomes highlighted. In this
case, double clcking on the line would make Hjalmar Smith the
case, double clicking on the line would make Hjalmar Smith the
active person.
</P
></DIV

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -100,7 +100,7 @@ NAME="PEOPLEVIEW-FIG"
SRC="peoplelist.png"></P
><P
><B
>Figure 4. People View</B
>Figure 3. People View</B
></P
></DIV
><DIV
@ -172,7 +172,7 @@ CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN112"
NAME="AEN111"
>Applying Filters</A
></H2
><P
@ -182,22 +182,37 @@ CLASS="APPLICATION"
> allows you to apply filters to
the People View. When a filter is applied, the People View will
only display the entries matching the filter. All of the entries
remain in the database, but are temporarily hidden.
remain in the database, but some entries may be temporarily hidden.
</P
><P
> There are three parts to a filter. The first part is the
> There are up to three parts to a filter. The first part is the
selection of the filter to be applied. A filter is selected from
the option menu directly above the People View. The second part
is an option qualifier. This qualifier provides more specific
the option menu directly above the People View. The second part
is an optional argument. This qualifier provides more specific
information for the filter. Many filters do not require the
qualifier, and it will be grayed out if not needed. The third
part of the filter is the invert selection. When this option is
selected, <TT
argument, and it will not be displayed if it is not needed. If
the argument is required, a text box with a descriptive label
will appear. The third part of the filter is the invert
selection. When this option is selected,
<TT
CLASS="APPLICATION"
>GRAMPS</TT
> will display the
entries that do not match the filter.
> will display the entries that
do not match the filter.
</P
><DIV
CLASS="FIGURE"
><A
NAME="FILTER-FIG"
></A
><P
><IMG
SRC="filter.png"></P
><P
><B
>Figure 4. Filter that reqires an argument</B
></P
></DIV
><P
> A filter is not applied until the <B
CLASS="GUIBUTTON"
@ -215,7 +230,7 @@ CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN121"
NAME="AEN125"
>Sorting</A
></H2
><P

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -98,7 +98,7 @@ NAME="PLACEVIEW-FIG"
SRC="placelist.png"></P
><P
><B
>Figure 18. Place View</B
>Figure 19. Place View</B
></P
></DIV
><P

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -85,7 +85,7 @@ CLASS="INTERFACE"
>Preferences</SPAN
> dialog, shown in <A
HREF="prefs.html#PREFS_GEN"
>Figure 27 in the section called <I
>Figure 28 in the section called <I
>General Preferences</I
></A
>.
@ -108,7 +108,7 @@ NAME="PREFS_GEN"
SRC="prefs_gen.png"></P
><P
><B
>Figure 27. Preferences Dialog</B
>Figure 28. Preferences Dialog</B
></P
></DIV
><P
@ -143,7 +143,7 @@ CLASS="VARIABLELIST"
CLASS="APPLICATION"
>GRAMPS</TT
> normally compresses its
data file to conserve disk space. If you do not whish to
data file to conserve disk space. If you do not wish to
have the file compressed, selecting this option will cause
<TT
CLASS="APPLICATION"
@ -181,7 +181,7 @@ CLASS="APPLICATION"
<TT
CLASS="APPLICATION"
>GRAMPS</TT
> indentification strings
> identification strings
for certain entries.
</P
></DD
@ -203,7 +203,7 @@ CLASS="SECT2"
CLASS="SECT2"
><A
NAME="PREFS_TAB1"
>Formats</A
>Dates and Calendars</A
></H2
><DIV
CLASS="FIGURE"
@ -212,27 +212,28 @@ NAME="PREFS_FMT"
></A
><P
><IMG
SRC="prefs_fmt.png"></P
SRC="prefs_dates.png"></P
><P
><B
>Figure 28. Formats</B
>Figure 29. Dates and Calendars</B
></P
></DIV
><P
> The <SPAN
CLASS="INTERFACE"
>Formats</SPAN
> tab allows you to change the
display formats of several different typs of data. This includes
dates and names.
>Dates and Calendars</SPAN
> page allows you to change the
display and entry formats of dates.
</P
><P
> </P
><P
></P
><DIV
CLASS="VARIABLELIST"
><P
><B
>Formats Preferences options</B
>Dates and Calendars options</B
></P
><DL
><DT
@ -261,6 +262,24 @@ CLASS="APPLICATION"
it should interpret numerical dates.
</P
></DD
><DT
>Calendars</DT
><DD
><P
> <TT
CLASS="APPLICATION"
>GRAMPS</TT
> can support calendars
other than the typical Gregorian calendar. If enabled,
<TT
CLASS="APPLICATION"
>GRAMPS</TT
> will display a menu
allowing you to specify the calendar that a date
represents. Calendars currently supported are Gregorian,
Hebrew, Julian, and French Republican.
</P
></DD
></DL
></DIV
></DIV
@ -282,7 +301,7 @@ NAME="PREFS_APPEAR"
SRC="prefs_appear.png"></P
><P
><B
>Figure 29. Preferences Dialog</B
>Figure 30. Preferences Dialog</B
></P
></DIV
><P
@ -355,7 +374,7 @@ NAME="PREFS_RESEARCH"
SRC="prefs_research.png"></P
><P
><B
>Figure 30. Researcher Information Dialog</B
>Figure 31. Researcher Information Dialog</B
></P
></DIV
><P
@ -383,7 +402,7 @@ NAME="PREFS_REPORT"
SRC="prefs_report.png"></P
><P
><B
>Figure 31. Report Preferences Dialog</B
>Figure 32. Report Preferences Dialog</B
></P
></DIV
><P
@ -427,7 +446,7 @@ NAME="PREFS_DIR"
SRC="prefs_dir.png"></P
><P
><B
>Figure 32. Directory Preferences Dialog</B
>Figure 33. Directory Preferences Dialog</B
></P
></DIV
><P

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

View File

@ -89,7 +89,7 @@ CLASS="APPLICATION"
> system to handle revisions.
</P
><P
> Revison control is enabled in the Revision Control tab of the
> Revision control is enabled in the Revision Control tab of the
preferences dialog. Once enabled, every save is logged into the
revision control database. If you have enabled prompting for a
comment, then a dialog box will be displayed on every save asking
@ -104,7 +104,7 @@ NAME="REVCOMMENT"
SRC="savecomment.png"></P
><P
><B
>Figure 24. Providing a revision control comment</B
>Figure 25. Providing a revision control comment</B
></P
></DIV
>
@ -114,7 +114,7 @@ CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN474"
NAME="AEN484"
>Reverting to a previous version</A
></H2
><P
@ -131,7 +131,7 @@ NAME="OPENDB"
SRC="opendb.png"></P
><P
><B
>Figure 25. Opening a database</B
>Figure 26. Opening a database</B
></P
></DIV
>
@ -144,7 +144,7 @@ CLASS="APPLICATION"
will display a dialog box that will allow you to choose which version
you would like to view. The dialog box displays the version number, the
date the version was saved, who saved the database, and any comment supplied
when the datbase was saved.
when the database was saved.
<DIV
CLASS="FIGURE"
><A
@ -155,7 +155,7 @@ NAME="REVCONTROL"
SRC="revcontrol.png"></P
><P
><B
>Figure 26. Choosing a revision</B
>Figure 27. Choosing a revision</B
></P
></DIV
>
@ -165,7 +165,7 @@ SRC="revcontrol.png"></P
database. If you do not save the retrieved database, it will not
replace the current version. If for some reason you accidentally
save the retrieved database when you did not want to replace the
current version, you can always use the revison control
current version, you can always use the revision control
mechanism to get back the version you replaced.
</P
><P

View File

@ -89,7 +89,7 @@ NAME="TOOLS-FIG"
SRC="toolsel.png"></P
><P
><B
>Figure 35. Tool Selection Dialog</B
>Figure 36. Tool Selection Dialog</B
></P
></DIV
><P
@ -190,7 +190,7 @@ CLASS="VARIABLELIST"
>Relationship calculator</DT
><DD
><P
> Calulates the relationship between two people.
> Calculates the relationship between two people.
</P
></DD
></DL

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

View File

@ -98,7 +98,7 @@ NAME="SOURCEVIEW-FIG"
SRC="sourcelist.png"></P
><P
><B
>Figure 17. Source list</B
>Figure 18. Source list</B
></P
></DIV
><P

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

@ -87,7 +87,7 @@ startup = 1
#
#-------------------------------------------------------------------------
progName = "gramps"
version = "0.7.2pre-snap20020312"
version = "0.7.2"
copyright = "© 2001 Donald N. Allingham"
authors = ["Donald N. Allingham", "David Hampton"]
comments = _("GRAMPS (Genealogical Research and Analysis Management Programming System) is a personal genealogy program.")

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff