summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-24 18:42:24 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-24 18:42:24 +0000
commitf508189682b6fba62e08feeb1596f682bad5fff9 (patch)
tree28aeb0e6c19386c385c1ce5edf8a92c1bca15281 /doc
downloadpiklab-f508189682b6fba62e08feeb1596f682bad5fff9.tar.gz
piklab-f508189682b6fba62e08feeb1596f682bad5fff9.zip
Added KDE3 version of PikLab
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/piklab@1095639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am3
-rw-r--r--doc/index.docbook67
2 files changed, 70 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
new file mode 100644
index 0000000..5eaf9b4
--- /dev/null
+++ b/doc/Makefile.am
@@ -0,0 +1,3 @@
+KDE_LANG = en
+KDE_DOCS = piklab
+
diff --git a/doc/index.docbook b/doc/index.docbook
new file mode 100644
index 0000000..bf0dd88
--- /dev/null
+++ b/doc/index.docbook
@@ -0,0 +1,67 @@
+<?xml version="1.0" ?>
+<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
+<!ENTITY % imageobjectco.module "INCLUDE">
+ <!ENTITY piklab "<application>Piklab</application>">
+ <!ENTITY kappname "&piklab;">
+ <!ENTITY % addindex "IGNORE">
+ <!ENTITY % English "INCLUDE">
+]>
+
+<book lang="&language;">
+
+<bookinfo>
+<title>The &piklab; Handbook</title>
+
+<authorgroup>
+<author>
+<personname>
+<firstname>Nicolas</firstname>
+<surname>Hadacek</surname>
+</personname>
+<email>hadacek@kde.org</email>
+</author>
+</authorgroup>
+
+<!-- TRANS:ROLES_OF_TRANSLATORS -->
+
+<copyright>
+<year>2005</year>
+<holder>Nicolas Hadacek</holder>
+</copyright>
+<!--<legalnotice>&FDLNotice;</legalnotice>-->
+
+<date>2006-05-29</date>
+<releaseinfo>0.1</releaseinfo>
+
+<abstract>
+<para>
+&piklab; is an integrated development environment for applications based on Microchip PIC and
+dsPIC microcontrollers similar to the MPLAB environment. Support for several compiler and
+assembler toolchains is integrated. The ICD2 debugger, the PICkit1 and PICkit2 programmers,
+and most direct programmers are supported. A command-line programmer "piklab-prog" is also available.
+</para>
+
+<para>
+Check <ulink
+url="http://piklab.sourceforge.net">&piklab;</ulink> website for up-to-date information and help.
+</para>
+</abstract>
+
+<keywordset>
+<keyword>KDE</keyword>
+</keywordset>
+
+</bookinfo>
+
+</book>
+
+<!--
+Local Variables:
+mode: xml
+sgml-minimize-attributes:nil
+sgml-general-insert-case:lower
+sgml-indent-step:0
+sgml-indent-data:nil
+End:
+
+-->