This repository was archived by the owner on May 10, 2018. It is now read-only.
ljcooke/pilcrow
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
PILCROW
=======
A static site generator, tailored for my own needs. (Work in progress.)
Requires Python 2.6, with the following modules:
module easy_install url
------ ---- ---
BeautifulSoup BeautifulSoup http://www.crummy.com/software/BeautifulSoup/
dateutil python-dateutil http://labix.org/python-dateutil
mako Mako http://www.makotemplates.org/
markdown Markdown http://www.freewisdom.org/projects/python-markdown
PyRSS2Gen PyRSS2Gen http://dalkescientific.com/Python/PyRSS2Gen.html
yaml PyYAML http://pyyaml.org/wiki/PyYAML
At the moment there isn't any documentation, or even a list of features.
But you can get some idea of how it works by comparing the contents of
./example-site/ with the resulting site in ./example-site/deploy/,
which can be seen in action at: http://inky.github.com/pilcrow/
Licensed under the terms of the MIT license (see the LICENSE file).
LINKS
=====
Documentation:
Mako templates http://www.makotemplates.org/docs/
Markdown formatting http://daringfireball.net/projects/markdown/basics