1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
Deniz Turgut a2053c34c3 Namespace plugin implementation
* Creates pelican.plugins
* Moves plugin related code under pelican.plugins
  * pelican.plugins.signals is now the location for signals, pelican.signals is kept
    for backwards compatibility
  * pelican.plugins._utils contains necessary bits for plugin discovery and loading.
    Logic from Pelican class is moved here. Pelican class now just asks for plugins
    and registers them
* Contains tests for old and new plugin loading
2019-12-01 17:55:19 +03:00
..
plugins Namespace plugin implementation 2019-12-01 17:55:19 +03:00
tests Namespace plugin implementation 2019-12-01 17:55:19 +03:00
themes Add CSS classes for reStructuredText figures 2019-07-23 16:37:09 +02:00
tools Further remove python2-isms 2019-11-26 06:17:04 +09:00
__init__.py Namespace plugin implementation 2019-12-01 17:55:19 +03:00
__main__.py Initial pass of removing Python 2 support 2019-11-26 06:16:41 +09:00
cache.py Convert super() calls to py3 style 2019-11-26 06:17:04 +09:00
contents.py Convert super() calls to py3 style 2019-11-26 06:17:04 +09:00
generators.py Convert super() calls to py3 style 2019-11-26 06:17:04 +09:00
log.py Convert super() calls to py3 style 2019-11-26 06:17:04 +09:00
paginator.py Initial pass of removing Python 2 support 2019-11-26 06:16:41 +09:00
readers.py Convert super() calls to py3 style 2019-11-26 06:17:04 +09:00
rstdirectives.py Initial pass of removing Python 2 support 2019-11-26 06:16:41 +09:00
server.py Initial pass of removing Python 2 support 2019-11-26 06:16:41 +09:00
settings.py Namespace plugin implementation 2019-12-01 17:55:19 +03:00
signals.py Namespace plugin implementation 2019-12-01 17:55:19 +03:00
urlwrappers.py Convert super() calls to py3 style 2019-11-26 06:17:04 +09:00
utils.py Convert super() calls to py3 style 2019-11-26 06:17:04 +09:00
writers.py Initial pass of removing Python 2 support 2019-11-26 06:16:41 +09:00