Quanta: Add dtep to support HTML5 mode.

Signed-off-by: Alexis Puente Montiel <miscelaneanatural@yahoo.es>

Minor fixes.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/16/head
Alexis Puente Montiel 2 years ago committed by Slávek Banko
parent dba2864aa3
commit 3b06901a66
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -10,6 +10,7 @@
#################################################
add_subdirectory( html )
add_subdirectory( html5 )
add_subdirectory( html-frameset )
add_subdirectory( html-strict )
add_subdirectory( tagxml )

@ -1,4 +1,4 @@
SUBDIRS = html html-frameset html-strict tagxml php xhtml xhtml-basic xhtml-frameset xhtml-strict xhtml11 xslt wml-1-2 css docbook-4.2 schema cfml cffunct kde-docbook-4.1.2 kde-docbook-4.2 relaxng empty dtd
SUBDIRS = html html5 html-frameset html-strict tagxml php xhtml xhtml-basic xhtml-frameset xhtml-strict xhtml11 xslt wml-1-2 css docbook-4.2 schema cfml cffunct kde-docbook-4.1.2 kde-docbook-4.2 relaxng empty dtd
install-data-local:
# rm -f `find ${quanta_datadir}/tags -type f -name "*"`
# rmdir `find ${quanta_datadir}/tags -type d -name "*"`

@ -0,0 +1,31 @@
#################################################
#
# (C) 2010-2011 Serghei Amelian
# serghei (DOT) amelian (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
install( FILES
abbr.tag acronym.tag address.tag applet.tag area.tag article.tag
aside.tag a.tag audio.tag base.tag bdi.tag bdo.tag
big.tag blockquote.tag body.tag br.tag b.tag button.tag
caption.tag center.tag cite.tag code.tag colgroup.tag col.tag
common.tag data.tag dd.tag del.tag description.rc details.tag
dfn.tag dir.tag div.tag dl.tag dt.tag embed.tag
empty.tag em.tag fieldset.tag figcaption.tag figure.tag footer.tag
form.tag header.tag headings.tag head.tag hr.tag html.tag
img.tag input.tag ins.tag i.tag kbd.tag label.tag
legend.tag link.tag li.tag main.tag map.tag mark.tag
meta.tag nav.tag noscript.tag object.tag ol.tag optgroup.tag
option.tag param.tag picture.tag pre.tag p.tag q.tag
rbc.tag rb.tag rp.tag rtc.tag rt.tag ruby.tag
samp.tag script.tag section.tag select.tag small.tag source.tag
span.tag strong.tag style.tag sub.tag sup.tag svg.tag
table.tag tbody.tag td.tag textarea.tag tfoot.tag thead.tag
th.tag time.tag title.tag track.tag tr.tag tt.tag
ul.tag u.tag var.tag video.tag wbr.tag
DESTINATION ${DATA_INSTALL_DIR}/quanta/dtep/html5 )

@ -0,0 +1,20 @@
quanta_DATA = abbr.tag acronym.tag address.tag applet.tag area.tag article.tag \
aside.tag a.tag audio.tag base.tag bdi.tag bdo.tag \
big.tag blockquote.tag body.tag br.tag b.tag button.tag \
caption.tag center.tag cite.tag code.tag colgroup.tag col.tag \
common.tag data.tag dd.tag del.tag description.rc details.tag \
dfn.tag dir.tag div.tag dl.tag dt.tag embed.tag \
empty.tag em.tag fieldset.tag figcaption.tag figure.tag footer.tag \
form.tag header.tag headings.tag head.tag hr.tag html.tag \
img.tag input.tag ins.tag i.tag kbd.tag label.tag \
legend.tag link.tag li.tag main.tag map.tag mark.tag \
meta.tag nav.tag noscript.tag object.tag ol.tag optgroup.tag \
option.tag param.tag picture.tag pre.tag p.tag q.tag \
rbc.tag rb.tag rp.tag rtc.tag rt.tag ruby.tag \
samp.tag script.tag section.tag select.tag small.tag source.tag \
span.tag strong.tag style.tag sub.tag sup.tag svg.tag \
table.tag tbody.tag td.tag textarea.tag tfoot.tag thead.tag \
th.tag time.tag title.tag track.tag tr.tag tt.tag \
ul.tag u.tag var.tag video.tag wbr.tag
quantadir = ${quanta_datadir}/dtep/html5

@ -0,0 +1,120 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="a" hasCore="1" hasI18n="1" hasScript="1">
<attr name="href" type="input" source="selection">
<text>href</text>
<textlocation col="0" row="0" />
<location col="1" row="0" colspan="3"/>
</attr>
<attr name="rel" type="input">
<text>rel</text>
<textlocation col="0" row="2" />
<location col="1" row="2" />
</attr>
<attr name="rev" type="input">
<text>rev</text>
<textlocation col="2" row="2" />
<location col="3" row="2" />
</attr>
<attr name="type" type="list">
<text>type</text>
<textlocation col="0" row="3" />
<location col="1" row="3" />
<items>
<item>text/html</item>
<item>image/jpeg</item>
<item>image/gif</item>
<item>image/png</item>
<item>model/vrml</item>
<item>video/quicktime</item>
<item>application/java</item>
<item>application/mathml+xml</item>
<item>application/rss+xml</item>
<item>application/xhtml+xml</item>
<item>application/xml</item>
<item>text/css</item>
<item>text/javascript</item>
<item>text/xml</item>
</items>
</attr>
<attr name="onfocus" type="input">
<text>onfocus</text>
<textlocation col="0" row="8" />
<location col="1" row="8" colspan="3" />
</attr>
<attr name="onblur" type="input">
<text>onblur</text>
<textlocation col="0" row="9" />
<location col="1" row="9" colspan="3" />
</attr>
<attr name="hreflang" type="input" />
<attr name="charset" type="input" />
<attr name="accesskey" type="input" />
<attr name="tabindex" type="input" />
<attr name="shape" type="list">
<items>
<item>rect</item>
<item>circle</item>
<item>poly</item>
<item>default</item>
</items>
</attr>
<attr name="coords" type="input" />
<children>
<child name="#text" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="abbr" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="acronym" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="address" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,144 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="applet" hasCore="1" hasI18n="1" hasScript="1">
<attr name="archive" type="input">
<text>archive</text>
<textlocation col="0" row="0" />
<location col="1" row="0" colspan="2" />
</attr>
<attr name="classid" type="input">
<text>classid</text>
<textlocation col="0" row="1" />
<location col="1" row="1" colspan="2" />
</attr>
<attr name="codebase" type="input">
<text>codebase</text>
<textlocation col="0" row="2" />
<location col="1" row="2" colspan="2" />
</attr>
<attr name="code" type="input">
<text>code</text>
<textlocation col="0" row="3" />
<location col="1" row="3" colspan="2" />
</attr>
<attr name="object" type="input">
<text>object</text>
<textlocation col="0" row="4" />
<location col="1" row="4" colspan="2" />
</attr>
<attr name="height" type="input">
<text>height</text>
<textlocation col="0" row="5" />
<location col="1" row="5" colspan="2" />
</attr>
<attr name="width" type="input">
<text>width</text>
<textlocation col="0" row="6" />
<location col="1" row="6" colspan="2" />
</attr>
<attr name="align" type="input">
<text>align</text>
<textlocation col="2" row="7" />
<location col="3" row="7" colspan="1" />
</attr>
<attr name="hspace" type="input">
<text>hspace</text>
<textlocation col="2" row="8" />
<location col="3" row="8" colspan="1" />
</attr>
<attr name="vspace" type="input">
<text>vspace</text>
<textlocation col="2" row="9" />
<location col="3" row="9" colspan="1" />
</attr>
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="address" />
<child name="article" />
<child name="aside" />
<child name="center" />
<child name="details" />
<child name="figcaption" />
<child name="figure" />
<child name="footer" />
<child name="header" />
<child name="main" />
<child name="nav" />
<child name="picture" />
<child name="section" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="blockquote" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="di" />
<child name="dl" />
<child name="em" />
<child name="fieldset" />
<child name="form" />
<child name="h1" />
<child name="h2" />
<child name="h3" />
<child name="h4" />
<child name="h5" />
<child name="h6" />
<child name="hr" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="noscript" />
<child name="object" />
<child name="ol" />
<child name="p" />
<child name="param" />
<child name="pre" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="table" />
<child name="textarea" />
<child name="tt" />
<child name="ul" />
<child name="dir" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="area" hasFocus="1" hasCore="1" hasI18n="1" hasScript="1" single="1">
<attr name="shape" type="list">
<text>shape</text>
<textlocation col="0" row="0" />
<location col="1" row="0" colspan="2"/>
<items>
<item>rect</item>
<item>circle</item>
<item>poly</item>
<item>default</item>
</items>
</attr>
<attr name="coords" type="text">
<text>coords</text>
<textlocation col="0" row="1" />
<location col="1" row="1" colspan="2"/>
</attr>
<attr name="href" type="url">
<text>href</text>
<textlocation col="0" row="3" />
<location col="1" row="3" colspan="2"/>
</attr>
<attr name="accesskey" type="input">
<text>accesskey</text>
<textlocation col="0" row="4" />
<location col="1" row="4" colspan="1" />
</attr>
<attr name="alt" type="input">
<text>alt</text>
<textlocation col="0" row="6" />
<location col="1" row="6" colspan="2"/>
</attr>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="article" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="aside" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="audio" hasCore="1" hasI18n="1" hasScript="1">
<attr name="longdesc" type="url">
<text>longdesc</text>
<textlocation col="0" row="0" />
<location col="1" row="0" colspan="2" />
</attr>
<attr name="src" type="url">
<text>src</text>
<textlocation col="0" row="1" />
<location col="1" row="1" colspan="2" />
</attr>
<attr name="height" type="input">
<text>height</text>
<textlocation col="0" row="2" />
<location col="1" row="2" colspan="2" />
</attr>
<attr name="width" type="input">
<text>width</text>
<textlocation col="0" row="3" />
<location col="1" row="3" colspan="2" />
</attr>
<attr name="alt" type="input">
<text>alt</text>
<textlocation col="0" row="4" />
<location col="1" row="4" colspan="3" />
</attr>
<attr name="usemap" type="input">
<text>usemap</text>
<textlocation col="0" row="5" />
<location col="1" row="5" colspan="3" />
</attr>
<attr name="ismap" type="check">
<text>ismap</text>
<textlocation col="0" row="6" />
<location col="1" row="6" colspan="3" />
</attr>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="b" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="base" single="1">
<attr name="id" type="list" source="dcop" interface="QuantaIf" method="idSelectors()" arguments="" > <text>Id</text>
<textlocation col="0" row="0" />
<location col="1" row="0" />
</attr>
<attr name="href" type="input">
<text>Href</text>
<textlocation col="0" row="1" />
<location col="1" row="1" />
</attr>
</tag>
</TAGS>

@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="bdi" hasCore="1" hasI18n="1" hasScript="1">
<attr name="dir" type="list">
<text>dir</text>
<textlocation col="0" row="1" />
<tooltip>This is not widely supported</tooltip>
<location col="1" row="1" colspan="2" />
<items>
<item>ltr</item>
<item>rtl</item>
</items>
</attr>
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="bdo" hasCore="1" hasI18n="1" hasScript="1">
<attr name="dir" type="list">
<text>dir</text>
<textlocation col="0" row="1" />
<tooltip>This is not widely supported</tooltip>
<location col="1" row="1" colspan="2" />
<items>
<item>ltr</item>
<item>rtl</item>
</items>
</attr>
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="big" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="blockquote" hasCore="1" hasI18n="1" hasScript="1">
<attr name="cite" type="input">
<text>cite</text>
<textlocation col="0" row="0" />
<location col="1" row="0" colspan="2" />
</attr>
<children>
<child name="address" />
<child name="article" />
<child name="aside" />
<child name="center" />
<child name="details" />
<child name="figcaption" />
<child name="figure" />
<child name="footer" />
<child name="header" />
<child name="main" />
<child name="nav" />
<child name="picture" />
<child name="section" />
<child name="blockquote" />
<child name="del" />
<child name="di" />
<child name="dl" />
<child name="fieldset" />
<child name="form" />
<child name="h1" />
<child name="h2" />
<child name="h3" />
<child name="h4" />
<child name="h5" />
<child name="h6" />
<child name="hr" />
<child name="ins" />
<child name="noscript" />
<child name="ol" />
<child name="p" />
<child name="pre" />
<child name="script" />
<child name="table" />
<child name="ul" />
<child name="dir" />
</children>
</tag>
</TAGS>

@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="body" hasCore="1" hasI18n="1" hasScript="1">
<attr name="onload" type="input">
<text>onload</text>
<textlocation col="0" row="0" />
<location col="1" row="0" colspan="2" />
</attr>
<attr name="onunload" type="input">
<text>onunload</text>
<textlocation col="0" row="1" />
<location col="1" row="1" colspan="2" />
</attr>
<children>
<child name="address" />
<child name="article" />
<child name="aside" />
<child name="center" />
<child name="details" />
<child name="figcaption" />
<child name="figure" />
<child name="footer" />
<child name="header" />
<child name="main" />
<child name="nav" />
<child name="picture" />
<child name="section" />
<child name="blockquote" />
<child name="del" />
<child name="div" />
<child name="dl" />
<child name="fieldset" />
<child name="form" />
<child name="h1" />
<child name="h2" />
<child name="h3" />
<child name="h4" />
<child name="h5" />
<child name="h6" />
<child name="hr" />
<child name="ins" />
<child name="noscript" />
<child name="ol" />
<child name="p" />
<child name="pre" />
<child name="script" />
<child name="table" />
<child name="ul" />
<child name="dir" />
</children>
</tag>
</TAGS>

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="br" hasCore="1" single="1" />
</TAGS>

@ -0,0 +1,91 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="button" hasFocus="1" hasCore="1" hasI18n="1" hasScript="1">
<attr name="value" type="input" />
<attr name="type" type="list">
<items>
<item>submit</item>
<item>button</item>
<item>reset</item>
</items>
</attr>
<attr name="disabled" type="check" />
<children>
<child name="#text" />
<child name="abbr" />
<child name="acronym" />
<child name="address" />
<child name="article" />
<child name="aside" />
<child name="center" />
<child name="details" />
<child name="figcaption" />
<child name="figure" />
<child name="footer" />
<child name="header" />
<child name="main" />
<child name="nav" />
<child name="picture" />
<child name="section" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="blockquote" />
<child name="br" />
<child name="wbr" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="div" />
<child name="dl" />
<child name="em" />
<child name="h1" />
<child name="h2" />
<child name="h3" />
<child name="h4" />
<child name="h5" />
<child name="h6" />
<child name="hr" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="ins" />
<child name="kbd" />
<child name="map" />
<child name="noscript" />
<child name="object" />
<child name="ol" />
<child name="p" />
<child name="pre" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="table" />
<child name="tt" />
<child name="ul" />
<child name="dir" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="caption" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="center" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="cite" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="code" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="col" hasCore="1" hasI18n="1" hasScript="1">
<attr name="width" type="input">
<text>width</text>
<textlocation col="0" row="0" />
<tooltip>Use % for percent or it will set pixels
You can add multiple values with commas</tooltip>
<location col="1" row="0" />
</attr>
<attr name="span" type="input">
<text>span</text>
<textlocation col="0" row="1" />
<location col="1" row="1" />
</attr>
<attr name="align" type="list">
<text>align</text>
<textlocation col="0" row="2" />
<items>
<item>left</item>
<item>center</item>
<item>right</item>
<item>justify</item>
<item>char</item>
</items>
<location col="1" row="2" />
</attr>
<attr name="valign" type="list">
<text>valign</text>
<textlocation col="0" row="3" />
<items>
<item>baseline</item>
<item>bottom</item>
<item>middle</item>
<item>top</item>
</items>
<location col="1" row="3" colspan="1" />
</attr>
<attr name="char" type="input">
<text>char</text>
<textlocation col="0" row="4" />
<tooltip>alignment character for cells</tooltip>
<location col="1" row="4" />
</attr>
<attr name="charoff" type="input">
<text>charoff</text>
<textlocation col="0" row="5" />
<tooltip>alignment character offset</tooltip>
<location col="1" row="5" />
</attr>
</tag>
</TAGS>

@ -0,0 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="colgroup" hasCore="1" hasI18n="1" hasScript="1">
<attr name="width" type="input">
<text>width</text>
<textlocation col="0" row="0" />
<tooltip>Use % for percent or it will set pixels
You can add multiple values with commas</tooltip>
<location col="1" row="0" />
</attr>
<attr name="span" type="input">
<text>span</text>
<textlocation col="0" row="1" />
<location col="1" row="1" />
</attr>
<attr name="align" type="list">
<text>align</text>
<textlocation col="0" row="2" />
<items>
<item>left</item>
<item>center</item>
<item>right</item>
<item>justify</item>
<item>char</item>
</items>
<location col="1" row="2" />
</attr>
<attr name="valign" type="list">
<text>valign</text>
<textlocation col="0" row="3" />
<items>
<item>baseline</item>
<item>bottom</item>
<item>middle</item>
<item>top</item>
</items>
<location col="1" row="3" colspan="1" />
</attr>
<attr name="char" type="input">
<text>char</text>
<textlocation col="0" row="4" />
<tooltip>alignment character for cells</tooltip>
<location col="1" row="4" />
</attr>
<attr name="charoff" type="input">
<text>charoff</text>
<textlocation col="0" row="5" />
<tooltip>alignment character offset</tooltip>
<location col="1" row="5" />
</attr>
<children>
<child name="col" usage="required" />
</children>
</tag>
</TAGS>

@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="Core" common="yes">
<attr name="id" type="list" source="dcop" interface="QuantaIf" method="idSelectors()" arguments="" >
</attr>
<attr name="class" type="list" source="dcop" interface="QuantaIf" method="selectors(QString)" arguments="%tagname%" >
</attr>
<attr name="style" type="css-style">
</attr>
<attr name="title" type="input">
</attr>
</tag>
<tag name="I18n" common="yes">
<attr name="xml:lang" type="input">
</attr>
<attr name="dir" type="input">
</attr>
</tag>
<tag name="Script" common="yes">
<attr name="onclick" type="input">
</attr>
<attr name="ondblclick" type="input">
</attr>
<attr name="onmousedown" type="input">
</attr>
<attr name="onmouseup" type="input">
</attr>
<attr name="onmouseover" type="input">
</attr>
<attr name="onmousemove" type="input">
</attr>
<attr name="onmouseout" type="input">
</attr>
<attr name="onkeypress" type="input">
</attr>
<attr name="onkeydown" type="input">
</attr>
<attr name="onkeyup" type="input">
</attr>
</tag>
<tag name="Focus" common="yes">
<attr name="accesskey" type="input">
</attr>
<attr name="tabindex" type="input">
</attr>
<attr name="onfocus" type="input">
</attr>
<attr name="onblur" type="input">
</attr>
</tag>
</TAGS>

@ -0,0 +1,92 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="del" hasCore="1" hasI18n="1" hasScript="1">
<attr name="value" type="input">
<text>value</text>
<textlocation col="0" row="0" />
<location col="1" row="0" colspan="2" />
</attr>
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="address" />
<child name="article" />
<child name="aside" />
<child name="center" />
<child name="details" />
<child name="figcaption" />
<child name="figure" />
<child name="footer" />
<child name="header" />
<child name="main" />
<child name="nav" />
<child name="picture" />
<child name="section" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="blockquote" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="div" />
<child name="dl" />
<child name="em" />
<child name="fieldset" />
<child name="form" />
<child name="h1" />
<child name="h2" />
<child name="h3" />
<child name="h4" />
<child name="h5" />
<child name="h6" />
<child name="hr" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="noscript" />
<child name="object" />
<child name="ol" />
<child name="p" />
<child name="pre" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="table" />
<child name="textarea" />
<child name="tt" />
<child name="ul" />
<child name="dir" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,86 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="dd" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="address" />
<child name="article" />
<child name="aside" />
<child name="center" />
<child name="details" />
<child name="figcaption" />
<child name="figure" />
<child name="footer" />
<child name="header" />
<child name="main" />
<child name="nav" />
<child name="picture" />
<child name="section" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="blockquote" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="div" />
<child name="dl" />
<child name="em" />
<child name="fieldset" />
<child name="form" />
<child name="h1" />
<child name="h2" />
<child name="h3" />
<child name="h4" />
<child name="h5" />
<child name="h6" />
<child name="hr" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="noscript" />
<child name="object" />
<child name="ol" />
<child name="p" />
<child name="pre" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="table" />
<child name="textarea" />
<child name="tt" />
<child name="ul" />
<child name="dir" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,98 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="del" hasCore="1" hasI18n="1" hasScript="1">
<attr name="cite" type="input">
<text>cite</text>
<textlocation col="0" row="0" />
<location col="1" row="0" colspan="2" />
</attr>
<attr name="datetime" type="input">
<text>datetime</text>
<textlocation col="0" row="1" />
<location col="1" row="1" colspan="2" />
</attr>
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="address" />
<child name="article" />
<child name="aside" />
<child name="center" />
<child name="details" />
<child name="figcaption" />
<child name="figure" />
<child name="footer" />
<child name="header" />
<child name="main" />
<child name="nav" />
<child name="picture" />
<child name="section" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="blockquote" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="div" />
<child name="dl" />
<child name="em" />
<child name="fieldset" />
<child name="form" />
<child name="h1" />
<child name="h2" />
<child name="h3" />
<child name="h4" />
<child name="h5" />
<child name="h6" />
<child name="hr" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="noscript" />
<child name="object" />
<child name="ol" />
<child name="p" />
<child name="pre" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="table" />
<child name="textarea" />
<child name="tt" />
<child name="ul" />
<child name="dir" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,58 @@
[General]
Name = HTML 5
NickName = HTML 5
URL = https://www.w3.org/TR/html5/syntax.html#the-doctype
DoctypeString = html
MimeTypes = text/html
DefaultExtension = html
Groups = Core, I18n, Script,Focus
NumOfPages = 3
CaseSensitive = true
Documentation = HTML
[Toolbars]
Location = html5
Names = base, style, meta, tools
[Page1]
Title = Core and i18n
Groups = Core, I18n
[Page2]
Title = Events
Groups = Script
[Page3]
Title = Focus
Groups = Focus
[Extra rules]
BooleanAttributes = simple
Single Tag Style = XML
StructGroupsCount = 3
[Parsing rules]
SpecialTags = script(language)
MayContain = php, css
[StructGroup_1]
Name = Images (anchor)
No_Name = No Images (anchor)
Icon = image
Tag = img(src)
HasFileName = true
[StructGroup_2]
Name = Links
No_Name = No Links
Icon = www
Tag = a(name,href)
HasFileName = true
FileNameRx = .*\||#.*
[StructGroup_3]
Name = Resources (link)
No_Name = No Links (link)
Icon = www
Tag = link(href)
HasFileName = true

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="details" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="dfn" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="dir" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="li" usage="required" />
</children>
</tag>
</TAGS>

@ -0,0 +1,86 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="div" hasCore="1" hasI18n="1" hasScript="1" scope="paragraph">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="address" />
<child name="article" />
<child name="aside" />
<child name="center" />
<child name="details" />
<child name="figcaption" />
<child name="figure" />
<child name="footer" />
<child name="header" />
<child name="main" />
<child name="nav" />
<child name="picture" />
<child name="section" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="blockquote" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="div" />
<child name="dl" />
<child name="em" />
<child name="fieldset" />
<child name="form" />
<child name="h1" />
<child name="h2" />
<child name="h3" />
<child name="h4" />
<child name="h5" />
<child name="h6" />
<child name="hr" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="noscript" />
<child name="object" />
<child name="ol" />
<child name="p" />
<child name="pre" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="table" />
<child name="textarea" />
<child name="tt" />
<child name="ul" />
<child name="dir" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="dl" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="dt" />
<child name="dd" />
</children>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="dt" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="em" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="embed" hasCore="1" hasI18n="1" hasScript="1">
<attr name="longdesc" type="url">
<text>longdesc</text>
<textlocation col="0" row="0" />
<location col="1" row="0" colspan="2" />
</attr>
<attr name="src" type="url">
<text>src</text>
<textlocation col="0" row="1" />
<location col="1" row="1" colspan="2" />
</attr>
<attr name="height" type="input">
<text>height</text>
<textlocation col="0" row="2" />
<location col="1" row="2" colspan="2" />
</attr>
<attr name="width" type="input">
<text>width</text>
<textlocation col="0" row="3" />
<location col="1" row="3" colspan="2" />
</attr>
<attr name="alt" type="input">
<text>alt</text>
<textlocation col="0" row="4" />
<location col="1" row="4" colspan="3" />
</attr>
<attr name="usemap" type="input">
<text>usemap</text>
<textlocation col="0" row="5" />
<location col="1" row="5" colspan="3" />
</attr>
<attr name="ismap" type="check">
<text>ismap</text>
<textlocation col="0" row="6" />
<location col="1" row="6" colspan="3" />
</attr>
</tag>
</TAGS>

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="">
<attr name="rows" type="input">
<text>Rows</text>
<textlocation col="0" row="0" />
<location col="1" row="0" />
</attr>
</tag>
</TAGS>

@ -0,0 +1,90 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="fieldset" hasScript="1" hasCore="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="address" />
<child name="article" />
<child name="aside" />
<child name="center" />
<child name="details" />
<child name="figcaption" />
<child name="figure" />
<child name="footer" />
<child name="header" />
<child name="main" />
<child name="nav" />
<child name="picture" />
<child name="section" />
<child name="attr" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="blockquote" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="div" />
<child name="dl" />
<child name="em" />
<child name="fieldset" />
<child name="form" />
<child name="h1" />
<child name="h2" />
<child name="h3" />
<child name="h4" />
<child name="h5" />
<child name="h6" />
<child name="hr" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="legend" />
<child name="map" />
<child name="noscript" />
<child name="object" />
<child name="ol" />
<child name="p" />
<child name="pre" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="table" />
<child name="textarea" />
<child name="tt" />
<child name="ul" />
<child name="dir" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="figcaption" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="figure" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="footer" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,97 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="form" hasCore="1" hasI18n="1" hasScript="1">
<attr name="action" type="url">
<text>action</text>
<textlocation col="0" row="0" />
<location col="1" row="0" colspan="3" />
</attr>
<attr name="method" type="list">
<text>method</text>
<textlocation col="0" row="1" />
<location col="1" row="1"/>
<items>
<item>GET</item>
<item>POST</item>
</items>
</attr>
<attr name="enctype" type="list">
<text>enctype</text>
<textlocation col="0" row="2" />
<location col="1" row="2" colspan="3"/>
<items>
<item>application/x-www-form-urlencoded</item>
<item>multipart/form-data</item>
</items>
</attr>
<attr name="accept-charset" type="input">
<text>acceptcharset</text>
<textlocation col="2" row="3" />
<location col="3" row="3"/>
</attr>
<attr name="accept" type="list">
<text>accept</text>
<textlocation col="0" row="4" />
<location col="1" row="4" colspan="3"/>
<items>
<item>application/x-www-form-urlencoded</item>
<item>multipart/form-data</item>
</items>
</attr>
<attr name="onsubmit" type="input">
<text>onsubmit</text>
<textlocation col="2" row="5" />
<location col="3" row="5"/>
</attr>
<attr name="onreset" type="input">
<text>onreset</text>
<textlocation col="2" row="6" />
<location col="3" row="6"/>
</attr>
<children>
<child name="address" />
<child name="article" />
<child name="aside" />
<child name="center" />
<child name="details" />
<child name="figcaption" />
<child name="figure" />
<child name="footer" />
<child name="header" />
<child name="main" />
<child name="nav" />
<child name="picture" />
<child name="section" />
<child name="blockquote" />
<child name="del" />
<child name="div" />
<child name="dl" />
<child name="fieldset" />
<child name="h1" />
<child name="h2" />
<child name="h3" />
<child name="h4" />
<child name="h5" />
<child name="h6" />
<child name="hr" />
<child name="ins" />
<child name="noscript" />
<child name="ol" />
<child name="p" />
<child name="pre" />
<child name="script" />
<child name="table" />
<child name="ul" />
<child name="dir" />
</children>
</tag>
</TAGS>

@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="head" hasI18n="1">
<attr name="id" type="list" source="dcop" interface="QuantaIf" method="idSelectors()" arguments="" >
<text>id</text>
<textlocation col="0" row="0" />
<location col="1" row="0" colspan="2" />
</attr>
<attr name="profile" type="url">
<text>profile</text>
<textlocation col="0" row="1" />
<location col="1" row="1" colspan="2" />
</attr>
<children>
<child name="base" />
<child name="link" />
<child name="meta" usage="required" />
<child name="object" />
<child name="title" usage="required" />
<child name="script" />
<child name="style" />
</children>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="header" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,311 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="h1" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
<tag name="h2" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
<tag name="h3" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
<tag name="h4" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
<tag name="h5" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
<tag name="h6" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="hr" hasScript="1" single="1" hasCore="1" single="1" />
</TAGS>

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="html" hasI18n="1">
<attr name="id" type="list" source="dcop" interface="QuantaIf" method="idSelectors()" arguments="" >
<text>id</text>
<textlocation col="0" row="0" />
<location col="1" row="0" colspan="2" />
</attr>
<attr name="xmlns" type="list">
<text>xmlns</text>
<textlocation col="0" row="0" />
<location col="1" row="0" colspan="2" />
<items><item>http://www.w3.org/1999/xhtml</item></items>
</attr>
<children>
<child name="body" />
<child name="head" />
</children>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="i" hasCore="1" hasI18n="1" hasScript="1" scope="word">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="img" hasCore="1" hasI18n="1" hasScript="1" single="1">
<attr name="longdesc" type="url">
<text>longdesc</text>
<textlocation col="0" row="0" />
<location col="1" row="0" colspan="2" />
</attr>
<attr name="src" type="url">
<text>src</text>
<textlocation col="0" row="1" />
<location col="1" row="1" colspan="2" />
</attr>
<attr name="height" type="input">
<text>height</text>
<textlocation col="0" row="2" />
<location col="1" row="2" colspan="2" />
</attr>
<attr name="width" type="input">
<text>width</text>
<textlocation col="0" row="3" />
<location col="1" row="3" colspan="2" />
</attr>
<attr name="alt" type="input">
<text>alt</text>
<textlocation col="0" row="4" />
<location col="1" row="4" colspan="3" />
</attr>
<attr name="usemap" type="input">
<text>usemap</text>
<textlocation col="0" row="5" />
<location col="1" row="5" colspan="3" />
</attr>
<attr name="ismap" type="check">
<text>ismap</text>
<textlocation col="0" row="6" />
<location col="1" row="6" colspan="3" />
</attr>
</tag>
</TAGS>

@ -0,0 +1,104 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="input" hasFocus="1" hasCore="1" hasI18n="1" hasScript="1">
<attr name="type" type="list">
<text>type</text>
<textlocation col="0" row="0" colspan="1" />
<items>
<item>text</item>
<item>password</item>
<item>checkbox</item>
<item>radio</item>
<item>submit</item>
<item>reset</item>
<item>file</item>
<item>hidden</item>
<item>image</item>
<item>button</item>
</items>
<location col="1" row="0" colspan="1" />
</attr>
<attr name="disabled" type="check">
<text>disabled</text>
<location col="2" row="0" colspan="1" />
<tooltip>Disable the element</tooltip>
</attr>
<attr name="checked" type="check">
<text>checked</text>
<location col="3" row="0" colspan="1" />
<tooltip>For radio button or check box</tooltip>
</attr>
<attr name="value" type="input">
<text>value</text>
<textlocation col="2" row="1" colspan="1" />
<location col="3" row="1" colspan="1" />
</attr>
<attr name="size" type="input">
<text>size</text>
<textlocation col="0" row="2" colspan="1" />
<location col="1" row="2" colspan="1" />
<tooltip>No of characters for text input</tooltip>
</attr>
<attr name="maxlength" type="input">
<text>maxlength</text>
<textlocation col="2" row="2" colspan="1" />
<location col="3" row="2" colspan="1" />
<tooltip>Max characters allowed</tooltip>
</attr>
<attr name="alt" type="input">
<text>alt</text>
<textlocation col="0" row="3" colspan="1" />
<location col="1" row="3" colspan="3" />
<tooltip>Alternate text for image</tooltip>
</attr>
<attr name="src" type="url">
<text>src</text>
<textlocation col="0" row="4" colspan="1" />
<location col="1" row="4" colspan="3" />
<tooltip>URL for image to use</tooltip>
</attr>
<attr name="accept" type="list">
<text>accept</text>
<textlocation col="0" row="5" />
<location col="1" row="5" colspan="3"/>
<items>
<item>application/x-www-form-urlencoded</item>
<item>multipart/form-data</item>
</items>
</attr>
<attr name="readonly" type="check">
<text>readonly</text>
<location col="3" row="5" colspan="1" />
</attr>
<attr name="usemap" type="input">
<text>use</text>
<textlocation col="0" row="3" colspan="1" />
<location col="1" row="3" colspan="3" />
</attr>
<attr name="onselect" type="input">
<text>onselect</text>
<textlocation col="0" row="3" colspan="1" />
<location col="1" row="3" colspan="3" />
</attr>
<attr name="onchange" type="input">
<text>onchange</text>
<textlocation col="0" row="3" colspan="1" />
<location col="1" row="3" colspan="3" />
</attr>
</tag>
</TAGS>

@ -0,0 +1,98 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="ins" hasCore="1" hasI18n="1" hasScript="1">
<attr name="cite" type="url">
<text>cite</text>
<textlocation col="0" row="0" />
<location col="1" row="0" colspan="2" />
</attr>
<attr name="datetime" type="input">
<text>datetime</text>
<textlocation col="0" row="1" />
<location col="1" row="1" colspan="2" />
</attr>
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="address" />
<child name="article" />
<child name="aside" />
<child name="center" />
<child name="details" />
<child name="figcaption" />
<child name="figure" />
<child name="footer" />
<child name="header" />
<child name="main" />
<child name="nav" />
<child name="picture" />
<child name="section" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="blockquote" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="div" />
<child name="dl" />
<child name="em" />
<child name="fieldset" />
<child name="form" />
<child name="h1" />
<child name="h2" />
<child name="h3" />
<child name="h4" />
<child name="h5" />
<child name="h6" />
<child name="hr" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="noscript" />
<child name="object" />
<child name="ol" />
<child name="p" />
<child name="pre" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="table" />
<child name="textarea" />
<child name="tt" />
<child name="ul" />
<child name="dir" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="kbd" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="label" hasCore="1" hasI18n="1" hasScript="1">
<attr name="accesskey" type="input">
<text>accesskey</text>
<textlocation col="2" row="0" colspan="1" />
<location col="3" row="0" colspan="1" />
<tooltip>Shortcut</tooltip>
</attr>
<attr name="for" type="input">
<text>for</text>
<textlocation col="2" row="1" colspan="1" />
<location col="3" row="1" colspan="1" />
</attr>
<attr name="onfocus" type="input">
<text>onfocus</text>
<textlocation col="0" row="2" />
<location col="1" row="2" />
</attr>
<attr name="onblur" type="input">
<text>onblur</text>
<textlocation col="0" row="3" />
<location col="1" row="3" />
</attr>
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="legend" hasCore="1" hasI18n="1" hasScript="1">
<attr name="accesskey" type="input">
<text>accesskey</text>
<textlocation col="2" row="0" colspan="1" />
<location col="3" row="0" colspan="1" />
<tooltip>Shortcut</tooltip>
</attr>
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,90 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="li" hasCore="1" hasI18n="1" hasScript="1">
<stoppingtags>
<stoppingtag name="li" />
</stoppingtags>
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="address" />
<child name="article" />
<child name="aside" />
<child name="center" />
<child name="details" />
<child name="figcaption" />
<child name="figure" />
<child name="footer" />
<child name="header" />
<child name="main" />
<child name="nav" />
<child name="picture" />
<child name="section" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="blockquote" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="div" />
<child name="dl" />
<child name="em" />
<child name="fieldset" />
<child name="form" />
<child name="h1" />
<child name="h2" />
<child name="h3" />
<child name="h4" />
<child name="h5" />
<child name="h6" />
<child name="hr" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="noscript" />
<child name="object" />
<child name="ol" />
<child name="p" />
<child name="pre" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="table" />
<child name="textarea" />
<child name="tt" />
<child name="ul" />
<child name="dir" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="link" hasCore="1" hasI18n="1" hasScript="1" single="1">
<attr name="rel" type="input">
<text>rel</text>
<textlocation col="0" row="0" />
<location col="1" row="0" colspan="2" />
</attr>
<attr name="rev" type="input">
<text>rev</text>
<textlocation col="0" row="1" />
<location col="1" row="1" colspan="2" />
</attr>
<attr name="href" type="url">
<text>href</text>
<textlocation col="0" row="2" />
<location col="1" row="2" colspan="2" />
</attr>
<attr name="type" type="list">
<text>type</text>
<textlocation col="0" row="3" />
<location col="1" row="3" colspan="2" />
<items>
<item>text/html</item>
<item>image/jpeg</item>
<item>image/gif</item>
<item>image/png</item>
<item>model/vrml</item>
<item>video/quicktime</item>
<item>application/java</item>
<item>text/css</item>
<item>text/javascript</item>
</items>
</attr>
<attr name="media" type="list">
<text>media</text>
<textlocation col="0" row="4" />
<location col="1" row="4" colspan="2" />
<items>
<item>screen</item>
<item>tty</item>
<item>tv</item>
<item>projection</item>
<item>handheld</item>
<item>print</item>
<item>braille</item>
<item>aural</item>
<item>all</item>
</items>
</attr>
<attr name="hreflang" type="input">
<text>hreflang</text>
<textlocation col="0" row="5" />
<location col="1" row="5" colspan="2" />
</attr>
<attr name="charset" type="input">
<text>charset</text>
<textlocation col="0" row="6" />
<location col="1" row="6" colspan="2" />
</attr>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="main" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="map" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="address" />
<child name="article" />
<child name="aside" />
<child name="center" />
<child name="details" />
<child name="figcaption" />
<child name="figure" />
<child name="footer" />
<child name="header" />
<child name="main" />
<child name="nav" />
<child name="picture" />
<child name="section" />
<child name="area" />
<child name="blockquote" />
<child name="del" />
<child name="div" />
<child name="dl" />
<child name="fieldset" />
<child name="form" />
<child name="h1" />
<child name="h2" />
<child name="h3" />
<child name="h4" />
<child name="h5" />
<child name="h6" />
<child name="hr" />
<child name="ins" />
<child name="noscript" />
<child name="ol" />
<child name="p" />
<child name="pre" />
<child name="script" />
<child name="table" />
<child name="ul" />
<child name="dir" />
</children>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="mark" hasCore="1" hasI18n="1" hasScript="1" scope="word">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="meta" hasI18n="1" single="1">
<attr name="id" type="list" source="dcop" interface="QuantaIf" method="idSelectors()" arguments="" >
<text>id</text>
<textlocation col="0" row="0" />
<location col="1" row="0" colspan="2" />
</attr>
<attr name="http-equiv" type="input">
<text>http-equiv</text>
<textlocation col="0" row="1" />
<location col="1" row="1" colspan="2" />
</attr>
<attr name="content" type="input">
<text>content</text>
<textlocation col="0" row="2" />
<location col="1" row="2" colspan="2" />
</attr>
<attr name="scheme" type="input">
<text>scheme</text>
<textlocation col="0" row="3" />
<location col="1" row="3" colspan="2" />
</attr>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="nav" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="noscript" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="address" />
<child name="article" />
<child name="aside" />
<child name="center" />
<child name="details" />
<child name="figcaption" />
<child name="figure" />
<child name="footer" />
<child name="header" />
<child name="main" />
<child name="nav" />
<child name="picture" />
<child name="section" />
<child name="blockquote" />
<child name="del" />
<child name="di" />
<child name="dl" />
<child name="fieldset" />
<child name="form" />
<child name="h1" />
<child name="h2" />
<child name="h3" />
<child name="h4" />
<child name="h5" />
<child name="h6" />
<child name="hr" />
<child name="ins" />
<child name="noscript" />
<child name="ol" />
<child name="p" />
<child name="pre" />
<child name="script" />
<child name="table" />
<child name="ul" />
<child name="dir" />
</children>
</tag>
</TAGS>

@ -0,0 +1,202 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="object" hasCore="1" hasI18n="1" hasScript="1">
<attr name="archive" type="input">
<text>archive</text>
<textlocation col="0" row="0" />
<location col="1" row="0" colspan="2" />
</attr>
<attr name="classid" type="input">
<text>classid</text>
<textlocation col="0" row="1" />
<location col="1" row="1" colspan="2" />
</attr>
<attr name="codebase" type="input">
<text>codebase</text>
<textlocation col="0" row="2" />
<location col="1" row="2" colspan="2" />
</attr>
<attr name="codetype" type="list">
<text>codetype</text>
<textlocation col="0" row="3" />
<location col="1" row="3" colspan="2" />
<items>
<item>image/jpeg</item>
<item>image/gif</item>
<item>image/png</item>
<item>model/vrml</item>
<item>video/quicktime</item>
<item>application/java</item>
<item>audio/basic</item>
<item>text/html</item>
<item>text/css</item>
</items>
</attr>
<attr name="type" type="list">
<text>type</text>
<textlocation col="0" row="4" />
<location col="1" row="4" colspan="2" />
<items>
<item>image/jpeg</item>
<item>image/gif</item>
<item>image/png</item>
<item>model/vrml</item>
<item>video/quicktime</item>
<item>application/java</item>
<item>audio/basic</item>
<item>text/html</item>
<item>text/css</item>
</items>
</attr>
<attr name="data" type="url">
<text>data</text>
<textlocation col="0" row="5" />
<location col="1" row="5" colspan="2" />
</attr>
<attr name="height" type="input">
<text>height</text>
<textlocation col="0" row="6" />
<location col="1" row="6" colspan="2" />
</attr>
<attr name="width" type="input">
<text>width</text>
<textlocation col="0" row="7" />
<location col="1" row="7" colspan="2" />
</attr>
<attr name="tabindex" type="input">
<text>tabindex</text>
<textlocation col="0" row="8" />
<location col="1" row="8" colspan="1" />
</attr>
<attr name="standby" type="input">
<text>standby</text>
<textlocation col="2" row="9" />
<location col="3" row="9" colspan="1" />
</attr>
<attr name="declare" type="check">
<text>declare</text>
<textlocation col="2" row="10" />
<location col="3" row="10" colspan="1" />
</attr>
<attr name="usemap" type="input">
<text>usemap</text>
<textlocation col="2" row="11" />
<location col="3" row="11" colspan="1" />
</attr>
<attr name="align" type="input">
<text>align</text>
<textlocation col="2" row="12" />
<location col="3" row="12" colspan="1" />
</attr>
<attr name="border" type="input">
<text>border</text>
<textlocation col="2" row="13" />
<location col="3" row="13" colspan="1" />
</attr>
<attr name="hspace" type="input">
<text>hspace</text>
<textlocation col="2" row="14" />
<location col="3" row="14" colspan="1" />
</attr>
<attr name="vspace" type="input">
<text>vspace</text>
<textlocation col="2" row="15" />
<location col="3" row="15" colspan="1" />
</attr>
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="address" />
<child name="article" />
<child name="aside" />
<child name="center" />
<child name="details" />
<child name="figcaption" />
<child name="figure" />
<child name="footer" />
<child name="header" />
<child name="main" />
<child name="nav" />
<child name="picture" />
<child name="section" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="blockquote" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="di" />
<child name="dl" />
<child name="em" />
<child name="fieldset" />
<child name="form" />
<child name="h1" />
<child name="h2" />
<child name="h3" />
<child name="h4" />
<child name="h5" />
<child name="h6" />
<child name="hr" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="noscript" />
<child name="object" />
<child name="ol" />
<child name="p" />
<child name="param" />
<child name="pre" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="table" />
<child name="textarea" />
<child name="tt" />
<child name="ul" />
<child name="dir" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="ol" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="li" usage="required" />
</children>
</tag>
</TAGS>

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="optgroup" hasCore="1" hasI18n="1" hasScript="1">
<attr name="disabled" type="check">
<text>disabled</text>
<location col="2" row="0" colspan="1" />
<tooltip>Disable the element</tooltip>
</attr>
<attr name="label" type="input">
<text>label</text>
<textlocation col="0" row="1" colspan="1" />
<location col="1" row="1" colspan="1" />
</attr>
<children>
<child name="option" />
</children>
</tag>
</TAGS>

@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="option" hasFocus="1" hasCore="1" hasI18n="1" hasScript="1">
<attr name="value" type="input">
<text>value</text>
<textlocation col="0" row="0" />
<location col="1" row="0" />
</attr>
<attr name="selected" type="list">
<text>Selected</text>
<textlocation col="0" row="1" />
<location col="1" row="1" />
<items>
<item>selected</item>
</items>
</attr>
<attr name="disabled" type="list">
<text>Disabled</text>
<textlocation col="0" row="2" />
<location col="1" row="2" />
<items>
<item>disabled</item>
</items>
</attr>
<attr name="label" type="input">
<text>label</text>
<textlocation col="0" row="3" />
<location col="1" row="3" />
</attr>
<stoppingtags>
<stoppingtag name="option" />
</stoppingtags>
</tag>
</TAGS>

@ -0,0 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="p" hasCore="1" hasI18n="1" hasScript="1">
<stoppingtags>
<stoppingtag name="p" />
<stoppingtag name="li" />
<stoppingtag name="td" />
<stoppingtag name="tr" />
<stoppingtag name="th" />
<stoppingtag name="dt" />
<stoppingtag name="dd" />
</stoppingtags>
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="param" single="1">
<attr name="id" type="list" source="dcop" interface="QuantaIf" method="idSelectors()" arguments="" >
<text>id</text>
<textlocation col="0" row="0" />
<location col="1" row="0" colspan="2" />
</attr>
<attr name="type" type="list">
<text>type</text>
<textlocation col="0" row="1" />
<location col="1" row="1" colspan="2" />
<items>
<item>image/jpeg</item>
<item>image/gif</item>
<item>image/png</item>
<item>model/vrml</item>
<item>video/quicktime</item>
<item>application/java</item>
<item>audio/basic</item>
<item>text/html</item>
<item>text/css</item>
</items>
</attr>
<attr name="value" type="input">
<text>value</text>
<textlocation col="0" row="2" />
<location col="1" row="2" colspan="1" />
</attr>
<attr name="valuetype" type="list">
<text>valuetype</text>
<textlocation col="0" row="3" />
<location col="1" row="3" colspan="2" />
<items>
<item>data</item>
<item>ref</item>
<item>object</item>
</items>
</attr>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="picture" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="pre" hasCore="1" hasI18n="1" hasScript="1">
<attr name="xml:space" type="list">
<text>xml:space</text>
<textlocation col="0" row="1" />
<location col="1" row="1" colspan="2" />
<items>
<item>preserve</item>
</items>
</attr>
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="span" />
<child name="strong" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="q" hasCore="1" hasI18n="1" hasScript="1">
<attr name="cite" type="input">
<text>cite</text>
<textlocation col="0" row="0" />
<location col="1" row="0" colspan="2" />
</attr>
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="rb" hasCore="1" hasI18n="1" hasScript="1">
</tag>
</TAGS>

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="rbc" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="rb" />
</children>
</tag>
</TAGS>

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="rp" hasCore="1" hasI18n="1" hasScript="1">
</tag>
</TAGS>

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="rt" hasCore="1" hasI18n="1" hasScript="1">
<attr name="rbspan" type="input" />
</tag>
</TAGS>

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="rtc" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="rt" />
</children>
</tag>
</TAGS>

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="ruby" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="rb" />
<child name="rt" />
<child name="rp" />
<child name="rtc" />
<child name="rbc" />
</children>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="samp" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="script">
<attr name="type" type="list">
<text>Type</text>
<textlocation col="0" row="0" />
<location col="1" row="0" colspan="2" />
<items>
<item>text/html</item>
<item>text/css</item>
<item>text/php</item>
<item>text/javascript</item>
<item>application/x-javascript</item>
</items>
</attr>
<attr name="src" type="url">
<text>Source</text>
<textlocation col="0" row="1" />
<location col="1" row="1" colspan="2" />
</attr>
<attr name="charset" type="input">
<text>Charset</text>
<textlocation col="0" row="2" />
<location col="1" row="2" colspan="2" />
</attr>
<attr name="defer" type="check">
<text>Defer (script execution may wait)</text>
<location col="0" row="3" colspan="2" />
</attr>
<attr name="xml:space" type="list">
<text>xml:space</text>
<textlocation col="0" row="4" />
<location col="1" row="4" colspan="2" />
<items>
<item>preserve</item>
</items>
</attr>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="section" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="select" hasCore="1" hasI18n="1" hasScript="1">
<attr name="multiple" type="check">
<text>multiple</text>
<location col="1" row="0" />
</attr>
<attr name="disabled" type="check">
<text>disabled</text>
<location col="1" row="1" />
</attr>
<attr name="tabindex" type="input">
<text>tabindex</text>
<textlocation col="0" row="2" />
<location col="1" row="2" />
</attr>
<attr name="size" type="input">
<text>size</text>
<textlocation col="0" row="3" />
<location col="1" row="3" />
</attr>
<attr name="onfocus" type="input">
<text>onfocus</text>
<textlocation col="0" row="4" />
<location col="1" row="4" />
</attr>
<attr name="onblur" type="input">
<text>onblur</text>
<textlocation col="0" row="5" />
<location col="1" row="5" />
</attr>
<attr name="onchange" type="input">
<text>onchange</text>
<textlocation col="0" row="6" />
<location col="1" row="6" />
</attr>
<stoppingtags>
<stoppingtag name="select" />
</stoppingtags>
<children>
<child name="optgroup" />
<child name="option" />
</children>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="small" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="source" hasCore="1" hasI18n="1" hasScript="1">
<attr name="longdesc" type="url">
<text>longdesc</text>
<textlocation col="0" row="0" />
<location col="1" row="0" colspan="2" />
</attr>
<attr name="src" type="url">
<text>src</text>
<textlocation col="0" row="1" />
<location col="1" row="1" colspan="2" />
</attr>
<attr name="height" type="input">
<text>height</text>
<textlocation col="0" row="2" />
<location col="1" row="2" colspan="2" />
</attr>
<attr name="width" type="input">
<text>width</text>
<textlocation col="0" row="3" />
<location col="1" row="3" colspan="2" />
</attr>
<attr name="alt" type="input">
<text>alt</text>
<textlocation col="0" row="4" />
<location col="1" row="4" colspan="3" />
</attr>
<attr name="usemap" type="input">
<text>usemap</text>
<textlocation col="0" row="5" />
<location col="1" row="5" colspan="3" />
</attr>
<attr name="ismap" type="check">
<text>ismap</text>
<textlocation col="0" row="6" />
<location col="1" row="6" colspan="3" />
</attr>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="span" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="strong" hasCore="1" hasI18n="1" hasScript="1" scope="word">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="style" hasI18n="1">
<attr name="id" type="list" source="dcop" interface="QuantaIf" method="idSelectors()" arguments="" >
<text>id</text>
<textlocation col="0" row="0" />
<location col="1" row="0" colspan="2" />
</attr>
<attr name="type" type="list">
<text>type</text>
<textlocation col="0" row="1" />
<location col="1" row="1" colspan="2" />
<items>
<item>text/css</item>
</items>
</attr>
<attr name="media" type="list">
<text>media</text>
<textlocation col="0" row="2" />
<location col="1" row="2" colspan="2" />
<items>
<item>screen</item>
<item>tty</item>
<item>tv</item>
<item>projection</item>
<item>handheld</item>
<item>print</item>
<item>braille</item>
<item>aural</item>
<item>all</item>
</items>
</attr>
<attr name="title" type="input">
<text>title</text>
<textlocation col="0" row="3" />
<location col="1" row="3" colspan="2" />
</attr>
<attr name="xml:space" type="list">
<text>xml:space</text>
<textlocation col="0" row="4" />
<location col="1" row="4" colspan="2" />
<items>
<item>preserve</item>
</items>
</attr>
<attr name="defer" type="check">
<text>defer</text>
<textlocation col="0" row="5" />
<location col="1" row="5" colspan="2" />
</attr>
<children>
<child name="#text" />
</children>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="sub" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="sup" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="svg" hasFocus="1" hasCore="1" hasI18n="1" hasScript="1">
<attr name="shape" type="list">
<text>shape</text>
<textlocation col="0" row="0" />
<location col="1" row="0" colspan="2"/>
<items>
<item>rect</item>
<item>circle</item>
<item>poly</item>
<item>default</item>
</items>
</attr>
<attr name="coords" type="text">
<text>coords</text>
<textlocation col="0" row="1" />
<location col="1" row="1" colspan="2"/>
</attr>
<attr name="href" type="url">
<text>href</text>
<textlocation col="0" row="3" />
<location col="1" row="3" colspan="2"/>
</attr>
<attr name="accesskey" type="input">
<text>accesskey</text>
<textlocation col="0" row="4" />
<location col="1" row="4" colspan="1" />
</attr>
<attr name="alt" type="input">
<text>alt</text>
<textlocation col="0" row="6" />
<location col="1" row="6" colspan="2"/>
</attr>
</tag>
</TAGS>

@ -0,0 +1,79 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="table" hasCore="1" hasI18n="1" hasScript="1">
<attr name="width" type="input">
<text>width</text>
<textlocation col="0" row="0" />
<tooltip>Use % for percent or it will set pixels</tooltip>
<location col="1" row="0" />
</attr>
<attr name="cellspacing" type="input">
<text>cellspacing</text>
<textlocation col="2" row="0" />
<location col="3" row="0" />
</attr>
<attr name="border" type="input">
<text>border</text>
<textlocation col="0" row="1" />
<tooltip>Set in pixels</tooltip>
<location col="1" row="1" />
</attr>
<attr name="cellpadding" type="input">
<text>cellpadding</text>
<textlocation col="2" row="1" />
<location col="3" row="1" />
</attr>
<attr name="frame" type="list">
<text>frame</text>
<textlocation col="0" row="2" />
<items>
<item>above</item>
<item>below</item>
<item>border</item>
<item>box</item>
<item>hsides</item>
<item>lhs</item>
<item>rhs</item>
<item>void</item>
<item>vsides</item>
</items>
<location col="1" row="2" colspan="2" />
</attr>
<attr name="rules" type="list">
<text>rules</text>
<textlocation col="0" row="3" />
<items>
<item>none</item>
<item>groups</item>
<item>rows</item>
<item>cols</item>
<item>all</item>
</items>
<location col="1" row="3" colspan="2" />
</attr>
<attr name="summary" type="input">
<text>summary</text>
<textlocation col="0" row="5" />
<location col="1" row="5" colspan="2"/>
</attr>
<children>
<child name="caption" />
<child name="col" />
<child name="colgroup" />
<child name="thead" />
<child name="tfoot" />
<child name="tbody" />
<child name="tr" usage="required" />
</children>
</tag>
</TAGS>

@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="tbody" hasCore="1" hasI18n="1" hasScript="1">
<attr name="align" type="list">
<text>align</text>
<textlocation col="0" row="0" />
<items>
<item>left</item>
<item>center</item>
<item>right</item>
<item>justify</item>
<item>char</item>
</items>
<location col="1" row="0" colspan="1" />
</attr>
<attr name="valign" type="list">
<text>valign</text>
<textlocation col="0" row="1" />
<items>
<item>baseline</item>
<item>bottom</item>
<item>middle</item>
<item>top</item>
</items>
<location col="1" row="1" colspan="1" />
</attr>
<attr name="char" type="input" />
<attr name="charoff" type="input" />
<children>
<child name="tr" />
</children>
</tag>
</TAGS>

@ -0,0 +1,157 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="td" hasCore="1" hasI18n="1" hasScript="1">
<attr name="width" type="input">
<text>width</text>
<textlocation col="0" row="0" />
<tooltip>use % for percent or it will set pixels</tooltip>
<location col="1" row="0" />
</attr>
<attr name="colspan" type="input">
<text>colspan</text>
<textlocation col="2" row="0" />
<location col="3" row="0" />
</attr>
<attr name="rowspan" type="input">
<text>rowspan</text>
<textlocation col="2" row="1" />
<location col="3" row="1" />
</attr>
<attr name="align" type="list">
<text>align</text>
<textlocation col="0" row="2" />
<items>
<item>left</item>
<item>center</item>
<item>right</item>
<item>justify</item>
<item>char</item>
</items>
<location col="1" row="2" colspan="1" />
</attr>
<attr name="valign" type="list">
<text>valign</text>
<textlocation col="2" row="2" />
<items>
<item>baseline</item>
<item>bottom</item>
<item>middle</item>
<item>top</item>
</items>
<location col="3" row="2" colspan="1" />
</attr>
<attr name="headers" type="input" />
<attr name="abbr" type="input" />
<attr name="scope" type="list">
<items>
<item>row</item>
<item>col</item>
<item>rowgroup</item>
<item>colgroup</item>
</items>
</attr>
<attr name="axis" type="input" />
<attr name="char" type="input" />
<attr name="charoff" type="input" />
<stoppingtags>
<stoppingtag name="td" />
<stoppingtag name="tr" />
<stoppingtag name="th" />
</stoppingtags>
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="address" />
<child name="article" />
<child name="aside" />
<child name="center" />
<child name="details" />
<child name="figcaption" />
<child name="figure" />
<child name="footer" />
<child name="header" />
<child name="main" />
<child name="nav" />
<child name="picture" />
<child name="section" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="blockquote" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="div" />
<child name="dl" />
<child name="em" />
<child name="fieldset" />
<child name="form" />
<child name="h1" />
<child name="h2" />
<child name="h3" />
<child name="h4" />
<child name="h5" />
<child name="h6" />
<child name="hr" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="noscript" />
<child name="object" />
<child name="ol" />
<child name="p" />
<child name="pre" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="table" />
<child name="textarea" />
<child name="tt" />
<child name="ul" />
<child name="dir" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="textarea" hasFocus="1" hasCore="1" hasI18n="1" hasScript="1">
<attr name="cols" type="input">
<text>cols</text>
<textlocation col="0" row="0" colspan="1" />
<location col="1" row="0" colspan="1" />
</attr>
<attr name="rows" type="input">
<text>rows</text>
<textlocation col="2" row="1" colspan="1" />
<location col="3" row="1" colspan="1" />
</attr>
<attr name="disabled" type="check">
<text>disabled</text>
<location col="0" row="2" colspan="2" />
</attr>
<attr name="readonly" type="check">
<text>readonly</text>
<location col="0" row="3" colspan="2" />
</attr>
<attr name="onselect" type="input">
<text>onselect</text>
<textlocation col="2" row="4" colspan="1" />
<location col="3" row="4" colspan="1" />
</attr>
<attr name="onchange" type="input">
<text>onchange</text>
<textlocation col="2" row="5" colspan="1" />
<location col="3" row="5" colspan="1" />
</attr>
<children>
<child name="#text" />
</children>
</tag>
</TAGS>

@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="tfoot" hasCore="1" hasI18n="1" hasScript="1">
<attr name="align" type="list">
<text>align</text>
<textlocation col="0" row="0" />
<items>
<item>left</item>
<item>center</item>
<item>right</item>
<item>justify</item>
<item>char</item>
</items>
<location col="1" row="0" colspan="1" />
</attr>
<attr name="valign" type="list">
<text>valign</text>
<textlocation col="0" row="1" />
<items>
<item>baseline</item>
<item>bottom</item>
<item>middle</item>
<item>top</item>
</items>
<location col="1" row="1" colspan="1" />
</attr>
<attr name="char" type="input" />
<attr name="charoff" type="input" />
<children>
<child name="tr" />
</children>
</tag>
</TAGS>

@ -0,0 +1,157 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="th" hasCore="1" hasI18n="1" hasScript="1">
<attr name="width" type="input">
<text>width</text>
<textlocation col="0" row="0" />
<tooltip>use % for percent or it will set pixels</tooltip>
<location col="1" row="0" />
</attr>
<attr name="colspan" type="input">
<text>colspan</text>
<textlocation col="2" row="0" />
<location col="3" row="0" />
</attr>
<attr name="rowspan" type="input">
<text>rowspan</text>
<textlocation col="2" row="1" />
<location col="3" row="1" />
</attr>
<attr name="align" type="list">
<text>align</text>
<textlocation col="0" row="2" />
<items>
<item>left</item>
<item>center</item>
<item>right</item>
<item>justify</item>
<item>char</item>
</items>
<location col="1" row="2" colspan="1" />
</attr>
<attr name="valign" type="list">
<text>valign</text>
<textlocation col="2" row="2" />
<items>
<item>baseline</item>
<item>bottom</item>
<item>middle</item>
<item>top</item>
</items>
<location col="3" row="2" colspan="1" />
</attr>
<attr name="headers" type="input" />
<attr name="abbr" type="input" />
<attr name="scope" type="list">
<items>
<item>row</item>
<item>col</item>
<item>rowgroup</item>
<item>colgroup</item>
</items>
</attr>
<attr name="axis" type="input" />
<attr name="char" type="input" />
<attr name="charoff" type="input" />
<stoppingtags>
<stoppingtag name="td" />
<stoppingtag name="tr" />
<stoppingtag name="th" />
</stoppingtags>
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="address" />
<child name="article" />
<child name="aside" />
<child name="center" />
<child name="details" />
<child name="figcaption" />
<child name="figure" />
<child name="footer" />
<child name="header" />
<child name="main" />
<child name="nav" />
<child name="picture" />
<child name="section" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="blockquote" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="div" />
<child name="dl" />
<child name="em" />
<child name="fieldset" />
<child name="form" />
<child name="h1" />
<child name="h2" />
<child name="h3" />
<child name="h4" />
<child name="h5" />
<child name="h6" />
<child name="hr" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="noscript" />
<child name="object" />
<child name="ol" />
<child name="p" />
<child name="pre" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="table" />
<child name="textarea" />
<child name="tt" />
<child name="ul" />
<child name="dir" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="thead" hasCore="1" hasI18n="1" hasScript="1">
<attr name="align" type="list">
<text>align</text>
<textlocation col="0" row="0" />
<items>
<item>left</item>
<item>center</item>
<item>right</item>
<item>justify</item>
<item>char</item>
</items>
<location col="1" row="0" colspan="1" />
</attr>
<attr name="valign" type="list">
<text>valign</text>
<textlocation col="0" row="1" />
<items>
<item>baseline</item>
<item>bottom</item>
<item>middle</item>
<item>top</item>
</items>
<location col="1" row="1" colspan="1" />
</attr>
<attr name="char" type="input" />
<attr name="charoff" type="input" />
<children>
<child name="tr" />
</children>
</tag>
</TAGS>

@ -0,0 +1,92 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="del" hasCore="1" hasI18n="1" hasScript="1">
<attr name="datetime" type="input">
<text>datetime</text>
<textlocation col="0" row="0" />
<location col="1" row="0" colspan="2" />
</attr>
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="address" />
<child name="article" />
<child name="aside" />
<child name="center" />
<child name="details" />
<child name="figcaption" />
<child name="figure" />
<child name="footer" />
<child name="header" />
<child name="main" />
<child name="nav" />
<child name="picture" />
<child name="section" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="blockquote" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="div" />
<child name="dl" />
<child name="em" />
<child name="fieldset" />
<child name="form" />
<child name="h1" />
<child name="h2" />
<child name="h3" />
<child name="h4" />
<child name="h5" />
<child name="h6" />
<child name="hr" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="noscript" />
<child name="object" />
<child name="ol" />
<child name="p" />
<child name="pre" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="table" />
<child name="textarea" />
<child name="tt" />
<child name="ul" />
<child name="dir" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="title" hasI18n="1">
<attr name="id" type="list" source="dcop" interface="QuantaIf" method="idSelectors()" arguments="" >
<text>id</text>
<textlocation col="0" row="0" />
<location col="1" row="0" colspan="2" />
</attr>
<children>
<child name="#text" />
</children>
</tag>
</TAGS>

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="tr" hasCore="1" hasI18n="1" hasScript="1">
<attr name="align" type="list">
<text>align</text>
<textlocation col="0" row="0" />
<items>
<item>left</item>
<item>center</item>
<item>right</item>
<item>justify</item>
<item>char</item>
</items>
<location col="1" row="0" colspan="1" />
</attr>
<attr name="valign" type="list">
<text>valign</text>
<textlocation col="0" row="1" />
<items>
<item>baseline</item>
<item>bottom</item>
<item>middle</item>
<item>top</item>
</items>
<location col="1" row="1" colspan="1" />
</attr>
<attr name="char" type="input" />
<attr name="charoff" type="input" />
<stoppingtags>
<stoppingtag name="tr" />
<stoppingtag name="tfoot" />
</stoppingtags>
<children>
<child name="th" />
<child name="td" />
</children>
</tag>
</TAGS>

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="track" hasCore="1" hasI18n="1" hasScript="1">
<attr name="longdesc" type="url">
<text>longdesc</text>
<textlocation col="0" row="0" />
<location col="1" row="0" colspan="2" />
</attr>
<attr name="src" type="url">
<text>src</text>
<textlocation col="0" row="1" />
<location col="1" row="1" colspan="2" />
</attr>
<attr name="height" type="input">
<text>height</text>
<textlocation col="0" row="2" />
<location col="1" row="2" colspan="2" />
</attr>
<attr name="width" type="input">
<text>width</text>
<textlocation col="0" row="3" />
<location col="1" row="3" colspan="2" />
</attr>
<attr name="alt" type="input">
<text>alt</text>
<textlocation col="0" row="4" />
<location col="1" row="4" colspan="3" />
</attr>
<attr name="usemap" type="input">
<text>usemap</text>
<textlocation col="0" row="5" />
<location col="1" row="5" colspan="3" />
</attr>
<attr name="ismap" type="check">
<text>ismap</text>
<textlocation col="0" row="6" />
<location col="1" row="6" colspan="3" />
</attr>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="tt" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="u" hasCore="1" hasI18n="1" hasScript="1" scope="word">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="ul" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="li" usage="required" />
</children>
</tag>
</TAGS>

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="var" hasCore="1" hasI18n="1" hasScript="1">
<children>
<child name="#text" />
<child name="a" />
<child name="abbr" />
<child name="acronym" />
<child name="b" />
<child name="bdi" />
<child name="bdo" />
<child name="big" />
<child name="br" />
<child name="wbr" />
<child name="button" />
<child name="cite" />
<child name="code" />
<child name="del" />
<child name="dfn" />
<child name="em" />
<child name="i" />
<child name="mark" />
<child name="u" />
<child name="data" />
<child name="time" />
<child name="img" />
<child name="audio" />
<child name="embed" />
<child name="source" />
<child name="track" />
<child name="video" />
<child name="svg" />
<child name="input" />
<child name="ins" />
<child name="kbd" />
<child name="label" />
<child name="map" />
<child name="object" />
<child name="q" />
<child name="samp" />
<child name="script" />
<child name="select" />
<child name="small" />
<child name="span" />
<child name="strong" />
<child name="sub" />
<child name="sup" />
<child name="textarea" />
<child name="tt" />
<child name="var" />
</children>
</tag>
</TAGS>

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="video" hasCore="1" hasI18n="1" hasScript="1">
<attr name="longdesc" type="url">
<text>longdesc</text>
<textlocation col="0" row="0" />
<location col="1" row="0" colspan="2" />
</attr>
<attr name="src" type="url">
<text>src</text>
<textlocation col="0" row="1" />
<location col="1" row="1" colspan="2" />
</attr>
<attr name="height" type="input">
<text>height</text>
<textlocation col="0" row="2" />
<location col="1" row="2" colspan="2" />
</attr>
<attr name="width" type="input">
<text>width</text>
<textlocation col="0" row="3" />
<location col="1" row="3" colspan="2" />
</attr>
<attr name="alt" type="input">
<text>alt</text>
<textlocation col="0" row="4" />
<location col="1" row="4" colspan="3" />
</attr>
<attr name="usemap" type="input">
<text>usemap</text>
<textlocation col="0" row="5" />
<location col="1" row="5" colspan="3" />
</attr>
<attr name="ismap" type="check">
<text>ismap</text>
<textlocation col="0" row="6" />
<location col="1" row="6" colspan="3" />
</attr>
</tag>
</TAGS>

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="wbr" hasCore="1" single="1" />
</TAGS>

@ -10,61 +10,92 @@
#################################################
install( FILES
ball.png check_clear.png check_grey.png
check.png css.png date.png debug_leap.png
debug_run.png debug_skip.png debug_stepinto.png
debug_stepout.png debug_stepover.png
div_center.png div_justify.png div_left.png
div_right.png font_dec.png font_inc.png form.png
frame.png ftab.png ftpclient.png lineedit.png
ball.png button.png check_clear.png
check_grey.png check.png css.png
date.png debug_leap.png debug_run.png
debug_skip.png debug_stepinto.png debug_stepout.png
debug_stepover.png div_center.png div_justify.png
div_left.png div_right.png font_dec.png
font_inc.png form.png frame.png
ftab.png ftpclient.png html5_abbr.png
html5_address.png html5_a.png html5_area.png
html5_article.png html5_aside.png html5_audio.png
html5_base.png html5_bdi.png html5_bdo.png
html5_big.png html5_blockquote.png html5_body.png
html5_b.png html5_br.png html5_caption.png
html5_center.png html5_cite.png html5_code.png
html5_colgroup.png html5_col.png html5_com.png
html5_data.png html5_dd.png html5_del.png
html5_details.png html5_dir.png html5_div.png
html5_dl.png html5_dt.png html5_DT.png
html5_embed.png html5_figcaption.png html5_figure.png
html5_font.png html5_footer.png html5_h1.png
html5_h2.png html5_h3.png html5_h4.png
html5_h5.png html5_h6.png html5_header.png
html5_head.png html5_hr.png html5_html.png
html5_img.png html5_ins.png html5_i.png
html5_kbd.png html5_link.png html5_li.png
html5_main.png html5_map.png html5_mark.png
html5_meta.png html5_nav.png html5_noscript.png
html5_object.png html5_ol.png html5_picture.png
html5_p.png html5_pre.png html5_q.png
html5_rp.png html5_rt.png html5_ruby.png
html5_samp.png html5_script.png html5_section.png
html5_small.png html5_source.png html5_span.png
html5_strong.png html5_style.png html5_sub.png
html5_sup.png html5_svg.png html5_table.png
html5_tbody.png html5_td.png html5_tfoot.png
html5_thead.png html5_th.png html5_time.png
html5_title.png html5_track.png html5_tr.png
html5_ul.png html5_u.png html5_var.png
html5_video.png html5_wbr.png lineedit.png
linepas.png output_win.png preview.png
ptab.png quick_list.png quick-screenshot.png
quick_start.png quick_table.png radio.png
replace.png reset.png select.png submit.png
button.png table_data.png table_head.png
tag_access.png tag_all.png tag_anyAttribute.png
tag_any.png tag_a.png tag_appInfo.png
tag_attributeGroup.png tag_attribute.png
replace.png reset.png select.png
submit.png table_data.png table_head.png
tag_access.png tag_all.png tag_amp.png
tag_anyAttribute.png tag_any.png tag_a.png
tag_appInfo.png tag_attributeGroup.png tag_attribute.png
tag_attr.png tag_a_url.png tag_bold.png
tag_br.png tag_caption.png tag_card.png
tag_chapter.png tag_choice.png tag_comm.png
tag_complexContent.png tag_complexType.png
tag_cdata.png tag_chapter.png tag_choice.png
tag_comm.png tag_complexContent.png tag_complexType.png
tag_dd.png tag_dl.png tag_documenation.png
tag_do.png tag_dt.png tag_element.png tag_em.png
tag_example.png tag_extension.png tag_field.png
tag_font_base.png tag_font.png tag_footnote.png
tag_footnoteref.png tag_fractionDigits.png
tag_do.png tag_dt.png tag_element.png
tag_em.png tag_example.png tag_extension.png
tag_field.png tag_font_base.png tag_font.png
tag_footnote.png tag_footnoteref.png tag_fractionDigits.png
tag_go.png tag_group.png tag_guimenuitem.png
tag_guimenu.png tag_guisubmenu.png tag_h1.png
tag_h2.png tag_h3.png tag_h4.png tag_h5.png
tag_head.png tag_hr.png tag_imagedata.png
tag_image.png tag_import.png tag_include.png
tag_informalexample.png tag_inlinemediaobject.png
tag_h2.png tag_h3.png tag_h4.png
tag_h5.png tag_head.png tag_hr.png
tag_imagedata.png tag_image.png tag_import.png
tag_include.png tag_informalexample.png tag_inlinemediaobject.png
tag_i.png tag_keycap.png tag_keycombo.png
tag_key.png tag_keyref.png tag_label.png
tag_link.png tag_li.png tag_listitem.png
tag_list.png tag_loc.png tag_mail.png
tag_member.png tag_menuchoice.png
tag_menu.png tag_meta.png tag_misc.png
tag_nbsp.png tag_noop.png tag_notation.png
tag_ol.png tag_onevent.png tag_para.png
tag_postfield.png tag_p.png tag_pre.png
tag_procedure.png tag_redefine.png
tag_restriction.png tag_schema.png
tag_screenshotinfo.png tag_screenshot.png
tag_sect1.png tag_sect2.png tag_sect3.png
tag_sect4.png tag_sect5.png tag_selector.png
tag_sequence.png tag_setvar.png tag_shortcut.png
tag_simpleContent.png tag_simpleType.png
tag_step.png tag_sub.png tag_substeps.png
tag_sup.png tag_table_body.png tag_table.png
tag_table_row.png tag_tag.png tag_tbody.png
tag_td.png tag_term.png tag_tgroup.png tag_th.png
tag_title.png tag_tr.png tag_ulink.png tag_ul.png
tag_member.png tag_menuchoice.png tag_menu.png
tag_meta.png tag_misc.png tag_nbsp.png
tag_noop.png tag_notation.png tag_ol.png
tag_onevent.png tag_para.png tag_postfield.png
tag_p.png tag_pre.png tag_procedure.png
tag_redefine.png tag_restriction.png tag_schema.png
tag_screenshotinfo.png tag_screenshot.png tag_sect1.png
tag_sect2.png tag_sect3.png tag_sect4.png
tag_sect5.png tag_selector.png tag_sequence.png
tag_setvar.png tag_shortcut.png tag_simpleContent.png
tag_simpleType.png tag_step.png tag_sub.png
tag_substeps.png tag_sup.png tag_table_body.png
tag_table.png tag_table_row.png tag_tag.png
tag_tbody.png tag_td.png tag_term.png
tag_tgroup.png tag_th.png tag_title.png
tag_tr.png tag_ulink.png tag_ul.png
tag_union.png tag_unique.png tag_u.png
tag_variablelist.png tag_varlistentry.png
tag_varlistitem.png tag_what.png tag_wml.png
tag_xref.png textarea.png tree_win.png ttab.png
view_text.png vpl.png vpl_text.png xmlval.png
xsltproc.png tag_amp.png tag_cdata.png
tag_variablelist.png tag_varlistentry.png tag_varlistitem.png
tag_what.png tag_wml.png tag_xref.png
textarea.png tree_win.png ttab.png
view_text.png vpl.png vpl_text.png
xmlval.png xsltproc.png
DESTINATION ${DATA_INSTALL_DIR}/quanta/toolbar )

@ -1,5 +1,6 @@
quantadir = ${quanta_datadir}/toolbar
quanta_DATA = ball.png \
button.png \
check_clear.png \
check_grey.png \
check.png \
@ -21,6 +22,99 @@ form.png \
frame.png \
ftab.png \
ftpclient.png \
html5_abbr.png \
html5_address.png \
html5_a.png \
html5_area.png \
html5_article.png \
html5_aside.png \
html5_audio.png \
html5_base.png \
html5_bdi.png \
html5_bdo.png \
html5_big.png \
html5_blockquote.png \
html5_body.png \
html5_b.png \
html5_br.png \
html5_caption.png \
html5_center.png \
html5_cite.png \
html5_code.png \
html5_colgroup.png \
html5_col.png \
html5_com.png \
html5_data.png \
html5_dd.png \
html5_del.png \
html5_details.png \
html5_dir.png \
html5_div.png \
html5_dl.png \
html5_dt.png \
html5_DT.png \
html5_embed.png \
html5_figcaption.png \
html5_figure.png \
html5_font.png \
html5_footer.png \
html5_h1.png \
html5_h2.png \
html5_h3.png \
html5_h4.png \
html5_h5.png \
html5_h6.png \
html5_header.png \
html5_head.png \
html5_hr.png \
html5_html.png \
html5_img.png \
html5_ins.png \
html5_i.png \
html5_kbd.png \
html5_link.png \
html5_li.png \
html5_main.png \
html5_map.png \
html5_mark.png \
html5_meta.png \
html5_nav.png \
html5_noscript.png \
html5_object.png \
html5_ol.png \
html5_picture.png \
html5_p.png \
html5_pre.png \
html5_q.png \
html5_rp.png \
html5_rt.png \
html5_ruby.png \
html5_samp.png \
html5_script.png \
html5_section.png \
html5_small.png \
html5_source.png \
html5_span.png \
html5_strong.png \
html5_style.png \
html5_sub.png \
html5_sup.png \
html5_svg.png \
html5_table.png \
html5_tbody.png \
html5_td.png \
html5_tfoot.png \
html5_thead.png \
html5_th.png \
html5_time.png \
html5_title.png \
html5_track.png \
html5_tr.png \
html5_ul.png \
html5_u.png \
html5_var.png \
html5_video.png \
html5_wbr.png \
lineedit.png \
linepas.png \
output_win.png \
@ -35,11 +129,11 @@ replace.png \
reset.png \
select.png \
submit.png \
button.png \
table_data.png \
table_head.png \
tag_access.png \
tag_all.png \
tag_amp.png \
tag_anyAttribute.png \
tag_any.png \
tag_a.png \
@ -52,6 +146,7 @@ tag_bold.png \
tag_br.png \
tag_caption.png \
tag_card.png \
tag_cdata.png \
tag_chapter.png \
tag_choice.png \
tag_comm.png \
@ -166,7 +261,4 @@ view_text.png \
vpl.png \
vpl_text.png \
xmlval.png \
xsltproc.png \
tag_amp.png \
tag_cdata.png
xsltproc.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 B

@ -10,6 +10,7 @@
#################################################
add_subdirectory( html )
add_subdirectory( html5 )
add_subdirectory( others )
add_subdirectory( scripts )

@ -1,4 +1,4 @@
SUBDIRS = html others scripts
SUBDIRS = html html5 others scripts
templatesdocumentsdir = ${quanta_datadir}/templates/documents
templatesdocuments_DATA = dirinfo

@ -0,0 +1,14 @@
#################################################
#
# (C) 2010-2011 Serghei Amelian
# serghei (DOT) amelian (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
install( FILES
demo.html
DESTINATION ${DATA_INSTALL_DIR}/quanta/templates/documents/html5 )

@ -0,0 +1,2 @@
templatesdocumentshtmldir = ${quanta_datadir}/templates/documents/html5
templatesdocumentshtml_DATA = demo.html

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
</body>
</html>

@ -11,6 +11,7 @@
add_subdirectory( php )
add_subdirectory( html )
add_subdirectory( html5 )
add_subdirectory( docbook )
install( FILES dirinfo

@ -1,4 +1,4 @@
SUBDIRS = php html docbook
SUBDIRS = php html html5 docbook
templatespagesdir = ${quanta_datadir}/templates/pages
templatespages_DATA = dirinfo

@ -0,0 +1,14 @@
#################################################
#
# (C) 2010-2011 Serghei Amelian
# serghei (DOT) amelian (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
install( FILES
base.html
DESTINATION ${DATA_INSTALL_DIR}/quanta/templates/pages/html5 )

@ -0,0 +1,2 @@
templatespageshtml401dir = ${quanta_datadir}/templates/pages/html5
templatespageshtml401_DATA = base.html

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
</body>
</html>

@ -1,4 +1,4 @@
SUBDIRS = html xml wml-1-2 tagxml schema cfml kde-docbook docbook css
SUBDIRS = html html5 xml wml-1-2 tagxml schema cfml kde-docbook docbook css
toolbarsdir = ${quanta_datadir}/toolbars
toolbars_DATA = debug.toolbar.tgz

@ -0,0 +1,26 @@
#################################################
#
# (C) 2010-2011 Serghei Amelian
# serghei (DOT) amelian (AT) gmail.com
#
# (C) 2019 Slávek Banko
# slavek.banko (AT) axis.cz
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
##### style data ################################
foreach( _toolbar base meta style tools )
tde_create_tarball(
TARGET ${_toolbar}.toolbar.tgz
FILES ${_toolbar}.actions ${_toolbar}.toolbar
DESTINATION ${DATA_INSTALL_DIR}/quanta/toolbars/html5
)
endforeach( )

@ -0,0 +1,14 @@
htmltemplatedir = ${quanta_datadir}/toolbars/html5
htmltemplate_DATA = base.toolbar.tgz meta.toolbar.tgz style.toolbar.tgz tools.toolbar.tgz
base.toolbar.tgz: base.actions base.toolbar
tar cfz $@ -C $(<D) $(^F)
meta.toolbar.tgz: meta.actions meta.toolbar
tar cfz $@ -C $(<D) $(^F)
style.toolbar.tgz: style.actions style.toolbar
tar cfz $@ -C $(<D) $(^F)
tools.toolbar.tgz: tools.actions tools.toolbar
tar cfz $@ -C $(<D) $(^F)

@ -0,0 +1,126 @@
<!DOCTYPE actionsconfig>
<actions>
<action shortcut="" icon="html5_h1" type="tag" tooltip="" name="h1" text="h1" >
<tag useDialog="false" >&lt;h1&gt;</tag>
<xtag use="true" >&lt;/h1&gt;</xtag>
</action>
<action shortcut="" icon="html5_h2" type="tag" tooltip="" name="h2" text="h2" >
<tag useDialog="false" >&lt;h2&gt;</tag>
<xtag use="true" >&lt;/h2&gt;</xtag>
</action>
<action shortcut="" icon="html5_h3" type="tag" tooltip="" name="h3" text="h3" >
<tag useDialog="false" >&lt;h3&gt;</tag>
<xtag use="true" >&lt;/h3&gt;</xtag>
</action>
<action shortcut="" icon="html5_h4" type="tag" tooltip="" name="h4" text="h4" >
<tag useDialog="false" >&lt;h4&gt;</tag>
<xtag use="true" >&lt;/h4&gt;</xtag>
</action>
<action shortcut="" icon="html5_h5" type="tag" tooltip="" name="h5" text="h5" >
<tag useDialog="false" >&lt;h5&gt;</tag>
<xtag use="true" >&lt;/h5&gt;</xtag>
</action>
<action shortcut="" icon="html5_h6" type="tag" tooltip="" name="h6" text="h6" >
<tag useDialog="false" >&lt;h6&gt;</tag>
<xtag use="true" >&lt;/h6&gt;</xtag>
</action>
<action shortcut="" icon="html5_p" type="tag" tooltip="" name="p" text="p" >
<tag useDialog="false" >&lt;p&gt;</tag>
<xtag use="true" >&lt;/p&gt;</xtag>
</action>
<action shortcut="" icon="html5_pre" type="tag" tooltip="" name="pre" text="pre" >
<tag useDialog="false" >&lt;pre&gt;</tag>
<xtag use="true" >&lt;/pre&gt;</xtag>
</action>
<action shortcut="" icon="html5_div" type="tag" tooltip="" name="div" text="div" >
<tag useDialog="false" >&lt;div&gt;</tag>
<xtag use="true" >&lt;/div&gt;</xtag>
</action>
<action shortcut="" icon="html5_blockquote" type="tag" tooltip="" name="blockquote" text="blockquote" >
<tag useDialog="false" >&lt;blockquote&gt;</tag>
<xtag use="true" >&lt;/blockquote&gt;</xtag>
</action>
<action shortcut="" icon="html5_details" type="tag" tooltip="" name="details" text="details" >
<tag useDialog="false" >&lt;details&gt;</tag>
<xtag use="true" >&lt;/details&gt;</xtag>
</action>
<action shortcut="" icon="html5_center" type="tag" tooltip="" name="center" text="center" >
<tag useDialog="false" >&lt;center&gt;</tag>
<xtag use="true" >&lt;/center&gt;</xtag>
</action>
<action shortcut="" icon="html5_hr" type="tag" tooltip="" name="hr" text="hr" >
<tag useDialog="false" >&lt;hr&gt;</tag>
</action>
<action shortcut="" icon="html5_com" type="tag" tooltip="" name="com" text="com" >
<tag useDialog="false" >&lt;!-- </tag>
<xtag use="true" > --&gt;</xtag>
</action>
<action shortcut="" icon="html5_ul" type="tag" tooltip="" name="ul" text="ul" >
<tag useDialog="false" >&lt;ul&gt;</tag>
<xtag use="true" >&lt;/ul&gt;</xtag>
</action>
<action shortcut="" icon="html5_ol" type="tag" tooltip="" name="ol" text="ol" >
<tag useDialog="false" >&lt;ol&gt;</tag>
<xtag use="true" >&lt;/ol&gt;</xtag>
</action>
<action shortcut="" icon="html5_li" type="tag" tooltip="" name="li" text="li" >
<tag useDialog="false" >&lt;li&gt;</tag>
<xtag use="true" >&lt;/li&gt;</xtag>
</action>
<action shortcut="" icon="html5_dir" type="tag" tooltip="" name="dir" text="dir" >
<tag useDialog="false" >&lt;dir&gt;</tag>
<xtag use="true" >&lt;/dir&gt;</xtag>
</action>
<action shortcut="" icon="html5_dl" type="tag" tooltip="" name="dl" text="dl" >
<tag useDialog="false" >&lt;dl&gt;</tag>
<xtag use="true" >&lt;/dl&gt;</xtag>
</action>
<action shortcut="" icon="html5_dt" type="tag" tooltip="" name="dt" text="dt" >
<tag useDialog="false" >&lt;dt&gt;</tag>
<xtag use="true" >&lt;/dt&gt;</xtag>
</action>
<action shortcut="" icon="html5_dd" type="tag" tooltip="" name="dd" text="dd" >
<tag useDialog="false" >&lt;dd&gt;</tag>
<xtag use="true" >&lt;/dd&gt;</xtag>
</action>
<action shortcut="" icon="html5_table" type="tag" tooltip="" name="table" text="table" >
<tag useDialog="false" >&lt;table&gt;</tag>
<xtag use="true" >&lt;/table&gt;</xtag>
</action>
<action shortcut="" icon="html5_tbody" type="tag" tooltip="" name="tbody" text="tbody" >
<tag useDialog="false" >&lt;tbody&gt;</tag>
<xtag use="true" >&lt;/tbody&gt;</xtag>
</action>
<action shortcut="" icon="html5_thead" type="tag" tooltip="" name="thead" text="thead" >
<tag useDialog="false" >&lt;thead&gt;</tag>
<xtag use="true" >&lt;/thead&gt;</xtag>
</action>
<action shortcut="" icon="html5_tfoot" type="tag" tooltip="" name="tfoot" text="tfoot" >
<tag useDialog="false" >&lt;tfoot&gt;</tag>
<xtag use="true" >&lt;/tfoot&gt;</xtag>
</action>
<action shortcut="" icon="html5_tr" type="tag" tooltip="" name="tr" text="tr" >
<tag useDialog="false" >&lt;tr&gt;</tag>
<xtag use="true" >&lt;/tr&gt;</xtag>
</action>
<action shortcut="" icon="html5_colgroup" type="tag" tooltip="" name="colgroup" text="colgroup" >
<tag useDialog="false" >&lt;colgroup&gt;</tag>
<xtag use="true" >&lt;/colgroup&gt;</xtag>
</action>
<action shortcut="" icon="html5_col" type="tag" tooltip="" name="col" text="col" >
<tag useDialog="false" >&lt;col&gt;</tag>
<xtag use="true" >&lt;/col&gt;</xtag>
</action>
<action shortcut="" icon="html5_td" type="tag" tooltip="" name="td" text="td" >
<tag useDialog="false" >&lt;td&gt;</tag>
<xtag use="true" >&lt;/td&gt;</xtag>
</action>
<action shortcut="" icon="html5_th" type="tag" tooltip="" name="th" text="th" >
<tag useDialog="false" >&lt;th&gt;</tag>
<xtag use="true" >&lt;/th&gt;</xtag>
</action>
<action shortcut="" icon="html5_caption" type="tag" tooltip="" name="caption" text="caption" >
<tag useDialog="false" >&lt;caption&gt;</tag>
<xtag use="true" >&lt;/caption&gt;</xtag>
</action>
</actions>

@ -0,0 +1,37 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="Base" noMerge="1" name="base" >
<text>Base</text>
<Action name="h1" />
<Action name="h2" />
<Action name="h3" />
<Action name="h4" />
<Action name="h5" />
<Action name="h6" />
<Action name="p" />
<Action name="pre" />
<Action name="div" />
<Action name="blockquote" />
<Action name="details" />
<Action name="center" />
<Action name="hr" />
<Action name="com" />
<Action name="ul" />
<Action name="ol" />
<Action name="li" />
<Action name="dir" />
<Action name="dl" />
<Action name="dt" />
<Action name="dd" />
<Action name="table" />
<Action name="tbody" />
<Action name="thead" />
<Action name="tfoot" />
<Action name="tr" />
<Action name="colgroup" />
<Action name="col" />
<Action name="td" />
<Action name="th" />
<Action name="caption" />
</ToolBar>
</kpartgui>

@ -0,0 +1,125 @@
<!DOCTYPE actionsconfig>
<actions>
<action shortcut="" icon="html5_img" type="tag" tooltip="" name="img" text="img" >
<tag useDialog="false" >&lt;img src=""&gt;</tag>
</action>
<action shortcut="" icon="html5_map" type="tag" tooltip="" name="map" text="map" >
<tag useDialog="false" >&lt;map name=""&gt;</tag>
<xtag use="true" >&lt;/map&gt;</xtag>
</action>
<action shortcut="" icon="html5_area" type="tag" tooltip="" name="area" text="area" >
<tag useDialog="false" >&lt;area shape="" coords=",,," alt="" href=""&gt;</tag>
</action>
<action shortcut="" icon="html5_picture" type="tag" tooltip="" name="picture" text="picture" >
<tag useDialog="false" >&lt;picture&gt;</tag>
<xtag use="true" >&lt;/picture&gt;</xtag>
</action>
<action shortcut="" icon="html5_figure" type="tag" tooltip="" name="figure" text="figure" >
<tag useDialog="false" >&lt;figure&gt;</tag>
<xtag use="true" >&lt;/figure&gt;</xtag>
</action>
<action shortcut="" icon="html5_figcaption" type="tag" tooltip="" name="figcaption" text="figcaption" >
<tag useDialog="false" >&lt;figcaption&gt;</tag>
<xtag use="true" >&lt;/figcaption&gt;</xtag>
</action>
<action shortcut="" icon="html5_svg" type="tag" tooltip="" name="svg" text="svg" >
<tag useDialog="false" >&lt;svg&gt;</tag>
<xtag use="true" >&lt;/svg&gt;</xtag>
</action>
<action shortcut="" icon="html5_audio" type="tag" tooltip="" name="audio" text="audio" >
<tag useDialog="false" >&lt;audio src=""&gt;</tag>
<xtag use="true" >&lt;/audio&gt;</xtag>
</action>
<action shortcut="" icon="html5_video" type="tag" tooltip="" name="video" text="video" >
<tag useDialog="false" >&lt;video src=""&gt;</tag>
<xtag use="true" >&lt;/video&gt;</xtag>
</action>
<action shortcut="" icon="html5_track" type="tag" tooltip="" name="track" text="track" >
<tag useDialog="false" >&lt;track src=""&gt;</tag>
<xtag use="true" >&lt;/track&gt;</xtag>
</action>
<action shortcut="" icon="html5_embed" type="tag" tooltip="" name="embed" text="embed" >
<tag useDialog="false" >&lt;embed src=""&gt;</tag>
<xtag use="true" >&lt;/embed&gt;</xtag>
</action>
<action shortcut="" icon="html5_object" type="tag" tooltip="" name="object" text="object" >
<tag useDialog="false" >&lt;object data=""&gt;</tag>
<xtag use="true" >&lt;/object&gt;</xtag>
</action>
<action shortcut="" icon="html5_source" type="tag" tooltip="" name="source" text="source" >
<tag useDialog="false" >&lt;source src=""&gt;</tag>
<xtag use="true" >&lt;/source&gt;</xtag>
</action>
<action shortcut="" icon="html5_header" type="tag" tooltip="" name="header" text="header" >
<tag useDialog="false" >&lt;header&gt;</tag>
<xtag use="true" >&lt;/header&gt;</xtag>
</action>
<action shortcut="" icon="html5_nav" type="tag" tooltip="" name="nav" text="nav" >
<tag useDialog="false" >&lt;nav&gt;</tag>
<xtag use="true" >&lt;/nav&gt;</xtag>
</action>
<action shortcut="" icon="html5_main" type="tag" tooltip="" name="main" text="main" >
<tag useDialog="false" >&lt;main&gt;</tag>
<xtag use="true" >&lt;/main&gt;</xtag>
</action>
<action shortcut="" icon="html5_aside" type="tag" tooltip="" name="aside" text="aside" >
<tag useDialog="false" >&lt;aside&gt;</tag>
<xtag use="true" >&lt;/aside&gt;</xtag>
</action>
<action shortcut="" icon="html5_footer" type="tag" tooltip="" name="footer" text="footer" >
<tag useDialog="false" >&lt;footer&gt;</tag>
<xtag use="true" >&lt;/footer&gt;</xtag>
</action>
<action shortcut="" icon="html5_article" type="tag" tooltip="" name="article" text="article" >
<tag useDialog="false" >&lt;article&gt;</tag>
<xtag use="true" >&lt;/article&gt;</xtag>
</action>
<action shortcut="" icon="html5_address" type="tag" tooltip="" name="address" text="address" >
<tag useDialog="false" >&lt;address&gt;</tag>
<xtag use="true" >&lt;/address&gt;</xtag>
</action>
<action shortcut="" icon="html5_section" type="tag" tooltip="" name="section" text="section" >
<tag useDialog="false" >&lt;section&gt;</tag>
<xtag use="true" >&lt;/section&gt;</xtag>
</action>
<action shortcut="" icon="html5_DT" type="tag" tooltip="" name="DT" text="DT" >
<tag useDialog="false" >&lt;!DOCTYPE html&gt;</tag>
</action>
<action shortcut="" icon="html5_html" type="tag" tooltip="" name="html" text="html" >
<tag useDialog="false" >&lt;html&gt;</tag>
<xtag use="true" >&lt;/html&gt;</xtag>
</action>
<action shortcut="" icon="html5_head" type="tag" tooltip="" name="head" text="head" >
<tag useDialog="false" >&lt;head&gt;</tag>
<xtag use="true" >&lt;/head&gt;</xtag>
</action>
<action shortcut="" icon="html5_body" type="tag" tooltip="" name="body" text="body" >
<tag useDialog="false" >&lt;body&gt;</tag>
<xtag use="true" >&lt;/body&gt;</xtag>
</action>
<action shortcut="" icon="html5_title" type="tag" tooltip="" name="title" text="title" >
<tag useDialog="false" >&lt;title&gt;</tag>
<xtag use="true" >&lt;/title&gt;</xtag>
</action>
<action shortcut="" icon="html5_meta" type="tag" tooltip="" name="meta" text="meta" >
<tag useDialog="false" >&lt;meta charset="utf-8"&gt;</tag>
</action>
<action shortcut="" icon="html5_base" type="tag" tooltip="" name="base" text="base" >
<tag useDialog="false" >&lt;base href=""&gt;</tag>
</action>
<action shortcut="" icon="html5_link" type="tag" tooltip="" name="link" text="link" >
<tag useDialog="false" >&lt;link rel="" type="" href=""&gt;</tag>
</action>
<action shortcut="" icon="html5_style" type="tag" tooltip="" name="style" text="style" >
<tag useDialog="false" >&lt;style&gt;</tag>
<xtag use="true" >&lt;/style&gt;</xtag>
</action>
<action shortcut="" icon="html5_script" type="tag" tooltip="" name="script" text="script" >
<tag useDialog="false" >&lt;script&gt;</tag>
<xtag use="true" >&lt;/script&gt;</xtag>
</action>
<action shortcut="" icon="html5_noscript" type="tag" tooltip="" name="noscript" text="noscript" >
<tag useDialog="false" >&lt;noscript&gt;</tag>
<xtag use="true" >&lt;/noscript&gt;</xtag>
</action>
</actions>

@ -0,0 +1,38 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="Meta" noMerge="1" name="meta" >
<text>Meta</text>
<Action name="img" />
<Action name="map" />
<Action name="area" />
<Action name="picture" />
<Action name="figure" />
<Action name="figcaption" />
<Action name="svg" />
<Action name="audio" />
<Action name="video" />
<Action name="track" />
<Action name="embed" />
<Action name="object" />
<Action name="source" />
<Action name="header" />
<Action name="nav" />
<Action name="main" />
<Action name="aside" />
<Action name="footer" />
<Action name="article" />
<Action name="address" />
<Action name="section" />
<Action name="DT" />
<Action name="html" />
<Action name="head" />
<Action name="body" />
<Action name="title" />
<Action name="meta" />
<Action name="base" />
<Action name="link" />
<Action name="style" />
<Action name="script" />
<Action name="noscript" />
</ToolBar>
</kpartgui>

@ -0,0 +1,121 @@
<!DOCTYPE actionsconfig>
<actions>
<action shortcut="" icon="html5_a" type="tag" tooltip="" name="a" text="a" >
<tag useDialog="false" >&lt;a href=""&gt;</tag>
<xtag use="true" >&lt;/a&gt;</xtag>
</action>
<action shortcut="" icon="html5_strong" type="tag" tooltip="" name="strong" text="strong" >
<tag useDialog="false" >&lt;strong&gt;</tag>
<xtag use="true" >&lt;/strong&gt;</xtag>
</action>
<action shortcut="" icon="html5_i" type="tag" tooltip="" name="i" text="i" >
<tag useDialog="false" >&lt;i&gt;</tag>
<xtag use="true" >&lt;/i&gt;</xtag>
</action>
<action shortcut="" icon="html5_b" type="tag" tooltip="" name="b" text="b" >
<tag useDialog="false" >&lt;b&gt;</tag>
<xtag use="true" >&lt;/b&gt;</xtag>
</action>
<action shortcut="" icon="html5_del" type="tag" tooltip="" name="del" text="del" >
<tag useDialog="false" >&lt;del&gt;</tag>
<xtag use="true" >&lt;/del&gt;</xtag>
</action>
<action shortcut="" icon="html5_small" type="tag" tooltip="" name="small" text="small" >
<tag useDialog="false" >&lt;small&gt;</tag>
<xtag use="true" >&lt;/small&gt;</xtag>
</action>
<action shortcut="" icon="html5_big" type="tag" tooltip="" name="big" text="big" >
<tag useDialog="false" >&lt;big&gt;</tag>
<xtag use="true" >&lt;/big&gt;</xtag>
</action>
<action shortcut="" icon="html5_font" type="tag" tooltip="" name="font" text="font" >
<tag useDialog="false" >&lt;font&gt;</tag>
<xtag use="true" >&lt;/font&gt;</xtag>
</action>
<action shortcut="" icon="html5_code" type="tag" tooltip="" name="code" text="code" >
<tag useDialog="false" >&lt;code&gt;</tag>
<xtag use="true" >&lt;/code&gt;</xtag>
</action>
<action shortcut="" icon="html5_var" type="tag" tooltip="" name="var" text="var" >
<tag useDialog="false" >&lt;var&gt;</tag>
<xtag use="true" >&lt;/var&gt;</xtag>
</action>
<action shortcut="" icon="html5_kbd" type="tag" tooltip="" name="kbd" text="kbd" >
<tag useDialog="false" >&lt;kbd&gt;</tag>
<xtag use="true" >&lt;/kbd&gt;</xtag>
</action>
<action shortcut="" icon="html5_samp" type="tag" tooltip="" name="samp" text="samp" >
<tag useDialog="false" >&lt;samp&gt;</tag>
<xtag use="true" >&lt;/samp&gt;</xtag>
</action>
<action shortcut="" icon="html5_sup" type="tag" tooltip="" name="sup" text="sup" >
<tag useDialog="false" >&lt;sup&gt;</tag>
<xtag use="true" >&lt;/sup&gt;</xtag>
</action>
<action shortcut="" icon="html5_sub" type="tag" tooltip="" name="sub" text="sub" >
<tag useDialog="false" >&lt;sub&gt;</tag>
<xtag use="true" >&lt;/sub&gt;</xtag>
</action>
<action shortcut="" icon="html5_q" type="tag" tooltip="" name="q" text="q" >
<tag useDialog="false" >&lt;q&gt;</tag>
<xtag use="true" >&lt;/q&gt;</xtag>
</action>
<action shortcut="" icon="html5_ins" type="tag" tooltip="" name="ins" text="ins" >
<tag useDialog="false" >&lt;ins&gt;</tag>
<xtag use="true" >&lt;/ins&gt;</xtag>
</action>
<action shortcut="" icon="html5_cite" type="tag" tooltip="" name="cite" text="cite" >
<tag useDialog="false" >&lt;cite&gt;</tag>
<xtag use="true" >&lt;/cite&gt;</xtag>
</action>
<action shortcut="" icon="html5_time" type="tag" tooltip="" name="time" text="time" >
<tag useDialog="false" >&lt;time&gt;</tag>
<xtag use="true" >&lt;/time&gt;</xtag>
</action>
<action shortcut="" icon="html5_abbr" type="tag" tooltip="" name="abbr" text="abbr" >
<tag useDialog="false" >&lt;abbr title=""&gt;</tag>
<xtag use="true" >&lt;/abbr&gt;</xtag>
</action>
<action shortcut="" icon="html5_data" type="tag" tooltip="" name="data" text="data" >
<tag useDialog="false" >&lt;data value=""&gt;</tag>
<xtag use="true" >&lt;/data&gt;</xtag>
</action>
<action shortcut="" icon="html5_mark" type="tag" tooltip="" name="mark" text="mark" >
<tag useDialog="false" >&lt;mark&gt;</tag>
<xtag use="true" >&lt;/mark&gt;</xtag>
</action>
<action shortcut="" icon="html5_u" type="tag" tooltip="" name="u" text="u" >
<tag useDialog="false" >&lt;u&gt;</tag>
<xtag use="true" >&lt;/u&gt;</xtag>
</action>
<action shortcut="" icon="html5_bdi" type="tag" tooltip="" name="bdi" text="bdi" >
<tag useDialog="false" >&lt;bdi&gt;</tag>
<xtag use="true" >&lt;/bdi&gt;</xtag>
</action>
<action shortcut="" icon="html5_bdo" type="tag" tooltip="" name="bdo" text="bdo" >
<tag useDialog="false" >&lt;bdo dir=""&gt;</tag>
<xtag use="true" >&lt;/bdo&gt;</xtag>
</action>
<action shortcut="" icon="html5_ruby" type="tag" tooltip="" name="ruby" text="ruby" >
<tag useDialog="false" >&lt;ruby&gt;</tag>
<xtag use="true" >&lt;/ruby&gt;</xtag>
</action>
<action shortcut="" icon="html5_rt" type="tag" tooltip="" name="rt" text="rt" >
<tag useDialog="false" >&lt;rt&gt;</tag>
<xtag use="true" >&lt;/rt&gt;</xtag>
</action>
<action shortcut="" icon="html5_rp" type="tag" tooltip="" name="rp" text="rp" >
<tag useDialog="false" >&lt;rp&gt;</tag>
<xtag use="true" >&lt;/rp&gt;</xtag>
</action>
<action shortcut="" icon="html5_br" type="tag" tooltip="" name="br" text="br" >
<tag useDialog="false" >&lt;br&gt;</tag>
</action>
<action shortcut="" icon="html5_wbr" type="tag" tooltip="" name="wbr" text="wbr" >
<tag useDialog="false" >&lt;wbr&gt;</tag>
</action>
<action shortcut="" icon="html5_span" type="tag" tooltip="" name="span" text="span" >
<tag useDialog="false" >&lt;span&gt;</tag>
<xtag use="true" >&lt;/span&gt;</xtag>
</action>
</actions>

@ -0,0 +1,36 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="Style" noMerge="1" name="style" >
<text>Style</text>
<Action name="a" />
<Action name="strong" />
<Action name="i" />
<Action name="b" />
<Action name="del" />
<Action name="small" />
<Action name="big" />
<Action name="font" />
<Action name="code" />
<Action name="var" />
<Action name="kbd" />
<Action name="samp" />
<Action name="sup" />
<Action name="sub" />
<Action name="q" />
<Action name="ins" />
<Action name="cite" />
<Action name="time" />
<Action name="abbr" />
<Action name="data" />
<Action name="mark" />
<Action name="u" />
<Action name="bdi" />
<Action name="bdo" />
<Action name="ruby" />
<Action name="rt" />
<Action name="rp" />
<Action name="br" />
<Action name="wbr" />
<Action name="span" />
</ToolBar>
</kpartgui>

@ -0,0 +1,6 @@
<!DOCTYPE actionsconfig>
<actions>
<action shortcut="" icon="quick_start.png" type="script" tooltip="Kommander Quick Start Dialog" name="tag_quick_start_html5" text="Quick Start Dialog" >
<script output="new" error="message" input="none" >kmdr-executor -c quanta %scriptdir/htmlquickstart5.kmdr</script>
</action>
</actions>

@ -0,0 +1,13 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="Tools" noMerge="1" name="tools" >
<text>Tools</text>
<Action name="tag_quick_start_html5" />
<Action name="insert_css" />
<Action name="tag_color" />
<Action name="tag_edit_table" />
<Action name="tag_quick_list" />
<Action name="tag_nbsp" />
<Action name="insert_char" />
</ToolBar>
</kpartgui>

@ -13,7 +13,7 @@ install( FILES
scriptinfo.kmdr.info dwt.pl dwt.kmdr.info
tidy.kmdr.info checkxml.kmdr.info
meinproc.kmdr.info xmlval.kmdr.info
xsltproc.kmdr.info htmlquickstart.kmdr.info
xsltproc.kmdr.info htmlquickstart.kmdr.info htmlquickstart5.kmdr.info
TemplateMagic.pl TemplateMagic.pl.info
info.css externalpreview.sh info.xsl
externalpreview.sh.info dwt.pl.info
@ -23,7 +23,7 @@ install( FILES
install( PROGRAMS
scriptinfo.kmdr dwt.kmdr tidy.kmdr checkxml.kmdr
meinproc.kmdr xmlval.kmdr xsltproc.kmdr
htmlquickstart.kmdr gubed_install.kmdr
htmlquickstart.kmdr htmlquickstart5.kmdr gubed_install.kmdr
listwizard.kmdr picturewizard.kmdr
tablewizard.kmdr docbook_table.kmdr
DESTINATION ${DATA_INSTALL_DIR}/quanta/scripts )

@ -2,7 +2,7 @@ quantadir = ${quanta_datadir}/scripts
quanta_DATA = scriptinfo.kmdr.info dwt.pl dwt.kmdr.info \
tidy.kmdr.info checkxml.kmdr.info meinproc.kmdr.info \
xmlval.kmdr.info xsltproc.kmdr.info htmlquickstart.kmdr.info \
xmlval.kmdr.info xsltproc.kmdr.info htmlquickstart.kmdr.info htmlquickstart5.kmdr.info \
TemplateMagic.pl TemplateMagic.pl.info info.css externalpreview.sh \
info.xsl externalpreview.sh.info dwt.pl.info gubed_install.kmdr.info
@ -12,6 +12,6 @@ execquantadir = ${quanta_datadir}/scripts
execquanta_SCRIPTS = scriptinfo.kmdr dwt.kmdr tidy.kmdr \
checkxml.kmdr meinproc.kmdr \
xmlval.kmdr xsltproc.kmdr \
htmlquickstart.kmdr \
htmlquickstart.kmdr htmlquickstart5.kmdr \
gubed_install.kmdr \
listwizard.kmdr picturewizard.kmdr tablewizard.kmdr docbook_table.kmdr

@ -0,0 +1,997 @@
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
<class>quickStartForm</class>
<widget class="Dialog">
<property name="name">
<cstring>quickStartForm</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>473</width>
<height>577</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="caption">
<string>Quick Start</string>
</property>
<property name="populationText">
<string></string>
</property>
<property name="associations" stdset="0">
<stringlist>
<string></string>
<string>@execBegin
quanta=`dcop quanta-@parentPid`
if [ -z "$quanta" ]; then
quanta=`dcop quanta`
if [ ! -z "$quanta" ]; then
quantadcop=quanta
fi
else
quantadcop=quanta-@parentPid
fi
if [ ! -z "$quantadcop" ]; then
encoding=`dcop $quantadcop SettingsIf encoding`
dcop @dcopid KommanderIf setSelection ComboMetachar $encoding
dcop @dcopid KommanderIf setChecked CBMetaChar true
dtep=`dcop $quantadcop SettingsIf dtep`
dcop @dcopid KommanderIf setCurrentListItem DTEPselect "$dtep"
fi
@execEnd</string>
<string></string>
</stringlist>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="TQLabel" row="0" column="0" rowspan="1" colspan="4">
<property name="name">
<cstring>TextLabel1</cstring>
</property>
<property name="font">
<font>
<family>Sans Serif</family>
<pointsize>12</pointsize>
<bold>1</bold>
</font>
</property>
<property name="text">
<string>Quanta Plus Kommander Quick Start</string>
</property>
<property name="alignment">
<set>AlignCenter</set>
</property>
</widget>
<spacer row="2" column="0">
<property name="name">
<cstring>Spacer6_2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>33</width>
<height>0</height>
</size>
</property>
</spacer>
<widget class="GroupBox" row="1" column="0" rowspan="1" colspan="4">
<property name="name">
<cstring>dialogScript</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="title">
<string></string>
</property>
<property name="flat">
<bool>false</bool>
</property>
<property name="populationText">
<string></string>
</property>
<property name="associations" stdset="0">
<stringlist>
<string>#############################
# Globals
# The indentation level. We have only
# one level of indentation
PADDING=' '
# This sets the DTD var
@DTEPselect
# set parameters that depend on DTD
if echo $DTD | grep -q xhtml
then
XHTML=true
TAGEND=' /&gt;'
HTML='&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;'
else
XHTML=FALSE
TAGEND='&gt;'
HTML='&lt;html&gt;'
fi
##############################
# Finally generate the page
@CBDTD
echo $HTML
echo '@CBCVS'
@CBHead
echo '&lt;body&gt;'
echo '@CBPHPHeader'
echo '@CBPHPFooter'
echo '&lt;/body&gt;'
echo '&lt;/html&gt;'
quanta=`dcop quanta-@parentPid`
if [ -z "$quanta" ]; then
quanta=`dcop quanta`
if [ ! -z "$quanta" ]; then
quantadcop=quanta
fi
else
quantadcop=quanta-@parentPid
fi
if [ ! -z "$quantadcop" ]; then
dcop $quantadcop WindowManagerIf setDtep "@DTEPselect.text" false
fi</string>
</stringlist>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="TQLabel" row="0" column="0">
<property name="name">
<cstring>TextLabel1_2</cstring>
</property>
<property name="text">
<string>DTD / Schema:</string>
</property>
</widget>
<widget class="GroupBox" row="4" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>GroupBox3</cstring>
</property>
<property name="title">
<string>Body Area</string>
</property>
<property name="associations" stdset="0">
<stringlist>
<string>&lt;body&gt;
@CBPHPHeader
@CBPHPFooter
&lt;/body&gt;</string>
</stringlist>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="LineEdit" row="0" column="1">
<property name="name">
<cstring>phpHeaderFile</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="associations" stdset="0">
<stringlist>
<string>@widgetText</string>
</stringlist>
</property>
</widget>
<widget class="LineEdit" row="1" column="1">
<property name="name">
<cstring>phpFooterFile</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="associations" stdset="0">
<stringlist>
<string>@widgetText</string>
</stringlist>
</property>
</widget>
<widget class="CheckBox" row="1" column="0">
<property name="name">
<cstring>CBPHPFooter</cstring>
</property>
<property name="text">
<string>&amp;PHP footer include:</string>
</property>
<property name="associations" stdset="0">
<stringlist>
<string>@null</string>
<string></string>
<string>&lt;? include_once("@phpFooterFile") ?&gt;</string>
</stringlist>
</property>
</widget>
<widget class="CheckBox" row="0" column="0">
<property name="name">
<cstring>CBPHPHeader</cstring>
</property>
<property name="text">
<string>PHP header include:</string>
</property>
<property name="associations" stdset="0">
<stringlist>
<string>@null</string>
<string></string>
<string>&lt;? include_once("@phpHeaderFile") ?&gt;</string>
</stringlist>
</property>
</widget>
</grid>
</widget>
<widget class="CheckBox" row="1" column="0">
<property name="name">
<cstring>CBDTD</cstring>
</property>
<property name="text">
<string>Show &amp;DTD</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="associations" stdset="0">
<stringlist>
<string>@null</string>
<string>@DTEPselect
echo "$DTD"</string>
<string>echo "$DTD"</string>
</stringlist>
</property>
</widget>
<widget class="ComboBox" row="0" column="1">
<item>
<property name="text">
<string>HTML 5</string>
</property>
</item>
<item>
<property name="text">
<string>HTML 4.01 Transitional</string>
</property>
</item>
<item>
<property name="text">
<string>HTML 4.01 Strict</string>
</property>
</item>
<item>
<property name="text">
<string>HTML 4.01 Frameset</string>
</property>
</item>
<item>
<property name="text">
<string>XHTML 1.0 Transitional</string>
</property>
</item>
<item>
<property name="text">
<string>XHTML 1.0 Strict</string>
</property>
</item>
<item>
<property name="text">
<string>XHTML 1.0 Frameset</string>
</property>
</item>
<item>
<property name="text">
<string>XHTML 1.0 Basic</string>
</property>
</item>
<item>
<property name="text">
<string>XHTML 1.1</string>
</property>
</item>
<property name="name">
<cstring>DTEPselect</cstring>
</property>
<property name="associations" stdset="0">
<stringlist>
<string>################################
# This script sets the DTD var
# The various DTD's
html5='&lt;!DOCTYPE html&gt;'
htmltrans='&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"&gt;'
strict='&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"&gt;'
frameset='&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"&gt;'
xhtml1trans='&lt;?xml version="1.0" encoding="@ComboMetachar"?&gt;
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;'
xhtml1strict='&lt;?xml version="1.0" encoding="@ComboMetachar"?&gt;
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt;'
xhtml1frameset='&lt;?xml version="1.0" encoding="@ComboMetachar"?&gt;
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"&gt;'
xhtml1basic='&lt;?xml version="1.0" encoding="@ComboMetachar"?&gt;
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd"&gt;'
xhtml11='&lt;?xml version="1.0" encoding="@ComboMetachar"?&gt;
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"&gt;'
################################
# Set the DTD based on user selection
case "@widgetText" in
"HTML 5" )
DTD="$html5"
;;
"HTML 4.01 Transitional" )
DTD="$htmltrans"
;;
"HTML 4.01 Strict" )
DTD="$strict"
;;
"HTML 4.01 Frameset" )
DTD="$frameset"
;;
"XHTML 1.0 Transitional" )
DTD="$xhtml1trans"
;;
"XHTML 1.0 Strict" )
DTD="$xhtml1strict"
;;
"XHTML 1.0 Frameset" )
DTD="$xhtml1frameset"
;;
"XHTML 1.0 Basic" )
DTD="$xhtml1basic"
;;
"XHTML 1.1" )
DTD="$xhtml11"
;;
* )
echo "No Match"
;;
esac
</string>
</stringlist>
</property>
</widget>
<widget class="CheckBox" row="2" column="0">
<property name="name">
<cstring>CBHead</cstring>
</property>
<property name="text">
<string>Head &amp;area</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="associations" stdset="0">
<stringlist>
<string>@null</string>
<string></string>
<string>echo '&lt;head&gt;'
@LETitle
@CBBasedir
@CBMetaQuanta
@CBMetaAuthor
@CBMetaChar
@CBMetaKeywords
@CBStyle
@CBStyleArea
@CBJavascript
echo '&lt;/head&gt;'</string>
</stringlist>
</property>
</widget>
<widget class="CheckBox" row="1" column="1">
<property name="name">
<cstring>CBCVS</cstring>
</property>
<property name="text">
<string>CVS tag &amp;in comment</string>
</property>
<property name="associations" stdset="0">
<stringlist>
<string>@null</string>
<string></string>
<string>&lt;!-- $Id$ --&gt;</string>
</stringlist>
</property>
</widget>
<widget class="GroupBox" row="3" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>GroupBox2</cstring>
</property>
<property name="title">
<string></string>
</property>
<property name="populationText">
<string></string>
</property>
<property name="associations" stdset="0">
<stringlist>
<string></string>
</stringlist>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="CheckBox" row="2" column="0">
<property name="name">
<cstring>CBMetaAuthor</cstring>
</property>
<property name="text">
<string>&amp;Meta author:</string>
</property>
<property name="associations" stdset="0">
<stringlist>
<string>@null</string>
<string></string>
<string>echo "$PADDING&lt;meta name=\"AUTHOR\" content=\"@LEMetaAuthor\"$TAGEND"</string>
</stringlist>
</property>
</widget>
<widget class="CheckBox" row="3" column="0">
<property name="name">
<cstring>CBMetaChar</cstring>
</property>
<property name="text">
<string>Meta character set:</string>
</property>
<property name="associations" stdset="0">
<stringlist>
<string>@null</string>
<string></string>
<string>echo "$PADDING&lt;meta http-equiv=\"Content-Type\" content=\"text/html; charset=@ComboMetachar\"$TAGEND"</string>
</stringlist>
</property>
</widget>
<widget class="CheckBox" row="7" column="0">
<property name="name">
<cstring>CBStyleArea</cstring>
</property>
<property name="text">
<string>St&amp;yle area</string>
</property>
<property name="associations" stdset="0">
<stringlist>
<string>@null</string>
<string></string>
<string>echo "$PADDING&lt;style type=\"text/css\"&gt;"
if [ $XHTML = true ]; then
echo "$PADDING/* &lt;![CDATA[ */"
echo "$PADDING"
echo "$PADDING/* ]]&gt; */"
fi
echo "$PADDING&lt;/style&gt;"</string>
</stringlist>
</property>
</widget>
<widget class="LineEdit" row="1" column="1">
<property name="name">
<cstring>LEBasedir</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="associations" stdset="0">
<stringlist>
<string>@widgetText</string>
</stringlist>
</property>
</widget>
<widget class="LineEdit" row="2" column="1">
<property name="name">
<cstring>LEMetaAuthor</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="associations" stdset="0">
<stringlist>
<string>@widgetText</string>
</stringlist>
</property>
</widget>
<widget class="ComboBox" row="3" column="1">
<item>
<property name="text">
<string>iso-8859-1</string>
</property>
</item>
<item>
<property name="text">
<string>iso-8859-2</string>
</property>
</item>
<item>
<property name="text">
<string>iso-8859-3</string>
</property>
</item>
<item>
<property name="text">
<string>iso-8859-4</string>
</property>
</item>
<item>
<property name="text">
<string>iso-8859-5</string>
</property>
</item>
<item>
<property name="text">
<string>iso-8859-6</string>
</property>
</item>
<item>
<property name="text">
<string>iso-8859-7</string>
</property>
</item>
<item>
<property name="text">
<string>iso-8859-8</string>
</property>
</item>
<item>
<property name="text">
<string>iso-8859-8i</string>
</property>
</item>
<item>
<property name="text">
<string>iso-8859-9</string>
</property>
</item>
<item>
<property name="text">
<string>iso-8859-10</string>
</property>
</item>
<item>
<property name="text">
<string>iso-8859-11</string>
</property>
</item>
<item>
<property name="text">
<string>iso-8859-12</string>
</property>
</item>
<item>
<property name="text">
<string>iso-8859-13</string>
</property>
</item>
<item>
<property name="text">
<string>iso-8859-14</string>
</property>
</item>
<item>
<property name="text">
<string>iso-8859-15</string>
</property>
</item>
<item>
<property name="text">
<string>utf-8</string>
</property>
</item>
<item>
<property name="text">
<string>utf-16</string>
</property>
</item>
<item>
<property name="text">
<string>koi8-r</string>
</property>
</item>
<item>
<property name="text">
<string>koi8-u</string>
</property>
</item>
<item>
<property name="text">
<string>windows-1250</string>
</property>
</item>
<item>
<property name="text">
<string>windows-1251</string>
</property>
</item>
<item>
<property name="text">
<string>windows-1252</string>
</property>
</item>
<item>
<property name="text">
<string>windows-1253</string>
</property>
</item>
<item>
<property name="text">
<string>windows-1254</string>
</property>
</item>
<item>
<property name="text">
<string>windows-1255</string>
</property>
</item>
<item>
<property name="text">
<string>windows-1256</string>
</property>
</item>
<item>
<property name="text">
<string>windows-1257</string>
</property>
</item>
<item>
<property name="text">
<string>windows-1258</string>
</property>
</item>
<property name="name">
<cstring>ComboMetachar</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="associations" stdset="0">
<stringlist>
<string>@widgetText</string>
</stringlist>
</property>
</widget>
<widget class="LineEdit" row="4" column="1">
<property name="name">
<cstring>LEMetaKeywords</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="associations" stdset="0">
<stringlist>
<string>@widgetText</string>
</stringlist>
</property>
<property name="toolTip" stdset="0">
<string>limit to 8, separate with commas</string>
</property>
</widget>
<widget class="CheckBox" row="1" column="0">
<property name="name">
<cstring>CBBasedir</cstring>
</property>
<property name="text">
<string>&amp;Base directory:</string>
</property>
<property name="associations" stdset="0">
<stringlist>
<string>@null</string>
<string></string>
<string>echo "$PADDING&lt;base href=\"@LEBasedir\"$TAGEND"</string>
</stringlist>
</property>
</widget>
<widget class="CheckBox" row="6" column="0">
<property name="name">
<cstring>CBMetaQuanta</cstring>
</property>
<property name="text">
<string>Meta &amp;Quanta</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="associations" stdset="0">
<stringlist>
<string>@null</string>
<string></string>
<string>echo "$PADDING&lt;meta name=\"GENERATOR\" content=\"Quanta Plus\"$TAGEND"</string>
</stringlist>
</property>
</widget>
<widget class="CheckBox" row="4" column="0">
<property name="name">
<cstring>CBMetaKeywords</cstring>
</property>
<property name="text">
<string>Meta &amp;keywords:</string>
</property>
<property name="associations" stdset="0">
<stringlist>
<string>@null</string>
<string></string>
<string>echo -n "$PADDING&lt;meta name=\"KEYWORDS\" content=\""
echo -n '@LEMetaKeywords'
echo "\"$TAGEND"</string>
</stringlist>
</property>
</widget>
<widget class="CheckBox" row="5" column="0">
<property name="name">
<cstring>CBStyle</cstring>
</property>
<property name="text">
<string>Li&amp;nked style sheet:</string>
</property>
<property name="associations" stdset="0">
<stringlist>
<string>@null</string>
<string></string>
<string>echo "$PADDING&lt;link rel=\"stylesheet\" type=\"text/css\" href=\"@cssFile\"$TAGEND"</string>
</stringlist>
</property>
</widget>
<widget class="LineEdit" row="5" column="1">
<property name="name">
<cstring>cssFile</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="associations" stdset="0">
<stringlist>
<string>@widgetText</string>
</stringlist>
</property>
</widget>
<widget class="LineEdit" row="0" column="1">
<property name="name">
<cstring>LETitle</cstring>
</property>
<property name="text">
<string></string>
</property>
<property name="associations" stdset="0">
<stringlist>
<string>echo "$PADDING&lt;title&gt;@widgetText&lt;/title&gt;"</string>
</stringlist>
</property>
</widget>
<widget class="TQLabel" row="0" column="0">
<property name="name">
<cstring>TextLabel2</cstring>
</property>
<property name="text">
<string>Title:</string>
</property>
</widget>
<widget class="CheckBox" row="7" column="1">
<property name="name">
<cstring>CBJavascript</cstring>
</property>
<property name="text">
<string>&amp;JavaScript area</string>
</property>
<property name="associations" stdset="0">
<stringlist>
<string>@null</string>
<string></string>
<string>if echo $DTD | grep -q strict
then
echo "$PADDING&lt;script type=\"text/javascript\"&gt;"
else
echo "$PADDING&lt;script language=\"javascript\" type=\"text/javascript\"&gt;"
fi
if [ $XHTML = true ]; then
echo "$PADDING/* &lt;![CDATA[ */"
echo "$PADDING"
echo "$PADDING/* ]]&gt; */"
else
echo "$PADDING// &lt;!--"
echo "$PADDING"
echo "$PADDING// --&gt;"
fi
echo "$PADDING&lt;/script&gt;"</string>
</stringlist>
</property>
</widget>
</grid>
</widget>
</grid>
</widget>
<widget class="CloseButton" row="2" column="3">
<property name="name">
<cstring>CloseButton1_2</cstring>
</property>
<property name="text">
<string>&amp;Cancel</string>
</property>
<property name="flat">
<bool>false</bool>
</property>
<property name="associations" stdset="0">
<stringlist>
<string></string>
</stringlist>
</property>
<property name="writeStdout">
<bool>true</bool>
</property>
</widget>
<widget class="CloseButton" row="2" column="1">
<property name="name">
<cstring>CloseButton1</cstring>
</property>
<property name="text">
<string>&amp;OK</string>
</property>
<property name="flat">
<bool>false</bool>
</property>
<property name="associations" stdset="0">
<stringlist>
<string>@dialogScript
</string>
</stringlist>
</property>
<property name="writeStdout">
<bool>true</bool>
</property>
</widget>
</grid>
</widget>
<connections>
<connection>
<sender>CBBasedir</sender>
<signal>toggled(bool)</signal>
<receiver>LEBasedir</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>CBMetaAuthor</sender>
<signal>toggled(bool)</signal>
<receiver>LEMetaAuthor</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>CBMetaKeywords</sender>
<signal>toggled(bool)</signal>
<receiver>LEMetaKeywords</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>CBMetaChar</sender>
<signal>toggled(bool)</signal>
<receiver>ComboMetachar</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>CBStyle</sender>
<signal>toggled(bool)</signal>
<receiver>cssFile</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>CBHead</sender>
<signal>toggled(bool)</signal>
<receiver>GroupBox2</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>CBPHPHeader</sender>
<signal>toggled(bool)</signal>
<receiver>phpHeaderFile</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>CBPHPFooter</sender>
<signal>toggled(bool)</signal>
<receiver>phpFooterFile</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>quickStartForm</sender>
<signal>widgetOpened()</signal>
<receiver>GroupBox2</receiver>
<slot>populate()</slot>
</connection>
</connections>
<tabstops>
<tabstop>DTEPselect</tabstop>
<tabstop>CBDTD</tabstop>
<tabstop>CBCVS</tabstop>
<tabstop>CBHead</tabstop>
<tabstop>LETitle</tabstop>
<tabstop>CBBasedir</tabstop>
<tabstop>LEBasedir</tabstop>
<tabstop>CBMetaAuthor</tabstop>
<tabstop>LEMetaAuthor</tabstop>
<tabstop>CBMetaChar</tabstop>
<tabstop>ComboMetachar</tabstop>
<tabstop>CBMetaKeywords</tabstop>
<tabstop>LEMetaKeywords</tabstop>
<tabstop>CBStyle</tabstop>
<tabstop>cssFile</tabstop>
<tabstop>CBMetaQuanta</tabstop>
<tabstop>CBStyleArea</tabstop>
<tabstop>CBJavascript</tabstop>
<tabstop>CBPHPHeader</tabstop>
<tabstop>phpHeaderFile</tabstop>
<tabstop>CBPHPFooter</tabstop>
<tabstop>phpFooterFile</tabstop>
<tabstop>CloseButton1</tabstop>
<tabstop>CloseButton1_2</tabstop>
</tabstops>
<layoutdefaults spacing="6" margin="11"/>
</UI>

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QuantaScriptInfo>
<INFO>
<options editor="kmdr-editor" interpreter="kmdr-executor -c quanta" />
<name>htmlquickstart5</name>
<author>Alexis Puente Montiel</author>
<email>miscelaneanatural@yahoo.es</email>
<website>http://quanta.sf.net/</website>
<version>1.1</version>
<license>GPL</license>
<about>Enjoy!</about>
</INFO>
Loading…
Cancel
Save