LocaWapp 0a - localhost web application

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • .

    #1

    LocaWapp 0a - localhost web application

    http://daviderognoni.blogspot.com?locawapp


    - MAIN NEWS
    ===========

    * add ajax
    * new "Request" methods
    * fixed editor.py
    * fixed files.py
    * ...


    - DESCRIPTION
    =============

    LocaWapp want use HTML and Python not only for the web, but also for
    the local applications:

    Local + HTML + Python = LocaWapp

    HTML = (CSS, images, JS, ...)

    The LocaWapp mission is to build useful and beautiful LWA-UI (LocaWapp
    User Interfaces) for the main functions of the system operator.

    LocaWapp is searching free programmers, free designers, free
    business-men that want advertise yourself with this open project.


    - QUICKSTART
    ============

    * Run:

    python run.py

    * and browse:



    * You can change the port:

    python run.py 8081


    - DEVELOPING WITH THIS FRAMEWORK
    =============== =============== ==

    * Put your application folder in root directory:

    [your_applicatio n]
    [locawapp]
    .....__init__.p y
    .....common.py
    .....main.py
    .....[static]
    .........logo.g if
    .........main.c ss
    .........main.j s
    LICENSE.html
    README.html
    run.py

    * Your application must have "init" and "main" files (for convention):

    [your_applicatio n]
    .....__init__.p y
    .....main.py
    .....other web applications (ex. main2.py)
    .....your files or folders (ex. your [static])

    * main.py is a web application, then it has "locawapp_m ain" function:

    def locawapp_main(r equest):
    [...]
    html = [...String...]
    request.sendRes ponse(html)

    * See locawapp.main.p y and locawapp.common .py


    - UNDER CONSTRUCTION
    =============== =====

    Aioxml - is not xml (data formatter)

Working...