index
:
delta/python/pelican.git
3.0.1
3.2-series
Lucas-C-patch-1
add_multi_theme_support
autopub
cache-readers
caching_warning
content-written-signal
draft-tz
drop_py2_docs
faq_index_save_as
fix-1493
fix-delete-output-logic
funding
jinja-custom
listen-interrupt
master
metadata_keys
multiple-authors
pin-pygments
poetry-build
pygments-2.8
remove-legacy
remove-pkg_resources
rich
settings-join-paths
skip-md-metadata-parse
static_symlink_1042
striptags
theme-docs
theme-metadata
github.com: getpelican/pelican.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pelican
/
writers.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove pelican.signals in favor of pelican.plugins.signals
Deniz Turgut
2019-12-01
1
-1
/
+1
*
Initial pass of removing Python 2 support
Kevin Yap
2019-11-26
1
-9
/
+2
*
Adds the category to the feed item. Fix #2556.
Maurício Gardini
2019-10-17
1
-1
/
+7
*
Remove Atom summaries when they are unnecessary
Nicolas Le Manchet
2018-12-18
1
-5
/
+23
*
control pagination per template
Oliver Urs Lenz
2018-07-12
1
-5
/
+15
*
Merge pull request #2238 from mosra/feed-urls
Justin Mayer
2018-03-23
1
-5
/
+14
|
\
|
*
Make feed generator aware of absolute URLs.
Vladimír Vondruš
2017-10-29
1
-3
/
+10
|
*
Make it possible to specify custom URLs for feeds.
Vladimír Vondruš
2017-10-29
1
-3
/
+5
*
|
Merge pull request #2240 from mosra/atom-feed-subtitle
Justin Mayer
2018-03-23
1
-1
/
+2
|
\
\
|
*
|
Make use of SITESUBTITLE setting also in Atom feeds.
Vladimír Vondruš
2017-10-29
1
-1
/
+2
|
|
/
*
|
Allow to use page URL in pagination pattern.
Vladimír Vondruš
2018-02-10
1
-2
/
+3
|
/
*
Merge pull request #2085 from Scheirle/feed_signal
Justin Mayer
2017-03-19
1
-0
/
+1
|
\
|
*
Add new signal: feed_generated
Bernhard Scheirle
2017-01-16
1
-0
/
+1
*
|
Check safety of save_as earlier if possible
Jonas Wielicki
2017-02-27
1
-15
/
+3
*
|
Prevent to write outside the output directory
Jonas Wielicki
2017-02-02
1
-2
/
+16
|
/
*
Add option to include full content into RSS feeds
Alexander Turenko
2016-11-20
1
-1
/
+6
*
Use the summary as the feed's description, and put content in content
Eevee (Lexy Munroe)
2016-10-22
1
-1
/
+2
*
Simplified feed id generation and added support for url fragments
Bernhard Scheirle
2016-09-25
1
-5
/
+2
*
Fix #1291: Feeds have ambiguous titles on sites with multiple categories.
davidlesieur
2016-04-17
1
-5
/
+9
*
Fix typo for updated and failure for None. #1933
Karl Dubost
2016-04-05
1
-3
/
+3
*
Add updated date to feed using modified. Fix #1933
Karl Dubost
2016-04-04
1
-1
/
+3
*
Merge pull request #1797 from TC01/feeds_override
Justin Mayer
2015-08-31
1
-2
/
+6
|
\
|
*
Added optional override_output to write_feed.
Your Name
2015-08-10
1
-2
/
+6
*
|
fulfil pep8 standard
derwinlu
2015-08-17
1
-17
/
+23
|
/
*
Remove a couple of unused imports
Kevin Yap
2015-03-13
1
-1
/
+0
*
Merge pull request #1399 from Scheirle/fix_feed_localized_url
Justin Mayer
2014-11-04
1
-33
/
+30
|
\
|
*
Enables custom locale while feed generation.
Bernhard Scheirle
2014-09-06
1
-33
/
+30
*
|
Merge pull request #1366 from Scheirle/paginated_relative_urls_fix2
Justin Mayer
2014-09-18
1
-11
/
+18
|
\
\
|
|
/
|
/
|
|
*
Fixes wrongly generated relative urls for pagination.
Bernhard Scheirle
2014-07-12
1
-11
/
+18
*
|
Add feed_written signal
Artemy Tregubenko
2014-08-28
1
-0
/
+2
*
|
Refactor logging handling
Deniz Turgut
2014-07-22
1
-4
/
+4
|
/
*
Fix #1198, enable custom locale in template rendering, fixes links
Ondrej Grover
2014-06-26
1
-6
/
+1
*
Use six.moves.urllib.
OGINO Masanori
2014-06-10
1
-3
/
+1
*
enable writing of only selected output paths
Ondrej Grover
2014-04-17
1
-2
/
+7
*
change the inhibition value of *_SAVE_AS to ''
Helmut Grohne
2014-03-31
1
-1
/
+1
*
Fix Issue #1165 allows extensions to be set by certain settings
th3aftermath
2014-03-08
1
-2
/
+1
*
Simplify a bit pagination code.
Simon Conseil
2014-01-05
1
-11
/
+3
*
pep8 fixes
Simon Conseil
2014-01-05
1
-9
/
+10
*
The modified attribute no longer has a default value.
Florian Jacob
2013-11-17
1
-1
/
+1
*
Merge pull request #1140 from gpoo/fix-invalid-atom-feed-uid
Justin Mayer
2013-11-12
1
-3
/
+8
|
\
|
*
Fix invalid atom feed id:tag
Germán Poo-Caamaño
2013-10-31
1
-3
/
+8
*
|
Added a new ''modified:' metadata tag to be able to specify the
Florian Jacob
2013-11-10
1
-1
/
+1
|
/
*
Change StandardError to RuntimeError
Adrien Oliva
2013-10-11
1
-2
/
+2
*
Add a content_written signal
content-written-signal
Alexis Métaireau
2013-08-17
1
-0
/
+7
*
Delib. overriding and overwrite detect. Fixes #938
Rogdham
2013-08-04
1
-9
/
+27
*
more robust PAGINATION_(URL|SAVE_AS) support
Ross McFarland
2013-07-29
1
-1
/
+1
*
PAGINATION_URL/PAGINATION_SAVE_AS implementation
Ross McFarland
2013-07-29
1
-14
/
+15
*
Replace settings.get(key) with settings[key] for default settings
W. Trevor King
2013-06-02
1
-3
/
+3
*
Use the builtin "open" on Python 3.
Chris Brannon
2013-05-27
1
-1
/
+3
*
Check URL overwrite. Fixes #446.
Rogdham
2013-04-14
1
-2
/
+13
[next]