diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-04-11 11:35:29 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-07 11:02:45 +0900 |
commit | 819166fe5068c798f6e31a3e8e75b933f82b6407 (patch) | |
tree | 23bf1a8aba2e82da2176d5daf948bc70c95a9e2e /doc/en | |
parent | ae044ebc33de87193125c9cbefe26bc6e4abe4e2 (diff) | |
download | piklab-819166fe.tar.gz piklab-819166fe.zip |
Update doc and man folder structure
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e3e5eb5f859df0257827e18a9a5fd1268c6e467e)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/Makefile.am | 3 | ||||
-rw-r--r-- | doc/en/index.docbook | 56 |
2 files changed, 59 insertions, 0 deletions
diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am new file mode 100644 index 0000000..5eaf9b4 --- /dev/null +++ b/doc/en/Makefile.am @@ -0,0 +1,3 @@ +KDE_LANG = en +KDE_DOCS = piklab + diff --git a/doc/en/index.docbook b/doc/en/index.docbook new file mode 100644 index 0000000..e8dc040 --- /dev/null +++ b/doc/en/index.docbook @@ -0,0 +1,56 @@ +<?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> |