1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
Daniel Himmelstein f864dd832c Change ... (periods) to … (ellipsis) in summary
Also update HTML output by running (after making sure to have the fr_FR.utf8
locale installed):

```sh
LC_ALL=en_US.utf8 pelican -o pelican/tests/output/custom/ -s samples/pelican.conf.py samples/content/
LC_ALL=fr_FR.utf8 pelican -o pelican/tests/output/custom_locale/ -s samples/pelican.conf_FR.py samples/content/
LC_ALL=en_US.utf8 pelican -o pelican/tests/output/basic/ samples/content/
```
as described at
http://docs.getpelican.com/en/3.6.3/contribute.html#running-the-test-suite
2016-02-22 13:03:47 -08:00
..
tests Change ... (periods) to … (ellipsis) in summary 2016-02-22 13:03:47 -08:00
themes Use <time> instead of <abbr>. 2015-11-05 22:28:46 +01:00
tools Adding missing Makefile PHONY target stopserver 2016-01-03 11:03:10 +01: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 Merge pull request #1797 from TC01/feeds_override 2015-08-31 20:17:59 -07:00