Archives for {{ SITENAME }}
5 | 6 |-
7 | {% for article in dates %}
8 |
- {{ article.locale_date }} 9 |
- {{ article.title }} 10 | {% endfor %} 11 |
├── pelican ├── tools │ ├── __init__.py │ └── templates │ │ ├── publishconf.py.jinja2 │ │ ├── pelicanconf.py.jinja2 │ │ └── develop_server.sh.jinja2 ├── tests │ ├── content │ │ ├── empty.md │ │ ├── empty_with_bom.md │ │ ├── bad_extension.mmd │ │ ├── article_with_uppercase_metadata.rst │ │ ├── article_with_markdown_markup_extensions.md │ │ ├── 2012-11-29_rst_w_filename_meta#foo-bar.rst │ │ ├── 2012-11-30_md_w_filename_meta#foo-bar.md │ │ ├── article_without_category.rst │ │ ├── TestCategory │ │ │ ├── article_without_category.rst │ │ │ └── article_with_category.rst │ │ ├── article.rst │ │ ├── article_with_uppercase_metadata.html │ │ ├── article_with_keywords.html │ │ ├── article_with_comments.html │ │ ├── article_with_multiple_authors.html │ │ ├── article_with_multiple_authors.rst │ │ ├── article_with_null_attributes.html │ │ ├── article_with_template.rst │ │ ├── article_with_markdown_and_summary_metadata_single.md │ │ ├── article_with_mkd_extension.mkd │ │ ├── article_with_mdown_extension.mdown │ │ ├── article_with_markdown_extension.markdown │ │ ├── article_with_multiple_authors_semicolon.rst │ │ ├── article_with_code_block.rst │ │ ├── article_with_metadata.unknownextension │ │ ├── article_with_md_extension.md │ │ ├── article_with_multiple_authors_list.rst │ │ ├── article_with_markdown_and_summary_metadata_multi.md │ │ ├── article_with_duplicate_tags_authors.md │ │ ├── article_with_nonconformant_meta_tags.html │ │ ├── article_with_attributes_containing_double_quotes.html │ │ ├── article_with_markdown_and_nonascii_summary.md │ │ ├── article_with_metadata.rst │ │ ├── article_with_metadata.html │ │ ├── article_with_metadata_and_contents.html │ │ └── article_with_markdown_and_footnote.md │ ├── mixed_content │ │ ├── fake_image.jpg │ │ ├── subdir │ │ │ └── subdir_fake_image.jpg │ │ └── short_page.md │ ├── output │ │ ├── custom │ │ │ ├── robots.txt │ │ │ ├── pictures │ │ │ │ ├── Sushi.jpg │ │ │ │ ├── Fat_Cat.jpg │ │ │ │ └── Sushi_Macro.jpg │ │ │ ├── theme │ │ │ │ ├── images │ │ │ │ │ └── icons │ │ │ │ │ │ ├── rss.png │ │ │ │ │ │ ├── vimeo.png │ │ │ │ │ │ ├── aboutme.png │ │ │ │ │ │ ├── facebook.png │ │ │ │ │ │ ├── github.png │ │ │ │ │ │ ├── gittip.png │ │ │ │ │ │ ├── lastfm.png │ │ │ │ │ │ ├── linkedin.png │ │ │ │ │ │ ├── reddit.png │ │ │ │ │ │ ├── twitter.png │ │ │ │ │ │ ├── youtube.png │ │ │ │ │ │ ├── bitbucket.png │ │ │ │ │ │ ├── delicious.png │ │ │ │ │ │ ├── gitorious.png │ │ │ │ │ │ ├── hackernews.png │ │ │ │ │ │ ├── slideshare.png │ │ │ │ │ │ ├── google-groups.png │ │ │ │ │ │ ├── google-plus.png │ │ │ │ │ │ ├── speakerdeck.png │ │ │ │ │ │ └── stackoverflow.png │ │ │ │ ├── fonts │ │ │ │ │ ├── Yanone_Kaffeesatz_400.eot │ │ │ │ │ ├── Yanone_Kaffeesatz_400.ttf │ │ │ │ │ ├── Yanone_Kaffeesatz_400.woff │ │ │ │ │ ├── Yanone_Kaffeesatz_400.woff2 │ │ │ │ │ └── font.css │ │ │ │ └── css │ │ │ │ │ ├── typogrify.css │ │ │ │ │ ├── fonts.css │ │ │ │ │ ├── wide.css │ │ │ │ │ └── reset.css │ │ │ └── feeds │ │ │ │ ├── yeah.rss.xml │ │ │ │ ├── bar.rss.xml │ │ │ │ ├── all-fr.atom.xml │ │ │ │ ├── bar.atom.xml │ │ │ │ ├── yeah.atom.xml │ │ │ │ ├── cat1.rss.xml │ │ │ │ └── cat1.atom.xml │ │ ├── custom_locale │ │ │ ├── robots.txt │ │ │ ├── pictures │ │ │ │ ├── Sushi.jpg │ │ │ │ ├── Fat_Cat.jpg │ │ │ │ └── Sushi_Macro.jpg │ │ │ ├── theme │ │ │ │ ├── images │ │ │ │ │ └── icons │ │ │ │ │ │ ├── rss.png │ │ │ │ │ │ ├── github.png │ │ │ │ │ │ ├── gittip.png │ │ │ │ │ │ ├── lastfm.png │ │ │ │ │ │ ├── reddit.png │ │ │ │ │ │ ├── vimeo.png │ │ │ │ │ │ ├── aboutme.png │ │ │ │ │ │ ├── facebook.png │ │ │ │ │ │ ├── linkedin.png │ │ │ │ │ │ ├── twitter.png │ │ │ │ │ │ ├── youtube.png │ │ │ │ │ │ ├── bitbucket.png │ │ │ │ │ │ ├── delicious.png │ │ │ │ │ │ ├── gitorious.png │ │ │ │ │ │ ├── google-plus.png │ │ │ │ │ │ ├── hackernews.png │ │ │ │ │ │ ├── slideshare.png │ │ │ │ │ │ ├── speakerdeck.png │ │ │ │ │ │ ├── google-groups.png │ │ │ │ │ │ └── stackoverflow.png │ │ │ │ ├── fonts │ │ │ │ │ ├── Yanone_Kaffeesatz_400.eot │ │ │ │ │ ├── Yanone_Kaffeesatz_400.ttf │ │ │ │ │ ├── Yanone_Kaffeesatz_400.woff │ │ │ │ │ ├── Yanone_Kaffeesatz_400.woff2 │ │ │ │ │ └── font.css │ │ │ │ └── css │ │ │ │ │ ├── typogrify.css │ │ │ │ │ ├── fonts.css │ │ │ │ │ ├── wide.css │ │ │ │ │ └── reset.css │ │ │ └── feeds │ │ │ │ ├── yeah.rss.xml │ │ │ │ ├── bar.rss.xml │ │ │ │ ├── all-fr.atom.xml │ │ │ │ ├── bar.atom.xml │ │ │ │ ├── yeah.atom.xml │ │ │ │ ├── cat1.rss.xml │ │ │ │ └── cat1.atom.xml │ │ └── basic │ │ │ ├── theme │ │ │ ├── images │ │ │ │ └── icons │ │ │ │ │ ├── rss.png │ │ │ │ │ ├── github.png │ │ │ │ │ ├── gittip.png │ │ │ │ │ ├── lastfm.png │ │ │ │ │ ├── reddit.png │ │ │ │ │ ├── vimeo.png │ │ │ │ │ ├── aboutme.png │ │ │ │ │ ├── bitbucket.png │ │ │ │ │ ├── delicious.png │ │ │ │ │ ├── facebook.png │ │ │ │ │ ├── gitorious.png │ │ │ │ │ ├── linkedin.png │ │ │ │ │ ├── twitter.png │ │ │ │ │ ├── youtube.png │ │ │ │ │ ├── google-plus.png │ │ │ │ │ ├── hackernews.png │ │ │ │ │ ├── slideshare.png │ │ │ │ │ ├── speakerdeck.png │ │ │ │ │ ├── google-groups.png │ │ │ │ │ └── stackoverflow.png │ │ │ ├── fonts │ │ │ │ ├── Yanone_Kaffeesatz_400.eot │ │ │ │ ├── Yanone_Kaffeesatz_400.ttf │ │ │ │ ├── Yanone_Kaffeesatz_400.woff │ │ │ │ ├── Yanone_Kaffeesatz_400.woff2 │ │ │ │ └── font.css │ │ │ └── css │ │ │ │ ├── typogrify.css │ │ │ │ ├── fonts.css │ │ │ │ ├── wide.css │ │ │ │ └── reset.css │ │ │ ├── feeds │ │ │ ├── all-fr.atom.xml │ │ │ ├── bar.atom.xml │ │ │ ├── alexis-metaireau.rss.xml │ │ │ ├── yeah.atom.xml │ │ │ ├── cat1.atom.xml │ │ │ └── alexis-metaireau.atom.xml │ │ │ ├── tag │ │ │ ├── oh.html │ │ │ └── baz.html │ │ │ ├── authors.html │ │ │ ├── categories.html │ │ │ ├── override │ │ │ └── index.html │ │ │ ├── pages │ │ │ ├── this-is-a-test-hidden-page.html │ │ │ └── this-is-a-test-page.html │ │ │ ├── tags.html │ │ │ ├── article-1.html │ │ │ ├── article-2.html │ │ │ ├── article-3.html │ │ │ ├── filename_metadata-example.html │ │ │ ├── drafts │ │ │ └── a-draft-article.html │ │ │ ├── second-article.html │ │ │ ├── second-article-fr.html │ │ │ └── a-markdown-powered-article.html │ ├── nested_content │ │ └── maindir │ │ │ ├── maindir.md │ │ │ └── subdir │ │ │ └── subdir.md │ ├── TestPages │ │ ├── page.rst │ │ ├── page_with_category_and_tag_links.md │ │ ├── page_used_for_sorting_test.rst │ │ ├── hidden_page.rst │ │ ├── bad_page.rst │ │ ├── page_markdown.md │ │ ├── page_with_template.rst │ │ ├── hidden_page_markdown.md │ │ └── hidden_page_with_template.rst │ ├── theme_overrides │ │ ├── level1 │ │ │ └── article.html │ │ └── level2 │ │ │ ├── article.html │ │ │ └── authors.html │ ├── test_testsuite.py │ ├── __init__.py │ ├── test_rstdirectives.py │ └── default_conf.py ├── themes │ ├── simple │ │ └── templates │ │ │ ├── tag.html │ │ │ ├── category.html │ │ │ ├── author.html │ │ │ ├── categories.html │ │ │ ├── translations.html │ │ │ ├── archives.html │ │ │ ├── period_archives.html │ │ │ ├── tags.html │ │ │ ├── authors.html │ │ │ ├── page.html │ │ │ ├── pagination.html │ │ │ ├── gosquared.html │ │ │ ├── index.html │ │ │ └── article.html │ └── notmyidea │ │ ├── templates │ │ ├── tag.html │ │ ├── author.html │ │ ├── category.html │ │ ├── comments.html │ │ ├── taglist.html │ │ ├── twitter.html │ │ ├── translations.html │ │ ├── archives.html │ │ ├── page.html │ │ ├── period_archives.html │ │ ├── tags.html │ │ ├── authors.html │ │ ├── github.html │ │ ├── disqus_script.html │ │ ├── article_infos.html │ │ ├── article.html │ │ ├── analytics.html │ │ └── index.html │ │ └── static │ │ ├── images │ │ └── icons │ │ │ ├── rss.png │ │ │ ├── vimeo.png │ │ │ ├── aboutme.png │ │ │ ├── github.png │ │ │ ├── gittip.png │ │ │ ├── lastfm.png │ │ │ ├── reddit.png │ │ │ ├── twitter.png │ │ │ ├── youtube.png │ │ │ ├── bitbucket.png │ │ │ ├── delicious.png │ │ │ ├── facebook.png │ │ │ ├── gitorious.png │ │ │ ├── hackernews.png │ │ │ ├── linkedin.png │ │ │ ├── slideshare.png │ │ │ ├── google-plus.png │ │ │ ├── speakerdeck.png │ │ │ ├── google-groups.png │ │ │ └── stackoverflow.png │ │ ├── fonts │ │ ├── Yanone_Kaffeesatz_400.eot │ │ ├── Yanone_Kaffeesatz_400.ttf │ │ ├── Yanone_Kaffeesatz_400.woff │ │ ├── Yanone_Kaffeesatz_400.woff2 │ │ └── font.css │ │ └── css │ │ ├── typogrify.css │ │ ├── fonts.css │ │ ├── wide.css │ │ ├── reset.css │ │ └── pygment.css ├── signals.py └── server.py ├── samples ├── kinda │ └── exciting │ │ ├── old │ │ └── new │ │ └── files │ │ └── zap! ├── theme_standard │ ├── a_template │ └── a_stylesheet ├── very │ └── exciting │ │ └── new │ │ └── files │ │ ├── bap! │ │ ├── boom! │ │ └── wow! ├── content │ ├── unwanted_file │ ├── extra │ │ └── robots.txt │ ├── cat1 │ │ ├── article2.rst │ │ ├── article3.rst │ │ ├── article1.rst │ │ └── markdown-article.md │ ├── pictures │ │ ├── Sushi.jpg │ │ ├── Fat_Cat.jpg │ │ └── Sushi_Macro.jpg │ ├── 2012-11-30_filename-metadata.rst │ ├── pages │ │ ├── jinja2_template.html │ │ ├── override_tag_oh.rst │ │ ├── hidden_page.rst │ │ ├── test_page.rst │ │ └── override_url_saveas.rst │ ├── another_super_article-fr.rst │ ├── article2.rst │ ├── draft_article.rst │ ├── article2-fr.rst │ ├── article_tag_baz.rst │ ├── another_super_article.rst │ ├── super_article.rst │ └── unbelievable.rst ├── pelican.conf.py └── pelican.conf_FR.py ├── setup.cfg ├── .coveragerc ├── requirements ├── style.pip ├── docs.pip ├── developer.pip ├── owner.pip └── test.pip ├── docs ├── _static │ ├── uml.jpg │ ├── overall.png │ ├── theme-basic.zip │ └── theme_overrides.css ├── conf.py ├── index.rst └── quickstart.rst ├── MANIFEST.in ├── .gitignore ├── .gitattributes ├── .travis.yml ├── bumpr.rc ├── tox.ini ├── .mailmap └── README.rst /pelican/tools/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/kinda/exciting/old: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pelican/tests/content/empty.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/theme_standard/a_template: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/kinda/exciting/new/files/zap!: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/theme_standard/a_stylesheet: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/very/exciting/new/files/bap!: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/very/exciting/new/files/boom!: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/very/exciting/new/files/wow!: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pelican/tests/content/empty_with_bom.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pelican/tests/mixed_content/fake_image.jpg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pelican/themes/simple/templates/tag.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /setup.cfg: -------------------------------------------------------------------------------- 1 | [bdist_wheel] 2 | universal = 1 3 | -------------------------------------------------------------------------------- /samples/content/unwanted_file: -------------------------------------------------------------------------------- 1 | not to be parsed 2 | -------------------------------------------------------------------------------- /.coveragerc: -------------------------------------------------------------------------------- 1 | [report] 2 | omit = pelican/tests/* 3 | 4 | -------------------------------------------------------------------------------- /pelican/tests/mixed_content/subdir/subdir_fake_image.jpg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /requirements/style.pip: -------------------------------------------------------------------------------- 1 | flake8 2 | flake8-import-order 3 | -------------------------------------------------------------------------------- /requirements/docs.pip: -------------------------------------------------------------------------------- 1 | sphinx==1.4.9 2 | sphinx_rtd_theme 3 | -------------------------------------------------------------------------------- /requirements/developer.pip: -------------------------------------------------------------------------------- 1 | -r test.pip 2 | -r docs.pip 3 | -r style.pip 4 | -------------------------------------------------------------------------------- /samples/content/extra/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: /pictures 3 | -------------------------------------------------------------------------------- /pelican/tests/output/custom/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: /pictures 3 | -------------------------------------------------------------------------------- /pelican/tests/output/custom_locale/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: /pictures 3 | -------------------------------------------------------------------------------- /docs/_static/uml.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/docs/_static/uml.jpg -------------------------------------------------------------------------------- /docs/_static/overall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/docs/_static/overall.png -------------------------------------------------------------------------------- /pelican/tests/mixed_content/short_page.md: -------------------------------------------------------------------------------- 1 | Title: Short Page 2 | 3 | This is a page with little text. 4 | -------------------------------------------------------------------------------- /requirements/owner.pip: -------------------------------------------------------------------------------- 1 | -r developer.pip 2 | 3 | # Release issuance 4 | tox 5 | bumpr==0.2.0 6 | wheel 7 | -------------------------------------------------------------------------------- /samples/content/cat1/article2.rst: -------------------------------------------------------------------------------- 1 | Article 2 2 | ######### 3 | 4 | :date: 2011-02-17 5 | 6 | Article 2 7 | -------------------------------------------------------------------------------- /samples/content/cat1/article3.rst: -------------------------------------------------------------------------------- 1 | Article 3 2 | ######### 3 | 4 | :date: 2011-02-17 5 | 6 | Article 3 7 | -------------------------------------------------------------------------------- /docs/_static/theme-basic.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/docs/_static/theme-basic.zip -------------------------------------------------------------------------------- /pelican/tests/nested_content/maindir/maindir.md: -------------------------------------------------------------------------------- 1 | Title: Main Dir Page 2 | 3 | This page lives in maindir. 4 | -------------------------------------------------------------------------------- /pelican/tests/nested_content/maindir/subdir/subdir.md: -------------------------------------------------------------------------------- 1 | Title: Subdir Page 2 | 3 | This page lives in maindir/subdir. 4 | -------------------------------------------------------------------------------- /samples/content/pictures/Sushi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/samples/content/pictures/Sushi.jpg -------------------------------------------------------------------------------- /requirements/test.pip: -------------------------------------------------------------------------------- 1 | # Tests 2 | mock 3 | 4 | # Optional Packages 5 | Markdown 6 | BeautifulSoup4 7 | lxml 8 | typogrify 9 | -------------------------------------------------------------------------------- /samples/content/cat1/article1.rst: -------------------------------------------------------------------------------- 1 | Article 1 2 | ######### 3 | 4 | :date: 2011-02-17 5 | :yeah: oh yeah ! 6 | 7 | Article 1 8 | -------------------------------------------------------------------------------- /samples/content/pictures/Fat_Cat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/samples/content/pictures/Fat_Cat.jpg -------------------------------------------------------------------------------- /pelican/themes/notmyidea/templates/tag.html: -------------------------------------------------------------------------------- 1 | {% extends "index.html" %} 2 | {% block title %}{{ SITENAME }} - {{ tag }}{% endblock %} 3 | -------------------------------------------------------------------------------- /samples/content/2012-11-30_filename-metadata.rst: -------------------------------------------------------------------------------- 1 | FILENAME_METADATA example 2 | ######################### 3 | 4 | Some cool stuff! 5 | -------------------------------------------------------------------------------- /samples/content/pictures/Sushi_Macro.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/samples/content/pictures/Sushi_Macro.jpg -------------------------------------------------------------------------------- /pelican/tests/TestPages/page.rst: -------------------------------------------------------------------------------- 1 | This is a test page 2 | ################### 3 | 4 | The quick brown fox jumped over the lazy dog's back. 5 | -------------------------------------------------------------------------------- /pelican/tests/content/bad_extension.mmd: -------------------------------------------------------------------------------- 1 | Title: Bad Extension 2 | 3 | This file shouldn't be included because its file extension is `.mmd`. 4 | -------------------------------------------------------------------------------- /pelican/themes/notmyidea/templates/author.html: -------------------------------------------------------------------------------- 1 | {% extends "index.html" %} 2 | {% block title %}{{ SITENAME }} - {{ author }}{% endblock %} 3 | -------------------------------------------------------------------------------- /samples/content/pages/jinja2_template.html: -------------------------------------------------------------------------------- 1 | {% extends "base.html" %} 2 | {% block content %} 3 | 4 | Some text 5 | 6 | {% endblock %} 7 | -------------------------------------------------------------------------------- /pelican/tests/output/custom/pictures/Sushi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/custom/pictures/Sushi.jpg -------------------------------------------------------------------------------- /pelican/themes/notmyidea/templates/category.html: -------------------------------------------------------------------------------- 1 | {% extends "index.html" %} 2 | {% block title %}{{ SITENAME }} - {{ category }}{% endblock %} 3 | -------------------------------------------------------------------------------- /pelican/tests/content/article_with_uppercase_metadata.rst: -------------------------------------------------------------------------------- 1 | 2 | This is a super article ! 3 | ######################### 4 | 5 | :Category: Yeah 6 | 7 | -------------------------------------------------------------------------------- /pelican/tests/output/custom/pictures/Fat_Cat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/custom/pictures/Fat_Cat.jpg -------------------------------------------------------------------------------- /samples/content/another_super_article-fr.rst: -------------------------------------------------------------------------------- 1 | Trop bien ! 2 | ########### 3 | 4 | :lang: fr 5 | :slug: oh-yeah 6 | 7 | Et voila du contenu en français 8 | -------------------------------------------------------------------------------- /pelican/tests/content/article_with_markdown_markup_extensions.md: -------------------------------------------------------------------------------- 1 | Title: Test Markdown extensions 2 | 3 | [TOC] 4 | 5 | ## Level1 6 | 7 | ### Level2 8 | 9 | -------------------------------------------------------------------------------- /pelican/tests/output/basic/theme/images/icons/rss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/basic/theme/images/icons/rss.png -------------------------------------------------------------------------------- /pelican/tests/output/custom/pictures/Sushi_Macro.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/custom/pictures/Sushi_Macro.jpg -------------------------------------------------------------------------------- /pelican/tests/output/custom/theme/images/icons/rss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/custom/theme/images/icons/rss.png -------------------------------------------------------------------------------- /pelican/tests/output/custom_locale/pictures/Sushi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/custom_locale/pictures/Sushi.jpg -------------------------------------------------------------------------------- /pelican/themes/notmyidea/static/images/icons/rss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/themes/notmyidea/static/images/icons/rss.png -------------------------------------------------------------------------------- /pelican/themes/notmyidea/static/images/icons/vimeo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/themes/notmyidea/static/images/icons/vimeo.png -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- 1 | include *.rst 2 | recursive-include pelican *.html *.css *png *.in *.rst *.markdown *.md *.mkd *.xml *.py 3 | include LICENSE THANKS docs/changelog.rst 4 | -------------------------------------------------------------------------------- /pelican/tests/output/basic/theme/images/icons/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/basic/theme/images/icons/github.png -------------------------------------------------------------------------------- /pelican/tests/output/basic/theme/images/icons/gittip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/basic/theme/images/icons/gittip.png -------------------------------------------------------------------------------- /pelican/tests/output/basic/theme/images/icons/lastfm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/basic/theme/images/icons/lastfm.png -------------------------------------------------------------------------------- /pelican/tests/output/basic/theme/images/icons/reddit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/basic/theme/images/icons/reddit.png -------------------------------------------------------------------------------- /pelican/tests/output/basic/theme/images/icons/vimeo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/basic/theme/images/icons/vimeo.png -------------------------------------------------------------------------------- /pelican/tests/output/custom/theme/images/icons/vimeo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/custom/theme/images/icons/vimeo.png -------------------------------------------------------------------------------- /pelican/tests/output/custom_locale/pictures/Fat_Cat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/custom_locale/pictures/Fat_Cat.jpg -------------------------------------------------------------------------------- /pelican/tests/theme_overrides/level1/article.html: -------------------------------------------------------------------------------- 1 | 5 | -------------------------------------------------------------------------------- /pelican/tests/theme_overrides/level2/article.html: -------------------------------------------------------------------------------- 1 | 5 | -------------------------------------------------------------------------------- /pelican/tests/theme_overrides/level2/authors.html: -------------------------------------------------------------------------------- 1 | 5 | -------------------------------------------------------------------------------- /pelican/themes/notmyidea/static/images/icons/aboutme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/themes/notmyidea/static/images/icons/aboutme.png -------------------------------------------------------------------------------- /pelican/themes/notmyidea/static/images/icons/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/themes/notmyidea/static/images/icons/github.png -------------------------------------------------------------------------------- /pelican/themes/notmyidea/static/images/icons/gittip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/themes/notmyidea/static/images/icons/gittip.png -------------------------------------------------------------------------------- /pelican/themes/notmyidea/static/images/icons/lastfm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/themes/notmyidea/static/images/icons/lastfm.png -------------------------------------------------------------------------------- /pelican/themes/notmyidea/static/images/icons/reddit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/themes/notmyidea/static/images/icons/reddit.png -------------------------------------------------------------------------------- /pelican/themes/notmyidea/static/images/icons/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/themes/notmyidea/static/images/icons/twitter.png -------------------------------------------------------------------------------- /pelican/themes/notmyidea/static/images/icons/youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/themes/notmyidea/static/images/icons/youtube.png -------------------------------------------------------------------------------- /pelican/tests/output/basic/theme/images/icons/aboutme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/basic/theme/images/icons/aboutme.png -------------------------------------------------------------------------------- /pelican/tests/output/basic/theme/images/icons/bitbucket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/basic/theme/images/icons/bitbucket.png -------------------------------------------------------------------------------- /pelican/tests/output/basic/theme/images/icons/delicious.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/basic/theme/images/icons/delicious.png -------------------------------------------------------------------------------- /pelican/tests/output/basic/theme/images/icons/facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/basic/theme/images/icons/facebook.png -------------------------------------------------------------------------------- /pelican/tests/output/basic/theme/images/icons/gitorious.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/basic/theme/images/icons/gitorious.png -------------------------------------------------------------------------------- /pelican/tests/output/basic/theme/images/icons/linkedin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/basic/theme/images/icons/linkedin.png -------------------------------------------------------------------------------- /pelican/tests/output/basic/theme/images/icons/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/basic/theme/images/icons/twitter.png -------------------------------------------------------------------------------- /pelican/tests/output/basic/theme/images/icons/youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/basic/theme/images/icons/youtube.png -------------------------------------------------------------------------------- /pelican/tests/output/custom/theme/images/icons/aboutme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/custom/theme/images/icons/aboutme.png -------------------------------------------------------------------------------- /pelican/tests/output/custom/theme/images/icons/facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/custom/theme/images/icons/facebook.png -------------------------------------------------------------------------------- /pelican/tests/output/custom/theme/images/icons/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/custom/theme/images/icons/github.png -------------------------------------------------------------------------------- /pelican/tests/output/custom/theme/images/icons/gittip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/custom/theme/images/icons/gittip.png -------------------------------------------------------------------------------- /pelican/tests/output/custom/theme/images/icons/lastfm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/custom/theme/images/icons/lastfm.png -------------------------------------------------------------------------------- /pelican/tests/output/custom/theme/images/icons/linkedin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/custom/theme/images/icons/linkedin.png -------------------------------------------------------------------------------- /pelican/tests/output/custom/theme/images/icons/reddit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/custom/theme/images/icons/reddit.png -------------------------------------------------------------------------------- /pelican/tests/output/custom/theme/images/icons/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/custom/theme/images/icons/twitter.png -------------------------------------------------------------------------------- /pelican/tests/output/custom/theme/images/icons/youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/custom/theme/images/icons/youtube.png -------------------------------------------------------------------------------- /pelican/tests/output/custom_locale/pictures/Sushi_Macro.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/custom_locale/pictures/Sushi_Macro.jpg -------------------------------------------------------------------------------- /pelican/themes/notmyidea/static/images/icons/bitbucket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/themes/notmyidea/static/images/icons/bitbucket.png -------------------------------------------------------------------------------- /pelican/themes/notmyidea/static/images/icons/delicious.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/themes/notmyidea/static/images/icons/delicious.png -------------------------------------------------------------------------------- /pelican/themes/notmyidea/static/images/icons/facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/themes/notmyidea/static/images/icons/facebook.png -------------------------------------------------------------------------------- /pelican/themes/notmyidea/static/images/icons/gitorious.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/themes/notmyidea/static/images/icons/gitorious.png -------------------------------------------------------------------------------- /pelican/themes/notmyidea/static/images/icons/hackernews.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/themes/notmyidea/static/images/icons/hackernews.png -------------------------------------------------------------------------------- /pelican/themes/notmyidea/static/images/icons/linkedin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/themes/notmyidea/static/images/icons/linkedin.png -------------------------------------------------------------------------------- /pelican/themes/notmyidea/static/images/icons/slideshare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/themes/notmyidea/static/images/icons/slideshare.png -------------------------------------------------------------------------------- /pelican/tests/TestPages/page_with_category_and_tag_links.md: -------------------------------------------------------------------------------- 1 | Title: Page with a bunch of links 2 | 3 | My links: 4 | 5 | [Link 1]({tag}マック) 6 | 7 | [Link 2]({category}Yeah) 8 | -------------------------------------------------------------------------------- /pelican/tests/output/basic/theme/images/icons/google-plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/basic/theme/images/icons/google-plus.png -------------------------------------------------------------------------------- /pelican/tests/output/basic/theme/images/icons/hackernews.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/basic/theme/images/icons/hackernews.png -------------------------------------------------------------------------------- /pelican/tests/output/basic/theme/images/icons/slideshare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/basic/theme/images/icons/slideshare.png -------------------------------------------------------------------------------- /pelican/tests/output/basic/theme/images/icons/speakerdeck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/basic/theme/images/icons/speakerdeck.png -------------------------------------------------------------------------------- /pelican/tests/output/custom/theme/images/icons/bitbucket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/custom/theme/images/icons/bitbucket.png -------------------------------------------------------------------------------- /pelican/tests/output/custom/theme/images/icons/delicious.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/custom/theme/images/icons/delicious.png -------------------------------------------------------------------------------- /pelican/tests/output/custom/theme/images/icons/gitorious.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/custom/theme/images/icons/gitorious.png -------------------------------------------------------------------------------- /pelican/tests/output/custom/theme/images/icons/hackernews.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/custom/theme/images/icons/hackernews.png -------------------------------------------------------------------------------- /pelican/tests/output/custom/theme/images/icons/slideshare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/custom/theme/images/icons/slideshare.png -------------------------------------------------------------------------------- /pelican/tests/output/custom_locale/theme/images/icons/rss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/custom_locale/theme/images/icons/rss.png -------------------------------------------------------------------------------- /pelican/themes/notmyidea/static/images/icons/google-plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/themes/notmyidea/static/images/icons/google-plus.png -------------------------------------------------------------------------------- /pelican/themes/notmyidea/static/images/icons/speakerdeck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/themes/notmyidea/static/images/icons/speakerdeck.png -------------------------------------------------------------------------------- /pelican/themes/notmyidea/templates/comments.html: -------------------------------------------------------------------------------- 1 | {% if DISQUS_SITENAME %}
There are comments.
{% endif %} 2 | -------------------------------------------------------------------------------- /pelican/tests/output/basic/theme/fonts/Yanone_Kaffeesatz_400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/basic/theme/fonts/Yanone_Kaffeesatz_400.eot -------------------------------------------------------------------------------- /pelican/tests/output/basic/theme/fonts/Yanone_Kaffeesatz_400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/basic/theme/fonts/Yanone_Kaffeesatz_400.ttf -------------------------------------------------------------------------------- /pelican/tests/output/basic/theme/images/icons/google-groups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/basic/theme/images/icons/google-groups.png -------------------------------------------------------------------------------- /pelican/tests/output/basic/theme/images/icons/stackoverflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/basic/theme/images/icons/stackoverflow.png -------------------------------------------------------------------------------- /pelican/tests/output/custom/theme/images/icons/google-groups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/custom/theme/images/icons/google-groups.png -------------------------------------------------------------------------------- /pelican/tests/output/custom/theme/images/icons/google-plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/custom/theme/images/icons/google-plus.png -------------------------------------------------------------------------------- /pelican/tests/output/custom/theme/images/icons/speakerdeck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/custom/theme/images/icons/speakerdeck.png -------------------------------------------------------------------------------- /pelican/tests/output/custom/theme/images/icons/stackoverflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/custom/theme/images/icons/stackoverflow.png -------------------------------------------------------------------------------- /pelican/tests/output/custom_locale/theme/images/icons/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/custom_locale/theme/images/icons/github.png -------------------------------------------------------------------------------- /pelican/tests/output/custom_locale/theme/images/icons/gittip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/custom_locale/theme/images/icons/gittip.png -------------------------------------------------------------------------------- /pelican/tests/output/custom_locale/theme/images/icons/lastfm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/custom_locale/theme/images/icons/lastfm.png -------------------------------------------------------------------------------- /pelican/tests/output/custom_locale/theme/images/icons/reddit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/custom_locale/theme/images/icons/reddit.png -------------------------------------------------------------------------------- /pelican/tests/output/custom_locale/theme/images/icons/vimeo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/tests/output/custom_locale/theme/images/icons/vimeo.png -------------------------------------------------------------------------------- /pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.eot -------------------------------------------------------------------------------- /pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.ttf -------------------------------------------------------------------------------- /pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.woff -------------------------------------------------------------------------------- /pelican/themes/notmyidea/static/images/icons/google-groups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/themes/notmyidea/static/images/icons/google-groups.png -------------------------------------------------------------------------------- /pelican/themes/notmyidea/static/images/icons/stackoverflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NicolasLM/pelican/master/pelican/themes/notmyidea/static/images/icons/stackoverflow.png -------------------------------------------------------------------------------- /pelican/themes/simple/templates/category.html: -------------------------------------------------------------------------------- 1 | {% extends "index.html" %} 2 | {% block content_title %} 3 |tags: {% for tag in article.tags %}{{ tag | escape }} {% endfor %}
{% endif %} 2 | -------------------------------------------------------------------------------- /pelican/tests/content/TestCategory/article_without_category.rst: -------------------------------------------------------------------------------- 1 | This is an article without category ! 2 | ##################################### 3 | 4 | This article should be in 'TestCategory' category. 5 | -------------------------------------------------------------------------------- /pelican/tests/content/article.rst: -------------------------------------------------------------------------------- 1 | Article title 2 | ############# 3 | 4 | THIS is some content. With some stuff to "typogrify"... 5 | 6 | Now with added support for :abbr:`TLA (three letter acronym)`. 7 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.egg-info 2 | .*.swp 3 | .*.swo 4 | *.pyc 5 | .DS_Store 6 | docs/_build 7 | docs/fr/_build 8 | build 9 | dist 10 | tags 11 | .tox 12 | .coverage 13 | htmlcov 14 | six-*.egg/ 15 | *.orig 16 | -------------------------------------------------------------------------------- /pelican/tests/TestPages/page_used_for_sorting_test.rst: -------------------------------------------------------------------------------- 1 | A Page (Test) for sorting 2 | ######################### 3 | 4 | :slug: zzzz 5 | 6 | When using title, should be first. When using slug, should be last. 7 | -------------------------------------------------------------------------------- /samples/content/article2.rst: -------------------------------------------------------------------------------- 1 | Second article 2 | ############## 3 | 4 | :tags: foo, bar, baz 5 | :date: 2012-02-29 6 | :lang: en 7 | :slug: second-article 8 | 9 | This is some article, in english 10 | -------------------------------------------------------------------------------- /samples/content/draft_article.rst: -------------------------------------------------------------------------------- 1 | A draft article 2 | ############### 3 | 4 | :status: draft 5 | 6 | This is a draft article, it should live under the /drafts/ folder and not be 7 | listed anywhere else. 8 | -------------------------------------------------------------------------------- /pelican/tests/TestPages/hidden_page.rst: -------------------------------------------------------------------------------- 1 | This is a test hidden page 2 | ########################## 3 | 4 | :status: hidden 5 | 6 | The quick brown fox jumped over the lazy dog's back. 7 | 8 | This page is hidden 9 | -------------------------------------------------------------------------------- /pelican/tests/content/article_with_uppercase_metadata.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |12 | Last updated: {{ page.locale_modified }} 13 |
14 | {% endif %} 15 | {% endblock %} 16 | -------------------------------------------------------------------------------- /pelican/themes/notmyidea/templates/tags.html: -------------------------------------------------------------------------------- 1 | {% extends "base.html" %} 2 | 3 | {% block title %}{{ SITENAME }} - Tags{% endblock %} 4 | 5 | {% block content %} 6 | 7 |3 | {% if articles_page.has_previous() %} 4 | « 5 | {% endif %} 6 | Page {{ articles_page.number }} / {{ articles_paginator.num_pages }} 7 | {% if articles_page.has_next() %} 8 | » 9 | {% endif %} 10 |
11 | {% endif %} 12 | -------------------------------------------------------------------------------- /pelican/themes/notmyidea/templates/authors.html: -------------------------------------------------------------------------------- 1 | {% extends "base.html" %} 2 | 3 | {% block title %}{{ SITENAME }} - Authors{% endblock %} 4 | 5 | {% block content %} 6 | 7 |
5 | {% else %}
6 |
7 | {% endif %}
8 |
9 | {% endif %}
10 |
--------------------------------------------------------------------------------
/pelican/themes/notmyidea/templates/disqus_script.html:
--------------------------------------------------------------------------------
1 | {% if DISQUS_SITENAME %}
2 |
11 | {% endif %}
12 |
--------------------------------------------------------------------------------
/pelican/tests/__init__.py:
--------------------------------------------------------------------------------
1 | import logging
2 | import warnings
3 |
4 | from pelican.log import log_warnings
5 |
6 | # redirect warnings modulole to use logging instead
7 | log_warnings()
8 |
9 | # setup warnings to log DeprecationWarning's and error on
10 | # warnings in pelican's codebase
11 | warnings.simplefilter("default", DeprecationWarning)
12 | warnings.filterwarnings("error", ".*", Warning, "pelican")
13 |
14 | # Add a NullHandler to silence warning about no available handlers
15 | logging.getLogger().addHandler(logging.NullHandler())
16 |
--------------------------------------------------------------------------------
/pelican/tests/content/article_with_metadata.rst:
--------------------------------------------------------------------------------
1 |
2 | This is a super article !
3 | #########################
4 |
5 | :tags: foo, bar, foobar
6 | :date: 2010-12-02 10:14
7 | :modified: 2010-12-02 10:20
8 | :category: yeah
9 | :author: Alexis Métaireau
10 | :summary:
11 | Multi-line metadata should be supported
12 | as well as **inline markup** and stuff to "typogrify"...
13 | :custom_field: http://notmyidea.org
14 | :custom_formatted_field:
15 | Multi-line metadata should also be supported
16 | as well as *inline markup* and stuff to "typogrify"...
17 |
--------------------------------------------------------------------------------
/pelican/tests/output/basic/theme/fonts/font.css:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'Yanone Kaffeesatz';
3 | font-style: normal;
4 | font-weight: 400;
5 | src:
6 | local('Yanone Kaffeesatz Regular'),
7 | local('YanoneKaffeesatz-Regular'),
8 | /* from https://fonts.gstatic.com/s/yanonekaffeesatz/v8/YDAoLskQQ5MOAgvHUQCcLRTHiN2BPBirwIkMLKUspj4.woff */
9 | url('Yanone_Kaffeesatz_400.woff') format('woff'),
10 | /* from https://fonts.gstatic.com/s/yanonekaffeesatz/v8/YDAoLskQQ5MOAgvHUQCcLfGwxTS8d1Q9KiDNCMKLFUM.woff2 */
11 | url('Yanone_Kaffeesatz_400.woff2') format('woff2');
12 | }
13 |
--------------------------------------------------------------------------------
/pelican/tests/output/custom/theme/fonts/font.css:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'Yanone Kaffeesatz';
3 | font-style: normal;
4 | font-weight: 400;
5 | src:
6 | local('Yanone Kaffeesatz Regular'),
7 | local('YanoneKaffeesatz-Regular'),
8 | /* from https://fonts.gstatic.com/s/yanonekaffeesatz/v8/YDAoLskQQ5MOAgvHUQCcLRTHiN2BPBirwIkMLKUspj4.woff */
9 | url('Yanone_Kaffeesatz_400.woff') format('woff'),
10 | /* from https://fonts.gstatic.com/s/yanonekaffeesatz/v8/YDAoLskQQ5MOAgvHUQCcLfGwxTS8d1Q9KiDNCMKLFUM.woff2 */
11 | url('Yanone_Kaffeesatz_400.woff2') format('woff2');
12 | }
13 |
--------------------------------------------------------------------------------
/pelican/themes/notmyidea/static/fonts/font.css:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'Yanone Kaffeesatz';
3 | font-style: normal;
4 | font-weight: 400;
5 | src:
6 | local('Yanone Kaffeesatz Regular'),
7 | local('YanoneKaffeesatz-Regular'),
8 | /* from https://fonts.gstatic.com/s/yanonekaffeesatz/v8/YDAoLskQQ5MOAgvHUQCcLRTHiN2BPBirwIkMLKUspj4.woff */
9 | url('Yanone_Kaffeesatz_400.woff') format('woff'),
10 | /* from https://fonts.gstatic.com/s/yanonekaffeesatz/v8/YDAoLskQQ5MOAgvHUQCcLfGwxTS8d1Q9KiDNCMKLFUM.woff2 */
11 | url('Yanone_Kaffeesatz_400.woff2') format('woff2');
12 | }
13 |
--------------------------------------------------------------------------------
/pelican/tests/output/custom_locale/theme/fonts/font.css:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'Yanone Kaffeesatz';
3 | font-style: normal;
4 | font-weight: 400;
5 | src:
6 | local('Yanone Kaffeesatz Regular'),
7 | local('YanoneKaffeesatz-Regular'),
8 | /* from https://fonts.gstatic.com/s/yanonekaffeesatz/v8/YDAoLskQQ5MOAgvHUQCcLRTHiN2BPBirwIkMLKUspj4.woff */
9 | url('Yanone_Kaffeesatz_400.woff') format('woff'),
10 | /* from https://fonts.gstatic.com/s/yanonekaffeesatz/v8/YDAoLskQQ5MOAgvHUQCcLfGwxTS8d1Q9KiDNCMKLFUM.woff2 */
11 | url('Yanone_Kaffeesatz_400.woff2') format('woff2');
12 | }
13 |
--------------------------------------------------------------------------------
/pelican/tests/output/basic/theme/css/fonts.css:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'Yanone Kaffeesatz';
3 | font-style: normal;
4 | font-weight: 400;
5 | src:
6 | local('Yanone Kaffeesatz Regular'),
7 | local('YanoneKaffeesatz-Regular'),
8 | /* from https://fonts.gstatic.com/s/yanonekaffeesatz/v8/YDAoLskQQ5MOAgvHUQCcLRTHiN2BPBirwIkMLKUspj4.woff */
9 | url('../fonts/Yanone_Kaffeesatz_400.woff') format('woff'),
10 | /* from https://fonts.gstatic.com/s/yanonekaffeesatz/v8/YDAoLskQQ5MOAgvHUQCcLfGwxTS8d1Q9KiDNCMKLFUM.woff2 */
11 | url('../fonts/Yanone_Kaffeesatz_400.woff2') format('woff2');
12 | }
13 |
--------------------------------------------------------------------------------
/pelican/themes/notmyidea/static/css/fonts.css:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'Yanone Kaffeesatz';
3 | font-style: normal;
4 | font-weight: 400;
5 | src:
6 | local('Yanone Kaffeesatz Regular'),
7 | local('YanoneKaffeesatz-Regular'),
8 | /* from https://fonts.gstatic.com/s/yanonekaffeesatz/v8/YDAoLskQQ5MOAgvHUQCcLRTHiN2BPBirwIkMLKUspj4.woff */
9 | url('../fonts/Yanone_Kaffeesatz_400.woff') format('woff'),
10 | /* from https://fonts.gstatic.com/s/yanonekaffeesatz/v8/YDAoLskQQ5MOAgvHUQCcLfGwxTS8d1Q9KiDNCMKLFUM.woff2 */
11 | url('../fonts/Yanone_Kaffeesatz_400.woff2') format('woff2');
12 | }
13 |
--------------------------------------------------------------------------------
/.travis.yml:
--------------------------------------------------------------------------------
1 | language: python
2 | python:
3 | - "3.5"
4 | env:
5 | - TOX_ENV=docs
6 | - TOX_ENV=flake8
7 | - TOX_ENV=py27
8 | - TOX_ENV=py34
9 | - TOX_ENV=py35
10 | matrix:
11 | include:
12 | - python: 3.6
13 | env:
14 | - TOX_ENV=py36
15 | addons:
16 | apt_packages:
17 | - pandoc
18 | before_install:
19 | - sudo apt-get update -qq
20 | - sudo locale-gen fr_FR.UTF-8 tr_TR.UTF-8
21 | install:
22 | - pip install tox==2.5.0
23 | script: tox -e $TOX_ENV
24 | notifications:
25 | irc:
26 | channels:
27 | - "irc.freenode.org#pelican"
28 | on_success: change
29 |
--------------------------------------------------------------------------------
/pelican/tests/output/custom/theme/css/fonts.css:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'Yanone Kaffeesatz';
3 | font-style: normal;
4 | font-weight: 400;
5 | src:
6 | local('Yanone Kaffeesatz Regular'),
7 | local('YanoneKaffeesatz-Regular'),
8 | /* from https://fonts.gstatic.com/s/yanonekaffeesatz/v8/YDAoLskQQ5MOAgvHUQCcLRTHiN2BPBirwIkMLKUspj4.woff */
9 | url('../fonts/Yanone_Kaffeesatz_400.woff') format('woff'),
10 | /* from https://fonts.gstatic.com/s/yanonekaffeesatz/v8/YDAoLskQQ5MOAgvHUQCcLfGwxTS8d1Q9KiDNCMKLFUM.woff2 */
11 | url('../fonts/Yanone_Kaffeesatz_400.woff2') format('woff2');
12 | }
13 |
--------------------------------------------------------------------------------
/pelican/tests/output/custom_locale/theme/css/fonts.css:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'Yanone Kaffeesatz';
3 | font-style: normal;
4 | font-weight: 400;
5 | src:
6 | local('Yanone Kaffeesatz Regular'),
7 | local('YanoneKaffeesatz-Regular'),
8 | /* from https://fonts.gstatic.com/s/yanonekaffeesatz/v8/YDAoLskQQ5MOAgvHUQCcLRTHiN2BPBirwIkMLKUspj4.woff */
9 | url('../fonts/Yanone_Kaffeesatz_400.woff') format('woff'),
10 | /* from https://fonts.gstatic.com/s/yanonekaffeesatz/v8/YDAoLskQQ5MOAgvHUQCcLfGwxTS8d1Q9KiDNCMKLFUM.woff2 */
11 | url('../fonts/Yanone_Kaffeesatz_400.woff2') format('woff2');
12 | }
13 |
--------------------------------------------------------------------------------
/pelican/tests/content/article_with_metadata.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | This page overrides the listening of the articles under the oh tag.
27 | 28 |Test page which overrides save_as and url so that this page will be generated 27 | at a custom location.
28 | 29 |This is great for things like error(404) pages 27 | Anyone can see this page but it's not linked to anywhere!
28 | 29 |Just an image.
27 |
28 |
29 | Article 1
40 | 41 |Article 2
40 | 41 |Article 3
40 | 41 |This article overrides the listening of the articles under the baz tag.
40 | 41 |Some cool stuff!
40 | 41 |This is a draft article, it should live under the /drafts/ folder and not be 40 | listed anywhere else.
41 | 42 |This is some article, in english
42 | 43 |Ceci est un article, en français.
42 | 43 |You're mutually oblivious.
40 |a root-relative link to unbelievable 41 | a file-relative link to unbelievable
42 |
Comments !
20 | 21 | 31 | 32 |