]> Kevux Git Server - koopa/commit
Progress: continuing development, adding examples and example program: reservation
authorKevin Day <thekevinday@gmail.com>
Sat, 18 Feb 2017 22:41:18 +0000 (16:41 -0600)
committerKevin Day <thekevinday@gmail.com>
Sat, 18 Feb 2017 22:41:18 +0000 (16:41 -0600)
commit17db285b5ec8fb1358c18f23128c8e077c610941
tree80aeba63e65721f28583345bd7df145cfab2dc6c
parentc97071d0c8408b784e2ddc40f2da5f0f8c441c77
Progress: continuing development, adding examples and example program: reservation

For the sake of functionality and time, I implemented a straight-forward HTML class.
I will come back later to work on CML that will be an attempt to separate the context from the content, even in the code.

There is a (currently) experimental program called reservation.
This is a reservation/scheduling system that is currently under design and will be used as a functional example for using this site.
It currently requires LDAP and a few other custom/experimental software that is to follow.
The sql code is postgresql-specific.

Other examples are included in the example direction.

There are some theme files that I am probably not going to use and may remove in the future.
30 files changed:
common/base/classes/base_cml.php [new file with mode: 0644]
common/base/classes/base_cookie.php
common/base/classes/base_database.php
common/base/classes/base_form.php [deleted file]
common/base/classes/base_html.php
common/base/classes/base_http.php
common/base/classes/base_markup.php
common/base/classes/base_mime.php
common/base/classes/base_return.php
common/base/classes/base_session.php
common/theme/classes/theme_form.php
common/theme/classes/theme_html.php
database/sql/reservation/base-cache.sql [new file with mode: 0644]
database/sql/reservation/base-content.sql [new file with mode: 0644]
database/sql/reservation/base-content_type.sql [new file with mode: 0644]
database/sql/reservation/base-first.sql [new file with mode: 0644]
database/sql/reservation/base-logs.sql [new file with mode: 0644]
database/sql/reservation/base-main.sql [new file with mode: 0644]
database/sql/reservation/base-paths.sql [new file with mode: 0644]
database/sql/reservation/base-statistics.sql [new file with mode: 0644]
database/sql/reservation/base-structure.sql [new file with mode: 0644]
database/sql/reservation/base-users.sql [new file with mode: 0644]
documentation/requirements.txt
examples/generate_uuid.php [new file with mode: 0644]
examples/http.php [new file with mode: 0644]
program/reservation/index.php [new file with mode: 0644]
program/reservation/reservation_database.php [new file with mode: 0644]
program/reservation/reservation_paths.php [new file with mode: 0644]
program/reservation/reservation_response.php [new file with mode: 0644]
program/reservation/reservation_session.php [new file with mode: 0644]