Added more help pages.
This commit is contained in:
parent
a968abe8e6
commit
b7c57ac9a9
@ -1,5 +1,6 @@
|
||||
<page xmlns="http://projectmallard.org/1.0/"
|
||||
xmlns:its="http://www.w3.org/2005/11/its"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
type="guide" style="2column task"
|
||||
id="index">
|
||||
<info>
|
||||
@ -13,6 +14,8 @@
|
||||
<years>2013</years>
|
||||
</credit>
|
||||
|
||||
<xi:include href="legal.xml" />
|
||||
|
||||
<desc>Astrologers' software</desc>
|
||||
</info>
|
||||
|
||||
|
25
help/C/introduction.page
Normal file
25
help/C/introduction.page
Normal file
@ -0,0 +1,25 @@
|
||||
<page xmlns="http://projectmallard.org/1.0/"
|
||||
xmlns:its="http://www.w3.org/2005/11/its"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
type="guide"
|
||||
id="introduction">
|
||||
<info>
|
||||
<revision version="0.1" date="2013-09-22" status="candidate" />
|
||||
<link type="guide" xref="index" />
|
||||
<link type="seealso" xref="overview" />
|
||||
|
||||
<credit type="author copyright">
|
||||
<name>Gergely Polonkai</name>
|
||||
<email its:translate="no">gergely@polonkai.eu</email>
|
||||
<years>2013</years>
|
||||
</credit>
|
||||
|
||||
<xi:include href="legal.xml" />
|
||||
|
||||
<desc>What is <app>Astrognome</app>?</desc>
|
||||
</info>
|
||||
|
||||
<title>Introduction</title>
|
||||
|
||||
<p><app>Astrognome</app> is an astrologers' software for the GNOME Desktop.</p>
|
||||
</page>
|
21
help/C/legal.xml
Normal file
21
help/C/legal.xml
Normal file
@ -0,0 +1,21 @@
|
||||
<license xmlns="http://projectmallard.org/1.0/">
|
||||
|
||||
<p>This work is licenced under a
|
||||
<link href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons
|
||||
Attribution-Share Alike 3.0 Unported License</link> and a
|
||||
<link href="http://www.gnu.org/licenses/">GNU General Public License version
|
||||
3</link>. It may be redistributed and/or modified under either license.</p>
|
||||
|
||||
<p>GPL 3 statement:</p>
|
||||
<p>This work is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License version 3 as
|
||||
published by the Free Software Foundation.</p>
|
||||
|
||||
<p>This work is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.</p>
|
||||
|
||||
<p>You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see http://www.gnu.org/licenses/.</p>
|
||||
</license>
|
@ -7,7 +7,9 @@ HELP_ID = astrognome
|
||||
HELP_MEDIA = $(NULL)
|
||||
|
||||
HELP_FILES = \
|
||||
index.page \
|
||||
index.page \
|
||||
introduction.page \
|
||||
legal.xml \
|
||||
$(NULL)
|
||||
|
||||
HELP_LINGUAS = hu
|
||||
|
Loading…
Reference in New Issue
Block a user