From 3b06901a66232c9de174fae3c09bdad401b234c2 Mon Sep 17 00:00:00 2001 From: Alexis Puente Montiel Date: Thu, 17 Feb 2022 22:17:14 +0100 Subject: 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 quanta/data/templates/documents/CMakeLists.txt | 1 + quanta/data/templates/documents/Makefile.am | 2 +- .../data/templates/documents/html5/CMakeLists.txt | 14 + quanta/data/templates/documents/html5/Makefile.am | 2 + quanta/data/templates/documents/html5/demo.html | 9 + quanta/data/templates/pages/CMakeLists.txt | 1 + quanta/data/templates/pages/Makefile.am | 2 +- quanta/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 00000000..a1453930 Binary files /dev/null and b/quanta/data/icons/22x22/html5_DT.png differ diff --git a/quanta/data/icons/22x22/html5_a.png b/quanta/data/icons/22x22/html5_a.png new file mode 100644 index 00000000..e9ff6a72 Binary files /dev/null and b/quanta/data/icons/22x22/html5_a.png differ diff --git a/quanta/data/icons/22x22/html5_abbr.png b/quanta/data/icons/22x22/html5_abbr.png new file mode 100644 index 00000000..42af2587 Binary files /dev/null and b/quanta/data/icons/22x22/html5_abbr.png differ diff --git a/quanta/data/icons/22x22/html5_address.png b/quanta/data/icons/22x22/html5_address.png new file mode 100644 index 00000000..75fc33a9 Binary files /dev/null and b/quanta/data/icons/22x22/html5_address.png differ diff --git a/quanta/data/icons/22x22/html5_area.png b/quanta/data/icons/22x22/html5_area.png new file mode 100644 index 00000000..caad509c Binary files /dev/null and b/quanta/data/icons/22x22/html5_area.png differ diff --git a/quanta/data/icons/22x22/html5_article.png b/quanta/data/icons/22x22/html5_article.png new file mode 100644 index 00000000..c2aa738f Binary files /dev/null and b/quanta/data/icons/22x22/html5_article.png differ diff --git a/quanta/data/icons/22x22/html5_aside.png b/quanta/data/icons/22x22/html5_aside.png new file mode 100644 index 00000000..da321bee Binary files /dev/null and b/quanta/data/icons/22x22/html5_aside.png differ diff --git a/quanta/data/icons/22x22/html5_audio.png b/quanta/data/icons/22x22/html5_audio.png new file mode 100644 index 00000000..e2fd30dc Binary files /dev/null and b/quanta/data/icons/22x22/html5_audio.png differ diff --git a/quanta/data/icons/22x22/html5_b.png b/quanta/data/icons/22x22/html5_b.png new file mode 100644 index 00000000..29c3c4cc Binary files /dev/null and b/quanta/data/icons/22x22/html5_b.png differ diff --git a/quanta/data/icons/22x22/html5_base.png b/quanta/data/icons/22x22/html5_base.png new file mode 100644 index 00000000..abc2013b Binary files /dev/null and b/quanta/data/icons/22x22/html5_base.png differ diff --git a/quanta/data/icons/22x22/html5_bdi.png b/quanta/data/icons/22x22/html5_bdi.png new file mode 100644 index 00000000..78cdbcad Binary files /dev/null and b/quanta/data/icons/22x22/html5_bdi.png differ diff --git a/quanta/data/icons/22x22/html5_bdo.png b/quanta/data/icons/22x22/html5_bdo.png new file mode 100644 index 00000000..ab8a5b10 Binary files /dev/null and b/quanta/data/icons/22x22/html5_bdo.png differ diff --git a/quanta/data/icons/22x22/html5_big.png b/quanta/data/icons/22x22/html5_big.png new file mode 100644 index 00000000..79ad4075 Binary files /dev/null and b/quanta/data/icons/22x22/html5_big.png differ diff --git a/quanta/data/icons/22x22/html5_blockquote.png b/quanta/data/icons/22x22/html5_blockquote.png new file mode 100644 index 00000000..9e50c2e1 Binary files /dev/null and b/quanta/data/icons/22x22/html5_blockquote.png differ diff --git a/quanta/data/icons/22x22/html5_body.png b/quanta/data/icons/22x22/html5_body.png new file mode 100644 index 00000000..f48cbf42 Binary files /dev/null and b/quanta/data/icons/22x22/html5_body.png differ diff --git a/quanta/data/icons/22x22/html5_br.png b/quanta/data/icons/22x22/html5_br.png new file mode 100644 index 00000000..cd047a22 Binary files /dev/null and b/quanta/data/icons/22x22/html5_br.png differ diff --git a/quanta/data/icons/22x22/html5_caption.png b/quanta/data/icons/22x22/html5_caption.png new file mode 100644 index 00000000..b5d2d71a Binary files /dev/null and b/quanta/data/icons/22x22/html5_caption.png differ diff --git a/quanta/data/icons/22x22/html5_center.png b/quanta/data/icons/22x22/html5_center.png new file mode 100644 index 00000000..a830104a Binary files /dev/null and b/quanta/data/icons/22x22/html5_center.png differ diff --git a/quanta/data/icons/22x22/html5_cite.png b/quanta/data/icons/22x22/html5_cite.png new file mode 100644 index 00000000..ae7cabac Binary files /dev/null and b/quanta/data/icons/22x22/html5_cite.png differ diff --git a/quanta/data/icons/22x22/html5_code.png b/quanta/data/icons/22x22/html5_code.png new file mode 100644 index 00000000..880e08fd Binary files /dev/null and b/quanta/data/icons/22x22/html5_code.png differ diff --git a/quanta/data/icons/22x22/html5_col.png b/quanta/data/icons/22x22/html5_col.png new file mode 100644 index 00000000..e7d926d8 Binary files /dev/null and b/quanta/data/icons/22x22/html5_col.png differ diff --git a/quanta/data/icons/22x22/html5_colgroup.png b/quanta/data/icons/22x22/html5_colgroup.png new file mode 100644 index 00000000..ea7d23d0 Binary files /dev/null and b/quanta/data/icons/22x22/html5_colgroup.png differ diff --git a/quanta/data/icons/22x22/html5_com.png b/quanta/data/icons/22x22/html5_com.png new file mode 100644 index 00000000..244fd8f2 Binary files /dev/null and b/quanta/data/icons/22x22/html5_com.png differ diff --git a/quanta/data/icons/22x22/html5_data.png b/quanta/data/icons/22x22/html5_data.png new file mode 100644 index 00000000..eae99c74 Binary files /dev/null and b/quanta/data/icons/22x22/html5_data.png differ diff --git a/quanta/data/icons/22x22/html5_dd.png b/quanta/data/icons/22x22/html5_dd.png new file mode 100644 index 00000000..958ada02 Binary files /dev/null and b/quanta/data/icons/22x22/html5_dd.png differ diff --git a/quanta/data/icons/22x22/html5_del.png b/quanta/data/icons/22x22/html5_del.png new file mode 100644 index 00000000..228bbdaa Binary files /dev/null and b/quanta/data/icons/22x22/html5_del.png differ diff --git a/quanta/data/icons/22x22/html5_details.png b/quanta/data/icons/22x22/html5_details.png new file mode 100644 index 00000000..81c02d37 Binary files /dev/null and b/quanta/data/icons/22x22/html5_details.png differ diff --git a/quanta/data/icons/22x22/html5_dir.png b/quanta/data/icons/22x22/html5_dir.png new file mode 100644 index 00000000..1c21f7e9 Binary files /dev/null and b/quanta/data/icons/22x22/html5_dir.png differ diff --git a/quanta/data/icons/22x22/html5_div.png b/quanta/data/icons/22x22/html5_div.png new file mode 100644 index 00000000..03d700e3 Binary files /dev/null and b/quanta/data/icons/22x22/html5_div.png differ diff --git a/quanta/data/icons/22x22/html5_dl.png b/quanta/data/icons/22x22/html5_dl.png new file mode 100644 index 00000000..51e9cc6a Binary files /dev/null and b/quanta/data/icons/22x22/html5_dl.png differ diff --git a/quanta/data/icons/22x22/html5_dt.png b/quanta/data/icons/22x22/html5_dt.png new file mode 100644 index 00000000..87da2ffe Binary files /dev/null and b/quanta/data/icons/22x22/html5_dt.png differ diff --git a/quanta/data/icons/22x22/html5_embed.png b/quanta/data/icons/22x22/html5_embed.png new file mode 100644 index 00000000..6a684cba Binary files /dev/null and b/quanta/data/icons/22x22/html5_embed.png differ diff --git a/quanta/data/icons/22x22/html5_figcaption.png b/quanta/data/icons/22x22/html5_figcaption.png new file mode 100644 index 00000000..19204936 Binary files /dev/null and b/quanta/data/icons/22x22/html5_figcaption.png differ diff --git a/quanta/data/icons/22x22/html5_figure.png b/quanta/data/icons/22x22/html5_figure.png new file mode 100644 index 00000000..3d38ea0e Binary files /dev/null and b/quanta/data/icons/22x22/html5_figure.png differ diff --git a/quanta/data/icons/22x22/html5_font.png b/quanta/data/icons/22x22/html5_font.png new file mode 100644 index 00000000..4483a7e2 Binary files /dev/null and b/quanta/data/icons/22x22/html5_font.png differ diff --git a/quanta/data/icons/22x22/html5_footer.png b/quanta/data/icons/22x22/html5_footer.png new file mode 100644 index 00000000..73e6aefe Binary files /dev/null and b/quanta/data/icons/22x22/html5_footer.png differ diff --git a/quanta/data/icons/22x22/html5_h1.png b/quanta/data/icons/22x22/html5_h1.png new file mode 100644 index 00000000..7274abc7 Binary files /dev/null and b/quanta/data/icons/22x22/html5_h1.png differ diff --git a/quanta/data/icons/22x22/html5_h2.png b/quanta/data/icons/22x22/html5_h2.png new file mode 100644 index 00000000..f54219a4 Binary files /dev/null and b/quanta/data/icons/22x22/html5_h2.png differ diff --git a/quanta/data/icons/22x22/html5_h3.png b/quanta/data/icons/22x22/html5_h3.png new file mode 100644 index 00000000..08ee9d14 Binary files /dev/null and b/quanta/data/icons/22x22/html5_h3.png differ diff --git a/quanta/data/icons/22x22/html5_h4.png b/quanta/data/icons/22x22/html5_h4.png new file mode 100644 index 00000000..6a7880fb Binary files /dev/null and b/quanta/data/icons/22x22/html5_h4.png differ diff --git a/quanta/data/icons/22x22/html5_h5.png b/quanta/data/icons/22x22/html5_h5.png new file mode 100644 index 00000000..73f153d9 Binary files /dev/null and b/quanta/data/icons/22x22/html5_h5.png differ diff --git a/quanta/data/icons/22x22/html5_h6.png b/quanta/data/icons/22x22/html5_h6.png new file mode 100644 index 00000000..bcc80a1e Binary files /dev/null and b/quanta/data/icons/22x22/html5_h6.png differ diff --git a/quanta/data/icons/22x22/html5_head.png b/quanta/data/icons/22x22/html5_head.png new file mode 100644 index 00000000..d9aa4777 Binary files /dev/null and b/quanta/data/icons/22x22/html5_head.png differ diff --git a/quanta/data/icons/22x22/html5_header.png b/quanta/data/icons/22x22/html5_header.png new file mode 100644 index 00000000..62a99473 Binary files /dev/null and b/quanta/data/icons/22x22/html5_header.png differ diff --git a/quanta/data/icons/22x22/html5_hr.png b/quanta/data/icons/22x22/html5_hr.png new file mode 100644 index 00000000..a73694e7 Binary files /dev/null and b/quanta/data/icons/22x22/html5_hr.png differ diff --git a/quanta/data/icons/22x22/html5_html.png b/quanta/data/icons/22x22/html5_html.png new file mode 100644 index 00000000..c7c11c8c Binary files /dev/null and b/quanta/data/icons/22x22/html5_html.png differ diff --git a/quanta/data/icons/22x22/html5_i.png b/quanta/data/icons/22x22/html5_i.png new file mode 100644 index 00000000..860abe10 Binary files /dev/null and b/quanta/data/icons/22x22/html5_i.png differ diff --git a/quanta/data/icons/22x22/html5_img.png b/quanta/data/icons/22x22/html5_img.png new file mode 100644 index 00000000..271a9989 Binary files /dev/null and b/quanta/data/icons/22x22/html5_img.png differ diff --git a/quanta/data/icons/22x22/html5_ins.png b/quanta/data/icons/22x22/html5_ins.png new file mode 100644 index 00000000..849661ae Binary files /dev/null and b/quanta/data/icons/22x22/html5_ins.png differ diff --git a/quanta/data/icons/22x22/html5_kbd.png b/quanta/data/icons/22x22/html5_kbd.png new file mode 100644 index 00000000..06c8c9f0 Binary files /dev/null and b/quanta/data/icons/22x22/html5_kbd.png differ diff --git a/quanta/data/icons/22x22/html5_li.png b/quanta/data/icons/22x22/html5_li.png new file mode 100644 index 00000000..ec8bcf45 Binary files /dev/null and b/quanta/data/icons/22x22/html5_li.png differ diff --git a/quanta/data/icons/22x22/html5_link.png b/quanta/data/icons/22x22/html5_link.png new file mode 100644 index 00000000..88d956c3 Binary files /dev/null and b/quanta/data/icons/22x22/html5_link.png differ diff --git a/quanta/data/icons/22x22/html5_main.png b/quanta/data/icons/22x22/html5_main.png new file mode 100644 index 00000000..2dc24c6f Binary files /dev/null and b/quanta/data/icons/22x22/html5_main.png differ diff --git a/quanta/data/icons/22x22/html5_map.png b/quanta/data/icons/22x22/html5_map.png new file mode 100644 index 00000000..e7adaa5a Binary files /dev/null and b/quanta/data/icons/22x22/html5_map.png differ diff --git a/quanta/data/icons/22x22/html5_mark.png b/quanta/data/icons/22x22/html5_mark.png new file mode 100644 index 00000000..2e869a6c Binary files /dev/null and b/quanta/data/icons/22x22/html5_mark.png differ diff --git a/quanta/data/icons/22x22/html5_meta.png b/quanta/data/icons/22x22/html5_meta.png new file mode 100644 index 00000000..6a169691 Binary files /dev/null and b/quanta/data/icons/22x22/html5_meta.png differ diff --git a/quanta/data/icons/22x22/html5_nav.png b/quanta/data/icons/22x22/html5_nav.png new file mode 100644 index 00000000..af3aa6ac Binary files /dev/null and b/quanta/data/icons/22x22/html5_nav.png differ diff --git a/quanta/data/icons/22x22/html5_noscript.png b/quanta/data/icons/22x22/html5_noscript.png new file mode 100644 index 00000000..52180391 Binary files /dev/null and b/quanta/data/icons/22x22/html5_noscript.png differ diff --git a/quanta/data/icons/22x22/html5_object.png b/quanta/data/icons/22x22/html5_object.png new file mode 100644 index 00000000..0bdcd70c Binary files /dev/null and b/quanta/data/icons/22x22/html5_object.png differ diff --git a/quanta/data/icons/22x22/html5_ol.png b/quanta/data/icons/22x22/html5_ol.png new file mode 100644 index 00000000..27ab357f Binary files /dev/null and b/quanta/data/icons/22x22/html5_ol.png differ diff --git a/quanta/data/icons/22x22/html5_p.png b/quanta/data/icons/22x22/html5_p.png new file mode 100644 index 00000000..ae8dc38c Binary files /dev/null and b/quanta/data/icons/22x22/html5_p.png differ diff --git a/quanta/data/icons/22x22/html5_picture.png b/quanta/data/icons/22x22/html5_picture.png new file mode 100644 index 00000000..89524cb1 Binary files /dev/null and b/quanta/data/icons/22x22/html5_picture.png differ diff --git a/quanta/data/icons/22x22/html5_pre.png b/quanta/data/icons/22x22/html5_pre.png new file mode 100644 index 00000000..b5b8fd74 Binary files /dev/null and b/quanta/data/icons/22x22/html5_pre.png differ diff --git a/quanta/data/icons/22x22/html5_q.png b/quanta/data/icons/22x22/html5_q.png new file mode 100644 index 00000000..a78c998e Binary files /dev/null and b/quanta/data/icons/22x22/html5_q.png differ diff --git a/quanta/data/icons/22x22/html5_rp.png b/quanta/data/icons/22x22/html5_rp.png new file mode 100644 index 00000000..83195c19 Binary files /dev/null and b/quanta/data/icons/22x22/html5_rp.png differ diff --git a/quanta/data/icons/22x22/html5_rt.png b/quanta/data/icons/22x22/html5_rt.png new file mode 100644 index 00000000..002dbbf2 Binary files /dev/null and b/quanta/data/icons/22x22/html5_rt.png differ diff --git a/quanta/data/icons/22x22/html5_ruby.png b/quanta/data/icons/22x22/html5_ruby.png new file mode 100644 index 00000000..5eb2e561 Binary files /dev/null and b/quanta/data/icons/22x22/html5_ruby.png differ diff --git a/quanta/data/icons/22x22/html5_samp.png b/quanta/data/icons/22x22/html5_samp.png new file mode 100644 index 00000000..05ca7536 Binary files /dev/null and b/quanta/data/icons/22x22/html5_samp.png differ diff --git a/quanta/data/icons/22x22/html5_script.png b/quanta/data/icons/22x22/html5_script.png new file mode 100644 index 00000000..766c2ff7 Binary files /dev/null and b/quanta/data/icons/22x22/html5_script.png differ diff --git a/quanta/data/icons/22x22/html5_section.png b/quanta/data/icons/22x22/html5_section.png new file mode 100644 index 00000000..3a428273 Binary files /dev/null and b/quanta/data/icons/22x22/html5_section.png differ diff --git a/quanta/data/icons/22x22/html5_small.png b/quanta/data/icons/22x22/html5_small.png new file mode 100644 index 00000000..c941d93d Binary files /dev/null and b/quanta/data/icons/22x22/html5_small.png differ diff --git a/quanta/data/icons/22x22/html5_source.png b/quanta/data/icons/22x22/html5_source.png new file mode 100644 index 00000000..c1a91e70 Binary files /dev/null and b/quanta/data/icons/22x22/html5_source.png differ diff --git a/quanta/data/icons/22x22/html5_span.png b/quanta/data/icons/22x22/html5_span.png new file mode 100644 index 00000000..06223aaf Binary files /dev/null and b/quanta/data/icons/22x22/html5_span.png differ diff --git a/quanta/data/icons/22x22/html5_strong.png b/quanta/data/icons/22x22/html5_strong.png new file mode 100644 index 00000000..8145590e Binary files /dev/null and b/quanta/data/icons/22x22/html5_strong.png differ diff --git a/quanta/data/icons/22x22/html5_style.png b/quanta/data/icons/22x22/html5_style.png new file mode 100644 index 00000000..ec6e0861 Binary files /dev/null and b/quanta/data/icons/22x22/html5_style.png differ diff --git a/quanta/data/icons/22x22/html5_sub.png b/quanta/data/icons/22x22/html5_sub.png new file mode 100644 index 00000000..ae053aeb Binary files /dev/null and b/quanta/data/icons/22x22/html5_sub.png differ diff --git a/quanta/data/icons/22x22/html5_sup.png b/quanta/data/icons/22x22/html5_sup.png new file mode 100644 index 00000000..0ea37e0e Binary files /dev/null and b/quanta/data/icons/22x22/html5_sup.png differ diff --git a/quanta/data/icons/22x22/html5_svg.png b/quanta/data/icons/22x22/html5_svg.png new file mode 100644 index 00000000..1e6050c2 Binary files /dev/null and b/quanta/data/icons/22x22/html5_svg.png differ diff --git a/quanta/data/icons/22x22/html5_table.png b/quanta/data/icons/22x22/html5_table.png new file mode 100644 index 00000000..e8dd8e03 Binary files /dev/null and b/quanta/data/icons/22x22/html5_table.png differ diff --git a/quanta/data/icons/22x22/html5_tbody.png b/quanta/data/icons/22x22/html5_tbody.png new file mode 100644 index 00000000..c84522c8 Binary files /dev/null and b/quanta/data/icons/22x22/html5_tbody.png differ diff --git a/quanta/data/icons/22x22/html5_td.png b/quanta/data/icons/22x22/html5_td.png new file mode 100644 index 00000000..38d3ea97 Binary files /dev/null and b/quanta/data/icons/22x22/html5_td.png differ diff --git a/quanta/data/icons/22x22/html5_tfoot.png b/quanta/data/icons/22x22/html5_tfoot.png new file mode 100644 index 00000000..dc633655 Binary files /dev/null and b/quanta/data/icons/22x22/html5_tfoot.png differ diff --git a/quanta/data/icons/22x22/html5_th.png b/quanta/data/icons/22x22/html5_th.png new file mode 100644 index 00000000..28f5fc82 Binary files /dev/null and b/quanta/data/icons/22x22/html5_th.png differ diff --git a/quanta/data/icons/22x22/html5_thead.png b/quanta/data/icons/22x22/html5_thead.png new file mode 100644 index 00000000..bcabca1a Binary files /dev/null and b/quanta/data/icons/22x22/html5_thead.png differ diff --git a/quanta/data/icons/22x22/html5_time.png b/quanta/data/icons/22x22/html5_time.png new file mode 100644 index 00000000..7b53c65c Binary files /dev/null and b/quanta/data/icons/22x22/html5_time.png differ diff --git a/quanta/data/icons/22x22/html5_title.png b/quanta/data/icons/22x22/html5_title.png new file mode 100644 index 00000000..157e4109 Binary files /dev/null and b/quanta/data/icons/22x22/html5_title.png differ diff --git a/quanta/data/icons/22x22/html5_tr.png b/quanta/data/icons/22x22/html5_tr.png new file mode 100644 index 00000000..f4eb080a Binary files /dev/null and b/quanta/data/icons/22x22/html5_tr.png differ diff --git a/quanta/data/icons/22x22/html5_track.png b/quanta/data/icons/22x22/html5_track.png new file mode 100644 index 00000000..8df75171 Binary files /dev/null and b/quanta/data/icons/22x22/html5_track.png differ diff --git a/quanta/data/icons/22x22/html5_u.png b/quanta/data/icons/22x22/html5_u.png new file mode 100644 index 00000000..5ba3034c Binary files /dev/null and b/quanta/data/icons/22x22/html5_u.png differ diff --git a/quanta/data/icons/22x22/html5_ul.png b/quanta/data/icons/22x22/html5_ul.png new file mode 100644 index 00000000..8c4e1f6d Binary files /dev/null and b/quanta/data/icons/22x22/html5_ul.png differ diff --git a/quanta/data/icons/22x22/html5_var.png b/quanta/data/icons/22x22/html5_var.png new file mode 100644 index 00000000..467eba4c Binary files /dev/null and b/quanta/data/icons/22x22/html5_var.png differ diff --git a/quanta/data/icons/22x22/html5_video.png b/quanta/data/icons/22x22/html5_video.png new file mode 100644 index 00000000..68baec39 Binary files /dev/null and b/quanta/data/icons/22x22/html5_video.png differ diff --git a/quanta/data/icons/22x22/html5_wbr.png b/quanta/data/icons/22x22/html5_wbr.png new file mode 100644 index 00000000..6ea9f6b8 Binary files /dev/null and b/quanta/data/icons/22x22/html5_wbr.png differ 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! + -- cgit v1.2.1