{% block bodyheader %} {% endblock %}
{% block banner %}TetaWebApp{% endblock %}
{% block nav %} {% endblock%}
{% if navbar %} {% endif %} {% block main %}

TetaWebApp demo

Welcome to the TetaWebApp demo

TetaWebApp is a basic web application template based on Python/Flask and AJAX made by Doug Le Tough from Tetalab.

The goal of this project is to provide a basic framework to make any web application you need while letting you complete freedom on how to use or extend it without using any Google, Bootstrap or any other piece of shitty free spyware.

TetaWebApp will never download or upload anything in any way.

There is no limitation, you can use all or only parts of TetaWebApp and you can virtually do any app you want with TetaWebApp.

But be sure that freedom has a cost: You will need work to make it work ;-)

TetaWebApp is released under the only real free license: The WTFPL.

        DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 
                    Version 2, December 2004 

 Copyright (C) 2004 Sam Hocevar  

 Everyone is permitted to copy and distribute verbatim or modified 
 copies of this license document, and changing it is allowed as long 
 as the name is changed. 

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 

  0. You just DO WHAT THE FUCK YOU WANT TO.
        

Get a copy of TetaWebApp:

git clone git://git.tetalab.org/tetalab/tetawebapp
          

{% endblock %}
{% block footer %} {% endblock%}