tests/svgui/svgui@svgui/pyfile.xml
author Edouard Tisserant
Fri, 22 Mar 2019 10:57:04 +0100
branchsearch_in_CTN
changeset 2528 6bfc8a9bf0e7
parent 1547 33e03a4b3075
permissions -rw-r--r--
WIP adding searching capabilities in python files. was done :
- added search in body of Code File Tree Nodes (moved editor code so that we CTN search can have the same sections text layout as editor to search in)
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>