summaryrefslogtreecommitdiff
path: root/pelican/writers.py
Commit message (Expand)AuthorAgeFilesLines
* remove pelican.signals in favor of pelican.plugins.signalsDeniz Turgut2019-12-011-1/+1
* Initial pass of removing Python 2 supportKevin Yap2019-11-261-9/+2
* Adds the category to the feed item. Fix #2556.Maurício Gardini2019-10-171-1/+7
* Remove Atom summaries when they are unnecessaryNicolas Le Manchet2018-12-181-5/+23
* control pagination per templateOliver Urs Lenz2018-07-121-5/+15
* Merge pull request #2238 from mosra/feed-urlsJustin Mayer2018-03-231-5/+14
|\
| * Make feed generator aware of absolute URLs.Vladimír Vondruš2017-10-291-3/+10
| * Make it possible to specify custom URLs for feeds.Vladimír Vondruš2017-10-291-3/+5
* | Merge pull request #2240 from mosra/atom-feed-subtitleJustin Mayer2018-03-231-1/+2
|\ \
| * | Make use of SITESUBTITLE setting also in Atom feeds.Vladimír Vondruš2017-10-291-1/+2
| |/
* | Allow to use page URL in pagination pattern.Vladimír Vondruš2018-02-101-2/+3
|/
* Merge pull request #2085 from Scheirle/feed_signalJustin Mayer2017-03-191-0/+1
|\
| * Add new signal: feed_generatedBernhard Scheirle2017-01-161-0/+1
* | Check safety of save_as earlier if possibleJonas Wielicki2017-02-271-15/+3
* | Prevent to write outside the output directoryJonas Wielicki2017-02-021-2/+16
|/
* Add option to include full content into RSS feedsAlexander Turenko2016-11-201-1/+6
* Use the summary as the feed's description, and put content in contentEevee (Lexy Munroe)2016-10-221-1/+2
* Simplified feed id generation and added support for url fragmentsBernhard Scheirle2016-09-251-5/+2
* Fix #1291: Feeds have ambiguous titles on sites with multiple categories.davidlesieur2016-04-171-5/+9
* Fix typo for updated and failure for None. #1933Karl Dubost2016-04-051-3/+3
* Add updated date to feed using modified. Fix #1933Karl Dubost2016-04-041-1/+3
* Merge pull request #1797 from TC01/feeds_overrideJustin Mayer2015-08-311-2/+6
|\
| * Added optional override_output to write_feed.Your Name2015-08-101-2/+6
* | fulfil pep8 standardderwinlu2015-08-171-17/+23
|/
* Remove a couple of unused importsKevin Yap2015-03-131-1/+0
* Merge pull request #1399 from Scheirle/fix_feed_localized_urlJustin Mayer2014-11-041-33/+30
|\
| * Enables custom locale while feed generation.Bernhard Scheirle2014-09-061-33/+30
* | Merge pull request #1366 from Scheirle/paginated_relative_urls_fix2Justin Mayer2014-09-181-11/+18
|\ \ | |/ |/|
| * Fixes wrongly generated relative urls for pagination.Bernhard Scheirle2014-07-121-11/+18
* | Add feed_written signalArtemy Tregubenko2014-08-281-0/+2
* | Refactor logging handlingDeniz Turgut2014-07-221-4/+4
|/
* Fix #1198, enable custom locale in template rendering, fixes linksOndrej Grover2014-06-261-6/+1
* Use six.moves.urllib.OGINO Masanori2014-06-101-3/+1
* enable writing of only selected output pathsOndrej Grover2014-04-171-2/+7
* change the inhibition value of *_SAVE_AS to ''Helmut Grohne2014-03-311-1/+1
* Fix Issue #1165 allows extensions to be set by certain settingsth3aftermath2014-03-081-2/+1
* Simplify a bit pagination code.Simon Conseil2014-01-051-11/+3
* pep8 fixesSimon Conseil2014-01-051-9/+10
* The modified attribute no longer has a default value.Florian Jacob2013-11-171-1/+1
* Merge pull request #1140 from gpoo/fix-invalid-atom-feed-uidJustin Mayer2013-11-121-3/+8
|\
| * Fix invalid atom feed id:tagGermán Poo-Caamaño2013-10-311-3/+8
* | Added a new ''modified:' metadata tag to be able to specify theFlorian Jacob2013-11-101-1/+1
|/
* Change StandardError to RuntimeErrorAdrien Oliva2013-10-111-2/+2
* Add a content_written signalcontent-written-signalAlexis Métaireau2013-08-171-0/+7
* Delib. overriding and overwrite detect. Fixes #938Rogdham2013-08-041-9/+27
* more robust PAGINATION_(URL|SAVE_AS) supportRoss McFarland2013-07-291-1/+1
* PAGINATION_URL/PAGINATION_SAVE_AS implementationRoss McFarland2013-07-291-14/+15
* Replace settings.get(key) with settings[key] for default settingsW. Trevor King2013-06-021-3/+3
* Use the builtin "open" on Python 3.Chris Brannon2013-05-271-1/+3
* Check URL overwrite. Fixes #446.Rogdham2013-04-141-2/+13