Moved external appendix elements to geany.docbook to validate ok

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@575 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Nick Treleaven 2006-07-17 14:17:37 +00:00
parent a037ad09b0
commit 6dd6175369
4 changed files with 12 additions and 6 deletions

View File

@ -1,3 +1,9 @@
2006-07-17 Nick Treleaven <nick.treleaven@btinternet.com>
* doc/scikeybinding.docbook, doc/geany.docbook, doc/geany_gpl.docbook:
Moved external appendix elements to geany.docbook to validate ok.
2006-07-17 Enrico Tröger <enrico.troeger@uvena.de>
* src/utils.c, src/document.c, src/callbacks.c:

View File

@ -1557,10 +1557,14 @@
</chapter>
<!-- Sci default keys appendix -->
<appendix id="scikeybinding">
&scikeybinding;
</appendix>
<!-- GPL appendix -->
<appendix id="geany-gpl">
&legal;
</appendix>
<appendix id="scintilla-license">
<title>License for Scintilla and SciTE</title>

View File

@ -1,4 +1,3 @@
<appendix id="geany-gpl">
<appendixinfo>
<title>GNU General Public License</title>
<pubdate>Version 2, June 1991</pubdate>
@ -416,4 +415,3 @@
Public License instead of this License.
</para>
</sect1>
</appendix>

View File

@ -1,4 +1,3 @@
<appendix id="scikeybinding">
<appendixinfo>
<title>Scintilla keyboard commands</title>
<pubdate>20 June 2006</pubdate>
@ -12,9 +11,9 @@
Scintilla and SciTE.
A copy of this license can be found in the file scintilla/License.txt
included with the source code of this
program and in the "License for Scintilla and SciTE"
program and in the
appendix of this document.
<!-- See <xref linkend="scintilla-license"/>. (outside this doc!) -->
See <xref linkend="scintilla-license"/>.
</para>
</legalnotice>
</appendixinfo>
@ -184,4 +183,3 @@
</table>
</para>
</sect1>
</appendix>