diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2 (patch) | |
tree | d3bb9f5d25a2dc09ca81adecf39621d871534297 /doc/keduca/man-keduca.1.docbook | |
download | tdeedu-ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2.tar.gz tdeedu-ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2.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/kdeedu@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc/keduca/man-keduca.1.docbook')
-rw-r--r-- | doc/keduca/man-keduca.1.docbook | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/doc/keduca/man-keduca.1.docbook b/doc/keduca/man-keduca.1.docbook new file mode 100644 index 00000000..647a81b7 --- /dev/null +++ b/doc/keduca/man-keduca.1.docbook @@ -0,0 +1,67 @@ +<?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>&Lauri.Watts;&Lauri.Watts.mail;</author> +<date>March 16, 2005</date> +<productname>K Desktop Environment</productname> +</refentryinfo> +<refmeta> +<refentrytitle><command>keduca</command></refentrytitle> +<manvolnum>1</manvolnum> +</refmeta> + +<refnamediv> +<refname><command>keduca</command></refname> +<refpurpose>Interactive form-based tests and exams.</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<cmdsynopsis> +<command>keduca</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>&keduca; is flash card application, which allows you to make +interactive form based tests.</para> + +</refsect1> + +<refsect1> +<title>Options</title> + +<variablelist> +<varlistentry><term><option><replaceable>file</replaceable></option></term> +<listitem><para>File to load</para></listitem> +</varlistentry> +</variablelist> + +</refsect1> + +<refsect1> +<title>See Also</title> +<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 Educatainment project website</ulink>.</para> +</refsect1> + +<refsect1> +<title>Authors</title> +<para>&keduca; was written by <personname><firstname>Javier</firstname><surname>Campos</surname></personname></para> +</refsect1> + +</refentry> |