Warning, /graphics/kst-plot/docbook/kst/index.docbook is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" ?> 0002 <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [ 0003 0004 <!ENTITY kst "<application>Kst</application>"> 0005 <!ENTITY % addindex "IGNORE"> 0006 <!ENTITY % English "INCLUDE" > <!-- change language only here --> 0007 0008 <!-- Chapter Information --> 0009 <!ENTITY intro-chapter SYSTEM "intro-chapter.docbook"> 0010 <!ENTITY tutorial SYSTEM "tutorial.docbook"> 0011 <!ENTITY data-chapter SYSTEM "data-chapter.docbook"> 0012 <!ENTITY plugins-chapter SYSTEM "plugins-chapter.docbook"> 0013 <!ENTITY license-chapter SYSTEM "license-chapter.docbook"> 0014 <!ENTITY saving-chapter SYSTEM "saving-chapter.docbook"> 0015 <!ENTITY additionalformats-chapter SYSTEM "additionalformats-chapter.docbook"> 0016 <!ENTITY creatingplugins-chapter SYSTEM "creatingplugins-chapter-new.docbook"> 0017 <!ENTITY debuglog-chapter SYSTEM "debuglog-chapter.docbook"> 0018 ]> 0019 0020 <book id="kst" lang="&language;"> 0021 0022 <bookinfo> 0023 <title>The &kst; Handbook</title> 0024 0025 <authorgroup> 0026 <author> 0027 <firstname>Barth</firstname> 0028 <othername></othername> 0029 <surname>Netterfield</surname> 0030 <affiliation><address><email>kst@kde.org</email></address></affiliation> 0031 </author> 0032 <author> 0033 <firstname>Rick</firstname> 0034 <othername></othername> 0035 <surname>Chern</surname> 0036 </author> 0037 <author> 0038 <firstname>Philip</firstname> 0039 <surname>Rodrigues</surname> 0040 </author> 0041 <!-- TRANS:ROLES_OF_TRANSLATORS --> 0042 </authorgroup> 0043 0044 <copyright> 0045 <year>2004 - 2017</year> 0046 <holder>C. Barth Netterfield</holder> 0047 </copyright> 0048 <copyright> 0049 <year>2004</year> 0050 <holder>The University of British Columbia</holder> 0051 </copyright> 0052 0053 <!-- Translators: put here the copyright notice of the translation --> 0054 <!-- Put here the FDL notice. Read the explanation in fdl-notice.docbook 0055 and in the FDL itself on how to use it. --> 0056 <legalnotice> 0057 &FDLNotice; 0058 </legalnotice> 0059 0060 <!-- Date and version information of the documentation 0061 Don't forget to include this last date and this last revision number, we 0062 need them for translation coordination ! 0063 Please respect the format of the date (YYYY-MM-DD) and of the version 0064 (V.MM.LL), it could be used by automation scripts. 0065 Do NOT change these in the translation. --> 0066 0067 <date>2017-01-31</date> 0068 <releaseinfo>Kst 2.0.x</releaseinfo> 0069 0070 <!-- Abstract about this handbook --> 0071 0072 <abstract> 0073 <para> 0074 &kst; is a data plotting, real time data viewing, and quick look analysis program. 0075 </para> 0076 </abstract> 0077 0078 <!-- This is a set of Keywords for indexing by search engines. 0079 Please at least include KDE, the KDE package it is in, the name 0080 of your application, and a few relevant keywords. --> 0081 0082 <keywordset> 0083 <keyword>KDE</keyword> 0084 <keyword>Kst</keyword> 0085 <keyword>plotting</keyword> 0086 <keyword>plot</keyword> 0087 </keywordset> 0088 0089 </bookinfo> 0090 0091 <!-- Here are the chapters. Rearrange the chapters by changing 0092 the order. --> 0093 0094 &intro-chapter; 0095 0096 &tutorial; 0097 0098 &data-chapter; 0099 0100 &saving-chapter; 0101 0102 &plugins-chapter; 0103 0104 &license-chapter; 0105 0106 <!--appendices start here--> 0107 0108 &creatingplugins-chapter; 0109 0110 &additionalformats-chapter; 0111 0112 &debuglog-chapter; 0113 0114 <!--&install-chapter;--> 0115 0116 </book> 0117 0118 0119 <!-- Keep this comment at the end of the file 0120 Local variables: 0121 mode: xml 0122 sgml-omittag:nil 0123 sgml-shorttag:nil 0124 sgml-namecase-general:nil 0125 sgml-general-insert-case:lower 0126 sgml-minimize-attributes:nil 0127 sgml-always-quote-attributes:t 0128 sgml-indent-step:0 0129 sgml-indent-data:true 0130 sgml-parent-document:nil 0131 sgml-exposed-tags:nil 0132 sgml-local-catalogs:nil 0133 sgml-local-ecat-files:nil 0134 End: 0135 -->