forked from github/pelican
This requires a significant overhaul because we want to be able to have IGNORE_FILES apply at every level of a recursively copied directory (e.g. the theme static directory). Since I was overhauling it anyway I changed it to use os.walk, which should be more efficient. |
||
|---|---|---|
| .. | ||
| tests | ||
| themes | ||
| tools | ||
| __init__.py | ||
| contents.py | ||
| generators.py | ||
| log.py | ||
| paginator.py | ||
| readers.py | ||
| rstdirectives.py | ||
| server.py | ||
| settings.py | ||
| signals.py | ||
| urlwrappers.py | ||
| utils.py | ||
| writers.py | ||