diff options
| author | 2015-08-26 07:57:04 -0300 | |
|---|---|---|
| committer | 2015-08-26 07:57:04 -0300 | |
| commit | 8041475aab2b8efad7d2857027331bd626d26312 (patch) | |
| tree | 3980e1763c067079a4cebb425d642ca9eac834bf /nikola/plugins/task/sources.plugin | |
| parent | b0b24795b24ee6809397fbbadf42f31f310a219f (diff) | |
Imported Upstream version 7.6.4
Diffstat (limited to 'nikola/plugins/task/sources.plugin')
| -rw-r--r-- | nikola/plugins/task/sources.plugin | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/nikola/plugins/task/sources.plugin b/nikola/plugins/task/sources.plugin index 5560df6..d232c2b 100644 --- a/nikola/plugins/task/sources.plugin +++ b/nikola/plugins/task/sources.plugin @@ -1,10 +1,13 @@ [Core] -Name = render_sources -Module = sources +name = render_sources +module = sources [Documentation] -Author = Roberto Alsina -Version = 1.0 -Website = http://getnikola.com -Description = Copy page sources into the output. +author = Roberto Alsina +version = 1.0 +website = http://getnikola.com +description = Copy page sources into the output. + +[Nikola] +plugincategory = Task |
