diff options
Diffstat (limited to 'doc/keduca/man-keducabuilder.1.docbook')
-rw-r--r-- | doc/keduca/man-keducabuilder.1.docbook | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/doc/keduca/man-keducabuilder.1.docbook b/doc/keduca/man-keducabuilder.1.docbook new file mode 100644 index 00000000..8d11cf87 --- /dev/null +++ b/doc/keduca/man-keducabuilder.1.docbook @@ -0,0 +1,74 @@ +<?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>Ben</firstname> +<surname>Burton</surname> +</personname> +<email>bab@debian.org</email></author> +<date>2005-05-27</date> +<productname>K Desktop Environment</productname> +</refentryinfo> + +<refmeta> +<refentrytitle><command>keducabuilder</command></refentrytitle> +<manvolnum>1</manvolnum> +</refmeta> + +<refnamediv> +<refname><command>keducabuilder</command></refname> +<refpurpose>test/exam editor for keduca</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<cmdsynopsis> +<command>keducabuilder</command> +<group><option>file</option></group> +<arg choice="opt">KDE Generic Options</arg> +<arg choice="opt">Qt Generic Options</arg> +</cmdsynopsis> +</refsynopsisdiv> + +<refsect1> +<title>Description</title> +<para><application>KEducaBuilder</application> is the test editor for +&keduca;, a flash-card application for working with interactive form-based +tests. KEducaBuilder is used to create and edit these tests, whereas +&keduca; itself can be used to view and take these tests. </para> +<para>This application is part of the &kde; edutainment module. </para> +</refsect1> + +<refsect1> +<title>Options</title> +<variablelist> +<varlistentry> +<term><option><replaceable>file</replaceable></option></term> +<listitem><para>Filename to load in the editor</para></listitem> +</varlistentry> +</variablelist> +</refsect1> + +<refsect1> +<title>See Also</title> +<para>keduca(1)</para> + +<para>More detailed user documentation is available from <ulink +url="help:/keduca">help:/&keduca;</ulink> +(either enter this <acronym>URL</acronym> into &konqueror;, or run +<userinput><command>khelpcenter</command> +<parameter>help:/keduca</parameter></userinput>).</para> + +<para>There is also further information available at the <ulink url="http://edu.kde.org/keduca/">&kde; Edutainment website:</ulink></para> +</refsect1> + +<refsect1> +<title>Authors</title> +<para>&keduca; was written by <personname><firstname>Javier</firstname><surname>Campos</surname></personname></para><para>This man page based on the one written for Debian by <personname><firstname>Ben</firstname><surname>Burton</surname></personname> <email>bab@debian.org</email>.</para> +</refsect1> + +</refentry> |