I am seeing your project "HTMLTemplate"

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

    #1

    I am seeing your project "HTMLTemplate"

    Hi Hamish Sanderson.
    I am seeing your project "HTMLTempla te". I like it.
    You see my project:

    LocaWapp: localhost web applications V.0.0.2 (2005 Dec 20)


    ----------------------------


    - Run with:

    python run.py

    - and browse with:



    - You can change the port with:

    python run.py 8081

    - If this is good for you, then you can help me developing with:

    HTML + CSS + JS + PYTHON = LocaWapp
    -----------------------------------


    - Put your application in root:

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

    - Your application must to have "init" and "main" (for convention):

    [your_applicatio n]
    .....__init__.p y
    .....main.py
    .....others 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...]
    return lwa.makeRespons e(html)

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

    - Send me your comment, thanks :-)
    - Bye

Working...