Skip to content

Commit

Permalink
Add php to the default COMPILERS
Browse files Browse the repository at this point in the history
So people know it exists…

Signed-off-by: Chris “Kwpolska” Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Feb 6, 2014
1 parent 06eb62d commit 647132c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nikola/plugins/command/init.py
Expand Up @@ -83,6 +83,10 @@ class CommandInit(Command):
"wiki": ('.wiki',),
"ipynb": ('.ipynb',),
"html": ('.html', '.htm'),
# PHP files are rendered the usual way (i.e. with the full templates).
# The resulting files have .php extensions, making it possible to run
# them without reconfiguring your server to recognize them.
"php": ('.php',),
# Pandoc detects the input from the source filename
# but is disabled by default as it would conflict
# with many of the others.
Expand Down

0 comments on commit 647132c

Please sign in to comment.