* 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> 2005-08-17 Don Allingham <don@gramps-project.org>
* src/plugins/NavWebPage.py: fix source reference links on the * src/plugins/NavWebPage.py: fix source reference links on the
source page, check for bad file name if archive is used. source page, check for bad file name if archive is used.

View File

@@ -255,10 +255,10 @@
<varlistentry><term>Adjusting viewing controls</term> <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 only) are displayed in the main window is adjusted through
the <guimenu>View</guimenu> menu. the <guimenu>View</guimenu> menu.
</listitem> </para></listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>

View File

@@ -194,25 +194,25 @@
<para> <para>
In this book, we some words are marked with special typography: In this book, we some words are marked with special typography:
<itemizedlist> <itemizedlist>
<listitem><application>Applications</application></listitem> <listitem><simpara><application>Applications</application></simpara></listitem>
<listitem><command>Commands</command> you type at the command <listitem><simpara><command>Commands</command> you type at the command
line</listitem> line</simpara></listitem>
<listitem><filename>Filenames</filename></listitem> <listitem><simpara><filename>Filenames</filename></simpara></listitem>
<listitem><replaceable>Replaceable text</replaceable></listitem> <listitem><simpara><replaceable>Replaceable text</replaceable></simpara></listitem>
<listitem><guilabel>Labels</guilabel> for buttons and other <listitem><simpara><guilabel>Labels</guilabel> for buttons and other
portions of the graphical interface</listitem> portions of the graphical interface</simpara></listitem>
<listitem> Menu selections look like this: <listitem><simpara>Menu selections look like this:
<menuchoice> <menuchoice>
<guimenu>Menu</guimenu> <guimenu>Menu</guimenu>
<guisubmenu>Submenu</guisubmenu> <guisubmenu>Submenu</guisubmenu>
<guimenuitem>Menu Item</guimenuitem> <guimenuitem>Menu Item</guimenuitem>
</menuchoice> </menuchoice>
</listitem> </simpara></listitem>
<listitem><guibutton>Buttons</guibutton> you can <listitem><simpara><guibutton>Buttons</guibutton> you can
click</listitem> click</simpara></listitem>
<listitem><userinput>Anything you type <listitem><simpara><userinput>Anything you type
in</userinput></listitem> in</userinput></simpara></listitem>
</itemizedlist> </itemizedlist>
</para> </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> 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 dialog can be invoked by clicking the color circle button (also known as the LED
button) next to the date entry field. </para> 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> </sect2>
<!-- ================ Usage Sub-subsection ================ --> <!-- ================ Usage Sub-subsection ================ -->