diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..80ee387db7b9df0b0b18117b75678097761d8513 --- /dev/null +++ b/LICENSE @@ -0,0 +1,29 @@ +BSD 3-Clause License + +Copyright (c) 2022, TU Dresden, Software Technology Group +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +* Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/dumpAst.base/src/main/resources/dumpAstVersion.properties b/dumpAst.base/src/main/resources/dumpAstVersion.properties index f6b43e6e839e20a4e9711787cfbb1d9769d15586..b5c044f7e5bf4da4dd7efc9699f546899abe82ff 100644 --- a/dumpAst.base/src/main/resources/dumpAstVersion.properties +++ b/dumpAst.base/src/main/resources/dumpAstVersion.properties @@ -1,2 +1,2 @@ -#Mon Oct 10 17:14:21 CEST 2022 -version=3.0.0 +#Tue Nov 22 10:54:37 CET 2022 +version=3.0.1 diff --git a/pages/docs/img/ST-black.png b/pages/docs/img/ST-black.png new file mode 100644 index 0000000000000000000000000000000000000000..1dff814753e73b1d10ddd456817e6d72ee7b82e2 Binary files /dev/null and b/pages/docs/img/ST-black.png differ diff --git a/pages/mkdocs.yml b/pages/mkdocs.yml index 69ac30ba6196e116e9a55e81b193ff2b2d952d53..6f315aca9d3fd598aeae76d279fc9d57b9315fea 100644 --- a/pages/mkdocs.yml +++ b/pages/mkdocs.yml @@ -9,8 +9,22 @@ nav: - "API documentation": ragdoc/index.html theme: - name: readthedocs - custom_dir: custom_theme/ + name: material + font: false + palette: + # Palette toggle for light mode + - scheme: default + toggle: + icon: material/brightness-7 + name: Switch to dark mode + # Palette toggle for dark mode + - scheme: slate + toggle: + icon: material/brightness-4 + name: Switch to light mode + favicon: img/ST-black.png + icon: + logo: material/dump-truck markdown_extensions: - toc: diff --git a/pages/requirements.txt b/pages/requirements.txt index d5ae2cc06eb26afe413c3bb61d067fb9f4d1db58..25d7d3180e71c0bcdc15dc8bf7d53d08dec06173 100644 --- a/pages/requirements.txt +++ b/pages/requirements.txt @@ -1,5 +1,7 @@ -mkdocs==1.2.2 -mkdocs-git-revision-date-localized-plugin==0.10.3 -mkdocs-macros-plugin==0.6.3 -Jinja2==2.11.2 -MarkupSafe==1.1.1 +mkdocs==1.4.2 +mkdocs-git-revision-date-localized-plugin==1.1.0 +mkdocs-macros-plugin==0.7.0 +mkdocs-material==8.5.10 +mkdocs-material-extensions==1.1 +Jinja2==3.1.2 +MarkupSafe==2.1.1