Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jul 4, 2015
1 parent 49c1ec0 commit edc950f
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -53,6 +53,7 @@ Tests = test-suite
[Nikola]
MinVersion = version-number
MaxVersion = version-number
Compiler = compiler-that-uses-extensions

[Documentation]
Author = authors-name
Expand All @@ -69,7 +70,11 @@ In `[Core]`, you need to provide the `Name` of your plugin and the `Module` your

#### `[Nikola]` (optional)

If you require a specific version of Nikola, set `MinVersion` and `MaxVersion` accordingly. Neither field is mandatory, and you can even skip this section altogether if you do not need it.
If you require a specific version of Nikola, set `MinVersion` and `MaxVersion` accordingly. Those fields are not mandatory.

If the plugin is a compiler extension, you need to set the `Compiler` here. Otherwise, skip this field.

You can skip this section altogether if you do not need it.

#### `[Documentation]`

Expand Down
2 changes: 1 addition & 1 deletion output/index.html
Expand Up @@ -133,7 +133,7 @@
<a href="https://themes.getnikola.com">Themes</a>
</li>
<li class="active">
<a href="https://plugins.getnikola.com">Plugins</a><span class="sr-only"> (active)</span>
<a href="https://plugins.getnikola.com">Plugins<span class="sr-only"> (active)</span></a>
</li>
<li>
<a href="https://users.getnikola.com">Users</a>
Expand Down
3 changes: 3 additions & 0 deletions v6/book_figure/book_figure.plugin
Expand Up @@ -3,6 +3,9 @@ Name = book_figure
Module = book_figure
Tests = test_book_figure

[Nikola]
Compiler = rest

[Documentation]
Author = Ivan Teoh
Version = 0.3
Expand Down
3 changes: 3 additions & 0 deletions v6/graphviz/graphviz.plugin
Expand Up @@ -2,6 +2,9 @@
Name = graphviz
Module = graphviz

[Nikola]
Compiler = rest

[Documentation]
Author = Roberto Alsina
Version = 0.1
Expand Down
3 changes: 3 additions & 0 deletions v6/html_roles/html_roles.plugin
Expand Up @@ -2,6 +2,9 @@
Name = html_roles
Module = html_roles

[Nikola]
Compiler = rest

[Documentation]
Author = Aru Sahni
Version = 0.1
Expand Down
3 changes: 3 additions & 0 deletions v6/link_figure/link_figure.plugin
Expand Up @@ -3,6 +3,9 @@ Name = link_figure
Module = link_figure
Tests = test_link_figure

[Nikola]
Compiler = rest

[Documentation]
Author = Ivan Teoh
Version = 0.2
Expand Down
1 change: 1 addition & 0 deletions v6/microdata/microdata.plugin
Expand Up @@ -4,6 +4,7 @@ Module = microdata
Tests = test_microdata

[Nikola]
Compiler = rest
MinVersion = 6.3.0

[Documentation]
Expand Down
1 change: 1 addition & 0 deletions v6/rstdiff/rstdiff.plugin
Expand Up @@ -3,6 +3,7 @@ Name = rstdiff
Module = rstdiff

[Nikola]
Compiler = rest
MinVersion = 6.0.0

[Documentation]
Expand Down
1 change: 1 addition & 0 deletions v7/emoji/emoji.plugin
Expand Up @@ -3,6 +3,7 @@ Name = emoji
Module = emoji

[Nikola]
Compiler = rest
MinVersion = 7.4.0

[Documentation]
Expand Down
3 changes: 3 additions & 0 deletions v7/forms/forms.plugin
Expand Up @@ -2,6 +2,9 @@
Name = rest_forms
Module = forms

[Nikola]
Compiler = rest

[Documentation]
Author = Roberto Alsina
Version = 0.1
Expand Down
1 change: 1 addition & 0 deletions v7/gallery_directive/gallery_directive.plugin
Expand Up @@ -3,6 +3,7 @@ Name = gallery_directive
Module = gallery_directive

[Nikola]
Compiler = rest
MinVersion = 7.4.1

[Documentation]
Expand Down
3 changes: 3 additions & 0 deletions v7/pyplots/pyplots.plugin
Expand Up @@ -2,6 +2,9 @@
Name = pyplots
Module = pyplots

[Nikola]
Compiler = rest

[Documentation]
Author = Roberto Alsina
Version = 0.1
Expand Down
3 changes: 3 additions & 0 deletions v7/rest_html5/rest_html5.plugin
Expand Up @@ -2,6 +2,9 @@
Name = rest_html5
Module = rest_html5

[Nikola]
Compiler = rest

[Documentation]
Author = Roberto Alsina, Pelle Nilsson
Version = 1.0
Expand Down
1 change: 1 addition & 0 deletions v7/sphinx_roles/sphinx_roles.plugin
Expand Up @@ -3,6 +3,7 @@ Name = sphinx_roles
Module = sphinx_roles

[Nikola]
Compiler = rest
MinVersion = 7.4.0

[Documentation]
Expand Down

0 comments on commit edc950f

Please sign in to comment.