Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getnikola/plugins
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7e25fc571631
Choose a base ref
...
head repository: getnikola/plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3a7bf727df13
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Aug 1, 2017

  1. Add MetadataExtractor category page

    Signed-off-by: Chris Warrick <kwpolska@gmail.com>
    Kwpolska committed Aug 1, 2017
    Copy the full SHA
    3a7bf72 View commit details
Showing with 11 additions and 1 deletion.
  1. +10 −0 site/pages/categories/MetadataExtractor.rst
  2. +1 −1 site/pages/categories/gen.py
10 changes: 10 additions & 0 deletions site/pages/categories/MetadataExtractor.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.. title: MetadataExtractor
.. slug: MetadataExtractor
.. date: 1970-01-01 00:00:00 UTC
.. category: category_page
.. post-list::
:sort: slug_sortable
:categories: MetadataExtractor
:post_type: pages
:template: plugin_list.tmpl
2 changes: 1 addition & 1 deletion site/pages/categories/gen.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# Generate category pages
# TODO in Nikola v8: rename Compiler → PageCompiler (#2543)
categories = ['Command', 'CompilerExtension', 'ConfigPlugin', 'LateTask', 'Compiler', 'PostScanner', 'ShortcodePlugin', 'SignalHandler', 'Task', 'TaskMultiplier', 'TemplateSystem']
categories = ['Command', 'CompilerExtension', 'ConfigPlugin', 'LateTask', 'Compiler', 'PostScanner', 'ShortcodePlugin', 'SignalHandler', 'Task', 'TaskMultiplier', 'TemplateSystem', 'MetadataExtractor']
template = """\
.. title: {0}
.. slug: {0}