Converted encoding from ISO8859-15 to UTF-8.
[philipp/winterrodeln/wrpylib.git] / wrpylib / mwmarkup.py
2016-02-02 philippIntermediate commit
2015-05-23 philippReplaced shebang line from python2.7 to python3.4.
2015-05-23 philippModifications done by "2to3-3.4 -w -n".
2014-03-10 philippRevert "Removed unnecessary call to rstrip."
2014-03-08 philippRemoved unnecessary call to rstrip.
2014-03-08 philippAdded from_python to the TemplateValidator.
2014-03-08 philippImplemented that stripping the whitespace in a template...
2014-03-08 philippCreated to_python function of new validator TemplateVal...
2013-09-15 philippNow the width and height of the map are parsed from...
2013-09-12 philippFixed description of find_tag.
2013-09-11 philippNow function parse_googlemap behaves like parse_wrmap.
2013-09-08 philippThe parse_googlemap function now uses the new XML tag...
2013-09-08 philippCreated new function find_tag to find XML like tags.
2013-09-08 philippThe googlemap extension tag is googlemap, not googlemaps.
2013-09-08 philippUse non-greedy matching for finding the <googlemap...
2013-09-08 philippparse_googlemap now optionally returns the start and...
2013-04-21 philippRelease of version 0.1.0.
2012-08-12 philippFixed: Space character was sometimes present before...
2011-11-22 philippFunctionality improvement and bugfix of mwmarkup.py...
2011-09-25 philippAdd text to the title if the text is given below the...
2011-07-03 philippImplemented function update_wrmapcache.
2011-02-08 philippAdded optional parameter to specify the key length.
2011-02-04 philippAdded functions to generate and parse templates.
2011-01-31 philippAdded a test for wrmwmarkup.py and adjusted the module.
2011-01-31 philippCopied the validators from wradmin.