diff --git a/ChangeLog b/ChangeLog index 9d7454f..0aee393 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-01-15 Glynn Foster + + * 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 * Makefile.am, src/Makefile.am: Updates to make diff --git a/help/C/Makefile.am b/help/C/Makefile.am new file mode 100644 index 0000000..d935337 --- /dev/null +++ b/help/C/Makefile.am @@ -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 diff --git a/help/C/legal.xml b/help/C/legal.xml new file mode 100644 index 0000000..ac97e1d --- /dev/null +++ b/help/C/legal.xml @@ -0,0 +1,76 @@ + + + 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 link or in the file COPYING-DOCS + distributed with this manual. + + 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. + + + + 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. + + + + DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED + UNDER THE TERMS OF THE GNU FREE DOCUMENTATION LICENSE + WITH THE FURTHER UNDERSTANDING THAT: + + + + 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 + + + + 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. + + + + + + diff --git a/help/C/zenity-C.omf b/help/C/zenity-C.omf new file mode 100644 index 0000000..8b9e577 --- /dev/null +++ b/help/C/zenity-C.omf @@ -0,0 +1,37 @@ + + + + + Glynn Foster + + + + Glynn Foster + + + + + + Zenity + + + + 2003-15-01 + + + + + + User manual for Zenity. + + + + + + + + diff --git a/help/C/zenity.xml b/help/C/zenity.xml new file mode 100644 index 0000000..d44e7e3 --- /dev/null +++ b/help/C/zenity.xml @@ -0,0 +1,113 @@ + + + + zenity"> +]> + + + +
+ + + Zenity Manual + + 2003 + Sun Microsystems + + + + + + GNOME Documentation Project + + + Version 1.0 of Zenity Manual + + + Feedback Information + + To report a bug or make a suggestion regarding this + application or this documentation, please see the + + GNOME Feedback Page + + + + + + + Glynn + Foster + + GNOME Documentation Project + + + + + + + 1.0 + &date; + + Glynn Foster + + GNOME Documentation Project + + + + + + + + + + + License + + This program is free software; you can redistribute + it and/or modify it under the terms of the + + GNU General Public License + + as published by the Free Software Foundation; either + version 2 of the License, of (at your option) any later + version. + + + 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 + GNU General Public License + for more details. + + + A copy of the + GNU General Public License + is included as an appendix to the + GNOME Users Guide + . You may also obtain a copy of the + GNU General Public License + from the Free Software Foundation by visiting + + their Web site + + or by writing to +
Free Software Foundation, Inc. + 59 Temple Place - Suite 330 + Boston, + MA + 02111-1307 + USA +
+
+
+ +
diff --git a/help/Makefile.am b/help/Makefile.am new file mode 100644 index 0000000..01f32c9 --- /dev/null +++ b/help/Makefile.am @@ -0,0 +1,2 @@ +SUBDIRS = \ + C