473,406 Members | 2,867 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

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

.
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)

May 12 '06 #1
0 1667

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: dk | last post by:
my asp.net applications run as http://localhost:8082/appname/webform.aspx - i've downloaded a sample aspx solution, and get the following error when trying to open it: "Unable to open web...
3
by: Michael Adkins | last post by:
I have a new ASP project that I need to desperately test on my Windows 2000 machine before posing to my Hosting Company. I am having problems getting the ASP pages to run from LocalHost. I will...
7
by: Christoph Lutz | last post by:
Hi, I have got a scenario where an asp script needs to request via xmlhttp a file sitting on the same server. The code all works find on my local machine. However, on the hosting server, it does...
1
by: LocaWapp | last post by:
LocaWapp: localhost web applications V.0.0.1 (2005 Dec 10) Copyright (C) 2005 RDJ This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. ...
0
by: LocaWapp | last post by:
http://cheeseshop.python.org/packages/source/L/LocaWapp/locawapp-03.tar.gz LocaWapp: localhost web applications (v.03 - 2005 Dec 31) Copyright (c) 2005 RDJ This code is distributed for your...
0
by: . | last post by:
http://daviderognoni.blogspot.com?locawapp - MAIN NEWS =========== * add thread * add "Request" object * new "locawapp_main" function * fixed files.py
0
by: . | last post by:
http://daviderognoni.blogspot.com?locawapp - MAIN NEWS =========== * add ajax * new "Request" methods * fixed editor.py * fixed files.py
1
by: cmpcrand | last post by:
Hi again. I have created 2 web applications on the local server, in the form: http://localserver/TestApp1 http://localserver/TestApp2 I have set both of these pages to run in SqlServer mode...
2
by: metafedora | last post by:
I am trying to use Session and StateServer to store values to be used by two different Web Applications, which run on the same IIS, in different Virtual Directories. I have StateServer running on...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.