Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python312-pelican | Distribution: openSUSE:Factory:zSystems |
Version: 4.10.1 | Vendor: openSUSE |
Release: 1.1 | Build date: Sat Sep 28 22:22:21 2024 |
Group: Development/Languages/Python | Build host: reproducible |
Size: 3960803 | Source RPM: python-pelican-4.10.1-1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://getpelican.com/ | |
Summary: A tool to generate a static blog from reStructuredText or Markdown input files |
Pelican is a static site generator, written in Python. * Write your weblog entries directly with your editor of choice in reStructuredText, Markdown or AsciiDoc * Includes a simple CLI tool to (re)generate the weblog * Easy to interface with DVCSes and web hooks * Completely static output is easy to host anywhere Pelican currently supports: * Blog articles and pages * Comments, via an external service * Theming support (themes are created using Jinja2 templates) * PDF generation of the articles/pages (optional) * Publication of articles in multiple languages * Atom/RSS feeds * Code syntax highlighting * Asset management with webassets (optional) * Import from WordPress, Dotclear, or RSS feeds * Integration with external tools: Twitter, Google Analytics, etc. (optional)
AGPL-3.0-only
* Sat Sep 28 2024 Benoît Monin <benoit.monin@gmx.fr> - update to version 4.10.1: * Fix error when running pelican -r -l * Fix symlink handling in pelican-themes - add build dependency python-pdm-backend * Mon Sep 16 2024 Benoît Monin <benoit.monin@gmx.fr> - update to version 4.10.0: * Add setting to specify summary via paragraph count * Add new status to skip generation of a post * Add setting to append ref parameter to links in feeds * Configure logging handler via --log-handler CLI option * Resolve intra-site links in summaries * Warn when files are not processed due to disabled readers * Add Medium post importer * Improve GitHub Pages workflow * Improve code test coverage * Translate documentation into Simplified Chinese * Fri Dec 01 2023 Matej Cepl <mcepl@cepl.eu> - Add Recommends: make * Sun Nov 26 2023 Dirk Müller <dmueller@suse.com> - reference github tarball - cleanup dependencies * Sun Nov 19 2023 Benoît Monin <benoit.monin@gmx.fr> - update to version 4.9.1: * Ensure tzdata dependency is installed on Windows - additional changes from 4.9.0: * Upgrade code to new minimum supported Python version: 3.8 * Settings support for pathlib.Path (#2758) * Various improvements to Simple theme (#2976 & #3234) * Use Furo as Sphinx documentation theme (#3023) * Default to 100 articles maximum in feeds (#3127) * Add period_archives common context variable (#3148) * Use watchfiles as the file-watching backend (#3151) * Add GitHub Actions workflow for GitHub Pages (#3189) * Allow dataclasses in settings (#3204) * Switch build tool to PDM instead of Setuptools/Poetry (#3220) * Provide a plugin_enabled Jinja test for themes (#3235) * Preserve connection order in Blinker (#3238) * Remove social icons from default notmyidea theme (#3240) * Remove unreliable WRITE_SELECTED feature (#3243) * Importer: Report broken embedded video links when importing from Tumblr (#3177) * Importer: Remove newline addition when iterating Photo post types (#3178) * Importer: Force timestamp conversion in Tumblr importer to be UTC with offset (#3221) * Importer: Use tempfile for intermediate HTML file for Pandoc (#3221) * Switch linters to Ruff (#3223) - drop python-311.patch: fixed upstream - update BuildRequires and Requires to match upstream requirements - switch build to pdm * Wed Mar 01 2023 Daniel Garcia <daniel.garcia@suse.com> - Add python-311.patch to support python 3.11 gh#getpelican/pelican#3055 * Fri Jul 15 2022 Benoît Monin <benoit.monin@gmx.fr> - update to version 4.8.0: * Use JSON values for extra settings in Invoke tasks template (#2994) * Add content tag for links, which can help with things like Twitter social cards (#3001) * Improve word count behavior when generating summary (#3002) * Fri Apr 29 2022 Markéta Machová <mmachova@suse.com> - do not require pytest-pythonpath * Wed Feb 09 2022 Benoît Monin <benoit.monin@gmx.fr> - update to version 4.7.2: * Fix incorrect parsing of parameters specified via - e / --extra-settings option flags (#2938) * Add categories.html template to default theme (#2973) * Document how to use plugins to inject content (#2922) - do not remove the shebang from jinja templates: fixed upstream * Sun Oct 24 2021 Sebastien CHAVAUX <seb95.scou@gmail.com> - Update to version 4.7.1: * Extend rich logging to server component (#2927) * Fix an issue where metadata flagged to be discarded was being cached (#2926) * Adjust suffix in server to allow redirection when needed (#2931) * Add MIME types for web fonts (#2929) * Distribute sample data used to run tests (#2935) * Add Python 3.10 to test matrix * Thu Oct 21 2021 Sebastien CHAVAUX <seb95.scou@gmail.com> - Update to version 4.7.0: * Improve default theme rendering on mobile and other small screen devices (#2914) * Add support for hidden articles (#2866) * Improve word count behavior when generating summary CJK & other locales (#2864) * Add progress spinner during generation (#2869) and richer logging (#2897), both via Rich * Invoke tasks serve and livereload now auto-open a web browser pointing to the locally-served web site (#2764) * Support some date format codes used by ISO dates (#2902) * Document how to add a new writer (#2901) * Tue Aug 10 2021 Matej Cepl <mcepl@suse.com> - Redisable failing tests (gh#getpelican/pelican#2846). * Tue Aug 10 2021 Matej Cepl <mcepl@suse.com> - Exclude ix86 arch, as pandoc is not distributed for it. * Tue Jul 13 2021 mcepl@suse.com - Update to version 4.6.0+git.1626161722.332be6e5: * Support date format codes G, V, and u (used by ISO dates) (#2902) * Document how to add a new writer * Fix formatting of Jinja example code. Fixes #2884 (#2886) * typo fix * Update links to Jinja docs. Fixes #2883 (#2885) * Allow easy subclassing of Writer * Fix failing tests on Jinja 3+ * Fix FILENAME_METADATA doc to render correctly * Add support for hidden articles * Add period_num var for period_archives template * Add progress spinner animation during generation * Update Pelican feature documentation * Update contributing docs and Poetry repository URL * Update to v2 of `cache` GitHub Action * Automatically open browser when Invoke task starts web server (#2764) * Strip HTML tags from `notmyidea` page template's title * Update tasks.py * Release Pelican 4.6.0 * Prepare release * Make Tox & GitHub CI jobs' Python versions match * Relax dependency minimum versions * [Docs] Fix link to More Categories plugin * Clarify ARTICLE_ORDER_BY documentation * Improve consistency between Makefile targets & help * Update functional test output for Pygments 2.8 * Update Pygments dev dependency to v2.8 * Add .yaml file extension to EditorConfig * Change FAQ entry to new Tag Cloud plugin repo * Make PKG_PATH var in Invoke tasks.py more DRY * ignore None return value from get_generators signal * livereload task improvements * Update functional tests. * Use a top (instead of bottom) border in hentry. - Switch off failing tests (gh#getpelican/pelican#2846). * Fri Jan 29 2021 mcepl@suse.com - Update to version 4.5.4+git.1610713159.8bb5f1b7: * Drop unsupported Python 3.5 from test matrix * Allow latest Python-Markdown to be installed * Adjust functional test output for Pygments 2.7.x * Allow latest Pygments to be installed * Match test output line endings with current rendering * Support last page pattern in PAGINATION_PATTERNS * Add FAQ re: Atom full-post vs. summary-only feeds * Release Pelican 4.5.4 * Fix typo in the FAQ: steamline --> streamline. * add "http://" prefix to ip+port * Mon Jan 04 2021 Benoît Monin <benoit.monin@gmx.fr> - update to version 4.5.4: * Replace plugin definitions in settings with string representations after registering, so they can be cached correctly (#2828).
/etc/alternatives/pelican /etc/alternatives/pelican-import /etc/alternatives/pelican-plugins /etc/alternatives/pelican-quickstart /etc/alternatives/pelican-themes /usr/bin/pelican /usr/bin/pelican-3.12 /usr/bin/pelican-import /usr/bin/pelican-import-3.12 /usr/bin/pelican-plugins /usr/bin/pelican-plugins-3.12 /usr/bin/pelican-quickstart /usr/bin/pelican-quickstart-3.12 /usr/bin/pelican-themes /usr/bin/pelican-themes-3.12 /usr/lib/python3.12/site-packages/pelican /usr/lib/python3.12/site-packages/pelican-4.10.1.dist-info /usr/lib/python3.12/site-packages/pelican-4.10.1.dist-info/INSTALLER /usr/lib/python3.12/site-packages/pelican-4.10.1.dist-info/METADATA /usr/lib/python3.12/site-packages/pelican-4.10.1.dist-info/RECORD /usr/lib/python3.12/site-packages/pelican-4.10.1.dist-info/REQUESTED /usr/lib/python3.12/site-packages/pelican-4.10.1.dist-info/WHEEL /usr/lib/python3.12/site-packages/pelican-4.10.1.dist-info/entry_points.txt /usr/lib/python3.12/site-packages/pelican-4.10.1.dist-info/licenses /usr/lib/python3.12/site-packages/pelican-4.10.1.dist-info/licenses/LICENSE /usr/lib/python3.12/site-packages/pelican/__init__.py /usr/lib/python3.12/site-packages/pelican/__main__.py /usr/lib/python3.12/site-packages/pelican/__pycache__ /usr/lib/python3.12/site-packages/pelican/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/__pycache__/__main__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/__pycache__/__main__.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/__pycache__/cache.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/__pycache__/cache.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/__pycache__/contents.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/__pycache__/contents.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/__pycache__/generators.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/__pycache__/generators.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/__pycache__/log.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/__pycache__/log.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/__pycache__/paginator.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/__pycache__/paginator.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/__pycache__/readers.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/__pycache__/readers.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/__pycache__/rstdirectives.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/__pycache__/rstdirectives.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/__pycache__/server.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/__pycache__/server.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/__pycache__/settings.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/__pycache__/settings.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/__pycache__/signals.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/__pycache__/signals.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/__pycache__/urlwrappers.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/__pycache__/urlwrappers.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/__pycache__/utils.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/__pycache__/utils.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/__pycache__/writers.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/__pycache__/writers.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/cache.py /usr/lib/python3.12/site-packages/pelican/contents.py /usr/lib/python3.12/site-packages/pelican/generators.py /usr/lib/python3.12/site-packages/pelican/log.py /usr/lib/python3.12/site-packages/pelican/paginator.py /usr/lib/python3.12/site-packages/pelican/plugins /usr/lib/python3.12/site-packages/pelican/plugins/__pycache__ /usr/lib/python3.12/site-packages/pelican/plugins/__pycache__/_utils.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/plugins/__pycache__/_utils.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/plugins/__pycache__/signals.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/plugins/__pycache__/signals.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/plugins/_utils.py /usr/lib/python3.12/site-packages/pelican/plugins/signals.py /usr/lib/python3.12/site-packages/pelican/readers.py /usr/lib/python3.12/site-packages/pelican/rstdirectives.py /usr/lib/python3.12/site-packages/pelican/server.py /usr/lib/python3.12/site-packages/pelican/settings.py /usr/lib/python3.12/site-packages/pelican/signals.py /usr/lib/python3.12/site-packages/pelican/tests /usr/lib/python3.12/site-packages/pelican/tests/TestPages /usr/lib/python3.12/site-packages/pelican/tests/TestPages/bad_page.rst /usr/lib/python3.12/site-packages/pelican/tests/TestPages/draft_page.rst /usr/lib/python3.12/site-packages/pelican/tests/TestPages/draft_page_markdown.md /usr/lib/python3.12/site-packages/pelican/tests/TestPages/draft_page_with_template.rst /usr/lib/python3.12/site-packages/pelican/tests/TestPages/hidden_page.rst /usr/lib/python3.12/site-packages/pelican/tests/TestPages/hidden_page_markdown.md /usr/lib/python3.12/site-packages/pelican/tests/TestPages/hidden_page_with_template.rst /usr/lib/python3.12/site-packages/pelican/tests/TestPages/page.rst /usr/lib/python3.12/site-packages/pelican/tests/TestPages/page_markdown.md /usr/lib/python3.12/site-packages/pelican/tests/TestPages/page_used_for_sorting_test.rst /usr/lib/python3.12/site-packages/pelican/tests/TestPages/page_with_category_and_tag_links.md /usr/lib/python3.12/site-packages/pelican/tests/TestPages/page_with_static_links.md /usr/lib/python3.12/site-packages/pelican/tests/TestPages/page_with_template.rst /usr/lib/python3.12/site-packages/pelican/tests/__init__.py /usr/lib/python3.12/site-packages/pelican/tests/__pycache__ /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/default_conf.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/default_conf.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/support.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/support.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/test_cache.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/test_cache.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/test_cli.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/test_cli.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/test_contents.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/test_contents.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/test_generators.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/test_generators.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/test_importer.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/test_importer.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/test_log.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/test_log.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/test_paginator.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/test_paginator.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/test_pelican.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/test_pelican.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/test_plugins.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/test_plugins.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/test_readers.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/test_readers.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/test_rstdirectives.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/test_rstdirectives.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/test_server.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/test_server.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/test_settings.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/test_settings.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/test_testsuite.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/test_testsuite.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/test_urlwrappers.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/test_urlwrappers.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/test_utils.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/tests/__pycache__/test_utils.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/tests/build_test /usr/lib/python3.12/site-packages/pelican/tests/build_test/__pycache__ /usr/lib/python3.12/site-packages/pelican/tests/build_test/__pycache__/conftest.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/tests/build_test/__pycache__/conftest.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/tests/build_test/__pycache__/test_build_files.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/tests/build_test/__pycache__/test_build_files.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/tests/build_test/conftest.py /usr/lib/python3.12/site-packages/pelican/tests/build_test/test_build_files.py /usr/lib/python3.12/site-packages/pelican/tests/content /usr/lib/python3.12/site-packages/pelican/tests/content/2012-11-29_rst_w_filename_meta#foo-bar.rst /usr/lib/python3.12/site-packages/pelican/tests/content/2012-11-30_md_w_filename_meta#foo-bar.md /usr/lib/python3.12/site-packages/pelican/tests/content/TestCategory /usr/lib/python3.12/site-packages/pelican/tests/content/TestCategory/article_with_category.rst /usr/lib/python3.12/site-packages/pelican/tests/content/TestCategory/article_without_category.rst /usr/lib/python3.12/site-packages/pelican/tests/content/article.rst /usr/lib/python3.12/site-packages/pelican/tests/content/article_draft.md /usr/lib/python3.12/site-packages/pelican/tests/content/article_hidden.md /usr/lib/python3.12/site-packages/pelican/tests/content/article_skip.md /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_attributes_containing_double_quotes.html /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_capitalized_metadata.rst /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_code_block.rst /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_comments.html /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_duplicate_tags_authors.md /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_inline_svg.html /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_keywords.html /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_markdown_and_empty_tags.md /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_markdown_and_footnote.md /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_markdown_and_nested_metadata.md /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_markdown_and_nonascii_summary.md /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_markdown_and_summary_metadata_multi.md /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_markdown_and_summary_metadata_single.md /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_markdown_extension.markdown /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_markdown_markup_extensions.md /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_md_extension.md /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_mdown_extension.mdown /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_metadata.html /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_metadata.rst /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_metadata.unknownextension /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_metadata_and_contents.html /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_metadata_explicit_date_implicit_modified.html /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_metadata_explicit_dates.html /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_metadata_implicit_date_explicit_modified.html /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_metadata_implicit_dates.html /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_mkd_extension.mkd /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_multiple_authors.html /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_multiple_authors.rst /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_multiple_authors_list.rst /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_multiple_authors_semicolon.rst /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_multiple_metadata_tags.html /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_nonconformant_meta_tags.html /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_null_attributes.html /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_template.rst /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_typogrify_dashes.md /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_typogrify_dashes.rst /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_uppercase_metadata.html /usr/lib/python3.12/site-packages/pelican/tests/content/article_with_uppercase_metadata.rst /usr/lib/python3.12/site-packages/pelican/tests/content/article_without_category.rst /usr/lib/python3.12/site-packages/pelican/tests/content/bad_extension.mmd /usr/lib/python3.12/site-packages/pelican/tests/content/bloggerexport.xml /usr/lib/python3.12/site-packages/pelican/tests/content/empty.md /usr/lib/python3.12/site-packages/pelican/tests/content/empty_with_bom.md /usr/lib/python3.12/site-packages/pelican/tests/content/medium_post_content.txt /usr/lib/python3.12/site-packages/pelican/tests/content/medium_posts /usr/lib/python3.12/site-packages/pelican/tests/content/medium_posts/2017-04-21_-medium-post--d1bf01d62ba3.html /usr/lib/python3.12/site-packages/pelican/tests/content/wordpress_content_decoded /usr/lib/python3.12/site-packages/pelican/tests/content/wordpress_content_encoded /usr/lib/python3.12/site-packages/pelican/tests/content/wordpressexport.xml /usr/lib/python3.12/site-packages/pelican/tests/cyclic_intersite_links /usr/lib/python3.12/site-packages/pelican/tests/cyclic_intersite_links/first-article.rst /usr/lib/python3.12/site-packages/pelican/tests/cyclic_intersite_links/second-article.rst /usr/lib/python3.12/site-packages/pelican/tests/cyclic_intersite_links/third-article.rst /usr/lib/python3.12/site-packages/pelican/tests/default_conf.py /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins/namespace_plugin /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins/namespace_plugin/pelican /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins/namespace_plugin/pelican/plugins /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins/namespace_plugin/pelican/plugins/ns_plugin /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins/namespace_plugin/pelican/plugins/ns_plugin/__init__.py /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins/namespace_plugin/pelican/plugins/ns_plugin/__pycache__ /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins/namespace_plugin/pelican/plugins/ns_plugin/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins/namespace_plugin/pelican/plugins/ns_plugin/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_plugin /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_plugin/__init__.py /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_plugin/__pycache__ /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_plugin/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_plugin/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_plugin/__pycache__/submodule.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_plugin/__pycache__/submodule.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_plugin/submodule.py /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/__init__.py /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/__pycache__ /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/__pycache__/subplugin.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/__pycache__/subplugin.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage/__init__.py /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage/__pycache__ /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage/__pycache__/subpackage.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage/__pycache__/subpackage.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage/subpackage.py /usr/lib/python3.12/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subplugin.py /usr/lib/python3.12/site-packages/pelican/tests/mixed_content /usr/lib/python3.12/site-packages/pelican/tests/mixed_content/fake_image.jpg /usr/lib/python3.12/site-packages/pelican/tests/mixed_content/short_page.md /usr/lib/python3.12/site-packages/pelican/tests/mixed_content/subdir /usr/lib/python3.12/site-packages/pelican/tests/mixed_content/subdir/subdir_fake_image.jpg /usr/lib/python3.12/site-packages/pelican/tests/nested_content /usr/lib/python3.12/site-packages/pelican/tests/nested_content/maindir /usr/lib/python3.12/site-packages/pelican/tests/nested_content/maindir/maindir.md /usr/lib/python3.12/site-packages/pelican/tests/nested_content/maindir/subdir /usr/lib/python3.12/site-packages/pelican/tests/nested_content/maindir/subdir/subdir.md /usr/lib/python3.12/site-packages/pelican/tests/output /usr/lib/python3.12/site-packages/pelican/tests/output/basic /usr/lib/python3.12/site-packages/pelican/tests/output/basic/a-markdown-powered-article.html /usr/lib/python3.12/site-packages/pelican/tests/output/basic/archives.html /usr/lib/python3.12/site-packages/pelican/tests/output/basic/article-1.html /usr/lib/python3.12/site-packages/pelican/tests/output/basic/article-2.html /usr/lib/python3.12/site-packages/pelican/tests/output/basic/article-3.html /usr/lib/python3.12/site-packages/pelican/tests/output/basic/author /usr/lib/python3.12/site-packages/pelican/tests/output/basic/author/alexis-metaireau.html /usr/lib/python3.12/site-packages/pelican/tests/output/basic/authors.html /usr/lib/python3.12/site-packages/pelican/tests/output/basic/categories.html /usr/lib/python3.12/site-packages/pelican/tests/output/basic/category /usr/lib/python3.12/site-packages/pelican/tests/output/basic/category/bar.html /usr/lib/python3.12/site-packages/pelican/tests/output/basic/category/cat1.html /usr/lib/python3.12/site-packages/pelican/tests/output/basic/category/misc.html /usr/lib/python3.12/site-packages/pelican/tests/output/basic/category/yeah.html /usr/lib/python3.12/site-packages/pelican/tests/output/basic/drafts /usr/lib/python3.12/site-packages/pelican/tests/output/basic/drafts/a-draft-article-without-date.html /usr/lib/python3.12/site-packages/pelican/tests/output/basic/drafts/a-draft-article.html /usr/lib/python3.12/site-packages/pelican/tests/output/basic/feeds /usr/lib/python3.12/site-packages/pelican/tests/output/basic/feeds/alexis-metaireau.atom.xml /usr/lib/python3.12/site-packages/pelican/tests/output/basic/feeds/alexis-metaireau.rss.xml /usr/lib/python3.12/site-packages/pelican/tests/output/basic/feeds/all-en.atom.xml /usr/lib/python3.12/site-packages/pelican/tests/output/basic/feeds/all-fr.atom.xml /usr/lib/python3.12/site-packages/pelican/tests/output/basic/feeds/all.atom.xml /usr/lib/python3.12/site-packages/pelican/tests/output/basic/feeds/bar.atom.xml /usr/lib/python3.12/site-packages/pelican/tests/output/basic/feeds/cat1.atom.xml /usr/lib/python3.12/site-packages/pelican/tests/output/basic/feeds/misc.atom.xml /usr/lib/python3.12/site-packages/pelican/tests/output/basic/feeds/yeah.atom.xml /usr/lib/python3.12/site-packages/pelican/tests/output/basic/filename_metadata-example.html /usr/lib/python3.12/site-packages/pelican/tests/output/basic/index.html /usr/lib/python3.12/site-packages/pelican/tests/output/basic/oh-yeah-fr.html /usr/lib/python3.12/site-packages/pelican/tests/output/basic/oh-yeah.html /usr/lib/python3.12/site-packages/pelican/tests/output/basic/override /usr/lib/python3.12/site-packages/pelican/tests/output/basic/override/index.html /usr/lib/python3.12/site-packages/pelican/tests/output/basic/pages /usr/lib/python3.12/site-packages/pelican/tests/output/basic/pages/this-is-a-test-hidden-page.html /usr/lib/python3.12/site-packages/pelican/tests/output/basic/pages/this-is-a-test-page.html /usr/lib/python3.12/site-packages/pelican/tests/output/basic/pictures /usr/lib/python3.12/site-packages/pelican/tests/output/basic/pictures/Fat_Cat.jpg /usr/lib/python3.12/site-packages/pelican/tests/output/basic/pictures/Sushi.jpg /usr/lib/python3.12/site-packages/pelican/tests/output/basic/pictures/Sushi_Macro.jpg /usr/lib/python3.12/site-packages/pelican/tests/output/basic/second-article-fr.html /usr/lib/python3.12/site-packages/pelican/tests/output/basic/second-article.html /usr/lib/python3.12/site-packages/pelican/tests/output/basic/tag /usr/lib/python3.12/site-packages/pelican/tests/output/basic/tag/bar.html /usr/lib/python3.12/site-packages/pelican/tests/output/basic/tag/baz.html /usr/lib/python3.12/site-packages/pelican/tests/output/basic/tag/foo.html /usr/lib/python3.12/site-packages/pelican/tests/output/basic/tag/foobar.html /usr/lib/python3.12/site-packages/pelican/tests/output/basic/tag/oh.html /usr/lib/python3.12/site-packages/pelican/tests/output/basic/tag/yeah.html /usr/lib/python3.12/site-packages/pelican/tests/output/basic/tags.html /usr/lib/python3.12/site-packages/pelican/tests/output/basic/theme /usr/lib/python3.12/site-packages/pelican/tests/output/basic/theme/css /usr/lib/python3.12/site-packages/pelican/tests/output/basic/theme/css/fonts.css /usr/lib/python3.12/site-packages/pelican/tests/output/basic/theme/css/main.css /usr/lib/python3.12/site-packages/pelican/tests/output/basic/theme/css/pygment.css /usr/lib/python3.12/site-packages/pelican/tests/output/basic/theme/css/reset.css /usr/lib/python3.12/site-packages/pelican/tests/output/basic/theme/css/typogrify.css /usr/lib/python3.12/site-packages/pelican/tests/output/basic/theme/css/wide.css /usr/lib/python3.12/site-packages/pelican/tests/output/basic/theme/fonts /usr/lib/python3.12/site-packages/pelican/tests/output/basic/theme/fonts/Yanone_Kaffeesatz_400.eot /usr/lib/python3.12/site-packages/pelican/tests/output/basic/theme/fonts/Yanone_Kaffeesatz_400.svg /usr/lib/python3.12/site-packages/pelican/tests/output/basic/theme/fonts/Yanone_Kaffeesatz_400.ttf /usr/lib/python3.12/site-packages/pelican/tests/output/basic/theme/fonts/Yanone_Kaffeesatz_400.woff /usr/lib/python3.12/site-packages/pelican/tests/output/basic/theme/fonts/Yanone_Kaffeesatz_400.woff2 /usr/lib/python3.12/site-packages/pelican/tests/output/basic/theme/fonts/Yanone_Kaffeesatz_LICENSE.txt /usr/lib/python3.12/site-packages/pelican/tests/output/basic/theme/fonts/font.css /usr/lib/python3.12/site-packages/pelican/tests/output/basic/this-is-a-super-article.html /usr/lib/python3.12/site-packages/pelican/tests/output/basic/unbelievable.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom /usr/lib/python3.12/site-packages/pelican/tests/output/custom/a-markdown-powered-article.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/archives.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/article-1.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/article-2.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/article-3.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/author /usr/lib/python3.12/site-packages/pelican/tests/output/custom/author/alexis-metaireau.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/author/alexis-metaireau2.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/author/alexis-metaireau3.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/authors.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/categories.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/category /usr/lib/python3.12/site-packages/pelican/tests/output/custom/category/bar.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/category/cat1.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/category/misc.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/category/yeah.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/drafts /usr/lib/python3.12/site-packages/pelican/tests/output/custom/drafts/a-draft-article-without-date.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/drafts/a-draft-article.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/feeds /usr/lib/python3.12/site-packages/pelican/tests/output/custom/feeds/alexis-metaireau.atom.xml /usr/lib/python3.12/site-packages/pelican/tests/output/custom/feeds/alexis-metaireau.rss.xml /usr/lib/python3.12/site-packages/pelican/tests/output/custom/feeds/all-en.atom.xml /usr/lib/python3.12/site-packages/pelican/tests/output/custom/feeds/all-fr.atom.xml /usr/lib/python3.12/site-packages/pelican/tests/output/custom/feeds/all.atom.xml /usr/lib/python3.12/site-packages/pelican/tests/output/custom/feeds/all.rss.xml /usr/lib/python3.12/site-packages/pelican/tests/output/custom/feeds/bar.atom.xml /usr/lib/python3.12/site-packages/pelican/tests/output/custom/feeds/bar.rss.xml /usr/lib/python3.12/site-packages/pelican/tests/output/custom/feeds/cat1.atom.xml /usr/lib/python3.12/site-packages/pelican/tests/output/custom/feeds/cat1.rss.xml /usr/lib/python3.12/site-packages/pelican/tests/output/custom/feeds/misc.atom.xml /usr/lib/python3.12/site-packages/pelican/tests/output/custom/feeds/misc.rss.xml /usr/lib/python3.12/site-packages/pelican/tests/output/custom/feeds/yeah.atom.xml /usr/lib/python3.12/site-packages/pelican/tests/output/custom/feeds/yeah.rss.xml /usr/lib/python3.12/site-packages/pelican/tests/output/custom/filename_metadata-example.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/index.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/index2.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/index3.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/jinja2_template.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/oh-yeah-fr.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/oh-yeah.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/override /usr/lib/python3.12/site-packages/pelican/tests/output/custom/override/index.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/pages /usr/lib/python3.12/site-packages/pelican/tests/output/custom/pages/this-is-a-test-hidden-page.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/pages/this-is-a-test-page.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/pictures /usr/lib/python3.12/site-packages/pelican/tests/output/custom/pictures/Fat_Cat.jpg /usr/lib/python3.12/site-packages/pelican/tests/output/custom/pictures/Sushi.jpg /usr/lib/python3.12/site-packages/pelican/tests/output/custom/pictures/Sushi_Macro.jpg /usr/lib/python3.12/site-packages/pelican/tests/output/custom/robots.txt /usr/lib/python3.12/site-packages/pelican/tests/output/custom/second-article-fr.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/second-article.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/tag /usr/lib/python3.12/site-packages/pelican/tests/output/custom/tag/bar.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/tag/baz.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/tag/foo.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/tag/foobar.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/tag/oh.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/tag/yeah.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/tags.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/theme /usr/lib/python3.12/site-packages/pelican/tests/output/custom/theme/css /usr/lib/python3.12/site-packages/pelican/tests/output/custom/theme/css/fonts.css /usr/lib/python3.12/site-packages/pelican/tests/output/custom/theme/css/main.css /usr/lib/python3.12/site-packages/pelican/tests/output/custom/theme/css/pygment.css /usr/lib/python3.12/site-packages/pelican/tests/output/custom/theme/css/reset.css /usr/lib/python3.12/site-packages/pelican/tests/output/custom/theme/css/typogrify.css /usr/lib/python3.12/site-packages/pelican/tests/output/custom/theme/css/wide.css /usr/lib/python3.12/site-packages/pelican/tests/output/custom/theme/fonts /usr/lib/python3.12/site-packages/pelican/tests/output/custom/theme/fonts/Yanone_Kaffeesatz_400.eot /usr/lib/python3.12/site-packages/pelican/tests/output/custom/theme/fonts/Yanone_Kaffeesatz_400.svg /usr/lib/python3.12/site-packages/pelican/tests/output/custom/theme/fonts/Yanone_Kaffeesatz_400.ttf /usr/lib/python3.12/site-packages/pelican/tests/output/custom/theme/fonts/Yanone_Kaffeesatz_400.woff /usr/lib/python3.12/site-packages/pelican/tests/output/custom/theme/fonts/Yanone_Kaffeesatz_400.woff2 /usr/lib/python3.12/site-packages/pelican/tests/output/custom/theme/fonts/Yanone_Kaffeesatz_LICENSE.txt /usr/lib/python3.12/site-packages/pelican/tests/output/custom/theme/fonts/font.css /usr/lib/python3.12/site-packages/pelican/tests/output/custom/this-is-a-super-article.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom/unbelievable.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/archives.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/author /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/author/alexis-metaireau.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/author/alexis-metaireau2.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/author/alexis-metaireau3.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/authors.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/categories.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/category /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/category/bar.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/category/cat1.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/category/misc.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/category/yeah.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/drafts /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/drafts/a-draft-article-without-date.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/drafts/a-draft-article.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/feeds /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/feeds/alexis-metaireau.atom.xml /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/feeds/alexis-metaireau.rss.xml /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/feeds/all-en.atom.xml /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/feeds/all-fr.atom.xml /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/feeds/all.atom.xml /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/feeds/all.rss.xml /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/feeds/bar.atom.xml /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/feeds/bar.rss.xml /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/feeds/cat1.atom.xml /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/feeds/cat1.rss.xml /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/feeds/misc.atom.xml /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/feeds/misc.rss.xml /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/feeds/yeah.atom.xml /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/feeds/yeah.rss.xml /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/index.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/index2.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/index3.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/jinja2_template.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/oh-yeah-fr.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/override /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/override/index.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/pages /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/pages/this-is-a-test-hidden-page.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/pages/this-is-a-test-page.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/pictures /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/pictures/Fat_Cat.jpg /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/pictures/Sushi.jpg /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/pictures/Sushi_Macro.jpg /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2010 /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2010/décembre /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2010/décembre/02 /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2010/décembre/02/this-is-a-super-article /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2010/décembre/02/this-is-a-super-article/index.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2010/octobre /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2010/octobre/15 /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2010/octobre/15/unbelievable /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2010/octobre/15/unbelievable/index.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2010/octobre/20 /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2010/octobre/20/oh-yeah /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2010/octobre/20/oh-yeah/index.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2011 /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2011/avril /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2011/avril/20 /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2011/avril/20/a-markdown-powered-article /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2011/avril/20/a-markdown-powered-article/index.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2011/février /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2011/février/17 /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2011/février/17/article-1 /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2011/février/17/article-1/index.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2011/février/17/article-2 /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2011/février/17/article-2/index.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2011/février/17/article-3 /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2011/février/17/article-3/index.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2012 /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2012/février /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2012/février/29 /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2012/février/29/second-article /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2012/février/29/second-article/index.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2012/novembre /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2012/novembre/30 /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2012/novembre/30/filename_metadata-example /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/posts/2012/novembre/30/filename_metadata-example/index.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/robots.txt /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/second-article-fr.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/tag /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/tag/bar.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/tag/baz.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/tag/foo.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/tag/foobar.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/tag/oh.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/tag/yeah.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/tags.html /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/css /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/css/fonts.css /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/css/main.css /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/css/pygment.css /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/css/reset.css /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/css/typogrify.css /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/css/wide.css /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/fonts /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/fonts/Yanone_Kaffeesatz_400.eot /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/fonts/Yanone_Kaffeesatz_400.svg /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/fonts/Yanone_Kaffeesatz_400.ttf /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/fonts/Yanone_Kaffeesatz_400.woff /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/fonts/Yanone_Kaffeesatz_400.woff2 /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/fonts/Yanone_Kaffeesatz_LICENSE.txt /usr/lib/python3.12/site-packages/pelican/tests/output/custom_locale/theme/fonts/font.css /usr/lib/python3.12/site-packages/pelican/tests/parse_error /usr/lib/python3.12/site-packages/pelican/tests/parse_error/parse_error.rst /usr/lib/python3.12/site-packages/pelican/tests/simple_content /usr/lib/python3.12/site-packages/pelican/tests/simple_content/article_with_md_extension.md /usr/lib/python3.12/site-packages/pelican/tests/support.py /usr/lib/python3.12/site-packages/pelican/tests/test_cache.py /usr/lib/python3.12/site-packages/pelican/tests/test_cli.py /usr/lib/python3.12/site-packages/pelican/tests/test_contents.py /usr/lib/python3.12/site-packages/pelican/tests/test_generators.py /usr/lib/python3.12/site-packages/pelican/tests/test_importer.py /usr/lib/python3.12/site-packages/pelican/tests/test_log.py /usr/lib/python3.12/site-packages/pelican/tests/test_paginator.py /usr/lib/python3.12/site-packages/pelican/tests/test_pelican.py /usr/lib/python3.12/site-packages/pelican/tests/test_plugins.py /usr/lib/python3.12/site-packages/pelican/tests/test_readers.py /usr/lib/python3.12/site-packages/pelican/tests/test_rstdirectives.py /usr/lib/python3.12/site-packages/pelican/tests/test_server.py /usr/lib/python3.12/site-packages/pelican/tests/test_settings.py /usr/lib/python3.12/site-packages/pelican/tests/test_testsuite.py /usr/lib/python3.12/site-packages/pelican/tests/test_urlwrappers.py /usr/lib/python3.12/site-packages/pelican/tests/test_utils.py /usr/lib/python3.12/site-packages/pelican/tests/theme_overrides /usr/lib/python3.12/site-packages/pelican/tests/theme_overrides/level1 /usr/lib/python3.12/site-packages/pelican/tests/theme_overrides/level1/article.html /usr/lib/python3.12/site-packages/pelican/tests/theme_overrides/level2 /usr/lib/python3.12/site-packages/pelican/tests/theme_overrides/level2/article.html /usr/lib/python3.12/site-packages/pelican/tests/theme_overrides/level2/authors.html /usr/lib/python3.12/site-packages/pelican/themes /usr/lib/python3.12/site-packages/pelican/themes/notmyidea /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/static /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/static/css /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/static/css/fonts.css /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/static/css/main.css /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/static/css/pygment.css /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/static/css/reset.css /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/static/css/typogrify.css /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/static/css/wide.css /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/static/fonts /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.eot /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.svg /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.ttf /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.woff /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.woff2 /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_LICENSE.txt /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/static/fonts/font.css /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/templates /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/templates/analytics.html /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/templates/archives.html /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/templates/article.html /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/templates/article_infos.html /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/templates/author.html /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/templates/authors.html /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/templates/base.html /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/templates/categories.html /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/templates/category.html /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/templates/comments.html /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/templates/disqus_script.html /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/templates/github.html /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/templates/index.html /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/templates/page.html /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/templates/period_archives.html /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/templates/tag.html /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/templates/taglist.html /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/templates/tags.html /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/templates/translations.html /usr/lib/python3.12/site-packages/pelican/themes/notmyidea/templates/twitter.html /usr/lib/python3.12/site-packages/pelican/themes/simple /usr/lib/python3.12/site-packages/pelican/themes/simple/templates /usr/lib/python3.12/site-packages/pelican/themes/simple/templates/archives.html /usr/lib/python3.12/site-packages/pelican/themes/simple/templates/article.html /usr/lib/python3.12/site-packages/pelican/themes/simple/templates/author.html /usr/lib/python3.12/site-packages/pelican/themes/simple/templates/authors.html /usr/lib/python3.12/site-packages/pelican/themes/simple/templates/base.html /usr/lib/python3.12/site-packages/pelican/themes/simple/templates/categories.html /usr/lib/python3.12/site-packages/pelican/themes/simple/templates/category.html /usr/lib/python3.12/site-packages/pelican/themes/simple/templates/index.html /usr/lib/python3.12/site-packages/pelican/themes/simple/templates/page.html /usr/lib/python3.12/site-packages/pelican/themes/simple/templates/pagination.html /usr/lib/python3.12/site-packages/pelican/themes/simple/templates/period_archives.html /usr/lib/python3.12/site-packages/pelican/themes/simple/templates/tag.html /usr/lib/python3.12/site-packages/pelican/themes/simple/templates/tags.html /usr/lib/python3.12/site-packages/pelican/themes/simple/templates/translations.html /usr/lib/python3.12/site-packages/pelican/tools /usr/lib/python3.12/site-packages/pelican/tools/__init__.py /usr/lib/python3.12/site-packages/pelican/tools/__pycache__ /usr/lib/python3.12/site-packages/pelican/tools/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/tools/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/tools/__pycache__/pelican_import.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/tools/__pycache__/pelican_import.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/tools/__pycache__/pelican_quickstart.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/tools/__pycache__/pelican_quickstart.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/tools/__pycache__/pelican_themes.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pelican/tools/__pycache__/pelican_themes.cpython-312.pyc /usr/lib/python3.12/site-packages/pelican/tools/pelican_import.py /usr/lib/python3.12/site-packages/pelican/tools/pelican_quickstart.py /usr/lib/python3.12/site-packages/pelican/tools/pelican_themes.py /usr/lib/python3.12/site-packages/pelican/tools/templates /usr/lib/python3.12/site-packages/pelican/tools/templates/Makefile.jinja2 /usr/lib/python3.12/site-packages/pelican/tools/templates/pelicanconf.py.jinja2 /usr/lib/python3.12/site-packages/pelican/tools/templates/publishconf.py.jinja2 /usr/lib/python3.12/site-packages/pelican/tools/templates/tasks.py.jinja2 /usr/lib/python3.12/site-packages/pelican/urlwrappers.py /usr/lib/python3.12/site-packages/pelican/utils.py /usr/lib/python3.12/site-packages/pelican/writers.py /usr/share/doc/packages/python312-pelican /usr/share/doc/packages/python312-pelican/CONTRIBUTING.rst /usr/share/doc/packages/python312-pelican/Makefile /usr/share/doc/packages/python312-pelican/README.rst /usr/share/doc/packages/python312-pelican/THANKS /usr/share/doc/packages/python312-pelican/_static /usr/share/doc/packages/python312-pelican/_static/overall.png /usr/share/doc/packages/python312-pelican/_static/pelican-logo.svg /usr/share/doc/packages/python312-pelican/_static/theme-basic.zip /usr/share/doc/packages/python312-pelican/_static/theme_overrides.css /usr/share/doc/packages/python312-pelican/_static/uml.jpg /usr/share/doc/packages/python312-pelican/_templates /usr/share/doc/packages/python312-pelican/_templates/page.html /usr/share/doc/packages/python312-pelican/changelog.rst /usr/share/doc/packages/python312-pelican/conf.py /usr/share/doc/packages/python312-pelican/content.rst /usr/share/doc/packages/python312-pelican/contribute.rst /usr/share/doc/packages/python312-pelican/faq.rst /usr/share/doc/packages/python312-pelican/importer.rst /usr/share/doc/packages/python312-pelican/index.rst /usr/share/doc/packages/python312-pelican/install.rst /usr/share/doc/packages/python312-pelican/internals.rst /usr/share/doc/packages/python312-pelican/locale /usr/share/doc/packages/python312-pelican/locale/zh_CN /usr/share/doc/packages/python312-pelican/locale/zh_CN/LC_MESSAGES /usr/share/doc/packages/python312-pelican/locale/zh_CN/LC_MESSAGES/changelog.po /usr/share/doc/packages/python312-pelican/locale/zh_CN/LC_MESSAGES/content.po /usr/share/doc/packages/python312-pelican/locale/zh_CN/LC_MESSAGES/contribute.po /usr/share/doc/packages/python312-pelican/locale/zh_CN/LC_MESSAGES/faq.po /usr/share/doc/packages/python312-pelican/locale/zh_CN/LC_MESSAGES/importer.po /usr/share/doc/packages/python312-pelican/locale/zh_CN/LC_MESSAGES/index.po /usr/share/doc/packages/python312-pelican/locale/zh_CN/LC_MESSAGES/install.po /usr/share/doc/packages/python312-pelican/locale/zh_CN/LC_MESSAGES/internals.po /usr/share/doc/packages/python312-pelican/locale/zh_CN/LC_MESSAGES/pelican-themes.po /usr/share/doc/packages/python312-pelican/locale/zh_CN/LC_MESSAGES/plugins.po /usr/share/doc/packages/python312-pelican/locale/zh_CN/LC_MESSAGES/publish.po /usr/share/doc/packages/python312-pelican/locale/zh_CN/LC_MESSAGES/quickstart.po /usr/share/doc/packages/python312-pelican/locale/zh_CN/LC_MESSAGES/report.po /usr/share/doc/packages/python312-pelican/locale/zh_CN/LC_MESSAGES/settings.po /usr/share/doc/packages/python312-pelican/locale/zh_CN/LC_MESSAGES/sphinx.po /usr/share/doc/packages/python312-pelican/locale/zh_CN/LC_MESSAGES/themes.po /usr/share/doc/packages/python312-pelican/locale/zh_CN/LC_MESSAGES/tips.po /usr/share/doc/packages/python312-pelican/pelican-themes.rst /usr/share/doc/packages/python312-pelican/plugins.rst /usr/share/doc/packages/python312-pelican/publish.rst /usr/share/doc/packages/python312-pelican/quickstart.rst /usr/share/doc/packages/python312-pelican/report.rst /usr/share/doc/packages/python312-pelican/settings.rst /usr/share/doc/packages/python312-pelican/themes.rst /usr/share/doc/packages/python312-pelican/tips.rst /usr/share/licenses/python312-pelican /usr/share/licenses/python312-pelican/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Oct 29 00:56:22 2024