pelican/pelican
W. Trevor King 3f26f9af5b generators: Teach Generator.get_files to handle non-directory input
This makes it easier for StaticGenerator to walk FILES_TO_COPY, where
the input may be a directory or a bare filename.

Non-traversable file types (e.g. everything but directories and
symlinks to directories) are not checked against the exclude list.
The user-level effect of this is that explicit entries in STATIC_PATHS
or FILES_TO_COPY will override a hypothetical STATIC_EXCLUDES setting,
which seems like a reasonable approach.

I also removed the Python 2.5 compatibility check for `followlinks` in
os.walk, since Pelican is now Python >=2.7.
2013-03-06 08:38:45 -05:00
..
plugins added unique filtering and config limit param 2013-03-03 22:18:59 -08:00
tests Move the tests into pelican. Fix #500 2013-03-06 00:41:27 -08:00
themes add disqus_url to comment js block 2013-03-05 23:42:42 -08:00
tools string types have no decode method in py3 2013-03-03 22:00:37 -08:00
__init__.py delete output directory properly 2013-03-03 22:14:05 -08:00
contents.py Fixes #645 - Making cross-content linking windows compatible 2013-03-06 00:04:44 -08:00
generators.py generators: Teach Generator.get_files to handle non-directory input 2013-03-06 08:38:45 -05:00
log.py Manual pass on sources for better standards. 2013-03-03 20:12:31 -08:00
paginator.py Port pelican to python 3. 2013-01-11 03:20:09 +01:00
readers.py Fix a test in the asciidoc reader, and add asciidoc to travis so that 2013-03-03 21:43:04 -08:00
rstdirectives.py Port pelican to python 3. 2013-01-11 03:20:09 +01:00
server.py Manual pass on sources for better standards. 2013-03-03 20:12:31 -08:00
settings.py Manual pass on sources for better standards. 2013-03-03 20:12:31 -08:00
signals.py Add a pages_generator_finalized signal. 2013-02-10 12:42:54 -08:00
utils.py bom detection and removal 2013-03-03 22:33:16 -08:00
writers.py Manual pass on sources for better standards. 2013-03-03 20:12:31 -08:00