Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
334 additions
and 230 deletions.
- +3 −0 CHANGES.txt
- +7 −0 docs/extending.txt
- +5 −8 docs/internals.txt
- BIN docs/man/nikola.1.gz
- +0 −1 docs/sphinx/upgrading-to-v6.txt
- +0 −111 docs/upgrading-to-v6.txt
- +13 −7 nikola/__main__.py
- +0 −1 nikola/data/samplesite/stories/upgrading-to-v6.txt
- +1 −0 nikola/data/themes/bootstrap-jinja/assets/js/colorbox-i18n/jquery.colorbox-bn.js
- +1 −0 nikola/data/themes/bootstrap/assets/js/colorbox-i18n/jquery.colorbox-bn.js
- +51 −98 nikola/nikola.py
- +11 −1 nikola/plugin_categories.py
- +12 −1 nikola/plugins/command/github_deploy.py
- +9 −0 nikola/plugins/command/status.plugin
- +104 −0 nikola/plugins/command/status.py
- +10 −0 nikola/plugins/misc/scan_posts.plugin
- +100 −0 nikola/plugins/misc/scan_posts.py
- +6 −1 nikola/utils.py
- +1 −1 requirements-tests.txt
Binary file not shown.
@@ -0,0 +1 @@ | ||
../../../../../../../bower_components/jquery-colorbox/i18n/jquery.colorbox-bn.js |
@@ -0,0 +1 @@ | ||
../../../../../../../bower_components/jquery-colorbox/i18n/jquery.colorbox-bn.js |
Oops, something went wrong.