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