diff options
Diffstat (limited to 'help/C/zenity.xml')
-rw-r--r-- | help/C/zenity.xml | 113 |
1 files changed, 113 insertions, 0 deletions
diff --git a/help/C/zenity.xml b/help/C/zenity.xml new file mode 100644 index 00000000..d44e7e35 --- /dev/null +++ b/help/C/zenity.xml @@ -0,0 +1,113 @@ +<?xml version="1.0"?> +<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" + "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ + <!ENTITY legal SYSTEM "legal.xml"> + <!ENTITY version "1.0"> + <!ENTITY app "<application>zenity</application>"> +]> + +<!-- ================ Document Header ================= --> + +<article id="index" lang="en"> + + <articleinfo> + <title>Zenity Manual</title> + <copyright> + <year>2003</year> + <holder>Sun Microsystems</holder> + </copyright> + + <!-- Translators: uncomment this + <copyright> + <year>2003</year> + <holder>ME_THE_TRANSLATOR</holder> + </copyright> + --> + + <publisher> + <publishername>GNOME Documentation Project</publishername> + </publisher> + + <releaseinfo>Version 1.0 of Zenity Manual</releaseinfo> + + <legalnotice id="feedback"> + <title>Feedback Information</title> + <para> + To report a bug or make a suggestion regarding this + application or this documentation, please see the + <ulink type="help" url="ghelp:gnome-feedback"> + GNOME Feedback Page + </ulink> + </para> + </legalnotice> + + <authorgroup> + <author> + <firstname>Glynn</firstname> + <surname>Foster</surname> + <affiliation> + <orgname>GNOME Documentation Project</orgname> + </affiliation> + </author> + </authorgroup> + + <revhistory> + <revision> + <revnumber>1.0</revnumber> + <date>&date;</date> + <revdescription> + <para role="author">Glynn Foster</para> + <para role="publisher"> + GNOME Documentation Project + </para> + </revdescription> + </revision> + </revhistory> + </articleinfo> + +<!-- ================ Document Body ================= --> + +<!-- ================ Application License ================= --> + <sect1 id="license"> + <title>License</title> + <para> + This program is free software; you can redistribute + it and/or modify it under the terms of the + <ulink type="help" url="gnome-help:gpl"> + <citetitle>GNU General Public License</citetitle> + </ulink> + as published by the Free Software Foundation; either + version 2 of the License, of (at your option) any later + version. + </para> + <para> + This program 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 + <citetitle>GNU General Public License</citetitle> + for more details. + </para> + <para> + A copy of the + <citetitle>GNU General Public License</citetitle> + is included as an appendix to the + <citetitle>GNOME Users Guide</citetitle> + . You may also obtain a copy of the + <citetitle>GNU General Public License</citetitle> + from the Free Software Foundation by visiting + <ulink type="http" url="http://www.fsf.org"> + their Web site + </ulink> + or by writing to + <address>Free Software Foundation, Inc. + <street>59 Temple Place</street> - Suite 330 + <city>Boston</city>, + <state>MA</state> + <postcode>02111-1307</postcode> + <country>USA</country> + </address> + </para> + </sect1> + +</article> |