Files
sigal/.gitignore
Jamie Starke cd8f4d02c4 Added the ability to generate media pages
- New optional parameter added to `Writer.__init__` to specify
the template file
- modified version of colorbox theme created that supports
generating media pages and linking to them (if javascript
is not supported)
- `media_page` plugin created that responds to the `gallery_build`
signal, and generates pages for each media element based on
the media.html template, including links to the next and
previous image (if applicable)
2014-10-26 14:29:27 -07:00

17 lines
138 B
Plaintext

*.egg-info
*~
*.pyc
*_flymake
.coverage
.ropeproject/
.tox/
nose.cfg
MANIFEST
_build/
build/
dist/
docs/_build
htmlcov/
output/
.DS_Store