1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
<bookinfo>
<title>pluma Reference Manual</title>
</bookinfo>
<chapter>
<title>pluma</title>
<xi:include href="xml/pluma-app.xml"/>
<xi:include href="xml/pluma-document.xml"/>
<xi:include href="xml/pluma-encodings-combo-box.xml"/>
<xi:include href="xml/pluma-file-chooser-dialog.xml"/>
<xi:include href="xml/pluma-message-bus.xml"/>
<xi:include href="xml/pluma-message-type.xml"/>
<xi:include href="xml/pluma-message.xml"/>
<xi:include href="xml/pluma-notebook.xml"/>
<xi:include href="xml/pluma-panel.xml"/>
<xi:include href="xml/pluma-print-job-preview.xml"/>
<xi:include href="xml/pluma-print.xml"/>
<xi:include href="xml/pluma-progress-message-area.xml"/>
<xi:include href="xml/pluma-statusbar.xml"/>
<xi:include href="xml/pluma-tab.xml"/>
<xi:include href="xml/pluma-view.xml"/>
<xi:include href="xml/pluma-window.xml"/>
<xi:include href="xml/pluma-debug.xml"/>
<xi:include href="xml/pluma-encodings.xml"/>
<xi:include href="xml/pluma-help.xml"/>
<xi:include href="xml/pluma-metadata-manager.xml"/>
<xi:include href="xml/pluma-prefs-manager-app.xml"/>
<xi:include href="xml/pluma-prefs-manager.xml"/>
<xi:include href="xml/pluma-utils.xml"/>
</chapter>
</book>
|