summaryrefslogtreecommitdiff
path: root/pelican/readers.py
Commit message (Expand)AuthorAgeFilesLines
* Skip MD metadata parsing in latest Python-Markdownskip-md-metadata-parseJustin Mayer2020-04-121-1/+1
* Skip Markdown metadata parsing within metadataAnnika Backstrom2020-04-121-0/+3
* remove pelican.signals in favor of pelican.plugins.signalsDeniz Turgut2019-12-011-1/+1
* Convert super() calls to py3 styleDeniz Turgut2019-11-261-12/+6
* Update docutils and remove docutils workaroundDeniz Turgut2019-11-261-13/+0
* Further remove python2-ismsDeniz Turgut2019-11-261-6/+7
* Initial pass of removing Python 2 supportKevin Yap2019-11-261-14/+10
* Support inline SVGs (don't break on title in inline SVG).Stuart Axon2019-10-151-1/+1
* Allow directories in EXTRA_PATH_METADATAAndrew Vant2019-03-061-2/+14
* Remove Python 3.4 referencesJohn Franey2019-02-061-1/+1
* Use language_code if it is supportedDeniz Turgut2018-11-261-1/+10
* Merge branch 'master' into html_list_tagsJustin Mayer2018-11-111-2/+5
|\
| * Let's handle reST errors in a simple and nice way, finally.Deniz Turgut2018-11-101-2/+5
* | Merge branch 'master' into html_list_tagsJustin Mayer2018-11-011-3/+25
|\ \ | |/
| * Merge pull request #2311 from gwax/warn_rst_no_document_titleJustin Mayer2018-04-061-2/+9
| |\
| | * Warn on missing rst document title. Fixes #2311.George Leslie-Waksman2018-03-271-2/+9
| * | Merge pull request #2017 from JulienPalard/masterJustin Mayer2018-04-061-1/+15
| |\ \ | | |/ | |/|
| | * FIX: Those keys are looked up lowercased.Julien Palard2016-10-261-1/+1
| | * As not allowing duplicates in processed items is counter intuitive, let's all...Julien Palard2016-10-101-2/+1
| | * Merge remote-tracking branch 'upstream/master'Julien Palard2016-10-101-2/+2
| | |\
| | * | Just in case someone forgot the DUPLICATES_DEFINITIONS_ALLOWED but add in MET...Julien Palard2016-09-301-1/+2
| | * | Explicitly disallow duplications of URL and save_as.Julien Palard2016-09-301-1/+15
| * | | Propagate value of DEFAULT_LANG to docutils reST parser.Vladimír Vondruš2017-11-291-0/+1
* | | | Make HTMLReader parse multiple occurences of metadata tags as listMr. Senko2017-12-021-1/+11
|/ / /
* | | Ability to override docutils HTML writer/translator.Vladimír Vondruš2017-06-301-6/+30
* | | Fixup 89b28fdderwinlu2017-03-291-4/+4
* | | Fix more python 3.6 regex DeprecationWarning'sderwinlu2017-03-291-2/+2
* | | Fix warnings originating from bad regexesderwinlu2017-03-271-3/+3
* | | Fix setting None metadata from FILENAME_METADATA matches.Tim Wienk2017-03-151-1/+1
* | | Fix #1325 and add test_find_empty_altJohn2016-11-171-2/+2
* | | Make markdown extensions order non-arbitraryBernhard Scheirle2016-11-151-7/+5
* | | Replaces MD_EXTENSIONS with MARKDOWNBernhard Scheirle2016-11-021-4/+11
| |/ |/|
* | Merge pull request #2015 from jpli/improve_path_metadata_processingJustin Mayer2016-10-061-2/+2
|\ \ | |/ |/|
| * Revert to the old category processing orderLi Jiapeng2016-09-191-1/+1
| * Avoid circumvention of metadata name checkingLi Jiapeng2016-09-191-1/+1
* | Merge pull request #1880 from allanman/patch-1Justin Mayer2016-09-221-1/+1
|\ \ | |/ |/|
| * Update readers.pyA Björck2015-12-261-1/+1
* | MarkdownReader: don't raise AttributeError on empty filesWill Thompson2016-08-111-1/+4
* | Fix typogrifying objects without titleMarcin Kurczewski2016-05-291-0/+2
* | Makes DEFAULT_DATE accept string dates; fixes #1464Robert Utter2016-05-241-1/+4
|/
* Avoid Markdown 2.6 deprecations; make MD_EXTENSIONS a dictKernc2015-11-301-4/+4
* Merge pull request #1837 from SimonStJG/fix-quote-escaping-in-html-attributesJustin Mayer2015-11-021-10/+11
|\
| * Fix quote escaping in read html attributes.Simon StJG2015-10-141-10/+11
* | rename summary references to formatted_fieldsderwinlu2015-10-131-5/+4
|/
* Remove duplicate tags and authors in metadataJesús Fernández2015-08-261-1/+4
* fulfil pep8 standardderwinlu2015-08-171-43/+55
* Merge pull request #1747 from ingwinlu/fix_cacheJustin Mayer2015-06-091-1/+2
|\
| * fix cachingderwinlu2015-06-081-1/+2
* | Support semicolon-separated author/tag lists.Zack Weinberg2015-06-041-7/+23
|/
* Ignore empty metadata. Fixes #1469. Fixes #1398.Forest2015-03-241-10/+38