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