Skip to content
This repository has been archived by the owner on May 10, 2018. It is now read-only.

ljcooke/pilcrow

develop
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
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

About

An abandoned static site generator.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages