From 3b06901a66232c9de174fae3c09bdad401b234c2 Mon Sep 17 00:00:00 2001 From: Alexis Puente Montiel Date: Thu, 17 Feb 2022 22:17:14 +0100 Subject: [PATCH] Quanta: Add dtep to support HTML5 mode. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Puente Montiel Minor fixes. Signed-off-by: Slávek Banko --- quanta/data/dtep/CMakeLists.txt | 1 + quanta/data/dtep/Makefile.am | 2 +- quanta/data/dtep/html5/CMakeLists.txt | 31 + quanta/data/dtep/html5/Makefile.am | 20 + quanta/data/dtep/html5/a.tag | 120 +++ quanta/data/dtep/html5/abbr.tag | 54 + quanta/data/dtep/html5/acronym.tag | 54 + quanta/data/dtep/html5/address.tag | 54 + quanta/data/dtep/html5/applet.tag | 144 +++ quanta/data/dtep/html5/area.tag | 44 + quanta/data/dtep/html5/article.tag | 54 + quanta/data/dtep/html5/aside.tag | 54 + quanta/data/dtep/html5/audio.tag | 48 + quanta/data/dtep/html5/b.tag | 54 + quanta/data/dtep/html5/base.tag | 17 + quanta/data/dtep/html5/bdi.tag | 65 ++ quanta/data/dtep/html5/bdo.tag | 65 ++ quanta/data/dtep/html5/big.tag | 54 + quanta/data/dtep/html5/blockquote.tag | 49 + quanta/data/dtep/html5/body.tag | 55 + quanta/data/dtep/html5/br.tag | 5 + quanta/data/dtep/html5/button.tag | 91 ++ quanta/data/dtep/html5/caption.tag | 54 + quanta/data/dtep/html5/center.tag | 54 + quanta/data/dtep/html5/cite.tag | 54 + quanta/data/dtep/html5/code.tag | 54 + quanta/data/dtep/html5/col.tag | 60 ++ quanta/data/dtep/html5/colgroup.tag | 63 ++ quanta/data/dtep/html5/common.tag | 56 + quanta/data/dtep/html5/data.tag | 92 ++ quanta/data/dtep/html5/dd.tag | 86 ++ quanta/data/dtep/html5/del.tag | 98 ++ quanta/data/dtep/html5/description.rc | 58 + quanta/data/dtep/html5/details.tag | 54 + quanta/data/dtep/html5/dfn.tag | 54 + quanta/data/dtep/html5/dir.tag | 11 + quanta/data/dtep/html5/div.tag | 86 ++ quanta/data/dtep/html5/dl.tag | 10 + quanta/data/dtep/html5/dt.tag | 54 + quanta/data/dtep/html5/em.tag | 54 + quanta/data/dtep/html5/embed.tag | 48 + quanta/data/dtep/html5/empty.tag | 13 + quanta/data/dtep/html5/fieldset.tag | 90 ++ quanta/data/dtep/html5/figcaption.tag | 54 + quanta/data/dtep/html5/figure.tag | 54 + quanta/data/dtep/html5/footer.tag | 54 + quanta/data/dtep/html5/form.tag | 97 ++ quanta/data/dtep/html5/head.tag | 29 + quanta/data/dtep/html5/header.tag | 54 + quanta/data/dtep/html5/headings.tag | 311 ++++++ quanta/data/dtep/html5/hr.tag | 5 + quanta/data/dtep/html5/html.tag | 25 + quanta/data/dtep/html5/i.tag | 54 + quanta/data/dtep/html5/img.tag | 48 + quanta/data/dtep/html5/input.tag | 104 ++ quanta/data/dtep/html5/ins.tag | 98 ++ quanta/data/dtep/html5/kbd.tag | 54 + quanta/data/dtep/html5/label.tag | 78 ++ quanta/data/dtep/html5/legend.tag | 61 ++ quanta/data/dtep/html5/li.tag | 90 ++ quanta/data/dtep/html5/link.tag | 70 ++ quanta/data/dtep/html5/main.tag | 54 + quanta/data/dtep/html5/map.tag | 46 + quanta/data/dtep/html5/mark.tag | 54 + quanta/data/dtep/html5/meta.tag | 31 + quanta/data/dtep/html5/nav.tag | 54 + quanta/data/dtep/html5/noscript.tag | 44 + quanta/data/dtep/html5/object.tag | 202 ++++ quanta/data/dtep/html5/ol.tag | 11 + quanta/data/dtep/html5/optgroup.tag | 23 + quanta/data/dtep/html5/option.tag | 41 + quanta/data/dtep/html5/p.tag | 66 ++ quanta/data/dtep/html5/param.tag | 47 + quanta/data/dtep/html5/picture.tag | 54 + quanta/data/dtep/html5/pre.tag | 51 + quanta/data/dtep/html5/q.tag | 60 ++ quanta/data/dtep/html5/rb.tag | 7 + quanta/data/dtep/html5/rbc.tag | 9 + quanta/data/dtep/html5/rp.tag | 7 + quanta/data/dtep/html5/rt.tag | 9 + quanta/data/dtep/html5/rtc.tag | 9 + quanta/data/dtep/html5/ruby.tag | 13 + quanta/data/dtep/html5/samp.tag | 54 + quanta/data/dtep/html5/script.tag | 46 + quanta/data/dtep/html5/section.tag | 54 + quanta/data/dtep/html5/select.tag | 55 + quanta/data/dtep/html5/small.tag | 54 + quanta/data/dtep/html5/source.tag | 48 + quanta/data/dtep/html5/span.tag | 54 + quanta/data/dtep/html5/strong.tag | 54 + quanta/data/dtep/html5/style.tag | 60 ++ quanta/data/dtep/html5/sub.tag | 54 + quanta/data/dtep/html5/sup.tag | 54 + quanta/data/dtep/html5/svg.tag | 44 + quanta/data/dtep/html5/table.tag | 79 ++ quanta/data/dtep/html5/tbody.tag | 39 + quanta/data/dtep/html5/td.tag | 157 +++ quanta/data/dtep/html5/textarea.tag | 43 + quanta/data/dtep/html5/tfoot.tag | 38 + quanta/data/dtep/html5/th.tag | 157 +++ quanta/data/dtep/html5/thead.tag | 38 + quanta/data/dtep/html5/time.tag | 92 ++ quanta/data/dtep/html5/title.tag | 14 + quanta/data/dtep/html5/tr.tag | 44 + quanta/data/dtep/html5/track.tag | 48 + quanta/data/dtep/html5/tt.tag | 54 + quanta/data/dtep/html5/u.tag | 54 + quanta/data/dtep/html5/ul.tag | 11 + quanta/data/dtep/html5/var.tag | 54 + quanta/data/dtep/html5/video.tag | 48 + quanta/data/dtep/html5/wbr.tag | 5 + quanta/data/icons/22x22/CMakeLists.txt | 119 ++- quanta/data/icons/22x22/Makefile.am | 102 +- quanta/data/icons/22x22/html5_DT.png | Bin 0 -> 186 bytes quanta/data/icons/22x22/html5_a.png | Bin 0 -> 211 bytes quanta/data/icons/22x22/html5_abbr.png | Bin 0 -> 206 bytes quanta/data/icons/22x22/html5_address.png | Bin 0 -> 216 bytes quanta/data/icons/22x22/html5_area.png | Bin 0 -> 243 bytes quanta/data/icons/22x22/html5_article.png | Bin 0 -> 233 bytes quanta/data/icons/22x22/html5_aside.png | Bin 0 -> 180 bytes quanta/data/icons/22x22/html5_audio.png | Bin 0 -> 209 bytes quanta/data/icons/22x22/html5_b.png | Bin 0 -> 205 bytes quanta/data/icons/22x22/html5_base.png | Bin 0 -> 232 bytes quanta/data/icons/22x22/html5_bdi.png | Bin 0 -> 219 bytes quanta/data/icons/22x22/html5_bdo.png | Bin 0 -> 231 bytes quanta/data/icons/22x22/html5_big.png | Bin 0 -> 230 bytes quanta/data/icons/22x22/html5_blockquote.png | Bin 0 -> 214 bytes quanta/data/icons/22x22/html5_body.png | Bin 0 -> 185 bytes quanta/data/icons/22x22/html5_br.png | Bin 0 -> 168 bytes quanta/data/icons/22x22/html5_caption.png | Bin 0 -> 159 bytes quanta/data/icons/22x22/html5_center.png | Bin 0 -> 183 bytes quanta/data/icons/22x22/html5_cite.png | Bin 0 -> 209 bytes quanta/data/icons/22x22/html5_code.png | Bin 0 -> 147 bytes quanta/data/icons/22x22/html5_col.png | Bin 0 -> 151 bytes quanta/data/icons/22x22/html5_colgroup.png | Bin 0 -> 153 bytes quanta/data/icons/22x22/html5_com.png | Bin 0 -> 196 bytes quanta/data/icons/22x22/html5_data.png | Bin 0 -> 202 bytes quanta/data/icons/22x22/html5_dd.png | Bin 0 -> 154 bytes quanta/data/icons/22x22/html5_del.png | Bin 0 -> 209 bytes quanta/data/icons/22x22/html5_details.png | Bin 0 -> 155 bytes quanta/data/icons/22x22/html5_dir.png | Bin 0 -> 148 bytes quanta/data/icons/22x22/html5_div.png | Bin 0 -> 170 bytes quanta/data/icons/22x22/html5_dl.png | Bin 0 -> 149 bytes quanta/data/icons/22x22/html5_dt.png | Bin 0 -> 155 bytes quanta/data/icons/22x22/html5_embed.png | Bin 0 -> 190 bytes quanta/data/icons/22x22/html5_figcaption.png | Bin 0 -> 239 bytes quanta/data/icons/22x22/html5_figure.png | Bin 0 -> 206 bytes quanta/data/icons/22x22/html5_font.png | Bin 0 -> 186 bytes quanta/data/icons/22x22/html5_footer.png | Bin 0 -> 183 bytes quanta/data/icons/22x22/html5_h1.png | Bin 0 -> 173 bytes quanta/data/icons/22x22/html5_h2.png | Bin 0 -> 175 bytes quanta/data/icons/22x22/html5_h3.png | Bin 0 -> 171 bytes quanta/data/icons/22x22/html5_h4.png | Bin 0 -> 159 bytes quanta/data/icons/22x22/html5_h5.png | Bin 0 -> 169 bytes quanta/data/icons/22x22/html5_h6.png | Bin 0 -> 162 bytes quanta/data/icons/22x22/html5_head.png | Bin 0 -> 198 bytes quanta/data/icons/22x22/html5_header.png | Bin 0 -> 185 bytes quanta/data/icons/22x22/html5_hr.png | Bin 0 -> 132 bytes quanta/data/icons/22x22/html5_html.png | Bin 0 -> 205 bytes quanta/data/icons/22x22/html5_i.png | Bin 0 -> 181 bytes quanta/data/icons/22x22/html5_img.png | Bin 0 -> 234 bytes quanta/data/icons/22x22/html5_ins.png | Bin 0 -> 201 bytes quanta/data/icons/22x22/html5_kbd.png | Bin 0 -> 238 bytes quanta/data/icons/22x22/html5_li.png | Bin 0 -> 146 bytes quanta/data/icons/22x22/html5_link.png | Bin 0 -> 244 bytes quanta/data/icons/22x22/html5_main.png | Bin 0 -> 179 bytes quanta/data/icons/22x22/html5_map.png | Bin 0 -> 241 bytes quanta/data/icons/22x22/html5_mark.png | Bin 0 -> 186 bytes quanta/data/icons/22x22/html5_meta.png | Bin 0 -> 231 bytes quanta/data/icons/22x22/html5_nav.png | Bin 0 -> 179 bytes quanta/data/icons/22x22/html5_noscript.png | Bin 0 -> 268 bytes quanta/data/icons/22x22/html5_object.png | Bin 0 -> 183 bytes quanta/data/icons/22x22/html5_ol.png | Bin 0 -> 181 bytes quanta/data/icons/22x22/html5_p.png | Bin 0 -> 139 bytes quanta/data/icons/22x22/html5_picture.png | Bin 0 -> 244 bytes quanta/data/icons/22x22/html5_pre.png | Bin 0 -> 194 bytes quanta/data/icons/22x22/html5_q.png | Bin 0 -> 194 bytes quanta/data/icons/22x22/html5_rp.png | Bin 0 -> 205 bytes quanta/data/icons/22x22/html5_rt.png | Bin 0 -> 179 bytes quanta/data/icons/22x22/html5_ruby.png | Bin 0 -> 159 bytes quanta/data/icons/22x22/html5_samp.png | Bin 0 -> 173 bytes quanta/data/icons/22x22/html5_script.png | Bin 0 -> 202 bytes quanta/data/icons/22x22/html5_section.png | Bin 0 -> 213 bytes quanta/data/icons/22x22/html5_small.png | Bin 0 -> 174 bytes quanta/data/icons/22x22/html5_source.png | Bin 0 -> 221 bytes quanta/data/icons/22x22/html5_span.png | Bin 0 -> 152 bytes quanta/data/icons/22x22/html5_strong.png | Bin 0 -> 138 bytes quanta/data/icons/22x22/html5_style.png | Bin 0 -> 254 bytes quanta/data/icons/22x22/html5_sub.png | Bin 0 -> 219 bytes quanta/data/icons/22x22/html5_sup.png | Bin 0 -> 209 bytes quanta/data/icons/22x22/html5_svg.png | Bin 0 -> 212 bytes quanta/data/icons/22x22/html5_table.png | Bin 0 -> 147 bytes quanta/data/icons/22x22/html5_tbody.png | Bin 0 -> 156 bytes quanta/data/icons/22x22/html5_td.png | Bin 0 -> 155 bytes quanta/data/icons/22x22/html5_tfoot.png | Bin 0 -> 157 bytes quanta/data/icons/22x22/html5_th.png | Bin 0 -> 157 bytes quanta/data/icons/22x22/html5_thead.png | Bin 0 -> 158 bytes quanta/data/icons/22x22/html5_time.png | Bin 0 -> 169 bytes quanta/data/icons/22x22/html5_title.png | Bin 0 -> 202 bytes quanta/data/icons/22x22/html5_tr.png | Bin 0 -> 156 bytes quanta/data/icons/22x22/html5_track.png | Bin 0 -> 170 bytes quanta/data/icons/22x22/html5_u.png | Bin 0 -> 179 bytes quanta/data/icons/22x22/html5_ul.png | Bin 0 -> 143 bytes quanta/data/icons/22x22/html5_var.png | Bin 0 -> 170 bytes quanta/data/icons/22x22/html5_video.png | Bin 0 -> 203 bytes quanta/data/icons/22x22/html5_wbr.png | Bin 0 -> 217 bytes .../data/templates/documents/CMakeLists.txt | 1 + quanta/data/templates/documents/Makefile.am | 2 +- .../templates/documents/html5/CMakeLists.txt | 14 + .../templates/documents/html5/Makefile.am | 2 + .../data/templates/documents/html5/demo.html | 9 + quanta/data/templates/pages/CMakeLists.txt | 1 + quanta/data/templates/pages/Makefile.am | 2 +- .../data/templates/pages/html5/CMakeLists.txt | 14 + quanta/data/templates/pages/html5/Makefile.am | 2 + quanta/data/templates/pages/html5/base.html | 9 + quanta/data/toolbars/Makefile.am | 2 +- quanta/data/toolbars/html5/CMakeLists.txt | 26 + quanta/data/toolbars/html5/Makefile.am | 14 + quanta/data/toolbars/html5/base.actions | 126 +++ quanta/data/toolbars/html5/base.toolbar | 37 + quanta/data/toolbars/html5/meta.actions | 125 +++ quanta/data/toolbars/html5/meta.toolbar | 38 + quanta/data/toolbars/html5/style.actions | 121 +++ quanta/data/toolbars/html5/style.toolbar | 36 + quanta/data/toolbars/html5/tools.actions | 6 + quanta/data/toolbars/html5/tools.toolbar | 13 + quanta/scripts/CMakeLists.txt | 4 +- quanta/scripts/Makefile.am | 4 +- quanta/scripts/htmlquickstart5.kmdr | 997 ++++++++++++++++++ quanta/scripts/htmlquickstart5.kmdr.info | 12 + 231 files changed, 7957 insertions(+), 57 deletions(-) create mode 100644 quanta/data/dtep/html5/CMakeLists.txt create mode 100644 quanta/data/dtep/html5/Makefile.am create mode 100644 quanta/data/dtep/html5/a.tag create mode 100644 quanta/data/dtep/html5/abbr.tag create mode 100644 quanta/data/dtep/html5/acronym.tag create mode 100644 quanta/data/dtep/html5/address.tag create mode 100644 quanta/data/dtep/html5/applet.tag create mode 100644 quanta/data/dtep/html5/area.tag create mode 100644 quanta/data/dtep/html5/article.tag create mode 100644 quanta/data/dtep/html5/aside.tag create mode 100644 quanta/data/dtep/html5/audio.tag create mode 100644 quanta/data/dtep/html5/b.tag create mode 100644 quanta/data/dtep/html5/base.tag create mode 100644 quanta/data/dtep/html5/bdi.tag create mode 100644 quanta/data/dtep/html5/bdo.tag create mode 100644 quanta/data/dtep/html5/big.tag create mode 100644 quanta/data/dtep/html5/blockquote.tag create mode 100644 quanta/data/dtep/html5/body.tag create mode 100644 quanta/data/dtep/html5/br.tag create mode 100644 quanta/data/dtep/html5/button.tag create mode 100644 quanta/data/dtep/html5/caption.tag create mode 100644 quanta/data/dtep/html5/center.tag create mode 100644 quanta/data/dtep/html5/cite.tag create mode 100644 quanta/data/dtep/html5/code.tag create mode 100644 quanta/data/dtep/html5/col.tag create mode 100644 quanta/data/dtep/html5/colgroup.tag create mode 100644 quanta/data/dtep/html5/common.tag create mode 100644 quanta/data/dtep/html5/data.tag create mode 100644 quanta/data/dtep/html5/dd.tag create mode 100644 quanta/data/dtep/html5/del.tag create mode 100644 quanta/data/dtep/html5/description.rc create mode 100644 quanta/data/dtep/html5/details.tag create mode 100644 quanta/data/dtep/html5/dfn.tag create mode 100644 quanta/data/dtep/html5/dir.tag create mode 100644 quanta/data/dtep/html5/div.tag create mode 100644 quanta/data/dtep/html5/dl.tag create mode 100644 quanta/data/dtep/html5/dt.tag create mode 100644 quanta/data/dtep/html5/em.tag create mode 100644 quanta/data/dtep/html5/embed.tag create mode 100644 quanta/data/dtep/html5/empty.tag create mode 100644 quanta/data/dtep/html5/fieldset.tag create mode 100644 quanta/data/dtep/html5/figcaption.tag create mode 100644 quanta/data/dtep/html5/figure.tag create mode 100644 quanta/data/dtep/html5/footer.tag create mode 100644 quanta/data/dtep/html5/form.tag create mode 100644 quanta/data/dtep/html5/head.tag create mode 100644 quanta/data/dtep/html5/header.tag create mode 100644 quanta/data/dtep/html5/headings.tag create mode 100644 quanta/data/dtep/html5/hr.tag create mode 100644 quanta/data/dtep/html5/html.tag create mode 100644 quanta/data/dtep/html5/i.tag create mode 100644 quanta/data/dtep/html5/img.tag create mode 100644 quanta/data/dtep/html5/input.tag create mode 100644 quanta/data/dtep/html5/ins.tag create mode 100644 quanta/data/dtep/html5/kbd.tag create mode 100644 quanta/data/dtep/html5/label.tag create mode 100644 quanta/data/dtep/html5/legend.tag create mode 100644 quanta/data/dtep/html5/li.tag create mode 100644 quanta/data/dtep/html5/link.tag create mode 100644 quanta/data/dtep/html5/main.tag create mode 100644 quanta/data/dtep/html5/map.tag create mode 100644 quanta/data/dtep/html5/mark.tag create mode 100644 quanta/data/dtep/html5/meta.tag create mode 100644 quanta/data/dtep/html5/nav.tag create mode 100644 quanta/data/dtep/html5/noscript.tag create mode 100644 quanta/data/dtep/html5/object.tag create mode 100644 quanta/data/dtep/html5/ol.tag create mode 100644 quanta/data/dtep/html5/optgroup.tag create mode 100644 quanta/data/dtep/html5/option.tag create mode 100644 quanta/data/dtep/html5/p.tag create mode 100644 quanta/data/dtep/html5/param.tag create mode 100644 quanta/data/dtep/html5/picture.tag create mode 100644 quanta/data/dtep/html5/pre.tag create mode 100644 quanta/data/dtep/html5/q.tag create mode 100644 quanta/data/dtep/html5/rb.tag create mode 100644 quanta/data/dtep/html5/rbc.tag create mode 100644 quanta/data/dtep/html5/rp.tag create mode 100644 quanta/data/dtep/html5/rt.tag create mode 100644 quanta/data/dtep/html5/rtc.tag create mode 100644 quanta/data/dtep/html5/ruby.tag create mode 100644 quanta/data/dtep/html5/samp.tag create mode 100644 quanta/data/dtep/html5/script.tag create mode 100644 quanta/data/dtep/html5/section.tag create mode 100644 quanta/data/dtep/html5/select.tag create mode 100644 quanta/data/dtep/html5/small.tag create mode 100644 quanta/data/dtep/html5/source.tag create mode 100644 quanta/data/dtep/html5/span.tag create mode 100644 quanta/data/dtep/html5/strong.tag create mode 100644 quanta/data/dtep/html5/style.tag create mode 100644 quanta/data/dtep/html5/sub.tag create mode 100644 quanta/data/dtep/html5/sup.tag create mode 100644 quanta/data/dtep/html5/svg.tag create mode 100644 quanta/data/dtep/html5/table.tag create mode 100644 quanta/data/dtep/html5/tbody.tag create mode 100644 quanta/data/dtep/html5/td.tag create mode 100644 quanta/data/dtep/html5/textarea.tag create mode 100644 quanta/data/dtep/html5/tfoot.tag create mode 100644 quanta/data/dtep/html5/th.tag create mode 100644 quanta/data/dtep/html5/thead.tag create mode 100644 quanta/data/dtep/html5/time.tag create mode 100644 quanta/data/dtep/html5/title.tag create mode 100644 quanta/data/dtep/html5/tr.tag create mode 100644 quanta/data/dtep/html5/track.tag create mode 100644 quanta/data/dtep/html5/tt.tag create mode 100644 quanta/data/dtep/html5/u.tag create mode 100644 quanta/data/dtep/html5/ul.tag create mode 100644 quanta/data/dtep/html5/var.tag create mode 100644 quanta/data/dtep/html5/video.tag create mode 100644 quanta/data/dtep/html5/wbr.tag create mode 100644 quanta/data/icons/22x22/html5_DT.png create mode 100644 quanta/data/icons/22x22/html5_a.png create mode 100644 quanta/data/icons/22x22/html5_abbr.png create mode 100644 quanta/data/icons/22x22/html5_address.png create mode 100644 quanta/data/icons/22x22/html5_area.png create mode 100644 quanta/data/icons/22x22/html5_article.png create mode 100644 quanta/data/icons/22x22/html5_aside.png create mode 100644 quanta/data/icons/22x22/html5_audio.png create mode 100644 quanta/data/icons/22x22/html5_b.png create mode 100644 quanta/data/icons/22x22/html5_base.png create mode 100644 quanta/data/icons/22x22/html5_bdi.png create mode 100644 quanta/data/icons/22x22/html5_bdo.png create mode 100644 quanta/data/icons/22x22/html5_big.png create mode 100644 quanta/data/icons/22x22/html5_blockquote.png create mode 100644 quanta/data/icons/22x22/html5_body.png create mode 100644 quanta/data/icons/22x22/html5_br.png create mode 100644 quanta/data/icons/22x22/html5_caption.png create mode 100644 quanta/data/icons/22x22/html5_center.png create mode 100644 quanta/data/icons/22x22/html5_cite.png create mode 100644 quanta/data/icons/22x22/html5_code.png create mode 100644 quanta/data/icons/22x22/html5_col.png create mode 100644 quanta/data/icons/22x22/html5_colgroup.png create mode 100644 quanta/data/icons/22x22/html5_com.png create mode 100644 quanta/data/icons/22x22/html5_data.png create mode 100644 quanta/data/icons/22x22/html5_dd.png create mode 100644 quanta/data/icons/22x22/html5_del.png create mode 100644 quanta/data/icons/22x22/html5_details.png create mode 100644 quanta/data/icons/22x22/html5_dir.png create mode 100644 quanta/data/icons/22x22/html5_div.png create mode 100644 quanta/data/icons/22x22/html5_dl.png create mode 100644 quanta/data/icons/22x22/html5_dt.png create mode 100644 quanta/data/icons/22x22/html5_embed.png create mode 100644 quanta/data/icons/22x22/html5_figcaption.png create mode 100644 quanta/data/icons/22x22/html5_figure.png create mode 100644 quanta/data/icons/22x22/html5_font.png create mode 100644 quanta/data/icons/22x22/html5_footer.png create mode 100644 quanta/data/icons/22x22/html5_h1.png create mode 100644 quanta/data/icons/22x22/html5_h2.png create mode 100644 quanta/data/icons/22x22/html5_h3.png create mode 100644 quanta/data/icons/22x22/html5_h4.png create mode 100644 quanta/data/icons/22x22/html5_h5.png create mode 100644 quanta/data/icons/22x22/html5_h6.png create mode 100644 quanta/data/icons/22x22/html5_head.png create mode 100644 quanta/data/icons/22x22/html5_header.png create mode 100644 quanta/data/icons/22x22/html5_hr.png create mode 100644 quanta/data/icons/22x22/html5_html.png create mode 100644 quanta/data/icons/22x22/html5_i.png create mode 100644 quanta/data/icons/22x22/html5_img.png create mode 100644 quanta/data/icons/22x22/html5_ins.png create mode 100644 quanta/data/icons/22x22/html5_kbd.png create mode 100644 quanta/data/icons/22x22/html5_li.png create mode 100644 quanta/data/icons/22x22/html5_link.png create mode 100644 quanta/data/icons/22x22/html5_main.png create mode 100644 quanta/data/icons/22x22/html5_map.png create mode 100644 quanta/data/icons/22x22/html5_mark.png create mode 100644 quanta/data/icons/22x22/html5_meta.png create mode 100644 quanta/data/icons/22x22/html5_nav.png create mode 100644 quanta/data/icons/22x22/html5_noscript.png create mode 100644 quanta/data/icons/22x22/html5_object.png create mode 100644 quanta/data/icons/22x22/html5_ol.png create mode 100644 quanta/data/icons/22x22/html5_p.png create mode 100644 quanta/data/icons/22x22/html5_picture.png create mode 100644 quanta/data/icons/22x22/html5_pre.png create mode 100644 quanta/data/icons/22x22/html5_q.png create mode 100644 quanta/data/icons/22x22/html5_rp.png create mode 100644 quanta/data/icons/22x22/html5_rt.png create mode 100644 quanta/data/icons/22x22/html5_ruby.png create mode 100644 quanta/data/icons/22x22/html5_samp.png create mode 100644 quanta/data/icons/22x22/html5_script.png create mode 100644 quanta/data/icons/22x22/html5_section.png create mode 100644 quanta/data/icons/22x22/html5_small.png create mode 100644 quanta/data/icons/22x22/html5_source.png create mode 100644 quanta/data/icons/22x22/html5_span.png create mode 100644 quanta/data/icons/22x22/html5_strong.png create mode 100644 quanta/data/icons/22x22/html5_style.png create mode 100644 quanta/data/icons/22x22/html5_sub.png create mode 100644 quanta/data/icons/22x22/html5_sup.png create mode 100644 quanta/data/icons/22x22/html5_svg.png create mode 100644 quanta/data/icons/22x22/html5_table.png create mode 100644 quanta/data/icons/22x22/html5_tbody.png create mode 100644 quanta/data/icons/22x22/html5_td.png create mode 100644 quanta/data/icons/22x22/html5_tfoot.png create mode 100644 quanta/data/icons/22x22/html5_th.png create mode 100644 quanta/data/icons/22x22/html5_thead.png create mode 100644 quanta/data/icons/22x22/html5_time.png create mode 100644 quanta/data/icons/22x22/html5_title.png create mode 100644 quanta/data/icons/22x22/html5_tr.png create mode 100644 quanta/data/icons/22x22/html5_track.png create mode 100644 quanta/data/icons/22x22/html5_u.png create mode 100644 quanta/data/icons/22x22/html5_ul.png create mode 100644 quanta/data/icons/22x22/html5_var.png create mode 100644 quanta/data/icons/22x22/html5_video.png create mode 100644 quanta/data/icons/22x22/html5_wbr.png create mode 100644 quanta/data/templates/documents/html5/CMakeLists.txt create mode 100644 quanta/data/templates/documents/html5/Makefile.am create mode 100644 quanta/data/templates/documents/html5/demo.html create mode 100644 quanta/data/templates/pages/html5/CMakeLists.txt create mode 100644 quanta/data/templates/pages/html5/Makefile.am create mode 100644 quanta/data/templates/pages/html5/base.html create mode 100644 quanta/data/toolbars/html5/CMakeLists.txt create mode 100644 quanta/data/toolbars/html5/Makefile.am create mode 100644 quanta/data/toolbars/html5/base.actions create mode 100644 quanta/data/toolbars/html5/base.toolbar create mode 100644 quanta/data/toolbars/html5/meta.actions create mode 100644 quanta/data/toolbars/html5/meta.toolbar create mode 100644 quanta/data/toolbars/html5/style.actions create mode 100644 quanta/data/toolbars/html5/style.toolbar create mode 100644 quanta/data/toolbars/html5/tools.actions create mode 100644 quanta/data/toolbars/html5/tools.toolbar create mode 100755 quanta/scripts/htmlquickstart5.kmdr create mode 100644 quanta/scripts/htmlquickstart5.kmdr.info diff --git a/quanta/data/dtep/CMakeLists.txt b/quanta/data/dtep/CMakeLists.txt index 235aa073..ae310636 100644 --- a/quanta/data/dtep/CMakeLists.txt +++ b/quanta/data/dtep/CMakeLists.txt @@ -10,6 +10,7 @@ ################################################# add_subdirectory( html ) +add_subdirectory( html5 ) add_subdirectory( html-frameset ) add_subdirectory( html-strict ) add_subdirectory( tagxml ) diff --git a/quanta/data/dtep/Makefile.am b/quanta/data/dtep/Makefile.am index 8adf55fa..51ddb8e5 100644 --- a/quanta/data/dtep/Makefile.am +++ b/quanta/data/dtep/Makefile.am @@ -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 "*"` diff --git a/quanta/data/dtep/html5/CMakeLists.txt b/quanta/data/dtep/html5/CMakeLists.txt new file mode 100644 index 00000000..f5f1acb3 --- /dev/null +++ b/quanta/data/dtep/html5/CMakeLists.txt @@ -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 ) diff --git a/quanta/data/dtep/html5/Makefile.am b/quanta/data/dtep/html5/Makefile.am new file mode 100644 index 00000000..e2190890 --- /dev/null +++ b/quanta/data/dtep/html5/Makefile.am @@ -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 + diff --git a/quanta/data/dtep/html5/a.tag b/quanta/data/dtep/html5/a.tag new file mode 100644 index 00000000..50a40f53 --- /dev/null +++ b/quanta/data/dtep/html5/a.tag @@ -0,0 +1,120 @@ + + + + + + + href + + + + + + rel + + + + + + rev + + + + + + type + + + + text/html + image/jpeg + image/gif + image/png + model/vrml + video/quicktime + application/java + application/mathml+xml + application/rss+xml + application/xhtml+xml + application/xml + text/css + text/javascript + text/xml + + + + + onfocus + + + + + + onblur + + + + + + + + + + + rect + circle + poly + default + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/abbr.tag b/quanta/data/dtep/html5/abbr.tag new file mode 100644 index 00000000..e2c74acd --- /dev/null +++ b/quanta/data/dtep/html5/abbr.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/acronym.tag b/quanta/data/dtep/html5/acronym.tag new file mode 100644 index 00000000..407b5ecd --- /dev/null +++ b/quanta/data/dtep/html5/acronym.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/address.tag b/quanta/data/dtep/html5/address.tag new file mode 100644 index 00000000..512364ce --- /dev/null +++ b/quanta/data/dtep/html5/address.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/applet.tag b/quanta/data/dtep/html5/applet.tag new file mode 100644 index 00000000..df3c0c4f --- /dev/null +++ b/quanta/data/dtep/html5/applet.tag @@ -0,0 +1,144 @@ + + + + + + + archive + + + + + + classid + + + + + + codebase + + + + + + code + + + + + + object + + + + + + height + + + + + + width + + + + + + align + + + + + + hspace + + + + + + vspace + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/area.tag b/quanta/data/dtep/html5/area.tag new file mode 100644 index 00000000..dac881d1 --- /dev/null +++ b/quanta/data/dtep/html5/area.tag @@ -0,0 +1,44 @@ + + + + + + + shape + + + + rect + circle + poly + default + + + + + coords + + + + + + href + + + + + + accesskey + + + + + + alt + + + + + + + diff --git a/quanta/data/dtep/html5/article.tag b/quanta/data/dtep/html5/article.tag new file mode 100644 index 00000000..1765735e --- /dev/null +++ b/quanta/data/dtep/html5/article.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/aside.tag b/quanta/data/dtep/html5/aside.tag new file mode 100644 index 00000000..381fb796 --- /dev/null +++ b/quanta/data/dtep/html5/aside.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/audio.tag b/quanta/data/dtep/html5/audio.tag new file mode 100644 index 00000000..69476078 --- /dev/null +++ b/quanta/data/dtep/html5/audio.tag @@ -0,0 +1,48 @@ + + + + + + + longdesc + + + + + + src + + + + + + height + + + + + + width + + + + + + alt + + + + + + usemap + + + + + + ismap + + + + + diff --git a/quanta/data/dtep/html5/b.tag b/quanta/data/dtep/html5/b.tag new file mode 100644 index 00000000..033d36b5 --- /dev/null +++ b/quanta/data/dtep/html5/b.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/base.tag b/quanta/data/dtep/html5/base.tag new file mode 100644 index 00000000..200f1c1d --- /dev/null +++ b/quanta/data/dtep/html5/base.tag @@ -0,0 +1,17 @@ + + + + + Id + + + + + + Href + + + + + + diff --git a/quanta/data/dtep/html5/bdi.tag b/quanta/data/dtep/html5/bdi.tag new file mode 100644 index 00000000..c1f20363 --- /dev/null +++ b/quanta/data/dtep/html5/bdi.tag @@ -0,0 +1,65 @@ + + + + + + + dir + + This is not widely supported + + + ltr + rtl + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/bdo.tag b/quanta/data/dtep/html5/bdo.tag new file mode 100644 index 00000000..1c5ba5a6 --- /dev/null +++ b/quanta/data/dtep/html5/bdo.tag @@ -0,0 +1,65 @@ + + + + + + + dir + + This is not widely supported + + + ltr + rtl + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/big.tag b/quanta/data/dtep/html5/big.tag new file mode 100644 index 00000000..17b8b52c --- /dev/null +++ b/quanta/data/dtep/html5/big.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/blockquote.tag b/quanta/data/dtep/html5/blockquote.tag new file mode 100644 index 00000000..25a9c4c3 --- /dev/null +++ b/quanta/data/dtep/html5/blockquote.tag @@ -0,0 +1,49 @@ + + + + + + + cite + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/body.tag b/quanta/data/dtep/html5/body.tag new file mode 100644 index 00000000..29c38226 --- /dev/null +++ b/quanta/data/dtep/html5/body.tag @@ -0,0 +1,55 @@ + + + + + + onload + + + + + + onunload + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/br.tag b/quanta/data/dtep/html5/br.tag new file mode 100644 index 00000000..d4d2bb06 --- /dev/null +++ b/quanta/data/dtep/html5/br.tag @@ -0,0 +1,5 @@ + + + + + diff --git a/quanta/data/dtep/html5/button.tag b/quanta/data/dtep/html5/button.tag new file mode 100644 index 00000000..039443b1 --- /dev/null +++ b/quanta/data/dtep/html5/button.tag @@ -0,0 +1,91 @@ + + + + + + + + + +submit +button +reset + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/caption.tag b/quanta/data/dtep/html5/caption.tag new file mode 100644 index 00000000..10d69177 --- /dev/null +++ b/quanta/data/dtep/html5/caption.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/center.tag b/quanta/data/dtep/html5/center.tag new file mode 100644 index 00000000..7ed9dcac --- /dev/null +++ b/quanta/data/dtep/html5/center.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/cite.tag b/quanta/data/dtep/html5/cite.tag new file mode 100644 index 00000000..6dc55aef --- /dev/null +++ b/quanta/data/dtep/html5/cite.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/code.tag b/quanta/data/dtep/html5/code.tag new file mode 100644 index 00000000..df071b02 --- /dev/null +++ b/quanta/data/dtep/html5/code.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/col.tag b/quanta/data/dtep/html5/col.tag new file mode 100644 index 00000000..54f5b93c --- /dev/null +++ b/quanta/data/dtep/html5/col.tag @@ -0,0 +1,60 @@ + + + + + + + width + + Use % for percent or it will set pixels +You can add multiple values with commas + + + + + span + + + + + + align + + + left + center + right + justify + char + + + + + + valign + + + baseline + bottom + middle + top + + + + + + char + + alignment character for cells + + + + + charoff + + alignment character offset + + + + + diff --git a/quanta/data/dtep/html5/colgroup.tag b/quanta/data/dtep/html5/colgroup.tag new file mode 100644 index 00000000..53ef59ee --- /dev/null +++ b/quanta/data/dtep/html5/colgroup.tag @@ -0,0 +1,63 @@ + + + + + + + width + + Use % for percent or it will set pixels +You can add multiple values with commas + + + + + span + + + + + + align + + + left + center + right + justify + char + + + + + + valign + + + baseline + bottom + middle + top + + + + + + char + + alignment character for cells + + + + + charoff + + alignment character offset + + + + + + + + diff --git a/quanta/data/dtep/html5/common.tag b/quanta/data/dtep/html5/common.tag new file mode 100644 index 00000000..0ff1796a --- /dev/null +++ b/quanta/data/dtep/html5/common.tag @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/quanta/data/dtep/html5/data.tag b/quanta/data/dtep/html5/data.tag new file mode 100644 index 00000000..098bf906 --- /dev/null +++ b/quanta/data/dtep/html5/data.tag @@ -0,0 +1,92 @@ + + + + + + + value + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/dd.tag b/quanta/data/dtep/html5/dd.tag new file mode 100644 index 00000000..0e377f4e --- /dev/null +++ b/quanta/data/dtep/html5/dd.tag @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/del.tag b/quanta/data/dtep/html5/del.tag new file mode 100644 index 00000000..b6515eb5 --- /dev/null +++ b/quanta/data/dtep/html5/del.tag @@ -0,0 +1,98 @@ + + + + + + + cite + + + + + + datetime + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/description.rc b/quanta/data/dtep/html5/description.rc new file mode 100644 index 00000000..02e1f8cd --- /dev/null +++ b/quanta/data/dtep/html5/description.rc @@ -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 diff --git a/quanta/data/dtep/html5/details.tag b/quanta/data/dtep/html5/details.tag new file mode 100644 index 00000000..13522d41 --- /dev/null +++ b/quanta/data/dtep/html5/details.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/dfn.tag b/quanta/data/dtep/html5/dfn.tag new file mode 100644 index 00000000..30f9107f --- /dev/null +++ b/quanta/data/dtep/html5/dfn.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/dir.tag b/quanta/data/dtep/html5/dir.tag new file mode 100644 index 00000000..ac27af08 --- /dev/null +++ b/quanta/data/dtep/html5/dir.tag @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/div.tag b/quanta/data/dtep/html5/div.tag new file mode 100644 index 00000000..24537952 --- /dev/null +++ b/quanta/data/dtep/html5/div.tag @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/dl.tag b/quanta/data/dtep/html5/dl.tag new file mode 100644 index 00000000..430067b8 --- /dev/null +++ b/quanta/data/dtep/html5/dl.tag @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/quanta/data/dtep/html5/dt.tag b/quanta/data/dtep/html5/dt.tag new file mode 100644 index 00000000..59f005d5 --- /dev/null +++ b/quanta/data/dtep/html5/dt.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/em.tag b/quanta/data/dtep/html5/em.tag new file mode 100644 index 00000000..7022b925 --- /dev/null +++ b/quanta/data/dtep/html5/em.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/embed.tag b/quanta/data/dtep/html5/embed.tag new file mode 100644 index 00000000..c8faddae --- /dev/null +++ b/quanta/data/dtep/html5/embed.tag @@ -0,0 +1,48 @@ + + + + + + + longdesc + + + + + + src + + + + + + height + + + + + + width + + + + + + alt + + + + + + usemap + + + + + + ismap + + + + + diff --git a/quanta/data/dtep/html5/empty.tag b/quanta/data/dtep/html5/empty.tag new file mode 100644 index 00000000..06fe883c --- /dev/null +++ b/quanta/data/dtep/html5/empty.tag @@ -0,0 +1,13 @@ + + + + + + + Rows + + + + + + diff --git a/quanta/data/dtep/html5/fieldset.tag b/quanta/data/dtep/html5/fieldset.tag new file mode 100644 index 00000000..3af076cd --- /dev/null +++ b/quanta/data/dtep/html5/fieldset.tag @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/figcaption.tag b/quanta/data/dtep/html5/figcaption.tag new file mode 100644 index 00000000..187a181c --- /dev/null +++ b/quanta/data/dtep/html5/figcaption.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/figure.tag b/quanta/data/dtep/html5/figure.tag new file mode 100644 index 00000000..5b4a3428 --- /dev/null +++ b/quanta/data/dtep/html5/figure.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/footer.tag b/quanta/data/dtep/html5/footer.tag new file mode 100644 index 00000000..628f7aca --- /dev/null +++ b/quanta/data/dtep/html5/footer.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/form.tag b/quanta/data/dtep/html5/form.tag new file mode 100644 index 00000000..af33b0e1 --- /dev/null +++ b/quanta/data/dtep/html5/form.tag @@ -0,0 +1,97 @@ + + + + + + + action + + + + + + method + + + + GET + POST + + + + + enctype + + + + application/x-www-form-urlencoded + multipart/form-data + + + + + acceptcharset + + + + + + accept + + + + application/x-www-form-urlencoded + multipart/form-data + + + + + onsubmit + + + + + + onreset + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/head.tag b/quanta/data/dtep/html5/head.tag new file mode 100644 index 00000000..b53932b3 --- /dev/null +++ b/quanta/data/dtep/html5/head.tag @@ -0,0 +1,29 @@ + + + + + + + id + + + + + + profile + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/header.tag b/quanta/data/dtep/html5/header.tag new file mode 100644 index 00000000..9ddd3550 --- /dev/null +++ b/quanta/data/dtep/html5/header.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/headings.tag b/quanta/data/dtep/html5/headings.tag new file mode 100644 index 00000000..3951989c --- /dev/null +++ b/quanta/data/dtep/html5/headings.tag @@ -0,0 +1,311 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/hr.tag b/quanta/data/dtep/html5/hr.tag new file mode 100644 index 00000000..2bc7e29c --- /dev/null +++ b/quanta/data/dtep/html5/hr.tag @@ -0,0 +1,5 @@ + + + + + diff --git a/quanta/data/dtep/html5/html.tag b/quanta/data/dtep/html5/html.tag new file mode 100644 index 00000000..22894f8d --- /dev/null +++ b/quanta/data/dtep/html5/html.tag @@ -0,0 +1,25 @@ + + + + + + + id + + + + + + xmlns + + + http://www.w3.org/1999/xhtml + + + + + + + + + diff --git a/quanta/data/dtep/html5/i.tag b/quanta/data/dtep/html5/i.tag new file mode 100644 index 00000000..2bf4dae2 --- /dev/null +++ b/quanta/data/dtep/html5/i.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/img.tag b/quanta/data/dtep/html5/img.tag new file mode 100644 index 00000000..edeb3729 --- /dev/null +++ b/quanta/data/dtep/html5/img.tag @@ -0,0 +1,48 @@ + + + + + + + longdesc + + + + + + src + + + + + + height + + + + + + width + + + + + + alt + + + + + + usemap + + + + + + ismap + + + + + diff --git a/quanta/data/dtep/html5/input.tag b/quanta/data/dtep/html5/input.tag new file mode 100644 index 00000000..d9e54de6 --- /dev/null +++ b/quanta/data/dtep/html5/input.tag @@ -0,0 +1,104 @@ + + + + + + + type + + + text + password + checkbox + radio + submit + reset + file + hidden + image + button + + + + + + disabled + + Disable the element + + + + checked + + For radio button or check box + + + + value + + + + + + size + + + No of characters for text input + + + + maxlength + + + Max characters allowed + + + + alt + + + Alternate text for image + + + + src + + + URL for image to use + + + + accept + + + + application/x-www-form-urlencoded + multipart/form-data + + + + + readonly + + + + + use + + + + + + onselect + + + + + + onchange + + + + + + diff --git a/quanta/data/dtep/html5/ins.tag b/quanta/data/dtep/html5/ins.tag new file mode 100644 index 00000000..486d4169 --- /dev/null +++ b/quanta/data/dtep/html5/ins.tag @@ -0,0 +1,98 @@ + + + + + + + cite + + + + + + datetime + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/kbd.tag b/quanta/data/dtep/html5/kbd.tag new file mode 100644 index 00000000..92075861 --- /dev/null +++ b/quanta/data/dtep/html5/kbd.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/label.tag b/quanta/data/dtep/html5/label.tag new file mode 100644 index 00000000..7e7f0bf1 --- /dev/null +++ b/quanta/data/dtep/html5/label.tag @@ -0,0 +1,78 @@ + + + + + + + accesskey + + + Shortcut + + + + for + + + + + onfocus + + + + + + onblur + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/legend.tag b/quanta/data/dtep/html5/legend.tag new file mode 100644 index 00000000..aaa7ab25 --- /dev/null +++ b/quanta/data/dtep/html5/legend.tag @@ -0,0 +1,61 @@ + + + + + + + accesskey + + + Shortcut + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/li.tag b/quanta/data/dtep/html5/li.tag new file mode 100644 index 00000000..3b8149aa --- /dev/null +++ b/quanta/data/dtep/html5/li.tag @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/link.tag b/quanta/data/dtep/html5/link.tag new file mode 100644 index 00000000..367ee800 --- /dev/null +++ b/quanta/data/dtep/html5/link.tag @@ -0,0 +1,70 @@ + + + + + + rel + + + + + + rev + + + + + + href + + + + + + type + + + + text/html + image/jpeg + image/gif + image/png + model/vrml + video/quicktime + application/java + text/css + text/javascript + + + + + media + + + + screen + tty + tv + projection + handheld + print + braille + aural + all + + + + + hreflang + + + + + + charset + + + + + + diff --git a/quanta/data/dtep/html5/main.tag b/quanta/data/dtep/html5/main.tag new file mode 100644 index 00000000..f5105db0 --- /dev/null +++ b/quanta/data/dtep/html5/main.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/map.tag b/quanta/data/dtep/html5/map.tag new file mode 100644 index 00000000..e13496b4 --- /dev/null +++ b/quanta/data/dtep/html5/map.tag @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/mark.tag b/quanta/data/dtep/html5/mark.tag new file mode 100644 index 00000000..50e592eb --- /dev/null +++ b/quanta/data/dtep/html5/mark.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/meta.tag b/quanta/data/dtep/html5/meta.tag new file mode 100644 index 00000000..794eb693 --- /dev/null +++ b/quanta/data/dtep/html5/meta.tag @@ -0,0 +1,31 @@ + + + + + + + id + + + + + + http-equiv + + + + + + content + + + + + + scheme + + + + + + diff --git a/quanta/data/dtep/html5/nav.tag b/quanta/data/dtep/html5/nav.tag new file mode 100644 index 00000000..151e0bf8 --- /dev/null +++ b/quanta/data/dtep/html5/nav.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/noscript.tag b/quanta/data/dtep/html5/noscript.tag new file mode 100644 index 00000000..32533805 --- /dev/null +++ b/quanta/data/dtep/html5/noscript.tag @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/object.tag b/quanta/data/dtep/html5/object.tag new file mode 100644 index 00000000..2550a7d3 --- /dev/null +++ b/quanta/data/dtep/html5/object.tag @@ -0,0 +1,202 @@ + + + + + + + archive + + + + + + classid + + + + + + codebase + + + + + + codetype + + + + image/jpeg + image/gif + image/png + model/vrml + video/quicktime + application/java + audio/basic + text/html + text/css + + + + + type + + + + image/jpeg + image/gif + image/png + model/vrml + video/quicktime + application/java + audio/basic + text/html + text/css + + + + + data + + + + + + height + + + + + + width + + + + + + tabindex + + + + + + standby + + + + + + declare + + + + + + usemap + + + + + + align + + + + + + border + + + + + + hspace + + + + + + vspace + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/ol.tag b/quanta/data/dtep/html5/ol.tag new file mode 100644 index 00000000..afd6bcc2 --- /dev/null +++ b/quanta/data/dtep/html5/ol.tag @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/optgroup.tag b/quanta/data/dtep/html5/optgroup.tag new file mode 100644 index 00000000..82452057 --- /dev/null +++ b/quanta/data/dtep/html5/optgroup.tag @@ -0,0 +1,23 @@ + + + + + + + disabled + + Disable the element + + + + label + + + + + + + + + + diff --git a/quanta/data/dtep/html5/option.tag b/quanta/data/dtep/html5/option.tag new file mode 100644 index 00000000..ea08093f --- /dev/null +++ b/quanta/data/dtep/html5/option.tag @@ -0,0 +1,41 @@ + + + + + + + value + + + + + + Selected + + + + selected + + + + + Disabled + + + + disabled + + + + + label + + + + + + + + + + diff --git a/quanta/data/dtep/html5/p.tag b/quanta/data/dtep/html5/p.tag new file mode 100644 index 00000000..21bcfe71 --- /dev/null +++ b/quanta/data/dtep/html5/p.tag @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/param.tag b/quanta/data/dtep/html5/param.tag new file mode 100644 index 00000000..4211b9c2 --- /dev/null +++ b/quanta/data/dtep/html5/param.tag @@ -0,0 +1,47 @@ + + + + + + + id + + + + + + type + + + + image/jpeg + image/gif + image/png + model/vrml + video/quicktime + application/java + audio/basic + text/html + text/css + + + + + value + + + + + + valuetype + + + + data + ref + object + + + + + diff --git a/quanta/data/dtep/html5/picture.tag b/quanta/data/dtep/html5/picture.tag new file mode 100644 index 00000000..86591f24 --- /dev/null +++ b/quanta/data/dtep/html5/picture.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/pre.tag b/quanta/data/dtep/html5/pre.tag new file mode 100644 index 00000000..89855428 --- /dev/null +++ b/quanta/data/dtep/html5/pre.tag @@ -0,0 +1,51 @@ + + + + + + + xml:space + + + + preserve + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/q.tag b/quanta/data/dtep/html5/q.tag new file mode 100644 index 00000000..99f030a1 --- /dev/null +++ b/quanta/data/dtep/html5/q.tag @@ -0,0 +1,60 @@ + + + + + + + cite + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/rb.tag b/quanta/data/dtep/html5/rb.tag new file mode 100644 index 00000000..6c465cd9 --- /dev/null +++ b/quanta/data/dtep/html5/rb.tag @@ -0,0 +1,7 @@ + + + + + + + diff --git a/quanta/data/dtep/html5/rbc.tag b/quanta/data/dtep/html5/rbc.tag new file mode 100644 index 00000000..fbd5b7ec --- /dev/null +++ b/quanta/data/dtep/html5/rbc.tag @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/quanta/data/dtep/html5/rp.tag b/quanta/data/dtep/html5/rp.tag new file mode 100644 index 00000000..36df8a3a --- /dev/null +++ b/quanta/data/dtep/html5/rp.tag @@ -0,0 +1,7 @@ + + + + + + + diff --git a/quanta/data/dtep/html5/rt.tag b/quanta/data/dtep/html5/rt.tag new file mode 100644 index 00000000..da0098ed --- /dev/null +++ b/quanta/data/dtep/html5/rt.tag @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/quanta/data/dtep/html5/rtc.tag b/quanta/data/dtep/html5/rtc.tag new file mode 100644 index 00000000..97c21176 --- /dev/null +++ b/quanta/data/dtep/html5/rtc.tag @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/quanta/data/dtep/html5/ruby.tag b/quanta/data/dtep/html5/ruby.tag new file mode 100644 index 00000000..d133114f --- /dev/null +++ b/quanta/data/dtep/html5/ruby.tag @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/samp.tag b/quanta/data/dtep/html5/samp.tag new file mode 100644 index 00000000..6e5b3662 --- /dev/null +++ b/quanta/data/dtep/html5/samp.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/script.tag b/quanta/data/dtep/html5/script.tag new file mode 100644 index 00000000..2dccc895 --- /dev/null +++ b/quanta/data/dtep/html5/script.tag @@ -0,0 +1,46 @@ + + + + + + + Type + + + + text/html + text/css + text/php + text/javascript + application/x-javascript + + + + + Source + + + + + + Charset + + + + + + Defer (script execution may wait) + + + + + xml:space + + + + preserve + + + + + diff --git a/quanta/data/dtep/html5/section.tag b/quanta/data/dtep/html5/section.tag new file mode 100644 index 00000000..1d13fcc6 --- /dev/null +++ b/quanta/data/dtep/html5/section.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/select.tag b/quanta/data/dtep/html5/select.tag new file mode 100644 index 00000000..c3143fc2 --- /dev/null +++ b/quanta/data/dtep/html5/select.tag @@ -0,0 +1,55 @@ + + + + + + + multiple + + + + + disabled + + + + + tabindex + + + + + + size + + + + + + onfocus + + + + + + onblur + + + + + + onchange + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/small.tag b/quanta/data/dtep/html5/small.tag new file mode 100644 index 00000000..92871b73 --- /dev/null +++ b/quanta/data/dtep/html5/small.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/source.tag b/quanta/data/dtep/html5/source.tag new file mode 100644 index 00000000..306db28b --- /dev/null +++ b/quanta/data/dtep/html5/source.tag @@ -0,0 +1,48 @@ + + + + + + + longdesc + + + + + + src + + + + + + height + + + + + + width + + + + + + alt + + + + + + usemap + + + + + + ismap + + + + + diff --git a/quanta/data/dtep/html5/span.tag b/quanta/data/dtep/html5/span.tag new file mode 100644 index 00000000..73b4e932 --- /dev/null +++ b/quanta/data/dtep/html5/span.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/strong.tag b/quanta/data/dtep/html5/strong.tag new file mode 100644 index 00000000..33ecd419 --- /dev/null +++ b/quanta/data/dtep/html5/strong.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/style.tag b/quanta/data/dtep/html5/style.tag new file mode 100644 index 00000000..d3c16a0e --- /dev/null +++ b/quanta/data/dtep/html5/style.tag @@ -0,0 +1,60 @@ + + + + + + id + + + + + type + + + + text/css + + + + + media + + + + screen + tty + tv + projection + handheld + print + braille + aural + all + + + + + title + + + + + + xml:space + + + + preserve + + + + + defer + + + + + + + + diff --git a/quanta/data/dtep/html5/sub.tag b/quanta/data/dtep/html5/sub.tag new file mode 100644 index 00000000..33e41e0c --- /dev/null +++ b/quanta/data/dtep/html5/sub.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/sup.tag b/quanta/data/dtep/html5/sup.tag new file mode 100644 index 00000000..441688dd --- /dev/null +++ b/quanta/data/dtep/html5/sup.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/svg.tag b/quanta/data/dtep/html5/svg.tag new file mode 100644 index 00000000..b08e5913 --- /dev/null +++ b/quanta/data/dtep/html5/svg.tag @@ -0,0 +1,44 @@ + + + + + + + shape + + + + rect + circle + poly + default + + + + + coords + + + + + + href + + + + + + accesskey + + + + + + alt + + + + + + + diff --git a/quanta/data/dtep/html5/table.tag b/quanta/data/dtep/html5/table.tag new file mode 100644 index 00000000..97d9b2be --- /dev/null +++ b/quanta/data/dtep/html5/table.tag @@ -0,0 +1,79 @@ + + + + + + + width + + Use % for percent or it will set pixels + + + + + cellspacing + + + + + + border + + Set in pixels + + + + + cellpadding + + + + + + frame + + + above + below + border + box + hsides + lhs + rhs + void + vsides + + + + + + rules + + + none + groups + rows + cols + all + + + + + + summary + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/tbody.tag b/quanta/data/dtep/html5/tbody.tag new file mode 100644 index 00000000..a59a4a5b --- /dev/null +++ b/quanta/data/dtep/html5/tbody.tag @@ -0,0 +1,39 @@ + + + + + + + align + + + left + center + right + justify + char + + + + + + valign + + + baseline + bottom + middle + top + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/td.tag b/quanta/data/dtep/html5/td.tag new file mode 100644 index 00000000..67a3efd6 --- /dev/null +++ b/quanta/data/dtep/html5/td.tag @@ -0,0 +1,157 @@ + + + + + + + width + + use % for percent or it will set pixels + + + + + colspan + + + + + + rowspan + + + + + + align + + + left + center + right + justify + char + + + + + + valign + + + baseline + bottom + middle + top + + + + + + + + + + + row + col + rowgroup + colgroup + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/textarea.tag b/quanta/data/dtep/html5/textarea.tag new file mode 100644 index 00000000..5ede1af6 --- /dev/null +++ b/quanta/data/dtep/html5/textarea.tag @@ -0,0 +1,43 @@ + + + + + + + cols + + + + + + rows + + + + + + disabled + + + + + readonly + + + + + onselect + + + + + + onchange + + + + + + + + diff --git a/quanta/data/dtep/html5/tfoot.tag b/quanta/data/dtep/html5/tfoot.tag new file mode 100644 index 00000000..7ddd2033 --- /dev/null +++ b/quanta/data/dtep/html5/tfoot.tag @@ -0,0 +1,38 @@ + + + + + + + align + + + left + center + right + justify + char + + + + + + valign + + + baseline + bottom + middle + top + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/th.tag b/quanta/data/dtep/html5/th.tag new file mode 100644 index 00000000..a0e8acac --- /dev/null +++ b/quanta/data/dtep/html5/th.tag @@ -0,0 +1,157 @@ + + + + + + + width + + use % for percent or it will set pixels + + + + + colspan + + + + + + rowspan + + + + + + align + + + left + center + right + justify + char + + + + + + valign + + + baseline + bottom + middle + top + + + + + + + + + + + row + col + rowgroup + colgroup + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/thead.tag b/quanta/data/dtep/html5/thead.tag new file mode 100644 index 00000000..b77c577a --- /dev/null +++ b/quanta/data/dtep/html5/thead.tag @@ -0,0 +1,38 @@ + + + + + + + align + + + left + center + right + justify + char + + + + + + valign + + + baseline + bottom + middle + top + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/time.tag b/quanta/data/dtep/html5/time.tag new file mode 100644 index 00000000..aa214373 --- /dev/null +++ b/quanta/data/dtep/html5/time.tag @@ -0,0 +1,92 @@ + + + + + + + datetime + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/title.tag b/quanta/data/dtep/html5/title.tag new file mode 100644 index 00000000..4c9f61b7 --- /dev/null +++ b/quanta/data/dtep/html5/title.tag @@ -0,0 +1,14 @@ + + + + + + id + + + + + + + + diff --git a/quanta/data/dtep/html5/tr.tag b/quanta/data/dtep/html5/tr.tag new file mode 100644 index 00000000..990b7415 --- /dev/null +++ b/quanta/data/dtep/html5/tr.tag @@ -0,0 +1,44 @@ + + + + + + + align + + + left + center + right + justify + char + + + + + + valign + + + baseline + bottom + middle + top + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/track.tag b/quanta/data/dtep/html5/track.tag new file mode 100644 index 00000000..6cd3561a --- /dev/null +++ b/quanta/data/dtep/html5/track.tag @@ -0,0 +1,48 @@ + + + + + + + longdesc + + + + + + src + + + + + + height + + + + + + width + + + + + + alt + + + + + + usemap + + + + + + ismap + + + + + diff --git a/quanta/data/dtep/html5/tt.tag b/quanta/data/dtep/html5/tt.tag new file mode 100644 index 00000000..78bba25d --- /dev/null +++ b/quanta/data/dtep/html5/tt.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/u.tag b/quanta/data/dtep/html5/u.tag new file mode 100644 index 00000000..56f60724 --- /dev/null +++ b/quanta/data/dtep/html5/u.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/ul.tag b/quanta/data/dtep/html5/ul.tag new file mode 100644 index 00000000..2f9fd1be --- /dev/null +++ b/quanta/data/dtep/html5/ul.tag @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/var.tag b/quanta/data/dtep/html5/var.tag new file mode 100644 index 00000000..10503a11 --- /dev/null +++ b/quanta/data/dtep/html5/var.tag @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/dtep/html5/video.tag b/quanta/data/dtep/html5/video.tag new file mode 100644 index 00000000..fc212862 --- /dev/null +++ b/quanta/data/dtep/html5/video.tag @@ -0,0 +1,48 @@ + + + + + + + longdesc + + + + + + src + + + + + + height + + + + + + width + + + + + + alt + + + + + + usemap + + + + + + ismap + + + + + diff --git a/quanta/data/dtep/html5/wbr.tag b/quanta/data/dtep/html5/wbr.tag new file mode 100644 index 00000000..529cf947 --- /dev/null +++ b/quanta/data/dtep/html5/wbr.tag @@ -0,0 +1,5 @@ + + + + + diff --git a/quanta/data/icons/22x22/CMakeLists.txt b/quanta/data/icons/22x22/CMakeLists.txt index 896d99a1..18584447 100644 --- a/quanta/data/icons/22x22/CMakeLists.txt +++ b/quanta/data/icons/22x22/CMakeLists.txt @@ -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 ) diff --git a/quanta/data/icons/22x22/Makefile.am b/quanta/data/icons/22x22/Makefile.am index 7eb10c7d..4cd1e390 100644 --- a/quanta/data/icons/22x22/Makefile.am +++ b/quanta/data/icons/22x22/Makefile.am @@ -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 diff --git a/quanta/data/icons/22x22/html5_DT.png b/quanta/data/icons/22x22/html5_DT.png new file mode 100644 index 0000000000000000000000000000000000000000..a145393032d3298b69a88197bb6c6384be6be31c GIT binary patch literal 186 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=r&PZ!4!i{7`Bytx_-cv#gR?X8`+M{kL%#@F_I#gs5bMMX&=1`#gh zCW&i)GqM+i#s+%N-+lVauFp+>eVVzXbEQ2Wua#HOJn-U%+o})6HUIo&uFw2mJV#4v c<)QOz3(pBjxMzl@1MOk(boFyt=akR{09122;{X5v literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_a.png b/quanta/data/icons/22x22/html5_a.png new file mode 100644 index 0000000000000000000000000000000000000000..e9ff6a7260a487f47fced5146d2313143cbdcadc GIT binary patch literal 211 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=sdPZ!4!i{7i3y!jdwcvvp1eE2W?Sg5eToAe8=>FEplxmZ`Z?$~sX zH;CcEql7|fr9^rAhPN^YuGuo{Zu|K2_T#wN*{?hM%3oCd_^^=m+TuM6vxQ`jUu2o% zEL_0Hx@_eSwks2Y6VDrP9uMNbXEU$9e&U~Ng?sOqD@$oMaj#nebO3{=tDnm{r-UW| Dxdcld literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_abbr.png b/quanta/data/icons/22x22/html5_abbr.png new file mode 100644 index 0000000000000000000000000000000000000000..42af2587a8786fa75d69804836ab024773b5251f GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=riPZ!4!i{7_W0=W(-@HpSz^gI6M-!q2Jx1tK`?F2NBMK}dM`LG~h z`-7g$n7ORt8@?^DQf|M`r}Q}>JwW@7}OwBtvoSLLnBA) y*C~zO=&8neS4v*gT-)LK$5ZoF-RU16ikQ!dh{>B?{QehcH-o3EpUXO@geCw5f=tK& literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_address.png b/quanta/data/icons/22x22/html5_address.png new file mode 100644 index 0000000000000000000000000000000000000000..75fc33a904757670f82cb54174a370389bd5f33e GIT binary patch literal 216 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=r~PZ!4!i{7_WtoaTo@HqRvuTS5##arZf8_$X$UBe0InS~gBe9aKq zck^UAAA6LM(PNQ1Z9S=&6+QB90byb@%XL*6Z(N?7nlSAT-_{i@n`JGxZa)xh#nrbp zq?n=7_zj!rnv&z^lqd4O-Dk7vT>M6!z7M*5yG7R;)dZWHh>FSXsyOl#=n4i;S3j3^ HP64nJ z@ErkR#;MwT(m=tfo-U3d7QI)e#PYQ$@USgE*1S_)*gsDG&e!!zH+AvXcnY%`_bg;s z>sod`YVys{rkP*TT=KiRW#Z%|wVRaQ&0$>LpTj1uYG<6k=TPWlCY8<4*XPD@#GTD< zxV+&?@Q&Q=mz5ZN;(xrT4ZR_ncTDEX_5vg4g@qj43m!&f#sB~S literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_article.png b/quanta/data/icons/22x22/html5_article.png new file mode 100644 index 0000000000000000000000000000000000000000..c2aa738f7ee6f040bbb402c9495605cb14bd485c GIT binary patch literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=s(PZ!4!i{7_Wy!jdwcwDTHRiC{0>gnWAe6CjNUT^gW8&Kb1W;?%|D1dk$?(txS{L?R&JKPhMb^#=q|tr{CTz axy<)}wSkIDgheaRSqz@8elF{r5}E*X`dLo^ literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_aside.png b/quanta/data/icons/22x22/html5_aside.png new file mode 100644 index 0000000000000000000000000000000000000000..da321bee06d79ae5478858c449ba16bd05bc3e16 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=s5PZ!4!i{7_WHgYj2aInt5`2YVVUBy=dtace6re(dbkYVvSVK?=O zuBbLck5giU+PrshR_Xd;<=4O1EmX|>e`>MD>T{27pGq$jmyXT(6MyITjRk9crMMr* W2q?Em*|7p`VDNPHb6Mw<&;$T?h&dVn literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_audio.png b/quanta/data/icons/22x22/html5_audio.png new file mode 100644 index 0000000000000000000000000000000000000000..e2fd30dcc6c7de74233f51e0e611f751c74e90f7 GIT binary patch literal 209 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=stPZ!4!i{7hK0=W(-@Hj7i^Dlgzy;5>mbaJYMz@MsXOLPln2kqum z>6pQw(0)L~cCq;MuRlL}9S!RD?h)0qc)gMHK4(5x`hoWa?FHMCHW&XY<8F#hsFF$# z%jx~GapFJLHLZ{DDTh_uaSA%FVdQ&MBb@0B8+J Ai~s-t literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_b.png b/quanta/data/icons/22x22/html5_b.png new file mode 100644 index 0000000000000000000000000000000000000000..29c3c4ccbe39a3c0e2ab736c18605d2128e3a674 GIT binary patch literal 205 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=s{PZ!4!i{7_W4)PsP;BhLw`Tzf>-QfqrZA~T3w+d{TdTrIh?!Sy# zI`f1t>CZXD{rXtad9$fLM>+rh(p=Km^EmIEy6h_pp~qE5PAym0=6rs2)=)5P?sjEQ xS@(%=L*6J&teLWu?PQd?-cOSwmm>rD<&`}76ee6aI~iy-gQu&X%Q~loCIFKANW=gD literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_base.png b/quanta/data/icons/22x22/html5_base.png new file mode 100644 index 0000000000000000000000000000000000000000..abc2013b92d84e8e66833d6d84ddc4bd44a7900d GIT binary patch literal 232 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=s3PZ!4!i{7J?qWKyWcv!?A?~V13vu}{NEhMrsL0y--77N{G0M ztGK6HZJGJ$7w!91|F1fbQQ_&E9b5cdL~Z*S&N7=|*TlJ6bIPPS9T^(64(&?PI^R8I z;rTB*tMvT-9=bR|Y)9$!H;3ik3vXa}W?Fss(x*HI+v9O}@7jk>lvyzQzRdSWU+Z)D YGVfWGY4n}90=kO9)78&qol`;+0Jou00ssI2 literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_bdi.png b/quanta/data/icons/22x22/html5_bdi.png new file mode 100644 index 0000000000000000000000000000000000000000..78cdbcadccdc09c7c903d2c6411f69788784b4b6 GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=slPZ!4!i{7hK0{I#gc$`;%{1<*q-ZNoZ-lT@e{Rusv8W<<|x?k2y z^65Nho!)5^t0Jbl^{4Dlqet<*Z=d!g&F`7oXcB%*Z|bSU(1U6fPu6?giaK7w(e-kB zP%?u_;gf|t#d{V9JS%#5LeiMI-2CS}lhs{Sk2n7}Y-m05vxGV2wtzOTQP~8bLl`_= L{an^LB{Ts5GZ#-A literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_bdo.png b/quanta/data/icons/22x22/html5_bdo.png new file mode 100644 index 0000000000000000000000000000000000000000..ab8a5b10098d3e6b16ad24a20e29bfab25b0278d GIT binary patch literal 231 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=sZPZ!4!i{7hKy!jdwcwCkr`yIbik7cpZ-z9Fmn~fIqyK6IScJ({| z>P+Rr`?{fvHMAv9&$@Si|BU0uta406K9fALVyFFl>;2aOxqb(@tn4tQUj9lE!lanFrCKQ}QN XcS#yB>7{f69mU}3>gTe~DWM4ff!I!{ literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_big.png b/quanta/data/icons/22x22/html5_big.png new file mode 100644 index 0000000000000000000000000000000000000000..79ad4075c6eee341d05fd4e585ae3c9b9b8c17dd GIT binary patch literal 230 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=ruPZ!4!i{8Cc9`ZFPaI|dv`ft5Y{T$~ES zXS_ciymhO-Q9Nt0`sLLJKbfc(yp&AZb3kxMTb|R>4X-*o%4nA!Z6i_rFb@*|1|3hX==;Yx&z}n^mb6R!`*RXxV-@@8!Gfk2aOJ<3BQJ XC`;(duh@7B=q3hFS3j3^P64nJ z@ErkR#;MwT(m=rqPZ!4!i{7hKy!jdoI9%8t|6Ly=?v}jZ0^cRq^iZKsKYY2~s8z=E zuIa)tG~QcqcPt9$xCPKdrN)!BTz?!k$? zs43fL_PH{a%wc0LpDuJn^MlD0*5G;Dj%)v#KK*8{eQaTYkQvt@sbxSnFnGH9xvX4nJ z@ErkR#;MwT(m=szPZ!4!i{9jf1%e4JhEh^e{}y|jnV1+X>K5dlapJ1QABKAdYU~Fd zrM_tWm=SP*QAOjQae%7C1fSFt$IVSe45dnE56xih^bIxNyns7^yN8Wc=7OTeirKCi a>MARY;GiLy;VeoYIb6Mw<&;$T;?=;B( literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_br.png b/quanta/data/icons/22x22/html5_br.png new file mode 100644 index 0000000000000000000000000000000000000000..cd047a2218fe6a9e58eb315b408e1e44b570f9e1 GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+8kPZ!4!i{9h}3Dyv{{|hDfW@MyZUU6_S8$VO?|HlH$Pb75l9!)a{ z4nJ z@ErkR#;MwT(m+8+PZ!4!i{9jf1%e4KkN+>4nJ z@ErkR#;MwT(m=sTPZ!4!i{7`B9l013I9RU!|G!gDP?hV}v$K}2JDnqhOns*`UgOdz zHIDkDWV-p0?1CackKnCg{re9bkGkKY*)~&nFXJZJU7{T}Q(D=VtbBf4e7D4F!_#W{ ZOdN3nTpb$0TY;7^c)I$ztaD0e0szk6I6wdZ literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_cite.png b/quanta/data/icons/22x22/html5_cite.png new file mode 100644 index 0000000000000000000000000000000000000000..ae7cabace343502ddf43b8651e4c71d34f6ae34e GIT binary patch literal 209 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=stPZ!4!i{7gt(R>FKIJB)R^Uv+`nPTADtM}#jg(X`bFrQ#!WSA7i zF)1nAU*gi0CE?!c$Grp^EKsfP64fF@O1TaS?83{1OPM} BNR$8o literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_code.png b/quanta/data/icons/22x22/html5_code.png new file mode 100644 index 0000000000000000000000000000000000000000..880e08fd7791cd02aea18a4dd03a68cfa45e4ad7 GIT binary patch literal 147 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+8|PZ!4!i{9h}3D(0>f7+8`YSuJ#hOJvT^I(s~5zeZq6D&=N4Gj|t nT<>K_96osAw8G*94rYdKV?NfNzli}r0~kDA{an^LB{Ts5ou4SN literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_col.png b/quanta/data/icons/22x22/html5_col.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d926d88535a8e53b6902f1bf2cd0b8ea6cf180 GIT binary patch literal 151 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+8=PZ!4!i{9h}3D$rE9moFr>wb>t*u-B-DDID4q#1tWvvEkU)a!as|EhA?=#`njxgN@xNAFW)Lq literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_colgroup.png b/quanta/data/icons/22x22/html5_colgroup.png new file mode 100644 index 0000000000000000000000000000000000000000..ea7d23d098aa9d42ac12a39c46d4c90ab76af21b GIT binary patch literal 153 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+9LPZ!4!i{9h}3D$rE9moFr>wb>t*u-Ef@d* literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_com.png b/quanta/data/icons/22x22/html5_com.png new file mode 100644 index 0000000000000000000000000000000000000000..244fd8f263753c00182eda422854aaf0bceb3c2a GIT binary patch literal 196 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=s9PZ!4!i{86a4stOla5%62|Nr?e7xlYoB8g7oGaoO^)ZFhn-~a6T zjPQaELzN_{)*W4zCnFZNM!EHzP}rI(v#>N9a+w7m$})_=^{4BZH@_pUXO@geCy(;X$7O literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_data.png b/quanta/data/icons/22x22/html5_data.png new file mode 100644 index 0000000000000000000000000000000000000000..eae99c74e9a6e2d8f47b53c78964c6454a9ba972 GIT binary patch literal 202 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=r+PZ!4!i{7_W9Qh6?aIkFr_&@%dcP_^xvrQGnLjK1%H>^7G)P(ho z>9L5PGS1zl6-c4dEI~N&w%zac)I$ztaD0e0swXxL>vGB literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_dd.png b/quanta/data/icons/22x22/html5_dd.png new file mode 100644 index 0000000000000000000000000000000000000000..958ada02c0798e4407dedf9109cd6ee3e67d2fa1 GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+8QPZ!4!i{9h}iL3^}&cE|HOkJ4OicEMl4!k@2-=euyLReB#qAe-l t0#A>cxrKyp-WK-7CwckYCQHjOFmUYW6gE7=`xj^qgQu&X%Q~loCIIbuCO`lH literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_del.png b/quanta/data/icons/22x22/html5_del.png new file mode 100644 index 0000000000000000000000000000000000000000..228bbdaa3e479524caa5e850fe2412548a6a48b6 GIT binary patch literal 209 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=stPZ!4!i{7`B1Gx?;@Hpq*JXl=({po~TTW9(lJ5aN-_k2*2X7qec z2iAb}zq^*LwQu6D7C3wL8pDaX;k^^v((1nY1gbNrtm02#`{lyx^nB`5J@2Eczl%53 zmffFiXgcl9LOan*YhRuV+R$o!VBxp0rfttkm@1sTx{Y#YvI4DV@O1TaS?83{1OSo! BOB(4nJ z@ErkR#;MwT(m+95PZ!4!i{9h}3D$rE9moFrH^wzhIwH|`J)nl`gQVYu0H>}El73Sb v9?@_yo0H+($-2blg@y#{;sg;MJ_d#lci31fep$`}8pPn~>gTe~DWM4f?Mo{V literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_dir.png b/quanta/data/icons/22x22/html5_dir.png new file mode 100644 index 0000000000000000000000000000000000000000..1c21f7e9a2dec2257beea9f6862b574abe14090e GIT binary patch literal 148 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+8oPZ!4!i{9h}iL3^}&cE|Lwz{lLR=Vzbn7^mZ@a@42iOX_e#s%(V kw?keY%>NhKEt=WQSlz=T$o=rr6`%zopr0Qs#eC;$Ke literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_div.png b/quanta/data/icons/22x22/html5_div.png new file mode 100644 index 0000000000000000000000000000000000000000..03d700e302d1f4916af2a1819d6b93e72ebfebf7 GIT binary patch literal 170 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+8UPZ!4!i{9h}3D$rE9O-}4fB35kOG-*eNX%G~Bq4U7>9pG<###M_ zyltAwya^UeI;Sv-4Qt_n1l!PC{xWt~$( F69B+pEyDl+ literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_dl.png b/quanta/data/icons/22x22/html5_dl.png new file mode 100644 index 0000000000000000000000000000000000000000..51e9cc6a39915090129317805f3b0ebba281f90a GIT binary patch literal 149 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+9TPZ!4!i{9h}iL3^}&cE|HOkJ4OicEMl4m|aZIq0-yrnA0A2AkVt pX_+21^IOdqpRlnnKFQ0+aOWJG@bB3INkAhQJYD@<);T3K0RUQWCfEP~ literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_dt.png b/quanta/data/icons/22x22/html5_dt.png new file mode 100644 index 0000000000000000000000000000000000000000..87da2ffe7f6c857bb33dc7c1e7fe3530d2335d29 GIT binary patch literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+95PZ!4!i{9h}iL3^}bHC1ikZ4nJ z@ErkR#;MwT(m=rkPZ!4!i{7_W9Jv@2I9RT~_#eM+^2CWL3tTVES#;QJq0R@XD}Jm; zH77DC>}>HpajW|_kG);S9czz_Lj4^{XL{Ub?Nm7PgZ(&r^tPtu`M21fb#1&RxlGS8 h4nJ z@ErkR#;MwT(m=t9o-U3d7QI)ec=I(V@UX`BihoXdaPmvqjtMRP+#;>4o0*)Joqf!_ zhRrqE{L)U|Nrq+H9@&}sP4S65{%t|c$`0m(j`#H4E-LE>o{3Oazh68(LR(*)chAzb z)9(c~dKWHu_+f>Xn4xK*)up@1mnY2IBVE^DoXG8{)or?|P2|VtCE7s=NBuLT6uGQ5 fxOQiWT&`d!%9GNWcffiU&~Xf&u6{1-oD!M<8<$bN literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_figure.png b/quanta/data/icons/22x22/html5_figure.png new file mode 100644 index 0000000000000000000000000000000000000000..3d38ea0e83f989a93c39c66efd5034315d5216e4 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=riPZ!4!i{7_WE^-}E;BZ}^EPrqQ?&-IZ(yWS@6PHgvV0BTHWs~Fc zzJrc#Obxm&W(n8hYRF4E?z1TmC%nIjbvE yFDwXZ-5hm1+xbP)Ypz}Ti#cYUmUo%h%KWB8&Tjefi$I4kFnGH9xvX4nJ z@ErkR#;MwT(m=r&PZ!4!i{7`B9k~uD2ry56^nbsMzLJ>K(i2>ZiYN1S^9k+{dBN5c z;=IYQ;lA~}nbBW4qUYRc$l{NinQSlmTK4tYP(AnHn}0(}vX(sixu?`RvruAxwu#fz c>1``dyuZq=ZeLgP5NHpBr>mdKI;Vst0KE-7^8f$< literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_footer.png b/quanta/data/icons/22x22/html5_footer.png new file mode 100644 index 0000000000000000000000000000000000000000..73e6aefe4abca8298270ebd634adb75183c6cfca GIT binary patch literal 183 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=sTPZ!4!i{9jf1%e4Jm;Ps_=!NqBJAVKOTwIw08P4*gIVJ^L&)F#D z)ukHobrC!3)tKHq1Ld&L5QB;4nJ z@ErkR#;MwT(m+9fPZ!4!i{9jf1%e4Jm;M)a7*EhX@6x&Y17ns%&%3Bql0Bk4QOz6K zm`!<(ab~0$aPt+;iF0Az@#&xd57(}C!-bm~6eOw~4YNK7n9WFIV2I}6&}`jdybfqI NgQu&X%Q~loCIAxmFem^3 literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_h2.png b/quanta/data/icons/22x22/html5_h2.png new file mode 100644 index 0000000000000000000000000000000000000000..f54219a40083ba92a6fccea27dd50306ee28dc4e GIT binary patch literal 175 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=sLPZ!4!i{9h}iL3^}&cE|n3R4W%q!|T1)4S7<#AdBJOcevejCKy~oXUiL Ppy3Rju6{1-oD!M<*3UFD literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_h3.png b/quanta/data/icons/22x22/html5_h3.png new file mode 100644 index 0000000000000000000000000000000000000000..08ee9d14c915b8f3d07d1f364624b47eb4cc8562 GIT binary patch literal 171 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+99PZ!4!i{9h}3D$rE9moFnJM+!9*d);=r*`U2tMrC|1>)2DB_t#= zUOWnHe#j92B+=W?4nJ z@ErkR#;MwT(m+8+PZ!4!i{9h}3DzxaJrPI#B~Nr0|J~or%kFcfK-SD4%it|4nJ z@ErkR#;MwT(m+9PPZ!4!i{9h}307w@gGU1Y`_=lp`!CC=ox0O1y&+(Q{Ph0J=Z_e< zxxRQDQuW_|LOI1infV*XAyvOE2UD6Ir}uHXYQ2rI;c7ErVED0&O)+%evS^^O44$rj JF6*2UngD=%F$Dks literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_h6.png b/quanta/data/icons/22x22/html5_h6.png new file mode 100644 index 0000000000000000000000000000000000000000..bcc80a1e4e7ce3e931fe8645979977cec3938f12 GIT binary patch literal 162 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+8MPZ!4!i{9h}3D(68A|K@W|Jw^44nJ z@ErkR#;MwT(m=rsPZ!4!i{7`B9l06|cv#FI?U#*@w?@ zPPpZL;MV5VJbQclC+?qBa-qQZ>aif>$CFM@DQ=RjUKO!4nJ z@ErkR#;MwT(m=szPZ!4!i{9jf1%e4Jm;SHJ)#IMysk?ZgU+SVsg%S;EY|2edg8f=t z3{@PHg&swGUBu3MHHdxJ!4U2Vf#Q!%Dy|$YF!&Mcv-y+6u?5QxMx5qa#VDp?wzaw0 bjDg|VWqxJ3f~WU^)-ZUw`njxgN@xNA4eL1m literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_hr.png b/quanta/data/icons/22x22/html5_hr.png new file mode 100644 index 0000000000000000000000000000000000000000..a73694e72ace3854c5ee60fe8bae581cae64433a GIT binary patch literal 132 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+8qPZ!4!i{9h}3D(64A{XQhls5hkzU-r>CE3Q9k@i6YD9pgmz+jcY V$QG0RBO9oL!PC{xWt~$(69B6#9svLV literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_html.png b/quanta/data/icons/22x22/html5_html.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c11c8c4e7086005156cdbfb970768badb7020c GIT binary patch literal 205 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=s{PZ!4!i{7_WE^;*}@VLG|^#9$rr@s<{&dMd_xm~D~>Y83D!Q3<< zY{Hpela{>Lyjw4t8OB*X6YOH(Q7T;?3A*qS$ey@x>V}riblHzT*LC$3GboFyt=akR{09J`hKL7v# literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_i.png b/quanta/data/icons/22x22/html5_i.png new file mode 100644 index 0000000000000000000000000000000000000000..860abe106af2a5704eaa604763d4487b0136b993 GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=s*PZ!4!i{9h}3D$rE9&PjfA9<0kbU0xV!&x4=s)idUe)l`i`8UyB z>&N+q+g~*j0#wWw#d!4{G;j!M;jajoAi}dmf`{2fJj#Td%Slhc^7z363r4nJ z@ErkR#;MwT(m=r;PZ!4!i{7hOy!jdwcvvp1{FpS4$7bd|9&?o@-K9?EXSnPueLO@X zbVJrmUcS>ZQOA1sWVUYM(CNXw!W^6`cF6@cPsIPb<>VaIEH^t`{~_#(@w|gSWsdjU zJIXdaG3ee(1yM0!lO1t4kLi|Nn7sX={0Z?lt`4_1u!aOUSaGq3w8>sDywSj<{jdM} aY39c{QX9U_Gt&jSi^0>?&t;ucLK6T`Cr<(Z literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_ins.png b/quanta/data/icons/22x22/html5_ins.png new file mode 100644 index 0000000000000000000000000000000000000000..849661ae574d261d9b1384c41b306aad17df1122 GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=s%PZ!4!i{7`B4{{wa;BbC?qy72$yGvOouFZ&U*}bN}&_ThcDE90ebmO`caWI2r5C5LrL}Fwj~CPgg&ebxsLQ08`UP+W-In literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_kbd.png b/quanta/data/icons/22x22/html5_kbd.png new file mode 100644 index 0000000000000000000000000000000000000000..06c8c9f06aac1ab75bb0fbf48cfe6b7602253e1f GIT binary patch literal 238 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=rpo-U3d7QI)m9OP|K;9(6=;5(L4za_6t+*H>!lT+faI@7b8Q!WVn zn|9(_>ayKetzAskJe{+?^btG5k%i(aO1tma^Rae{Eg|Yu?`# z()wpE9xtm*Fn-l~_Ju~yDRsT`U;peCo&7O&`to^O1YbQm8_9UU*6Fq4k}9?X*2GN^Go~BIRo9s;OXk;vd$@?2>@zTT&e&7 literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_li.png b/quanta/data/icons/22x22/html5_li.png new file mode 100644 index 0000000000000000000000000000000000000000..ec8bcf4517b38c468d9557e7192c98ae7cee2fb8 GIT binary patch literal 146 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+8IPZ!4!i{9h}iL3^}&cE`mZ|vvzuj=gK0Ro>XJF+SoFB&YfmEcXj c)eK`WGxYxE7bvPz2HD8q>FVdQ&MBb@01`_j=Kufz literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_link.png b/quanta/data/icons/22x22/html5_link.png new file mode 100644 index 0000000000000000000000000000000000000000..88d956c3d92d7faf038ef54ce21086d49b153e70 GIT binary patch literal 244 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=s!o-U3d7QII&1@bj0@Hn$SymxK#V|Kq(J_(ME@k@?c#kp4nJ z@ErkR#;MwT(m=sbPZ!4!i{7_WtoaxeIGnpb{tG{LRNxN}U+$v=(Fqsa4>KqnN-Lc> zU8{^C!{uR<&z)fZyTxMBul`o{#Qu8}!>apLZ`*6_rX51;Q!Rej7v6pBP-d3O^It_k V+2P!eJ3tEvp literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_map.png b/quanta/data/icons/22x22/html5_map.png new file mode 100644 index 0000000000000000000000000000000000000000..e7adaa5a22bdef56155f81cf0b39e832ee351de7 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=t*_`L5zf~Y2F>v<%$&3E|YY<*w z9?)YMT=nO*27gI)p?r*zD8`BZ9iMwZ}!46uaMl0hr%_z=X_C}U+eVt ikhvfKuiyQ@lbOw~tL7Dm2h{?d$KdJe=d#Wzp$P!9uvhE= literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_mark.png b/quanta/data/icons/22x22/html5_mark.png new file mode 100644 index 0000000000000000000000000000000000000000..2e869a6c3121b804e7f3cffb84baefd1ecf60ccb GIT binary patch literal 186 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=r&PZ!4!i{7`Bt+^N!c$^nk{MSD2$fb3wYyQFqvvU;I$FkVvaeh)b zsC_74&d0VK7pWW;h6!(VB6co_yEA=ljc3gC*V$=5H{H<64hr6*9ePwfD75C3@y7l0 czZd$jHR{L+TIx#90NTUg>FVdQ&MBb@0Lk(?`Tzg` literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_meta.png b/quanta/data/icons/22x22/html5_meta.png new file mode 100644 index 0000000000000000000000000000000000000000..6a169691561d8e9bb00d1bd7148e09e1185a4ffa GIT binary patch literal 231 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=sZPZ!4!i{7J?9`YR!;AzSJcyG6DheS=5=qa_@Z?82uFnNk+oWjB(nFP8}4nJ z@ErkR#;MwT(m=sbPZ!4!i{9jf1%e4Jm;Ps_=!NqBJAVKOTwIw08P4*gIVJ_0&Jko& zmOkC#BEGB6k)7f_ye SSf>wY0fVQjpUXO@geCx$WHhY+ literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_noscript.png b/quanta/data/icons/22x22/html5_noscript.png new file mode 100644 index 0000000000000000000000000000000000000000..521803915d3bce596e9155df99c74a22034482ad GIT binary patch literal 268 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=s=o-U3d7QI)eJmhOo;ArW;*8KU|H}&pEeuc07w{P9q;O`*#WA++- zsSAhvAHR#yDGTp=cI3hHwz_7i&&(T6>bN+t{$kkt$-VK6nB;7u9tPtT=h!mduixHq ztK*5D)`D3pZT5I&etCB1WAe!$1p`<`=gTjVhpvxIN MUHx3vIVCg!02V=OwEzGB literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_object.png b/quanta/data/icons/22x22/html5_object.png new file mode 100644 index 0000000000000000000000000000000000000000..0bdcd70caa7df2cfdbd32c7ffc7e52889a99e833 GIT binary patch literal 183 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=sTPZ!4!i{9h}iL3^}bHC1inD3=#WMlvYfkzE=8d#_IsxX_#U%q(s zM4kd)!q4nJ z@ErkR#;MwT(m=s*PZ!4!i{7_W4stOla5#s5`M-b9xTit~X?^JHNWIPhz^yvxu@>sY~7A$4zd&=i=R_ZS#Elj@ZEW(^Gv4 X9}5Y-Z!^#XTEXDy>gTe~DWM4fd9gV| literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_p.png b/quanta/data/icons/22x22/html5_p.png new file mode 100644 index 0000000000000000000000000000000000000000..ae8dc38c1d03bf2fcbdf538d7e2ba74c4a3a0638 GIT binary patch literal 139 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+97PZ!4!i{9h}3D$rE9moFr>wcc0Vbbw0!9?Q$8qVNnc;Uq+oWy@9 QAE=SR)78&qol`;+04Dn*^Z)<= literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_picture.png b/quanta/data/icons/22x22/html5_picture.png new file mode 100644 index 0000000000000000000000000000000000000000..89524cb123592b4ba05278ceb8458a1e0fc17585 GIT binary patch literal 244 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=s!o-U3d7QI)eIPx_p@UUz@*8kJ!W9qNXRSHsz?nd!WGEmp^IUU4M z<$P|cleQ!)Lz|XS^Tg1avrmukTHC!kZs>pFNCVrQL&1v!mvrV|I$*j((s(D!q^dnO z>x=t;GoO6C%%io2`BGNNOk=U+dY>Aj*|{^5>_q1kSgwk?Y8+ED_3jcon=Xs>i+-4K lvGV@!^7{WNU-tWPzTbH&U)(snIDsx?@O1TaS?83{1OOTYR)_!q literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_pre.png b/quanta/data/icons/22x22/html5_pre.png new file mode 100644 index 0000000000000000000000000000000000000000..b5b8fd74eaddcccbd8a5b45c73b494da4a05693b GIT binary patch literal 194 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=r!PZ!4!i{9h}iL3^}bHC1inD3=#WMlvYfkzE=8d#_IsxX_#Up{m6 zh{PZHuELKe&1UE{NFL*8c&8Opv!>8UL9cBm%iYw9ST5$pi9GCwwR;j7?xwm-RV^to ioO&vC*3OC-j0~sui|8;P_h|##$KdJe=d#Wzp$PyDB0H!6 literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_q.png b/quanta/data/icons/22x22/html5_q.png new file mode 100644 index 0000000000000000000000000000000000000000..a78c998efe20a0a713fb33f441d44a7aee5e7477 GIT binary patch literal 194 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=r!PZ!4!i{7^r4EYWia4=t9#sB^M%Snn$70uReD)eSKr0$e`G_UX9 ztk*xQ+NMa(-dx3cwr=9-nLRa@(s$o8G8CJhy~wB^`cz%GUn%wS7K_tM`P|ey7f7e? l`_Ij=ENB1QW2$=h?%WGe;o8Q1Y6{Rk22WQ%mvv4FO#rUALKpx5 literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_rp.png b/quanta/data/icons/22x22/html5_rp.png new file mode 100644 index 0000000000000000000000000000000000000000..83195c197f9fab1b58f9af32fd077e8a9730edd9 GIT binary patch literal 205 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=s{PZ!4!i{9jf1=1M_Km2QLpGbHG=&w3buhPSvu*%V>nYG`|jVZ6? zWb#&-`3DVncjzc6-pCL-Hbug(v)P07#6$NJVS6UFuIuZJ5x*$(!1uXHv0;_e(Wgw4 v9w()=8HOD`>3O{6O0dka7O(w*42%rZdXgTe~DWM4fGebgd literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_rt.png b/quanta/data/icons/22x22/html5_rt.png new file mode 100644 index 0000000000000000000000000000000000000000..002dbbf2f955b937d68fd4227566638358253425 GIT binary patch literal 179 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=sbPZ!4!i{9h}3DzxaJrSOoZ*{OU{CFVR UV<5bj8E656r>mdKI;Vst0Ql=TC;$Ke literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_ruby.png b/quanta/data/icons/22x22/html5_ruby.png new file mode 100644 index 0000000000000000000000000000000000000000..5eb2e561cc59b54a0f6aab3ab372741afc007f8d GIT binary patch literal 159 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+8+PZ!4!i{9h}3D(67vIa^U{|m32rcvtiWLL+u2lmWz*Ds$r+LKWe zqo-i0=awdsY&vI7iI0cv(Zrs-iy9KFEDQ{P&Tw=2F{{c04P)?h^>bP0l+XkKOHnFp literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_samp.png b/quanta/data/icons/22x22/html5_samp.png new file mode 100644 index 0000000000000000000000000000000000000000..05ca7536704bda6570fae96d0270bd9ff8bb55e7 GIT binary patch literal 173 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+9fPZ!4!i{9h}3DzxaJrPI#2~SYJov=!x&tKTJP56?-wueVF)J_*9 ziB8I~(7dO7vLHygHRCY*ouek4$+MPl&03N?>xs>*DWV~ocik9e7#KEm@Cz&`Tz>~> OG=rzBpUXO@geCxDCo?_( literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_script.png b/quanta/data/icons/22x22/html5_script.png new file mode 100644 index 0000000000000000000000000000000000000000..766c2ff752157ac9ac6c42bb08495a542e96c1ab GIT binary patch literal 202 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=r+PZ!4!i{9h}3D$rE9fz_Le)NZzGKbjemGW|Yp5al(rFiObLf%Y4nJ z@ErkR#;MwT(m=s-PZ!4!i{7_W4)PsP;Bb~dZFk2$eR{5Ad!VsLS%m&qg{4Xio)adU zdYXqsFm7`=$d!3$x25~_o1(FvkB)6y%29lmtGk+e!GbA2kH{D7;jpg!^x)!UZ_#2$ zM$h7$%@sL!zuM)mx_d}wd8w=ahp$im{{G?i>lV*(MsFEau2+l2Zvvgb;OXk;vd$@? F2>?KGOC$gQ literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_small.png b/quanta/data/icons/22x22/html5_small.png new file mode 100644 index 0000000000000000000000000000000000000000..c941d93dfe8aaece8e0439df83309cef6ea4dddd GIT binary patch literal 174 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=rgPZ!4!i{7^r47nH#IGB@P{@4nJ z@ErkR#;MwT(m=s_PZ!4!i{7_W&hj-V@H9t1{=NUx9)_krIm#YMNju*-*zICsu46R} zWr}oBVUY1o;GMfy_-<86O!H&2`C7)(i#3)Wz4Z3X!-$xV8GWW2n^(O!$8c_;*!3lX zKKC4E&0l2rST8_8Kj6@(#`X`(wrDJSe*7E1k-2``1J}o&w`%NL&TafgQvW`iz*C@8 O7(8A5T-G@yGywoQO-}Rx literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_span.png b/quanta/data/icons/22x22/html5_span.png new file mode 100644 index 0000000000000000000000000000000000000000..06223aaf57f7fbf656e0dc7eb22dcc45cdd15dbf GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+8gPZ!4!i{9h}iL3^}&cE|#r5OdDG~jVCZf=)5AYb{!Mg4KclZ)I6 rO7HC@1CMq@mzaFY;CJgjtH{G3XvQY`!i*~cXbOX;tDnm{r-UW|D2ga! literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_strong.png b/quanta/data/icons/22x22/html5_strong.png new file mode 100644 index 0000000000000000000000000000000000000000..8145590ee5fddc3d361778bbe4b864cce4c0b645 GIT binary patch literal 138 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+8SPZ!4!i{9h}iL8c+9;N?1uO4^V72UzSn5|#RChLQPgw2-&886+c do7?3W80?yv4nJ z@ErkR#;MwT(m=rlo-U3d7QIhH9Qh6_@N8cFxBA}cz0A$5UKg)5R?X0NWbt|9!q9zS z&x9vtnw@X&Ex&OtZV!*=s*Rf;x`*BS6vglR@QUq6oo^M(MD^Eg7oA&Z&Fsh^7PT=) zYuTr(cNlthB{8iD5nz!yH=*sUz{3gZJ6(<1_Afs1(@iY$oL+XEV%a6DjHGpK$GMth xkB61yUETQm+tjcpD<#hCxc$mD;Pd_proSCl)Bjn0Vh6gF!PC{xWt~$(698)8V)Fn1 literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_sub.png b/quanta/data/icons/22x22/html5_sub.png new file mode 100644 index 0000000000000000000000000000000000000000..ae053aeb85ab07cde89da85adc6e050ade277f5e GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=slPZ!4!i{7`BFY+}gaJVl0`tbYtmrHd8T>`INyH=@VDHQAVbEo2K zMTU2x3;IJ zvtCYDp0TRDwKUW#U)t;KYWVrF+NAx7>A83NHU~WB?oCqpZ6-c4nJ z@ErkR#;MwT(m=stPZ!4!i{7`B9r+F@aIoZFZhwFN?a}7I8%h(7H5XrF4A*#iVFy!r z_M+~t%d0N*xf(KTm1ej!*J{^1(Ul6pGmkh6ii!4qEc3DtJQ^5r{Ms7VWzVhD4ym1+ zG@I{h>zbs?&nwlQ{9pOvqmM_*Qcdqbm+gi5abYT|3Ug+;g#oQ+@O1TaS?83{1OR2L BN;d!i literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_svg.png b/quanta/data/icons/22x22/html5_svg.png new file mode 100644 index 0000000000000000000000000000000000000000..1e6050c25bea4a4e4f6dadeb419b5b2550531b5d GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=s7PZ!4!i{7hK4)Qe^a5#5={9j*ruV<3cF4pvG!ppZ`N@Li4^4-dX zqJq2(eL@l!CHGqBZ2#zVJjU*SiS|)LZBtz5qbSE&;<;hu6{1-oD!M< DKSM~s literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_table.png b/quanta/data/icons/22x22/html5_table.png new file mode 100644 index 0000000000000000000000000000000000000000..e8dd8e0342fde28711afabe3d76bef1ec7bee974 GIT binary patch literal 147 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+8|PZ!4!i{9h}3D$rE9moFrr+)q*cW`^7Y&x}J-9g0 nr@Gnw@QiP4mvwvC?HL%3-xg*2-7NeJXaIw!tDnm{r-UW|+NvtY literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_tbody.png b/quanta/data/icons/22x22/html5_tbody.png new file mode 100644 index 0000000000000000000000000000000000000000..c84522c894cceff8e61d6354d5bb9d8c5ed426b9 GIT binary patch literal 156 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+8wPZ!4!i{9h}3D$rE9moFrr+)q*cW|XS*?cLZ6doa w_Na6yHeNK4<4yK4hzh%KFJV{f#|P{THc7%__dnfl0Gh<$>FVdQ&MBb@04rN9Y5)KL literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_td.png b/quanta/data/icons/22x22/html5_td.png new file mode 100644 index 0000000000000000000000000000000000000000..38d3ea974a7b17c8c7585b142c7b802fdf1ac336 GIT binary patch literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+95PZ!4!i{9h}3D$rE9moFrr+)q*cW|XS*?cLfzuX7 wANRNsxH!>fR-fU)42jG45_YwIe8A3N_*{hV)Z$ImK!X@OUHx3vIVCg!062dxga7~l literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_tfoot.png b/quanta/data/icons/22x22/html5_tfoot.png new file mode 100644 index 0000000000000000000000000000000000000000..dc633655b260bda502b4fef21cc2e5ad8647e138 GIT binary patch literal 157 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+9bPZ!4!i{9h}3D$rE9moFrr+)q*cW`^7Y&x}J-9g0 xr@A>)?3j*3&peNFtAS%;bYh!R0=eT!PC{xWt~$(698RUD|G+> literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_th.png b/quanta/data/icons/22x22/html5_th.png new file mode 100644 index 0000000000000000000000000000000000000000..28f5fc823a6e4762db331ee5c10bccd1a4a7f69a GIT binary patch literal 157 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+9bPZ!4!i{9h}3D$rE9moFr>wb>t*u-4nJ z@ErkR#;MwT(m+86PZ!4!i{9h}3D$rE9moFr>wb4nJ z@ErkR#;MwT(m+9PPZ!4!i{9h}3D$@M^(Io&EdoFJxI`TD=(DkFK514W@_^;PWI(da zT>nW`PAi*o9J&s+)HrNAsKO{FbY;?%H21?2d~I4nJ z@ErkR#;MwT(m=r+PZ!4!i{7`BFLE^~@VLHT^#9$rr{5BURvz3CtM$T$x1GIwW&?*d z>&XyvmGsZx7?NK{^FQEQtWHrxB`R7F3%o66@bjJocYx?GIhF37ACizvshQxn*;4-@O1TaS?83{1ONriMPdK| literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_tr.png b/quanta/data/icons/22x22/html5_tr.png new file mode 100644 index 0000000000000000000000000000000000000000..f4eb080a334e7a017639ee7f4eda5be2480d6fa4 GIT binary patch literal 156 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+8wPZ!4!i{9h}3D$rE9moFrr+)q*cW|XS*?cLZ6doa w_Na6yHeNK4^F2Nz!K5cM-{9_{iVw^Tq02@1eg{aj0!?D@boFyt=akR{04a+smH+?% literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_track.png b/quanta/data/icons/22x22/html5_track.png new file mode 100644 index 0000000000000000000000000000000000000000..8df751719113cf82670a3921db1283de5acccf05 GIT binary patch literal 170 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+8UPZ!4!i{7`F4fz-pI9MFNJpB`6-8;29{mqSenhGuIt0nwespK8xOm8#@nCUc^sYnU=yeC?&T`(Kyw*9 MUHx3vIVCg!0B{O63jhEB literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_u.png b/quanta/data/icons/22x22/html5_u.png new file mode 100644 index 0000000000000000000000000000000000000000..5ba3034c3ec3ca99008ce1a9b5b00adec1e9b50c GIT binary patch literal 179 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=sbPZ!4!i{7_WtoaxeIGnFe-aq^GvxFr=_RXBJner1fG;8%2Fnzre z|E^E;0YiSHZGL3sCoP7Y%4G{fFI>LC($BCs@0n`ELD4V%XRj5`_c>bi&Cw~AciB1( Vp=m#JT7VWXc)I$ztaD0e0suKBIgkJV literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_ul.png b/quanta/data/icons/22x22/html5_ul.png new file mode 100644 index 0000000000000000000000000000000000000000..8c4e1f6df6c2ea2cbeea1a6cf42cfdbbac4bb7dd GIT binary patch literal 143 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+8&PZ!4!i{9h}iL3^}b6E*L_?IRo{ns>{+$j{!t8XB6YzzD1M4xIn bgMs0+Fu%ah`PcUYH8Xg+`njxgN@xNAnp`E2 literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_var.png b/quanta/data/icons/22x22/html5_var.png new file mode 100644 index 0000000000000000000000000000000000000000..467eba4c27ec7a0f8a21fb934587754e34fb09da GIT binary patch literal 170 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+8UPZ!4!i{9h}3D(68A|K?tPEJZ!y2O-pB!EGgv(4y{pz_UxlID(U z-aQ9z@TjlopJAZJ%@YxDLFLm2NrwvsNrxn6yCo^tiu5q40Bu~w&$%vl^-Z9;44$rj JF6*2UngDO~FarPp literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_video.png b/quanta/data/icons/22x22/html5_video.png new file mode 100644 index 0000000000000000000000000000000000000000..68baec39a0d50667f4e6ff1d6ec1fe3d345a70d9 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=snPZ!4!i{7hK422FT2rwB={$C%tTf|c)@|n((O;P?f6a0d!{bKia z+)#O`)%f?tyt^G=t3Gb)lr4C&*V?d6SX*FDRnFnb=Qlri8K(14vts9K&Kq0;thZOH uB#4xX_xwK0=)Uwz?)F7-_paqV&t%|w$D<}zd3`g`Vg^rFKbLh*2~7Ye?nfyA literal 0 HcmV?d00001 diff --git a/quanta/data/icons/22x22/html5_wbr.png b/quanta/data/icons/22x22/html5_wbr.png new file mode 100644 index 0000000000000000000000000000000000000000..6ea9f6b8a3ccaadbb40ca53192376253543fcca3 GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m=s#PZ!4!i{7h~4aE*9a5!JKdtaZryJQ6iBR5}K$d6~NjDDA0-&HLV z|L(sc%>IiByH;%Jzopr08C;^1poj5 literal 0 HcmV?d00001 diff --git a/quanta/data/templates/documents/CMakeLists.txt b/quanta/data/templates/documents/CMakeLists.txt index e114aeb6..e37e5927 100644 --- a/quanta/data/templates/documents/CMakeLists.txt +++ b/quanta/data/templates/documents/CMakeLists.txt @@ -10,6 +10,7 @@ ################################################# add_subdirectory( html ) +add_subdirectory( html5 ) add_subdirectory( others ) add_subdirectory( scripts ) diff --git a/quanta/data/templates/documents/Makefile.am b/quanta/data/templates/documents/Makefile.am index eb6533cd..f35b06b6 100644 --- a/quanta/data/templates/documents/Makefile.am +++ b/quanta/data/templates/documents/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = html others scripts +SUBDIRS = html html5 others scripts templatesdocumentsdir = ${quanta_datadir}/templates/documents templatesdocuments_DATA = dirinfo diff --git a/quanta/data/templates/documents/html5/CMakeLists.txt b/quanta/data/templates/documents/html5/CMakeLists.txt new file mode 100644 index 00000000..352ba774 --- /dev/null +++ b/quanta/data/templates/documents/html5/CMakeLists.txt @@ -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 ) diff --git a/quanta/data/templates/documents/html5/Makefile.am b/quanta/data/templates/documents/html5/Makefile.am new file mode 100644 index 00000000..a4b04fe0 --- /dev/null +++ b/quanta/data/templates/documents/html5/Makefile.am @@ -0,0 +1,2 @@ +templatesdocumentshtmldir = ${quanta_datadir}/templates/documents/html5 +templatesdocumentshtml_DATA = demo.html diff --git a/quanta/data/templates/documents/html5/demo.html b/quanta/data/templates/documents/html5/demo.html new file mode 100644 index 00000000..d2974677 --- /dev/null +++ b/quanta/data/templates/documents/html5/demo.html @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/quanta/data/templates/pages/CMakeLists.txt b/quanta/data/templates/pages/CMakeLists.txt index 965a9475..9aca96f7 100644 --- a/quanta/data/templates/pages/CMakeLists.txt +++ b/quanta/data/templates/pages/CMakeLists.txt @@ -11,6 +11,7 @@ add_subdirectory( php ) add_subdirectory( html ) +add_subdirectory( html5 ) add_subdirectory( docbook ) install( FILES dirinfo diff --git a/quanta/data/templates/pages/Makefile.am b/quanta/data/templates/pages/Makefile.am index 6eaaa6a8..f7b47129 100644 --- a/quanta/data/templates/pages/Makefile.am +++ b/quanta/data/templates/pages/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = php html docbook +SUBDIRS = php html html5 docbook templatespagesdir = ${quanta_datadir}/templates/pages templatespages_DATA = dirinfo diff --git a/quanta/data/templates/pages/html5/CMakeLists.txt b/quanta/data/templates/pages/html5/CMakeLists.txt new file mode 100644 index 00000000..0bddf292 --- /dev/null +++ b/quanta/data/templates/pages/html5/CMakeLists.txt @@ -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 ) diff --git a/quanta/data/templates/pages/html5/Makefile.am b/quanta/data/templates/pages/html5/Makefile.am new file mode 100644 index 00000000..21dded22 --- /dev/null +++ b/quanta/data/templates/pages/html5/Makefile.am @@ -0,0 +1,2 @@ +templatespageshtml401dir = ${quanta_datadir}/templates/pages/html5 +templatespageshtml401_DATA = base.html diff --git a/quanta/data/templates/pages/html5/base.html b/quanta/data/templates/pages/html5/base.html new file mode 100644 index 00000000..d2974677 --- /dev/null +++ b/quanta/data/templates/pages/html5/base.html @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/quanta/data/toolbars/Makefile.am b/quanta/data/toolbars/Makefile.am index bc03a375..4a279373 100644 --- a/quanta/data/toolbars/Makefile.am +++ b/quanta/data/toolbars/Makefile.am @@ -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 diff --git a/quanta/data/toolbars/html5/CMakeLists.txt b/quanta/data/toolbars/html5/CMakeLists.txt new file mode 100644 index 00000000..2ebdff25 --- /dev/null +++ b/quanta/data/toolbars/html5/CMakeLists.txt @@ -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( ) diff --git a/quanta/data/toolbars/html5/Makefile.am b/quanta/data/toolbars/html5/Makefile.am new file mode 100644 index 00000000..353c7dad --- /dev/null +++ b/quanta/data/toolbars/html5/Makefile.am @@ -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 $( + + + <h1> + </h1> + + + <h2> + </h2> + + + <h3> + </h3> + + + <h4> + </h4> + + + <h5> + </h5> + + + <h6> + </h6> + + + <p> + </p> + + + <pre> + </pre> + + + <div> + </div> + + + <blockquote> + </blockquote> + + + <details> + </details> + + + <center> + </center> + + + <hr> + + + <!-- + --> + + + <ul> + </ul> + + + <ol> + </ol> + + + <li> + </li> + + + <dir> + </dir> + + + <dl> + </dl> + + + <dt> + </dt> + + + <dd> + </dd> + + + <table> + </table> + + + <tbody> + </tbody> + + + <thead> + </thead> + + + <tfoot> + </tfoot> + + + <tr> + </tr> + + + <colgroup> + </colgroup> + + + <col> + </col> + + + <td> + </td> + + + <th> + </th> + + + <caption> + </caption> + + diff --git a/quanta/data/toolbars/html5/base.toolbar b/quanta/data/toolbars/html5/base.toolbar new file mode 100644 index 00000000..e4e786cf --- /dev/null +++ b/quanta/data/toolbars/html5/base.toolbar @@ -0,0 +1,37 @@ + + + + Base + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/toolbars/html5/meta.actions b/quanta/data/toolbars/html5/meta.actions new file mode 100644 index 00000000..0ea1ee5a --- /dev/null +++ b/quanta/data/toolbars/html5/meta.actions @@ -0,0 +1,125 @@ + + + + <img src=""> + + + <map name=""> + </map> + + + <area shape="" coords=",,," alt="" href=""> + + + <picture> + </picture> + + + <figure> + </figure> + + + <figcaption> + </figcaption> + + + <svg> + </svg> + + + <audio src=""> + </audio> + + + <video src=""> + </video> + + + <track src=""> + </track> + + + <embed src=""> + </embed> + + + <object data=""> + </object> + + + <source src=""> + </source> + + + <header> + </header> + + + <nav> + </nav> + + + <main> + </main> + + + <aside> + </aside> + + + <footer> + </footer> + + + <article> + </article> + + + <address> + </address> + + + <section> + </section> + + + <!DOCTYPE html> + + + <html> + </html> + + + <head> + </head> + + + <body> + </body> + + + <title> + </title> + + + <meta charset="utf-8"> + + + <base href=""> + + + <link rel="" type="" href=""> + + + <style> + </style> + + + <script> + </script> + + + <noscript> + </noscript> + + diff --git a/quanta/data/toolbars/html5/meta.toolbar b/quanta/data/toolbars/html5/meta.toolbar new file mode 100644 index 00000000..2c3c8446 --- /dev/null +++ b/quanta/data/toolbars/html5/meta.toolbar @@ -0,0 +1,38 @@ + + + + Meta + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/toolbars/html5/style.actions b/quanta/data/toolbars/html5/style.actions new file mode 100644 index 00000000..39b8e124 --- /dev/null +++ b/quanta/data/toolbars/html5/style.actions @@ -0,0 +1,121 @@ + + + + <a href=""> + </a> + + + <strong> + </strong> + + + <i> + </i> + + + <b> + </b> + + + <del> + </del> + + + <small> + </small> + + + <big> + </big> + + + <font> + </font> + + + <code> + </code> + + + <var> + </var> + + + <kbd> + </kbd> + + + <samp> + </samp> + + + <sup> + </sup> + + + <sub> + </sub> + + + <q> + </q> + + + <ins> + </ins> + + + <cite> + </cite> + + + <time> + </time> + + + <abbr title=""> + </abbr> + + + <data value=""> + </data> + + + <mark> + </mark> + + + <u> + </u> + + + <bdi> + </bdi> + + + <bdo dir=""> + </bdo> + + + <ruby> + </ruby> + + + <rt> + </rt> + + + <rp> + </rp> + + + <br> + + + <wbr> + + + <span> + </span> + + diff --git a/quanta/data/toolbars/html5/style.toolbar b/quanta/data/toolbars/html5/style.toolbar new file mode 100644 index 00000000..99f215cd --- /dev/null +++ b/quanta/data/toolbars/html5/style.toolbar @@ -0,0 +1,36 @@ + + + + Style + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quanta/data/toolbars/html5/tools.actions b/quanta/data/toolbars/html5/tools.actions new file mode 100644 index 00000000..bbae9334 --- /dev/null +++ b/quanta/data/toolbars/html5/tools.actions @@ -0,0 +1,6 @@ + + + + + + diff --git a/quanta/data/toolbars/html5/tools.toolbar b/quanta/data/toolbars/html5/tools.toolbar new file mode 100644 index 00000000..348dbc03 --- /dev/null +++ b/quanta/data/toolbars/html5/tools.toolbar @@ -0,0 +1,13 @@ + + + + Tools + + + + + + + + + diff --git a/quanta/scripts/CMakeLists.txt b/quanta/scripts/CMakeLists.txt index 03099cac..2d58a86b 100644 --- a/quanta/scripts/CMakeLists.txt +++ b/quanta/scripts/CMakeLists.txt @@ -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 ) diff --git a/quanta/scripts/Makefile.am b/quanta/scripts/Makefile.am index 00a74dea..5353f514 100644 --- a/quanta/scripts/Makefile.am +++ b/quanta/scripts/Makefile.am @@ -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 diff --git a/quanta/scripts/htmlquickstart5.kmdr b/quanta/scripts/htmlquickstart5.kmdr new file mode 100755 index 00000000..cc145dea --- /dev/null +++ b/quanta/scripts/htmlquickstart5.kmdr @@ -0,0 +1,997 @@ + +quickStartForm + + + quickStartForm + + + + 0 + 0 + 473 + 577 + + + + + 5 + 5 + 0 + 0 + + + + Quick Start + + + + + + + + @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 + + + + + + unnamed + + + 11 + + + 6 + + + + TextLabel1 + + + + Sans Serif + 12 + 1 + + + + Quanta Plus Kommander Quick Start + + + AlignCenter + + + + + Spacer6_2 + + + Horizontal + + + Expanding + + + + 33 + 0 + + + + + + dialogScript + + + + 5 + 5 + 0 + 0 + + + + + 0 + 0 + + + + + + + false + + + + + + + ############################# +# 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=' />' + HTML='<html xmlns="http://www.w3.org/1999/xhtml">' +else + XHTML=FALSE + TAGEND='>' + HTML='<html>' +fi + +############################## +# Finally generate the page + +@CBDTD +echo $HTML +echo '@CBCVS' +@CBHead + +echo '<body>' +echo '@CBPHPHeader' +echo '@CBPHPFooter' +echo '</body>' +echo '</html>' + +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 + + + + + unnamed + + + 11 + + + 6 + + + + TextLabel1_2 + + + DTD / Schema: + + + + + GroupBox3 + + + Body Area + + + + <body> +@CBPHPHeader +@CBPHPFooter +</body> + + + + + unnamed + + + 11 + + + 6 + + + + phpHeaderFile + + + false + + + + @widgetText + + + + + + phpFooterFile + + + false + + + + @widgetText + + + + + + CBPHPFooter + + + &PHP footer include: + + + + @null + + <? include_once("@phpFooterFile") ?> + + + + + + CBPHPHeader + + + PHP header include: + + + + @null + + <? include_once("@phpHeaderFile") ?> + + + + + + + + CBDTD + + + Show &DTD + + + true + + + + @null + @DTEPselect +echo "$DTD" + echo "$DTD" + + + + + + + HTML 5 + + + + + HTML 4.01 Transitional + + + + + HTML 4.01 Strict + + + + + HTML 4.01 Frameset + + + + + XHTML 1.0 Transitional + + + + + XHTML 1.0 Strict + + + + + XHTML 1.0 Frameset + + + + + XHTML 1.0 Basic + + + + + XHTML 1.1 + + + + DTEPselect + + + + ################################ +# This script sets the DTD var + + +# The various DTD's + +html5='<!DOCTYPE html>' + +htmltrans='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">' + +strict='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">' + +frameset='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">' + +xhtml1trans='<?xml version="1.0" encoding="@ComboMetachar"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">' + +xhtml1strict='<?xml version="1.0" encoding="@ComboMetachar"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">' + +xhtml1frameset='<?xml version="1.0" encoding="@ComboMetachar"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">' + +xhtml1basic='<?xml version="1.0" encoding="@ComboMetachar"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">' + +xhtml11='<?xml version="1.0" encoding="@ComboMetachar"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">' + +################################ +# 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 + + + + + + + CBHead + + + Head &area + + + true + + + + @null + + echo '<head>' +@LETitle +@CBBasedir +@CBMetaQuanta +@CBMetaAuthor +@CBMetaChar +@CBMetaKeywords +@CBStyle +@CBStyleArea +@CBJavascript +echo '</head>' + + + + + + CBCVS + + + CVS tag &in comment + + + + @null + + <!-- $Id$ --> + + + + + + GroupBox2 + + + + + + + + + + + + + + + unnamed + + + 11 + + + 6 + + + + CBMetaAuthor + + + &Meta author: + + + + @null + + echo "$PADDING<meta name=\"AUTHOR\" content=\"@LEMetaAuthor\"$TAGEND" + + + + + + CBMetaChar + + + Meta character set: + + + + @null + + echo "$PADDING<meta http-equiv=\"Content-Type\" content=\"text/html; charset=@ComboMetachar\"$TAGEND" + + + + + + CBStyleArea + + + St&yle area + + + + @null + + echo "$PADDING<style type=\"text/css\">" +if [ $XHTML = true ]; then + echo "$PADDING/* <![CDATA[ */" + echo "$PADDING" + echo "$PADDING/* ]]> */" +fi +echo "$PADDING</style>" + + + + + + LEBasedir + + + false + + + + @widgetText + + + + + + LEMetaAuthor + + + false + + + + @widgetText + + + + + + + iso-8859-1 + + + + + iso-8859-2 + + + + + iso-8859-3 + + + + + iso-8859-4 + + + + + iso-8859-5 + + + + + iso-8859-6 + + + + + iso-8859-7 + + + + + iso-8859-8 + + + + + iso-8859-8i + + + + + iso-8859-9 + + + + + iso-8859-10 + + + + + iso-8859-11 + + + + + iso-8859-12 + + + + + iso-8859-13 + + + + + iso-8859-14 + + + + + iso-8859-15 + + + + + utf-8 + + + + + utf-16 + + + + + koi8-r + + + + + koi8-u + + + + + windows-1250 + + + + + windows-1251 + + + + + windows-1252 + + + + + windows-1253 + + + + + windows-1254 + + + + + windows-1255 + + + + + windows-1256 + + + + + windows-1257 + + + + + windows-1258 + + + + ComboMetachar + + + false + + + + @widgetText + + + + + + LEMetaKeywords + + + false + + + + @widgetText + + + + limit to 8, separate with commas + + + + + CBBasedir + + + &Base directory: + + + + @null + + echo "$PADDING<base href=\"@LEBasedir\"$TAGEND" + + + + + + CBMetaQuanta + + + Meta &Quanta + + + true + + + + @null + + echo "$PADDING<meta name=\"GENERATOR\" content=\"Quanta Plus\"$TAGEND" + + + + + + CBMetaKeywords + + + Meta &keywords: + + + + @null + + echo -n "$PADDING<meta name=\"KEYWORDS\" content=\"" +echo -n '@LEMetaKeywords' +echo "\"$TAGEND" + + + + + + CBStyle + + + Li&nked style sheet: + + + + @null + + echo "$PADDING<link rel=\"stylesheet\" type=\"text/css\" href=\"@cssFile\"$TAGEND" + + + + + + cssFile + + + false + + + + @widgetText + + + + + + LETitle + + + + + + + echo "$PADDING<title>@widgetText</title>" + + + + + + TextLabel2 + + + Title: + + + + + CBJavascript + + + &JavaScript area + + + + @null + + if echo $DTD | grep -q strict +then + echo "$PADDING<script type=\"text/javascript\">" +else + echo "$PADDING<script language=\"javascript\" type=\"text/javascript\">" +fi + + +if [ $XHTML = true ]; then + echo "$PADDING/* <![CDATA[ */" + echo "$PADDING" + echo "$PADDING/* ]]> */" +else + echo "$PADDING// <!--" + echo "$PADDING" + echo "$PADDING// -->" +fi + +echo "$PADDING</script>" + + + + + + + + + + CloseButton1_2 + + + &Cancel + + + false + + + + + + + + true + + + + + CloseButton1 + + + &OK + + + false + + + + @dialogScript + + + + + true + + + + + + + CBBasedir + toggled(bool) + LEBasedir + setEnabled(bool) + + + CBMetaAuthor + toggled(bool) + LEMetaAuthor + setEnabled(bool) + + + CBMetaKeywords + toggled(bool) + LEMetaKeywords + setEnabled(bool) + + + CBMetaChar + toggled(bool) + ComboMetachar + setEnabled(bool) + + + CBStyle + toggled(bool) + cssFile + setEnabled(bool) + + + CBHead + toggled(bool) + GroupBox2 + setEnabled(bool) + + + CBPHPHeader + toggled(bool) + phpHeaderFile + setEnabled(bool) + + + CBPHPFooter + toggled(bool) + phpFooterFile + setEnabled(bool) + + + quickStartForm + widgetOpened() + GroupBox2 + populate() + + + + DTEPselect + CBDTD + CBCVS + CBHead + LETitle + CBBasedir + LEBasedir + CBMetaAuthor + LEMetaAuthor + CBMetaChar + ComboMetachar + CBMetaKeywords + LEMetaKeywords + CBStyle + cssFile + CBMetaQuanta + CBStyleArea + CBJavascript + CBPHPHeader + phpHeaderFile + CBPHPFooter + phpFooterFile + CloseButton1 + CloseButton1_2 + + + diff --git a/quanta/scripts/htmlquickstart5.kmdr.info b/quanta/scripts/htmlquickstart5.kmdr.info new file mode 100644 index 00000000..2602167a --- /dev/null +++ b/quanta/scripts/htmlquickstart5.kmdr.info @@ -0,0 +1,12 @@ + + + + +htmlquickstart5 +Alexis Puente Montiel +miscelaneanatural@yahoo.es +http://quanta.sf.net/ +1.1 +GPL +Enjoy! +