1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
jvoisin ad38d602c7 Improve the regexp used in _update_content
a html tag always starts with <[a-z], < [a-z] is invalid
a space can be found after the = in href='bleh'

This function is taking 10% of the compilation time, with caching enabled,
maybe it's worth optimising the regexp a bit more, I don't know.
2017-03-31 11:39:05 +02:00
..
tests Improve the regexp used in _update_content 2017-03-31 11:39:05 +02:00
themes Upgrade legacy GA tracking code. 2016-09-21 18:05:04 +02:00
tools Correct new flake8 warnings 2017-01-24 09:12:16 +01:00
__init__.py Prepare version 3.7.2.dev0 for next development cycle 2017-01-10 13:51:37 -08:00
cache.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
contents.py Improve the regexp used in _update_content 2017-03-31 11:39:05 +02:00
generators.py Fix generator caching 2016-12-10 02:05:35 -05:00
log.py Correct new flake8 warnings 2017-01-24 09:12:16 +01:00
paginator.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
readers.py Fix #1325 and add test_find_empty_alt 2016-11-17 23:29:19 +00:00
rstdirectives.py Correct new flake8 warnings 2017-01-24 09:12:16 +01:00
server.py prevent server from dying when query strings present 2016-12-10 10:05:50 -08:00
settings.py Merge pull request #2051 from Totktonada/feature/rss_full_content_opt 2016-12-03 12:48:58 -08:00
signals.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
urlwrappers.py Add AUTHOR_SUBSTITUTIONS 2016-04-01 23:01:57 +03:00
utils.py Check safety of save_as earlier if possible 2017-02-27 21:49:17 +01:00
writers.py Check safety of save_as earlier if possible 2017-02-27 21:49:17 +01:00