From 7aac45c2ff3634ea31cf9b1a97889065edf650f7 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 (cherry picked from commit 3b06901a66232c9de174fae3c09bdad401b234c2) --- 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 +++ 10 files changed, 542 insertions(+) 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 (limited to 'quanta/data/toolbars/html5') 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 + + + + + + + + + -- cgit v1.2.3