]> sipb.mit.edu Git - ikiwiki.git/commit
po: reorder nearly all of the module code
authorintrigeri <intrigeri@boum.org>
Tue, 11 Nov 2008 03:05:39 +0000 (04:05 +0100)
committerintrigeri <intrigeri@boum.org>
Tue, 11 Nov 2008 03:05:39 +0000 (04:05 +0100)
commitd57ef863803355f37b6c0c6d6caec203dfaeeed3
tree048b883ea4902b00657c6fdca3df8e5c7b6b719c
parentf2dc003cfbe08acb9f10a28503d78abefa7d67b3
po: reorder nearly all of the module code

It has grown up incrementally and new helper functions were added right in the
middle of the hooks, most often near the place they were used, which is
practical when doing initial development, but quite ugly afterwards, when helper
functions are useful to separate logic and implementation details.

Today's refactoring commits have brought the code to a much more maintainable
state, IMHO.

Signed-off-by: intrigeri <intrigeri@boum.org>
IkiWiki/Plugin/po.pm