added an XML header and a DOCTYPE declaration and specify an xml:base for

2005-04-19  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/visual-index.xml: added an XML header and a DOCTYPE
	declaration and specify an xml:base for the images.

	* libgimpwidgets/libgimpwidgets-docs.sgml: specify a chapter id so
	that we get a nicer filename for the generated HTML file.
This commit is contained in:
Sven Neumann
2005-04-19 19:22:49 +00:00
committed by Sven Neumann
parent 7003c4cb65
commit 3643e719ac
3 changed files with 15 additions and 2 deletions

View File

@ -1,3 +1,11 @@
2005-04-19 Sven Neumann <sven@gimp.org>
* libgimpwidgets/visual-index.xml: added an XML header and a DOCTYPE
declaration and specify an xml:base for the images.
* libgimpwidgets/libgimpwidgets-docs.sgml: specify a chapter id so
that we get a nicer filename for the generated HTML file.
2005-04-19 Sven Neumann <sven@gimp.org> 2005-04-19 Sven Neumann <sven@gimp.org>
* libgimpwidgets/Makefile.am * libgimpwidgets/Makefile.am

View File

@ -18,7 +18,7 @@
<title>Object Hierarchy</title> <title>Object Hierarchy</title>
<xi:include href="xml/tree_index.sgml" /> <xi:include href="xml/tree_index.sgml" />
</chapter> </chapter>
<chapter> <chapter id="libgimpwidgets-gallery">
<title>Widget Gallery</title> <title>Widget Gallery</title>
<xi:include href="visual-index.xml" /> <xi:include href="visual-index.xml" />
</chapter> </chapter>

View File

@ -1,4 +1,9 @@
<para role="gallery"> <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<para role="gallery" xml:base="images">
<link linkend="GimpButton"> <link linkend="GimpButton">
<inlinegraphic fileref="gimp-button.png" format="PNG"></inlinegraphic> <inlinegraphic fileref="gimp-button.png" format="PNG"></inlinegraphic>
</link> </link>