comparison flys-artifacts/contrib/README @ 4168:e6b0d0b160b7

Added extracted doc from ChangeLog to READMEs in flys-artifact and flys-artifacts/contrib/.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 17 Oct 2012 22:58:52 +0200
parents
children
comparison
equal deleted inserted replaced
4167:42305a7b2cb7 4168:e6b0d0b160b7
1 From ChangeLog:
2
3 2012-07-08 Sascha L. Teichmann <sascha.teichmann@intevation.de>
4
5 * contrib/themes2html.xsl: New. Transformation to get a better
6 overview of themes.xml. Usage:
7
8 $ xsltproc --path doc/conf \
9 contrib/themes2html.xsl \
10 doc/conf/themes.xml \
11 > themes.xhtml
12
13 Use browser to view the resulting file.
14
15 2012-06-23 Sascha L. Teichmann <sascha.teichmann@intevation.de>
16
17 * contrib/add-i18n-numbers.py: New. Script to prefix
18 the values of property files with a small number to
19 make the keys identifiable even through the UI.
20
21 Apply in the same manner as contrib/check-i18n-properties.py
22
23 2012-04-11 Sascha L. Teichmann <sascha.teichmann@intevation.de>
24
25 * contrib/check-i18n-properties.py: New. Script to check inconsistencies
26 of i18n properties files: Detects duplicates and keys not defined in other
27 properties files. Usage:
28
29 $ find -name messages\*.properties | \
30 xargs contrib/check-i18n-properties.py
31
32 2011-04-28 Sascha L. Teichmann <sascha.teichmann@intevation.de>
33
34 * contrib/visualize-transitions.xsl: Added to create a
35 Graphviz digraph out of the config.xml. Usage:
36
37 $ xsltproc --stringparam base-dir ../doc/conf/ \
38 contrib/visualize-transitions.xsl \
39 doc/conf/conf.xml > transitions.dot
40
41 $ dot -Tsvg -o transitions.svg transitions.dot
42
43

http://dive4elements.wald.intevation.org