* doc/gramps-manual/C/custom.xml: Match against DTD

* doc/gramps-manual/C/usage.xml: Match against DTD
* doc/gramps-manual/C/preface.xml: Match against DTD


svn: r5106
This commit is contained in:
Martin Hawlisch
2005-08-18 20:29:31 +00:00
parent b35767c630
commit 6a4b19417d
4 changed files with 53 additions and 49 deletions

View File

@@ -1,3 +1,8 @@
2005-08-18 Martin Hawlisch <Martin.Hawlisch@gmx.de>
* doc/gramps-manual/C/custom.xml: Match against DTD
* doc/gramps-manual/C/usage.xml: Match against DTD
* doc/gramps-manual/C/preface.xml: Match against DTD
2005-08-17 Don Allingham <don@gramps-project.org>
* src/plugins/NavWebPage.py: fix source reference links on the
source page, check for bad file name if archive is used.

View File

@@ -255,10 +255,10 @@
<varlistentry><term>Adjusting viewing controls</term>
<listitem>Whether the toolbar, the sidebar, or the filter (People View
<listitem><para>Whether the toolbar, the sidebar, or the filter (People View
only) are displayed in the main window is adjusted through
the <guimenu>View</guimenu> menu.
</listitem>
</para></listitem>
</varlistentry>
</variablelist>

View File

@@ -194,25 +194,25 @@
<para>
In this book, we some words are marked with special typography:
<itemizedlist>
<listitem><application>Applications</application></listitem>
<listitem><command>Commands</command> you type at the command
line</listitem>
<listitem><filename>Filenames</filename></listitem>
<listitem><replaceable>Replaceable text</replaceable></listitem>
<listitem><guilabel>Labels</guilabel> for buttons and other
portions of the graphical interface</listitem>
<listitem><simpara><application>Applications</application></simpara></listitem>
<listitem><simpara><command>Commands</command> you type at the command
line</simpara></listitem>
<listitem><simpara><filename>Filenames</filename></simpara></listitem>
<listitem><simpara><replaceable>Replaceable text</replaceable></simpara></listitem>
<listitem><simpara><guilabel>Labels</guilabel> for buttons and other
portions of the graphical interface</simpara></listitem>
<listitem> Menu selections look like this:
<listitem><simpara>Menu selections look like this:
<menuchoice>
<guimenu>Menu</guimenu>
<guisubmenu>Submenu</guisubmenu>
<guimenuitem>Menu Item</guimenuitem>
</menuchoice>
</listitem>
<listitem><guibutton>Buttons</guibutton> you can
click</listitem>
<listitem><userinput>Anything you type
in</userinput></listitem>
</simpara></listitem>
<listitem><simpara><guibutton>Buttons</guibutton> you can
click</simpara></listitem>
<listitem><simpara><userinput>Anything you type
in</userinput></simpara></listitem>
</itemizedlist>
</para>

View File

@@ -1259,41 +1259,40 @@ dialog described in detail below, see <xref linkend="adv-dates-gui"/> </para></t
check the date using graphical user interface. The <guilabel>Date selection</guilabel>
dialog can be invoked by clicking the color circle button (also known as the LED
button) next to the date entry field. </para>
</sect3>
<!-- ==== Figure: Date selection dialog ==== -->
<figure id="adv-dates-gui-fig">
<title>Date selection dialog</title>
<screenshot><mediaobject><imageobject><imagedata
fileref="figures/date-selection.png" format="PNG"/></imageobject>
<textobject>
<phrase>Shows Date selection dialog. </phrase>
</textobject></mediaobject></screenshot></figure>
<!-- ==== End of Figure ==== -->
<para>The <guilabel>Calendar</guilabel> menu allows the choice
of any supported calendar. The <guilabel>Quality</guilabel> menu
provides choices of Regular, Estimated, or Calculated quality. The
<guilabel>Type</guilabel> menu allows to adjust the exact date type:
Regular, Before, After, About, Range, Span, and Text only.
A set of controls labeled <guilabel>Date</guilabel> allows setting
the day, the month, and the year for a date. The second set of controls,
<guilabel>Second date</guilabel>, is disabled for all dates except
for those of Range and Span type. For ranges and spans, the
<guilabel>Second date</guilabel> controls allow setting the details
of the second date. Finally, the <guilabel>Text comment</guilabel>
text entry field allows storing an arbitrary text string along with the date.
</para>
<note><para>If you enter the date outside this dialog, i.e. as a text
in any date entry field, that text will be copied and stored as the text
comment string during parsing of entered text.</para>
<para>Therefore, the comment only lives until the next parsing.
If you have some important text corresponding to the date, you
are probably better off by saving that text as a Note for the
corresponding event.</para></note>
<!-- ==== Figure: Date selection dialog ==== -->
<para><figure id="adv-dates-gui-fig">
<title>Date selection dialog</title>
<screenshot><mediaobject><imageobject><imagedata
fileref="figures/date-selection.png" format="PNG"/></imageobject>
<textobject>
<phrase>Shows Date selection dialog. </phrase>
</textobject></mediaobject></screenshot></figure></para>
<!-- ==== End of Figure ==== -->
<para>The <guilabel>Calendar</guilabel> menu allows the choice
of any supported calendar. The <guilabel>Quality</guilabel> menu
provides choices of Regular, Estimated, or Calculated quality. The
<guilabel>Type</guilabel> menu allows to adjust the exact date type:
Regular, Before, After, About, Range, Span, and Text only.
A set of controls labeled <guilabel>Date</guilabel> allows setting
the day, the month, and the year for a date. The second set of controls,
<guilabel>Second date</guilabel>, is disabled for all dates except
for those of Range and Span type. For ranges and spans, the
<guilabel>Second date</guilabel> controls allow setting the details
of the second date. Finally, the <guilabel>Text comment</guilabel>
text entry field allows storing an arbitrary text string along with the date.
</para>
<note><para>If you enter the date outside this dialog, i.e. as a text
in any date entry field, that text will be copied and stored as the text
comment string during parsing of entered text.</para>
<para>Therefore, the comment only lives until the next parsing.
If you have some important text corresponding to the date, you
are probably better off by saving that text as a Note for the
corresponding event.</para></note>
</sect3>
</sect2>
<!-- ================ Usage Sub-subsection ================ -->