1 |
2007-08-27 Sascha L. Teichmann <[email protected]> |
2007-08-27 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/model/data.py, |
4 |
|
tools/formed/formed/io/document.py: Added a logical group. |
5 |
|
It has an attribute 'repeat' to indicate that it might |
6 |
|
be worthy an external table in DB schema. |
7 |
|
|
8 |
|
2007-08-27 Sascha L. Teichmann <[email protected]> |
9 |
|
|
10 |
|
* tools/formed/formed/plugins/web/plugin.py: Support |
11 |
|
serving of static content. |
12 |
|
|
13 |
|
* tools/formed/formed/plugins/web/server.py: Removed |
14 |
|
old send code. |
15 |
|
|
16 |
|
2007-08-27 Sascha L. Teichmann <[email protected]> |
17 |
|
|
18 |
|
* tools/formed/formed/plugins/web/plugin.py: Use new |
19 |
|
Response object. Fix typo. |
20 |
|
|
21 |
|
* tools/formed/formed/plugins/web/server.py: support |
22 |
|
response object to serve different MIME types. |
23 |
|
|
24 |
|
2007-08-27 Sascha L. Teichmann <[email protected]> |
25 |
|
|
26 |
* tools/formed/formed/plugins/web/plugin.py: Add web.path |
* tools/formed/formed/plugins/web/plugin.py: Add web.path |
27 |
to FORMED environment variable to specify the |
to FORMED environment variable to specify the |
28 |
root of the static content. |
root of the static content. |