1 |
|
2007-08-27 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/web/plugin.py: Add web.path |
4 |
|
to FORMED environment variable to specify the |
5 |
|
root of the static content. |
6 |
|
|
7 |
|
2007-08-26 Sascha L. Teichmann <[email protected]> |
8 |
|
|
9 |
|
* tools/formed/formed/model/data.py, |
10 |
|
tools/formed/formed/model/nodecomponents.py: Fixed mode issues. |
11 |
|
|
12 |
|
* tools/formed/formed/plugins/web/www, |
13 |
|
tools/formed/formed/plugins/web/www/main.tmpl: New. Contains |
14 |
|
a template for the HTML output. |
15 |
|
|
16 |
|
* tools/formed/formed/plugins/web/plugin.py: Fixes several smaller |
17 |
|
mode issues. Introduces CSS support. Simplified the action |
18 |
|
handling. |
19 |
|
|
20 |
|
* tools/formed/formed/plugins/web/renderer.py: Removed the |
21 |
|
nagivation code. |
22 |
|
|
23 |
|
* tools/formed/formed/plugins/web/server.py: Added missing import. |
24 |
|
|
25 |
|
2007-08-26 Sascha L. Teichmann <[email protected]> |
26 |
|
|
27 |
|
* tools/formed/formed/model/data.py: Added missing broadcast |
28 |
|
parameter to setAttribute() of RuleLeaf. |
29 |
|
|
30 |
|
* tools/formed/formed/plugins/web/plugin.py: Factorize |
31 |
|
HTTP server code out to separate module. |
32 |
|
|
33 |
|
* tools/formed/formed/plugins/web/renderer.py: Removed |
34 |
|
needless -1 from pop() |
35 |
|
|
36 |
|
* tools/formed/formed/plugins/web/server.py: New. Contains |
37 |
|
the HTTP server code now. |
38 |
|
|
39 |
2007-08-26 Sascha L. Teichmann <[email protected]> |
2007-08-26 Sascha L. Teichmann <[email protected]> |
40 |
|
|
41 |
* tools/formed/test-data/simple.xml: Modified to contain a rule. |
* tools/formed/test-data/simple.xml: Modified to contain a rule. |