1 |
2007-08-15 Sascha L. Teichmann <[email protected]> |
2007-08-15 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/model/data.py: SwitchNodes can add |
4 |
|
their modes to a given set now. |
5 |
|
|
6 |
|
* tools/formed/formed/plugins/plugin.py: Simplified |
7 |
|
the plug-in interface. Only the reference to the |
8 |
|
global configuration is passed at setup time. |
9 |
|
|
10 |
|
* tools/formed/formed/plugins/web/plugin.py: Adjusted |
11 |
|
to new plug-in setup. The traveral mode is now taken |
12 |
|
from the global configuration each time a rendering |
13 |
|
is triggered. The FORMED parameter is now named |
14 |
|
'doc.mode' instead of 'web.mode'. The parameter |
15 |
|
is not needed any more because it can be configured |
16 |
|
at runtime. |
17 |
|
|
18 |
|
* tools/formed/formed/main.py: Adjusted to new plugin |
19 |
|
setup. Added a new menu item Extra->Select Mode... |
20 |
|
to select the traversal mode. It is stored in the |
21 |
|
global config. |
22 |
|
|
23 |
|
* tools/formed/formed/config.py: Simplified. Only uses |
24 |
|
one env dictionary to store global configuration parameters. |
25 |
|
|
26 |
|
* tools/formed/formed/ui/controls.py: Add a control to |
27 |
|
select one item from a list of given strings. |
28 |
|
|
29 |
|
2007-08-15 Sascha L. Teichmann <[email protected]> |
30 |
|
|
31 |
* tools/formed/formed/plugins/web/plugin.py, |
* tools/formed/formed/plugins/web/plugin.py, |
32 |
tools/formed/formed/plugins/web/renderer.py: Added parameter |
tools/formed/formed/plugins/web/renderer.py: Added parameter |
33 |
print out in web plugin. |
print out in web plugin. |