Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > LocaWapp 09 - localhost web applications (add thread, add "Request" object, new "locawapp_main" function, fixed files.py," ...)

Reply
Thread Tools

LocaWapp 09 - localhost web applications (add thread, add "Request" object, new "locawapp_main" function, fixed files.py," ...)

 
 
.
Guest
Posts: n/a
 
      05-12-2006
http://daviderognoni.blogspot.com?locawapp


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

* add thread
* add "Request" object
* new "locawapp_main" function
* 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:

http://localhost:8080/locawapp/main.py

* You can change the port:

python run.py 8081


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

* Put your application folder in root directory:

[your_application]
[locawapp]
.....__init__.py
.....common.py
.....main.py
.....[static]
.........logo.gif
.........main.css
.........main.js
LICENSE.html
README.html
run.py

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

[your_application]
.....__init__.py
.....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_main" function:

def locawapp_main(request):
[...]
html = [...String...]
request.sendResponse(html)

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


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

Aioxml - is not xml (data formatter)

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Limit Ring server to localhost only. RingFinger.new('localhost')apparently doesn't work koicat Ruby 0 07-02-2010 08:01 PM
LocaWapp 0a - localhost web application . Python 0 05-20-2006 08:51 PM
LocaWapp 09 - localhost web applications . Python 0 05-13-2006 09:59 PM
LocaWapp: localhost web applications (v.03 - 2005 Dec 31) LocaWapp Python 0 01-01-2006 04:15 PM
locawapp-001.zip LocaWapp Python 1 12-17-2005 08:26 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57