[gnome-dictionary/mallard-help] Help: Add basic mallard help structure.
- From: Sindhu S <sindhus src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-dictionary/mallard-help] Help: Add basic mallard help structure.
- Date: Wed, 6 Mar 2013 00:21:42 +0000 (UTC)
commit 46342e6cbb70ab0ac9c37cf80d77077988161557
Author: Sindhu S <sindhus live in>
Date: Wed Mar 6 05:44:54 2013 +0530
Help: Add basic mallard help structure.
Add license, author and page structure to index.page.
Add gnome-dictionary-icon.png to index.page.
Add CC-by-SA and GPLv3 license to legal.xml.
Add index.page, legal.xml and gnome-terminal-icon.png to
Makefile.am.
help/C/figures/gnome-dictionary-icon.png | Bin 0 -> 1699 bytes
help/C/index.page | 28 +++++++++
help/C/legal.xml | 89 ++++++------------------------
help/Makefile.am | 9 +---
4 files changed, 46 insertions(+), 80 deletions(-)
---
diff --git a/help/C/figures/gnome-dictionary-icon.png b/help/C/figures/gnome-dictionary-icon.png
new file mode 100644
index 0000000..0f165d7
Binary files /dev/null and b/help/C/figures/gnome-dictionary-icon.png differ
diff --git a/help/C/index.page b/help/C/index.page
index e69de29..14d8ec7 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -0,0 +1,28 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="guide" style="2column task"
+ id="index">
+
+ <info>
+ <revision version="0.1" date="2013-03-06" status="draft"/>
+ <title type="link">Dictionary</title>
+ <title type="text">Dictionary</title>
+
+ <credit type="author copyright">
+ <name>Sindhu S</name>
+ <email>sindhus live in</email>
+ <years>2013</years>
+ </credit>
+
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+ <desc>Look up words using dictionary sources.</desc>
+ </info>
+
+ <title>
+ <media type="image" mime="image/png" src="figures/gnome-dictionary-icon.png">
+ </media>
+ Dictionary Help
+ </title>
+
+
+</page>
diff --git a/help/C/legal.xml b/help/C/legal.xml
index 899282c..30e88c0 100644
--- a/help/C/legal.xml
+++ b/help/C/legal.xml
@@ -1,76 +1,21 @@
- <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="help: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>
+<license xmlns="http://projectmallard.org/1.0/">
- <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>
+<p>This work is dual-licensed 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>.</p>
- <para>
- DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED
- UNDER THE TERMS OF THE GNU FREE DOCUMENTATION LICENSE
- WITH THE FURTHER UNDERSTANDING THAT:
+<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 as published by
+the Free Software Foundation, either version 3 of the License.</p>
- <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>
+<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>
diff --git a/help/Makefile.am b/help/Makefile.am
index 299feeb..deead6b 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -7,14 +7,7 @@ HELP_FILES = \
legal.xml
HELP_MEDIA = \
- figures/gnome-dictionary-add-source.png \
- figures/gnome-dictionary-applet-window.png \
- figures/gnome-dictionary-applet.png \
- figures/gnome-dictionary-application.png \
- figures/gnome-dictionary-find.png \
- figures/gnome-dictionary-lookup.png \
- figures/gnome-dictionary-preferences-print.png \
- figures/gnome-dictionary-preferences-source.png
+ figures/gnome-dictionary-icon.png \
HELP_LINGUAS = ca cs da de el en_GB es eu fi fr gl id it oc ru sl sv uk zh_CN
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]