Git commit dcf63321c39216733af63be2dff08a9fc1994ac7 by Yuri Chornoivan. Committed on 13/11/2013 at 18:30. Pushed by yurchor into branch 'master'.
Add a note on the new Filter Maps feature M +- -- doc/first-start1.png M +- -- doc/first-start2.png M +10 -4 doc/index.docbook http://commits.kde.org/kgeography/dcf63321c39216733af63be2dff08a9fc1994ac7 diff --git a/doc/first-start1.png b/doc/first-start1.png index c6ba089..2713e83 100644 Binary files a/doc/first-start1.png and b/doc/first-start1.png differ diff --git a/doc/first-start2.png b/doc/first-start2.png index a1d9b3a..b243b54 100644 Binary files a/doc/first-start2.png and b/doc/first-start2.png differ diff --git a/doc/index.docbook b/doc/index.docbook index 6ded6e9..c99bd70 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -43,8 +43,8 @@ <legalnotice>&FDLNotice;</legalnotice> -<date>2013-05-28</date> -<releaseinfo>0.8.1 (&kde; 4.11)</releaseinfo> +<date>2013-11-13</date> +<releaseinfo>0.8.1 (&kde; 4.13)</releaseinfo> <!-- Abstract about this handbook --> @@ -103,6 +103,12 @@ revision history. (see installation appendix comment) --> <title>Quick Start to &kgeography;</title> <para> When you run &kgeography; for the first time, it first asks you to choose a map to start with. +</para> +<tip> +<para> + You can filter the map list using <guilabel>Filter Maps</guilabel> text field. Just enter a few first letters of the map name to narrow down the list to a few matches. +</para> +</tip> <screenshot> <screeninfo>Here's a screenshot of &kgeography; at first start</screeninfo> <mediaobject> @@ -114,7 +120,6 @@ When you run &kgeography; for the first time, it first asks you to choose a map </textobject> </mediaobject> </screenshot> -</para> <para> Here we choose Canada <screenshot> @@ -386,7 +391,8 @@ on the &kgeography; website. <para><sgmltag class="starttag">capital</sgmltag> and <sgmltag class="endtag">capital</sgmltag>: the name of the capital of the division, ⪚ <quote>Tirana</quote>.</para> </listitem> <listitem> - <para><sgmltag class="starttag">ignore</sgmltag> and <sgmltag class="endtag">ignore</sgmltag>: can be set to <userinput>yes</userinput>, <userinput>allowClickMode</userinput>, <userinput>allowClickFlagMode</userinput> and <userinput>no</userinput>. If this tag is set to <userinput>yes</userinput> then the division will be ignored when asking for divisions in that map. It is then as if this division does not exist in &kgeography; quiz modes. If this tag is set to <userinput>allowClickMode</userinput> then &kgeography; will ask for the division in the <guibutton>Location of ...</guibutton> mode but not in other quiz modes. If this tag is set to <userinput>allowClickFlagMode</userinput> then &kgeography; will ask for the division in the <guibutton>Location of ...</guibutton> mode and in the flag related quizes but not in other quiz modes. Setting this tag to <userinput>no</userinput> means the division will appear in all modes (browse and quizzes). This tag is optional and when there is no <sgmltag class="starttag">ignore</sgmltag> tag that means as it is set to <userinput>no</userinput>. For example <quote>Algeria</quote> has this tag set to <userinput>yes</userinput> in the <quote>Europe</quote> map which means that <quote>Algeria</quote> will not be part of any quiz in the <quote>Europe</quote> map.</para> + <para><sgmltag class="starttag">ignore</sgmltag> and <sgmltag class="endtag">ignore</sgmltag>: can be set to <userinput>yes</userinput>, <userinput>allowClickMode</userinput>, <userinput>allowClickFlagMode</userinput> and <userinput>no</userinput>. If this tag is set to <userinput>yes</userinput> then the division will be ignored when asking for divisions in that map. It is then as if this division does not exist in &kgeography; quiz modes. If this tag is set to <userinput>allowClickMode</userinput> then &kgeography; will ask for the division in the <guibutton>Location of ...</guibutton> mode but not in other quiz modes. If this tag is set to <userinput>allowClickFlagMode</userinput> then &kgeography; will ask for the division in the <guibutton>Location of ...</guibutton> mode and in the flag related quizes but not in other quiz modes. Setting this tag to <userinput>no</userinput> means the division will appear in all modes (browse and quizzes). This tag is optional and when there is no <sgmltag class=" +starttag">ignore</sgmltag> tag that means as it is set to <userinput>no</userinput>. For example <quote>Algeria</quote> has this tag set to <userinput>yes</userinput> in the <quote>Europe</quote> map which means that <quote>Algeria</quote> will not be part of any quiz in the <quote>Europe</quote> map.</para> </listitem> <listitem> <para><sgmltag class="starttag">flag</sgmltag> and <sgmltag class="endtag">flag</sgmltag>: the file (without any path) containing the flag of the division, ⪚ <quote>albania.png</quote>. This tag is optional. Not needed for the divisions whose <sgmltag class="starttag">ignore</sgmltag> tag is set to <userinput>yes</userinput>.</para>
