diff options
Diffstat (limited to 'nikola/plugins/compile/rest.plugin')
| -rw-r--r-- | nikola/plugins/compile/rest.plugin | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/nikola/plugins/compile/rest.plugin b/nikola/plugins/compile/rest.plugin index f144809..cf842c7 100644 --- a/nikola/plugins/compile/rest.plugin +++ b/nikola/plugins/compile/rest.plugin @@ -1,10 +1,13 @@ [Core] -Name = rest -Module = rest +name = rest +module = rest [Documentation] -Author = Roberto Alsina -Version = 1.0 -Website = http://getnikola.com -Description = Compile reSt into HTML +author = Roberto Alsina +version = 1.0 +website = http://getnikola.com +description = Compile reSt into HTML +[Nikola] +plugincategory = Compiler +friendlyname = reStructuredText |
