gnome-games r7142 - in trunk/same-gnome/help: . C
- From: claudep svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r7142 - in trunk/same-gnome/help: . C
- Date: Sat, 12 Jan 2008 10:03:54 +0000 (GMT)
Author: claudep
Date: Sat Jan 12 10:03:53 2008
New Revision: 7142
URL: http://svn.gnome.org/viewvc/gnome-games?rev=7142&view=rev
Log:
2008-01-12 Claude Paroz <claude 2xlibre net>
* C/same-gnome.xml: Adapted manual to new doc template, includes now
legal.xml through xinclude. Fixes #421174.
* Makefile.am: legal.xml in DOC_INCLUDES.
Modified:
trunk/same-gnome/help/C/same-gnome.xml
trunk/same-gnome/help/ChangeLog
trunk/same-gnome/help/Makefile.am
Modified: trunk/same-gnome/help/C/same-gnome.xml
==============================================================================
--- trunk/same-gnome/help/C/same-gnome.xml (original)
+++ trunk/same-gnome/help/C/same-gnome.xml Sat Jan 12 10:03:53 2008
@@ -1,24 +1,21 @@
<?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 appversion "2.12">
- <!ENTITY manrevision "2.10">
- <!ENTITY date "February 2005">
+ <!ENTITY manrevision "2.11">
+ <!ENTITY date "January 2008">
<!ENTITY appname "Same GNOME">
<!ENTITY app "<application>Same GNOME</application>">
- <!ENTITY plainapp "Same GNOME">
]>
-<!--
+<!--
(Do not remove this comment block.)
Maintained by the GNOME Documentation Project
- http://developer.gnome.org/projects/gdp
- Template version: 2.0 beta
- Template last modified Apr 11, 2002
+ http://live.gnome.org/DocumentationProject
+ Template version: 3.0 beta
+ Template last modified 2006-11-21
+
-->
<!-- =============Document Header ============================= -->
<article id="index" lang="en">
-<!-- please do not change the id; for translations, change lang to -->
-<!-- appropriate code -->
<articleinfo>
<title>&app; Manual</title>
@@ -37,21 +34,12 @@
<holder>Callum McKenzie</holder>
</copyright>
-<!-- translators: uncomment this:
-
- <copyright>
- <year>2002</year>
- <holder>ME-THE-TRANSLATOR (Latin translation)</holder>
- </copyright>
-
- -->
-
<publisher role="maintainer">
<publishername> GNOME Documentation Project </publishername>
</publisher>
-
- <!-- This file contains link to license for the documentation (GNU FDL), and
+ <xi:include href="legal.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+ <!-- This file legal.xml contains link to license for the documentation (GNU FDL), and
other legal stuff such as "NO WARRANTY" statement. Please do not change
any of this. -->
@@ -80,8 +68,30 @@
</authorgroup>
+<!-- According to GNU FDL, revision history is mandatory if you are -->
+<!-- modifying/reusing someone else's document. If not, you can omit it. -->
+<!-- Remember to remove the &manrevision; entity from the revision entries other
+-->
+<!-- than the current revision. -->
+<!-- The revision numbering system for GNOME manuals is as follows: -->
+<!-- * the revision number consists of two components -->
+<!-- * the first component of the revision number reflects the release version of the GNOME desktop. -->
+<!-- * the second component of the revision number is a decimal unit that is incremented with each revision of the manual. -->
+<!-- For example, if the GNOME desktop release is V2.x, the first version of the manual that -->
+<!-- is written in that desktop timeframe is V2.0, the second version of the manual is V2.1, etc. -->
+<!-- When the desktop release version changes to V3.x, the revision number of the manual changes -->
+<!-- to V3.0, and so on. -->
<revhistory>
<revision>
+ <revnumber>Same GNOME Manual V2.11</revnumber>
+ <date>January 2008</date>
+ <revdescription>
+ <para>Adaptation of the Same GNOME manual to new template.</para>
+ <para role="author">Claude Paroz <email>claude 2xlibre net</email></para>
+ <para role="publisher">GNOME Documentation Project</para>
+ </revdescription>
+ </revision>
+ <revision>
<revnumber>Same GNOME Manual V2.10</revnumber>
<date>February 2005</date>
<revdescription>
@@ -92,12 +102,12 @@
</revision>
</revhistory>
- <releaseinfo>This manual describes version &appversion; of &plainapp;.
+ <releaseinfo>This manual describes version &appversion; of &appname;.
</releaseinfo>
<legalnotice>
<title>Feedback</title>
<para>To report a bug or make a suggestion regarding the &app; game or
- this manual, follow the directions in the <ulink url="ghelp:gnome-feedback" type="help">GNOME Feedback Page</ulink>.
+ this manual, follow the directions in the <ulink url="ghelp:user-guide?feedback-bugs" type="help">Feedback section of the GNOME User Guide</ulink>.
</para>
<!-- Translators may also add here feedback address for translations -->
</legalnotice>
@@ -204,18 +214,19 @@
<para>&app; was written by Callum McKenzie
(<email>callum physics otago ac nz</email>). To find more information about
&app;, please visit the
- <ulink url="http://www.gnome.org/projects/gnome-games/" type="http">GNOME Games web page</ulink>. </para>
+ <ulink url="http://live.gnome.org/GnomeGames/" type="http">GNOME Games web page</ulink>. </para>
<para>
To report a bug or make a suggestion regarding this application or
- this manual, follow the directions in this
- <ulink url="ghelp:gnome-feedback" type="help">document</ulink>.
+ this manual, follow the directions in the
+ <ulink url="ghelp:user-guide?feedback-bugs" type="help">Feedback section of the GNOME User Guide</ulink>.
</para>
<para> This program is distributed under the terms of the GNU
General Public license as published by the Free Software
Foundation; either version 2 of the License, or (at your option)
- any later version. A copy of this license can be found at this
- <ulink url="ghelp:gpl" type="help">link</ulink>, or in the file
+ any later version. A
+ <ulink url="ghelp:gpl" type="help">copy of this license</ulink>
+ is included with this documentation; another can be found in the file
COPYING included with the source code of this program. </para>
</sect1>
Modified: trunk/same-gnome/help/Makefile.am
==============================================================================
--- trunk/same-gnome/help/Makefile.am (original)
+++ trunk/same-gnome/help/Makefile.am Sat Jan 12 10:03:53 2008
@@ -13,7 +13,8 @@
DOC_MODULE = same-gnome
-DOC_ENTITIES = \
+DOC_ENTITIES =
+DOC_INCLUDES = \
legal.xml
DOC_FIGURES = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]