First initial template of the help documents. Still have to write the main
2003-01-15 Glynn Foster <glynn.foster@sun.com> * help/C/Makefile.am, help/C/legal.xml, help/C/zenity-C.omf, help/C/zenity.xml, help/Makefile.am: First initial template of the help documents. Still have to write the main bulk of it.
This commit is contained in:
parent
5123cda5cd
commit
de248c7265
@ -1,3 +1,10 @@
|
||||
2003-01-15 Glynn Foster <glynn.foster@sun.com>
|
||||
|
||||
* help/C/Makefile.am, help/C/legal.xml, help/C/zenity-C.omf,
|
||||
help/C/zenity.xml, help/Makefile.am: First initial template
|
||||
of the help documents. Still have to write the main bulk of
|
||||
it.
|
||||
|
||||
2003-01-14 Glynn Foster <glynn.foster@sun.com>
|
||||
|
||||
* Makefile.am, src/Makefile.am: Updates to make
|
||||
|
7
help/C/Makefile.am
Normal file
7
help/C/Makefile.am
Normal file
@ -0,0 +1,7 @@
|
||||
figdir = figures
|
||||
docname = zenity
|
||||
lang = C
|
||||
omffile = zenity-C.omf
|
||||
entities = legal.xml
|
||||
include $(top_srcdir)/xmldocs.make
|
||||
dist-hook: app-dist-hook
|
76
help/C/legal.xml
Normal file
76
help/C/legal.xml
Normal file
@ -0,0 +1,76 @@
|
||||
<legalnotice id="legalnotice">
|
||||
<para>
|
||||
Permission is granted to copy, distribute and/or modify this
|
||||
document under the terms of the GNU Free Documentation
|
||||
License (GFDL), Version 1.1 or any later version published
|
||||
by the Free Software Foundation with no Invariant Sections,
|
||||
no Front-Cover Texts, and no Back-Cover Texts. You can find
|
||||
a copy of the GFDL at this <ulink type="help"
|
||||
url="ghelp:fdl">link</ulink> or in the file COPYING-DOCS
|
||||
distributed with this manual.
|
||||
</para>
|
||||
<para> This manual is part of a collection of GNOME manuals
|
||||
distributed under the GFDL. If you want to distribute this
|
||||
manual separately from the collection, you can do so by
|
||||
adding a copy of the license to the manual, as described in
|
||||
section 6 of the license.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Many of the names used by companies to distinguish their
|
||||
products and services are claimed as trademarks. Where those
|
||||
names appear in any GNOME documentation, and the members of
|
||||
the GNOME Documentation Project are made aware of those
|
||||
trademarks, then the names are in capital letters or initial
|
||||
capital letters.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED
|
||||
UNDER THE TERMS OF THE GNU FREE DOCUMENTATION LICENSE
|
||||
WITH THE FURTHER UNDERSTANDING THAT:
|
||||
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para>DOCUMENT IS PROVIDED ON AN "AS IS" BASIS,
|
||||
WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR
|
||||
IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES
|
||||
THAT THE DOCUMENT OR MODIFIED VERSION OF THE
|
||||
DOCUMENT IS FREE OF DEFECTS MERCHANTABLE, FIT FOR
|
||||
A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE
|
||||
RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE
|
||||
OF THE DOCUMENT OR MODIFIED VERSION OF THE
|
||||
DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR
|
||||
MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT,
|
||||
YOU (NOT THE INITIAL WRITER, AUTHOR OR ANY
|
||||
CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY
|
||||
SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
|
||||
OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS
|
||||
LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED
|
||||
VERSION OF THE DOCUMENT IS AUTHORIZED HEREUNDER
|
||||
EXCEPT UNDER THIS DISCLAIMER; AND
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL
|
||||
THEORY, WHETHER IN TORT (INCLUDING NEGLIGENCE),
|
||||
CONTRACT, OR OTHERWISE, SHALL THE AUTHOR,
|
||||
INITIAL WRITER, ANY CONTRIBUTOR, OR ANY
|
||||
DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION
|
||||
OF THE DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH
|
||||
PARTIES, BE LIABLE TO ANY PERSON FOR ANY
|
||||
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR
|
||||
CONSEQUENTIAL DAMAGES OF ANY CHARACTER
|
||||
INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS
|
||||
OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR
|
||||
MALFUNCTION, OR ANY AND ALL OTHER DAMAGES OR
|
||||
LOSSES ARISING OUT OF OR RELATING TO USE OF THE
|
||||
DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT,
|
||||
EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF
|
||||
THE POSSIBILITY OF SUCH DAMAGES.
|
||||
</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</para>
|
||||
</legalnotice>
|
||||
|
37
help/C/zenity-C.omf
Normal file
37
help/C/zenity-C.omf
Normal file
@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<omf>
|
||||
<resource>
|
||||
<creator>
|
||||
Glynn Foster <glynn.foster@sun.com>
|
||||
</creator>
|
||||
|
||||
<maintainer>
|
||||
Glynn Foster <glynn.foster@sun.com>
|
||||
</maintainer>
|
||||
|
||||
<!--
|
||||
<title>
|
||||
Zenity Manual V1.0
|
||||
</title>
|
||||
-->
|
||||
|
||||
<title>
|
||||
Zenity
|
||||
</title>
|
||||
|
||||
<date>
|
||||
2003-15-01
|
||||
</date>
|
||||
|
||||
<subject category="GNOME|Utilities"/>
|
||||
|
||||
<description>
|
||||
User manual for Zenity.
|
||||
</description>
|
||||
|
||||
<format mime="text/xml" dtd="-//OASIS//DTD DocBook XML V4.1.2//EN"/>
|
||||
<identifier url="zenity.xml"/>
|
||||
<language code="C"/>
|
||||
<rights type="GNU FDL" license.version="1.1" holder="Sun Microsystems"/>
|
||||
</resource>
|
||||
</omf>
|
113
help/C/zenity.xml
Normal file
113
help/C/zenity.xml
Normal file
@ -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>
|
2
help/Makefile.am
Normal file
2
help/Makefile.am
Normal file
@ -0,0 +1,2 @@
|
||||
SUBDIRS = \
|
||||
C
|
Reference in New Issue
Block a user