Improve a bit the look of the main page of the API docs

https://bugzilla.gnome.org/show_bug.cgi?id=695641
This commit is contained in:
Tomeu Vizoso 2013-03-11 16:49:24 +01:00 committed by Jasper St. Pierre
parent be46869782
commit 460dc9f2ef
3 changed files with 19 additions and 16 deletions

2
.gitignore vendored
View File

@ -90,3 +90,5 @@ doc/reference/meta-overrides.txt
doc/reference/meta-undeclared.txt
doc/reference/meta-undocumented.txt
doc/reference/meta-unused.txt
doc/reference/meta-docs.sgml
doc/reference/meta.types

View File

@ -437,6 +437,7 @@ Makefile
doc/Makefile
doc/man/Makefile
doc/reference/Makefile
doc/reference/meta-docs.sgml
src/Makefile
src/wm-tester/Makefile
src/libmutter.pc

View File

@ -3,44 +3,44 @@
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
[
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
<!ENTITY version "@VERSION@">
]>
<book id="index">
<bookinfo>
<title>meta Reference Manual</title>
<title>Mutter Reference Manual</title>
<releaseinfo>
for meta [VERSION].
This document is for Mutter &version;.
The latest version of this documentation can be found on-line at
<ulink role="online-location" url="http://[SERVER]/meta/index.html">http://[SERVER]/meta/</ulink>.
<ulink role="online-location" url="http://developer.gnome.org/meta/">http://developer.gnome.org/meta/</ulink>.
</releaseinfo>
</bookinfo>
<chapter>
<title>[Insert title here]</title>
<xi:include href="xml/barrier.xml"/>
<xi:include href="xml/boxes.xml"/>
<part id="core-reference">
<title>Mutter Core Reference</title>
<xi:include href="xml/main.xml"/>
<xi:include href="xml/common.xml"/>
<xi:include href="xml/compositor.xml"/>
<xi:include href="xml/compositor-mutter.xml"/>
<xi:include href="xml/display.xml"/>
<xi:include href="xml/errors.xml"/>
<xi:include href="xml/gradient.xml"/>
<xi:include href="xml/prefs.xml"/>
<xi:include href="xml/util.xml"/>
<xi:include href="xml/errors.xml"/>
<xi:include href="xml/meta-plugin.xml"/>
<xi:include href="xml/barrier.xml"/>
<xi:include href="xml/boxes.xml"/>
<xi:include href="xml/compositor.xml"/>
<xi:include href="xml/display.xml"/>
<xi:include href="xml/group.xml"/>
<xi:include href="xml/keybindings.xml"/>
<xi:include href="xml/main.xml"/>
<xi:include href="xml/meta-background-actor.xml"/>
<xi:include href="xml/meta-plugin.xml"/>
<xi:include href="xml/meta-shadow-factory.xml"/>
<xi:include href="xml/meta-shaped-texture.xml"/>
<xi:include href="xml/meta-window-actor.xml"/>
<xi:include href="xml/prefs.xml"/>
<xi:include href="xml/preview-widget.xml"/>
<xi:include href="xml/screen.xml"/>
<xi:include href="xml/theme.xml"/>
<xi:include href="xml/util.xml"/>
<xi:include href="xml/window.xml"/>
<xi:include href="xml/workspace.xml"/>
</part>
</chapter>
<chapter id="object-tree">
<title>Object Hierarchy</title>
<xi:include href="xml/tree_index.sgml"/>