1 |
2007-08-18 Sascha L. Teichmann <[email protected]> |
2007-08-18 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/web/renderer.py: Escaping text |
4 |
|
coming from the document tree now when inserting it into the |
5 |
|
HTML output. |
6 |
|
|
7 |
|
2007-08-18 Sascha L. Teichmann <[email protected]> |
8 |
|
|
9 |
|
* tools/formed/formed/plugins/plugin.py: Added a new kind |
10 |
|
of plug-in: Filter. They have a short and a long description |
11 |
|
and can be hooked automatically into the new 'Filters' |
12 |
|
sub menu under 'Extra'. They got called when the user |
13 |
|
selects their respective menu item. |
14 |
|
|
15 |
|
* tools/formed/formed/config.py: Contains the list of |
16 |
|
installed filters. |
17 |
|
|
18 |
|
* tools/formed/formed/main.py: Builds the Extra->Filters |
19 |
|
sub menu during gui initialization. The hard wired code |
20 |
|
for make unique and formular name/description -> name |
21 |
|
is removed because they are implemented as filters now. |
22 |
|
|
23 |
|
* tools/formed/formed/model/nodecomponents.py, |
24 |
|
tools/formed/formed/model/data.py: Removed the make |
25 |
|
unique and formular name/description -> name code. |
26 |
|
|
27 |
|
* tools/formed/formed/plugins/names, |
28 |
|
tools/formed/formed/plugins/names/__init__.py, |
29 |
|
tools/formed/formed/plugins/names/filter.py: Added. Contains |
30 |
|
the make unique and formular name/description -> name code |
31 |
|
in form of filters. |
32 |
|
|
33 |
|
* tools/formed/test-data/simple.xml: Modified to be a better |
34 |
|
test for the formular name/description -> name filter. |
35 |
|
|
36 |
|
2007-08-18 Sascha L. Teichmann <[email protected]> |
37 |
|
|
38 |
* tools/formed/formed.py, tools/formed/formed/main.py: First |
* tools/formed/formed.py, tools/formed/formed/main.py: First |
39 |
command line argument is interpreted as filename of document |
command line argument is interpreted as filename of document |
40 |
to be loaded at program startup. |
to be loaded at program startup. |