bzr branch
http://gegoxaren.bato24.eu/bzr/booka/newlayout
|
1
by Gustav Hartvigsson
initial code... |
1 |
#--------Software by Gustav Hartvigsson----------# |
2 |
| Booka - a booking program | |
|
3 |
| (c) 2009 Gustav Hartvigsson | |
|
4 |
| THIS SOFTWARE IS PROVIDED AS IS; NO WARRENTY. | |
|
5 |
#------------Contact information-----------------# |
|
6 |
| E-mail: gustav.hartvigsson@gmail.com | |
|
7 |
| Website: launchpad.net/~gustav-hartvigsson | |
|
8 |
#------------------------------------------------# |
|
9 |
||
10 |
Booka - a booking program. (pranounced boo ka). |
|
11 |
||
12 |
This is a software that is meant for room/cottage/boat/what ever booking. |
|
13 |
It is made in the hope that it is of use for some one (how slim that chance |
|
14 |
now may be). |
|
15 |
It is also meant be as lightweight as possible, without hampering its |
|
16 |
performance. (sub 20 kb tarball) and using SQLite as a database, |
|
17 |
thereby removing the need for things like MySQL and/or PostgreSQL. |
|
18 |
||
19 |
The sort term goal is to make a booking software for just one room. |
|
20 |
but the long term goal is to expand on the code te be able to have |
|
21 |
many rooms, and all handled by SQLight, php and if required JS. |
|
22 |
but still keeping it Minimalistic. |