pelican/pelican
Martin Müller 065f93c011 Ignore output for development server
The Makefile starts pelican to continuously generate the website and a
development web server both in the background, but the commands do still
output text to the shell. This behaviour is annoying when the same shell
is used further, therefore the output of both commands get redirected to
/dev/null.
Note: Even the -q, --quiet flag of pelican does not suppress
all output.

This fixes #1888
2016-05-05 16:49:08 +02:00
..
tests Bump feedgenerator version number to 1.8 #1933 2016-04-07 10:27:46 +09:00
themes Use <time> instead of <abbr>. 2015-11-05 22:28:46 +01:00
tools Ignore output for development server 2016-05-05 16:49:08 +02:00
__init__.py Don't fail if --fatal not provided 2016-01-18 13:04:52 +01:00
cache.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
contents.py Fix DeprecationWarning in _get_summary 2015-11-03 16:56:54 +01:00
generators.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
log.py Add --fatal=errors|warnings program option 2016-01-09 02:42:02 +01:00
paginator.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
readers.py Avoid Markdown 2.6 deprecations; make MD_EXTENSIONS a dict 2015-11-30 18:12:28 +01:00
rstdirectives.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
server.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
settings.py Avoid Markdown 2.6 deprecations; make MD_EXTENSIONS a dict 2015-11-30 18:12:28 +01:00
signals.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
urlwrappers.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
utils.py Change ... (periods) to … (ellipsis) in summary 2016-02-22 13:03:47 -08:00
writers.py Fix typo for updated and failure for None. #1933 2016-04-05 10:25:21 +09:00