diff options
author | Perberos <[email protected]> | 2011-11-07 19:52:18 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-07 19:52:18 -0300 |
commit | 5ded9cba8563f336939400303d6a841d5089b107 (patch) | |
tree | c5676588cff26ba37e12369fe4de24b54e9f6682 /docs/reference/pluma-docs.sgml | |
parent | f00b3a11a199f9f85a4d46a600f9d14179b37dbf (diff) | |
download | pluma-5ded9cba8563f336939400303d6a841d5089b107.tar.bz2 pluma-5ded9cba8563f336939400303d6a841d5089b107.tar.xz |
renaming from gedit to pluma
Diffstat (limited to 'docs/reference/pluma-docs.sgml')
-rwxr-xr-x | docs/reference/pluma-docs.sgml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/reference/pluma-docs.sgml b/docs/reference/pluma-docs.sgml new file mode 100755 index 00000000..cf349af0 --- /dev/null +++ b/docs/reference/pluma-docs.sgml @@ -0,0 +1,37 @@ +<?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-option-menu.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-plugin.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-convert.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> |