summaryrefslogtreecommitdiffstats
path: root/kdoctools/man-template.docbook
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commitce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch)
tree5ac38a06f3dde268dc7927dc155896926aaf7012 /kdoctools/man-template.docbook
downloadtdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz
tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdoctools/man-template.docbook')
-rw-r--r--kdoctools/man-template.docbook121
1 files changed, 121 insertions, 0 deletions
diff --git a/kdoctools/man-template.docbook b/kdoctools/man-template.docbook
new file mode 100644
index 000000000..bda3c8e97
--- /dev/null
+++ b/kdoctools/man-template.docbook
@@ -0,0 +1,121 @@
+<?xml version="1.0" ?>
+<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
+<!ENTITY % English "INCLUDE">
+]>
+
+<refentry lang="&language;">
+<refentryinfo>
+<title>KDE User's Manual</title>
+<author><personname>
+<firstname><!-- --Your first name-- --></firstname>
+<surname><!-- --Your last name-- --></surname>
+</personname>
+<affiliation><address><email><!-- --Your email address-- --></email></address></affiliation></author>
+<date><!-- --Date when this manpage was written, in the ISO 8601 format
+'yyyy-mm-dd'-- --></date>
+<productname>K Desktop Environment</productname>
+</refentryinfo>
+
+<refmeta>
+<refentrytitle><command><!-- --The command this page is about-- --></command></refentrytitle>
+<manvolnum><!-- --The section this page should be in-- --></manvolnum>
+</refmeta>
+
+<refnamediv>
+<refname><command><!-- --The command this page is about-- --></command></refname>
+<refpurpose><!-- --Very brief description, suitable for 'whatis'-- --></refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<cmdsynopsis>
+<command><!-- --The command this page is about-- --></command>
+<arg choice="req"><!-- --Required command specific options-- --></arg>
+<arg choice="opt"><!-- --Optional command specific options-- --></arg>
+<arg choice="opt">KDE Generic Options</arg>
+<arg choice="opt">Qt Generic Options</arg>
+</cmdsynopsis>
+</refsynopsisdiv>
+
+<refsect1>
+<title>Description</title>
+<para><!-- --Description of the app, what it's for, what it does and doesn't
+do.-- --> </para>
+
+</refsect1>
+
+<refsect1>
+<title>Options</title>
+<para>App options, in a variablelist</para>
+
+</refsect1>
+
+<!-- --The Following sections are optional, but recommended if they are
+applicable.-- -->
+
+<refsect1>
+<title>Environment</title>
+<para><!-- --Environment variablesars that affect this command, how to set
+them, who sets them, how they affect it, probably in a variablelist. Only for
+man sections 1, 6, 7 and 8-- --></para>
+</refsect1>
+
+<refsect1>
+<title>Files</title>
+<para><!-- --Files used by this command (eg, rc files, locations of caches
+etc.) who puts them there, how they are configured, and if it's safe
+to remove them, probably in a variablelist.-- --></para>
+</refsect1>
+
+<refsect1>
+<title>See Also</title>
+<para><!-- --foo(1)-style references, use a simplelist for these-- --></para>
+
+<para>More detailed user documentation is available from <ulink
+url="help:/<!-- --commandname-- -->">help:/<!-- --command-- --></ulink>
+(either enter this <acronym>URL</acronym> into &konqueror;, or run
+<userinput><command>khelpcenter</command>
+<parameter>help:/<!-- --command-- --></parameter></userinput>).</para>
+
+<para>There is also further information available at <!-- --link to
+website if applicable-- --></para>
+</refsect1>
+
+<refsect1>
+<title>Examples</title>
+<para><!-- -- Give examples on how to use the program with different parameters
+here, don't forget to explain what each invocation does exactly. Be verbose,
+many users find this the most useful part of the documentation! -- --></para>
+</refsect1>
+
+<refsect1>
+<title>Standards</title>
+
+<para><!-- --If the app adheres to any particular standards or RFC's, note
+them here.-- --> </para>
+</refsect1>
+
+<refsect1>
+<title>History</title>
+<para><!-- --Programs derived from other sources sometimes have this, or you
+might keep a modification log here. If the log gets overly long or detailed,
+consider maintaining it in a separate file, though.-- -->
+</refsect1>
+
+<refsect1>
+<title>Bugs</title>
+<para><!-- --Things that cause specific errors, so that people may avoid it,
+or at least will be prepared for it.-- -->
+</para>
+</refsect1>
+
+<refsect1>
+<title>Restrictions</title>
+<para><!-- --Bugs you don't plan to fix. :-)-- --></para>
+</refsect1>
+
+<refsect1>
+<title>Authors</title>
+<para><!-- --Author information of the developer and man page writer.-- --></para>
+</refsect1>
+
+</refentry>