tests/svgui/svgui@svgui/pyfile.xml
author Mario de Sousa <msousa@fe.up.pt>
Sun, 07 Jun 2020 23:38:20 +0100
changeset 2666 5f48d5e60a81
parent 1547 33e03a4b3075
permissions -rw-r--r--
Modbus plugin, web interface: strip leading and trailing spaces from string parameters
1547
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     1
<?xml version='1.0' encoding='utf-8'?>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     2
<PyFile xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     3
  <variables/>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     4
  <globals>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     5
    <xhtml:p><![CDATA[
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     6
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     7
/*
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     8
    Web interface is build as SVG file in Inkscape. 
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     9
    To edit SVG file click 'Inkscape' button on the toolbar above.
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    10
    
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    11
    Inkscape is a free and open-source vector graphics editor. 
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    12
    It's not part of Beremiz and needs to be installed separately.
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    13
*/
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    14
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    15
]]></xhtml:p>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    16
  </globals>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    17
  <init>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    18
    <xhtml:p><![CDATA[
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    19
]]></xhtml:p>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    20
  </init>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    21
  <cleanup>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    22
    <xhtml:p><![CDATA[
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    23
]]></xhtml:p>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    24
  </cleanup>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    25
  <start>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    26
    <xhtml:p><![CDATA[
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    27
]]></xhtml:p>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    28
  </start>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    29
  <stop>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    30
    <xhtml:p><![CDATA[
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    31
]]></xhtml:p>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    32
  </stop>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    33
</PyFile>