From d5cbe10c0e2298b0e40161607a3da158249bdb82 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 4 Dec 2018 10:18:33 +0100 Subject: Move python stuff to folder --- python/gui/templates/about.html | 65 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 python/gui/templates/about.html (limited to 'python/gui/templates/about.html') diff --git a/python/gui/templates/about.html b/python/gui/templates/about.html new file mode 100644 index 0000000..3a05230 --- /dev/null +++ b/python/gui/templates/about.html @@ -0,0 +1,65 @@ + + + + + + +{% include 'head.html' %} + + + {% include 'body-nav.html' %} + +
+
+

About

+

ODR-DabMod by Opendigitalradio

+

Authors

+
    +
  • Pascal Charest
  • +
  • Matthias P. Braendli
  • +
  • Jörgen Scott
  • +
  • Sergiy
  • +
  • Andreas Steger
  • +
+

Web interface by Matthias P. Braendli and Yoann Queret.

+

Please see TODOs in the README.md

+
+
+

Contributions

+

Please get in touch with the developers of this web interface + through the crc-mmbTools google group or through + the GitHub repository. +

+
+

Licence

+

+ ODR-DabMod is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
+
+ ODR-DabMod is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License along with ODR-DabMod. If not, see http://www.gnu.org/licenses/
+

+
+
+ + + + -- cgit v1.2.3