Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python310-pelican-4.8.0-2.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python310-pelican Distribution: openSUSE:Factory:zSystems
Version: 4.8.0 Vendor: openSUSE
Release: 2.1 Build date: Tue Aug 29 14:27:30 2023
Group: Development/Languages/Python Build host: s390zl25
Size: 2612661 Source RPM: python-pelican-4.8.0-2.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)

Provides

Requires

License

AGPL-3.0-only

Changelog

* 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).
* Tue Dec 01 2020 Benoît Monin <benoit.monin@gmx.fr>
  - update to version 4.5.3:
    * Fix a mistake made in PR #2821
* Sun Nov 22 2020 Benoît Monin <benoit.monin@gmx.fr>
  - update to version 4.5.2:
    * Improve logging of generators and writer loaders
  - drop removal of macos hidden temporary files: fixed upstream
  - get the source from github instead of pypi for the tests
  - add the build requirements for the tests:
    * python-Markdown
    * python-beautifulsoup4
    * python-lxml
    * python-pytest-xdist
    * python-pytest
    * python-typogrify
    * git-core
  - run the tests
* Mon Nov 02 2020 Benoît Monin <benoit.monin@gmx.fr>
  - update to version 4.5.1:
    * Refactor intra-site link discovery in order to match more
      permissively (#2646)
    * Fix plugins running twice in auto-reload mode (#2817)
    * Add notice to use from pelican import signals instead of
      import pelican.signals (#2805)
  - drop removal of macos hidden temporary files: fixed upstream
  - remove CONTRIBUTING.rst THANKS and docs from the package:
    not provided any more
  - correctly identify the license file
* Fri Aug 28 2020 Benoît Monin <benoit.monin@gmx.fr>
  - update to version 4.5.0:
    * Add namespace plugin support; list plugins via pelican-plugins
      command
    * Override settings via -e / --extra-settings CLI option flags
    * Add settings for custom Jinja globals and tests
    * Customize article summary ellipsis via SUMMARY_END_MARKER
      setting
    * Customize Typogrify dash handling via new TYPOGRIFY_DASHES
      setting
    * Support Unicode when generating slugs
    * Support Asciidoc .adoc file generation in Pelican importer
    * Improve user experience when pelican --listen web server is
      quit
    * Improve Invoke tasks template
    * Include tests in source distributions
    * Switch CI from Travis to GitHub Actions
    * Remove support for Python 2.7
  - disable python2 build: pelican is python 3 only now
  - drop fix-python3-incompatibility.patch: fixed upstream
  - update dependencies minimal versions
  - drop python-six requirement
  - remove hidden macos files
  - add new binary pelican-plugins

Files

/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.10
/usr/bin/pelican-import
/usr/bin/pelican-import-3.10
/usr/bin/pelican-plugins
/usr/bin/pelican-plugins-3.10
/usr/bin/pelican-quickstart
/usr/bin/pelican-quickstart-3.10
/usr/bin/pelican-themes
/usr/bin/pelican-themes-3.10
/usr/lib/python3.10/site-packages/pelican
/usr/lib/python3.10/site-packages/pelican-4.8.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/pelican-4.8.0-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/pelican-4.8.0-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/pelican-4.8.0-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/pelican-4.8.0-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/pelican-4.8.0-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/pelican-4.8.0-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/pelican/__init__.py
/usr/lib/python3.10/site-packages/pelican/__main__.py
/usr/lib/python3.10/site-packages/pelican/__pycache__
/usr/lib/python3.10/site-packages/pelican/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/__pycache__/cache.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/__pycache__/cache.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/__pycache__/contents.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/__pycache__/contents.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/__pycache__/generators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/__pycache__/generators.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/__pycache__/log.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/__pycache__/log.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/__pycache__/paginator.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/__pycache__/paginator.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/__pycache__/readers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/__pycache__/readers.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/__pycache__/rstdirectives.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/__pycache__/rstdirectives.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/__pycache__/server.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/__pycache__/server.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/__pycache__/settings.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/__pycache__/settings.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/__pycache__/signals.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/__pycache__/signals.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/__pycache__/urlwrappers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/__pycache__/urlwrappers.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/__pycache__/writers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/__pycache__/writers.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/cache.py
/usr/lib/python3.10/site-packages/pelican/contents.py
/usr/lib/python3.10/site-packages/pelican/generators.py
/usr/lib/python3.10/site-packages/pelican/log.py
/usr/lib/python3.10/site-packages/pelican/paginator.py
/usr/lib/python3.10/site-packages/pelican/plugins
/usr/lib/python3.10/site-packages/pelican/plugins/__pycache__
/usr/lib/python3.10/site-packages/pelican/plugins/__pycache__/_utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/plugins/__pycache__/_utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/plugins/__pycache__/signals.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/plugins/__pycache__/signals.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/plugins/_utils.py
/usr/lib/python3.10/site-packages/pelican/plugins/signals.py
/usr/lib/python3.10/site-packages/pelican/readers.py
/usr/lib/python3.10/site-packages/pelican/rstdirectives.py
/usr/lib/python3.10/site-packages/pelican/server.py
/usr/lib/python3.10/site-packages/pelican/settings.py
/usr/lib/python3.10/site-packages/pelican/signals.py
/usr/lib/python3.10/site-packages/pelican/tests
/usr/lib/python3.10/site-packages/pelican/tests/TestPages
/usr/lib/python3.10/site-packages/pelican/tests/TestPages/bad_page.rst
/usr/lib/python3.10/site-packages/pelican/tests/TestPages/draft_page.rst
/usr/lib/python3.10/site-packages/pelican/tests/TestPages/draft_page_markdown.md
/usr/lib/python3.10/site-packages/pelican/tests/TestPages/draft_page_with_template.rst
/usr/lib/python3.10/site-packages/pelican/tests/TestPages/hidden_page.rst
/usr/lib/python3.10/site-packages/pelican/tests/TestPages/hidden_page_markdown.md
/usr/lib/python3.10/site-packages/pelican/tests/TestPages/hidden_page_with_template.rst
/usr/lib/python3.10/site-packages/pelican/tests/TestPages/page.rst
/usr/lib/python3.10/site-packages/pelican/tests/TestPages/page_markdown.md
/usr/lib/python3.10/site-packages/pelican/tests/TestPages/page_used_for_sorting_test.rst
/usr/lib/python3.10/site-packages/pelican/tests/TestPages/page_with_category_and_tag_links.md
/usr/lib/python3.10/site-packages/pelican/tests/TestPages/page_with_static_links.md
/usr/lib/python3.10/site-packages/pelican/tests/TestPages/page_with_template.rst
/usr/lib/python3.10/site-packages/pelican/tests/__init__.py
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/default_conf.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/default_conf.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/support.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/support.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/test_cache.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/test_cache.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/test_cli.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/test_cli.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/test_contents.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/test_contents.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/test_generators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/test_generators.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/test_importer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/test_importer.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/test_log.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/test_log.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/test_paginator.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/test_paginator.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/test_pelican.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/test_pelican.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/test_plugins.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/test_plugins.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/test_readers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/test_readers.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/test_rstdirectives.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/test_rstdirectives.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/test_server.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/test_server.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/test_settings.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/test_settings.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/test_testsuite.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/test_testsuite.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/test_urlwrappers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/test_urlwrappers.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/test_utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/tests/__pycache__/test_utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/tests/content
/usr/lib/python3.10/site-packages/pelican/tests/content/2012-11-29_rst_w_filename_meta#foo-bar.rst
/usr/lib/python3.10/site-packages/pelican/tests/content/2012-11-30_md_w_filename_meta#foo-bar.md
/usr/lib/python3.10/site-packages/pelican/tests/content/TestCategory
/usr/lib/python3.10/site-packages/pelican/tests/content/TestCategory/article_with_category.rst
/usr/lib/python3.10/site-packages/pelican/tests/content/TestCategory/article_without_category.rst
/usr/lib/python3.10/site-packages/pelican/tests/content/article.rst
/usr/lib/python3.10/site-packages/pelican/tests/content/article_draft.md
/usr/lib/python3.10/site-packages/pelican/tests/content/article_hidden.md
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_attributes_containing_double_quotes.html
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_capitalized_metadata.rst
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_code_block.rst
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_comments.html
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_duplicate_tags_authors.md
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_inline_svg.html
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_keywords.html
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_markdown_and_empty_tags.md
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_markdown_and_footnote.md
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_markdown_and_nested_metadata.md
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_markdown_and_nonascii_summary.md
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_markdown_and_summary_metadata_multi.md
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_markdown_and_summary_metadata_single.md
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_markdown_extension.markdown
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_markdown_markup_extensions.md
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_md_extension.md
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_metadata.html
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_metadata.rst
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_metadata_and_contents.html
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_metadata_explicit_date_implicit_modified.html
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_metadata_explicit_dates.html
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_metadata_implicit_date_explicit_modified.html
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_metadata_implicit_dates.html
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_mkd_extension.mkd
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_multiple_authors.html
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_multiple_authors.rst
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_multiple_authors_list.rst
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_multiple_authors_semicolon.rst
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_multiple_metadata_tags.html
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_nonconformant_meta_tags.html
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_null_attributes.html
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_template.rst
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_typogrify_dashes.md
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_typogrify_dashes.rst
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_uppercase_metadata.html
/usr/lib/python3.10/site-packages/pelican/tests/content/article_with_uppercase_metadata.rst
/usr/lib/python3.10/site-packages/pelican/tests/content/article_without_category.rst
/usr/lib/python3.10/site-packages/pelican/tests/content/bloggerexport.xml
/usr/lib/python3.10/site-packages/pelican/tests/content/empty.md
/usr/lib/python3.10/site-packages/pelican/tests/content/empty_with_bom.md
/usr/lib/python3.10/site-packages/pelican/tests/content/wordpressexport.xml
/usr/lib/python3.10/site-packages/pelican/tests/cyclic_intersite_links
/usr/lib/python3.10/site-packages/pelican/tests/cyclic_intersite_links/first-article.rst
/usr/lib/python3.10/site-packages/pelican/tests/cyclic_intersite_links/second-article.rst
/usr/lib/python3.10/site-packages/pelican/tests/cyclic_intersite_links/third-article.rst
/usr/lib/python3.10/site-packages/pelican/tests/default_conf.py
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins/namespace_plugin
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins/namespace_plugin/pelican
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins/namespace_plugin/pelican/plugins
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins/namespace_plugin/pelican/plugins/ns_plugin
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins/namespace_plugin/pelican/plugins/ns_plugin/__init__.py
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins/namespace_plugin/pelican/plugins/ns_plugin/__pycache__
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins/namespace_plugin/pelican/plugins/ns_plugin/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins/namespace_plugin/pelican/plugins/ns_plugin/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins/normal_plugin
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_plugin
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_plugin/__init__.py
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_plugin/__pycache__
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_plugin/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_plugin/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_plugin/__pycache__/submodule.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_plugin/__pycache__/submodule.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_plugin/submodule.py
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/__init__.py
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/__pycache__
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/__pycache__/subplugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/__pycache__/subplugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage/__init__.py
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage/__pycache__
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage/__pycache__/subpackage.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage/__pycache__/subpackage.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subpackage/subpackage.py
/usr/lib/python3.10/site-packages/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subplugin.py
/usr/lib/python3.10/site-packages/pelican/tests/mixed_content
/usr/lib/python3.10/site-packages/pelican/tests/mixed_content/short_page.md
/usr/lib/python3.10/site-packages/pelican/tests/nested_content
/usr/lib/python3.10/site-packages/pelican/tests/nested_content/maindir
/usr/lib/python3.10/site-packages/pelican/tests/nested_content/maindir/maindir.md
/usr/lib/python3.10/site-packages/pelican/tests/nested_content/maindir/subdir
/usr/lib/python3.10/site-packages/pelican/tests/nested_content/maindir/subdir/subdir.md
/usr/lib/python3.10/site-packages/pelican/tests/output
/usr/lib/python3.10/site-packages/pelican/tests/output/basic
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/a-markdown-powered-article.html
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/archives.html
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/article-1.html
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/article-2.html
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/article-3.html
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/author
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/author/alexis-metaireau.html
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/authors.html
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/categories.html
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/category
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/category/bar.html
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/category/cat1.html
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/category/misc.html
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/category/yeah.html
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/drafts
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/drafts/a-draft-article-without-date.html
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/drafts/a-draft-article.html
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/feeds
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/feeds/alexis-metaireau.atom.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/feeds/alexis-metaireau.rss.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/feeds/all-en.atom.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/feeds/all-fr.atom.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/feeds/all.atom.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/feeds/bar.atom.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/feeds/cat1.atom.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/feeds/misc.atom.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/feeds/yeah.atom.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/filename_metadata-example.html
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/index.html
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/oh-yeah-fr.html
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/oh-yeah.html
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/override
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/override/index.html
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/pages
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/pages/this-is-a-test-hidden-page.html
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/pages/this-is-a-test-page.html
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/second-article-fr.html
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/second-article.html
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/tag
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/tag/bar.html
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/tag/baz.html
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/tag/foo.html
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/tag/foobar.html
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/tag/oh.html
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/tag/yeah.html
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/tags.html
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/theme
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/theme/css
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/theme/css/fonts.css
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/theme/css/main.css
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/theme/css/pygment.css
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/theme/css/reset.css
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/theme/css/typogrify.css
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/theme/css/wide.css
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/theme/fonts
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/theme/fonts/font.css
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/theme/images
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/theme/images/icons
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/theme/images/icons/aboutme.png
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/theme/images/icons/bitbucket.png
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/theme/images/icons/delicious.png
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/theme/images/icons/facebook.png
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/theme/images/icons/github.png
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/theme/images/icons/gitorious.png
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/theme/images/icons/gittip.png
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/theme/images/icons/google-groups.png
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/theme/images/icons/google-plus.png
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/theme/images/icons/hackernews.png
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/theme/images/icons/lastfm.png
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/theme/images/icons/linkedin.png
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/theme/images/icons/reddit.png
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/theme/images/icons/rss.png
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/theme/images/icons/slideshare.png
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/theme/images/icons/speakerdeck.png
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/theme/images/icons/stackoverflow.png
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/theme/images/icons/twitter.png
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/theme/images/icons/vimeo.png
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/theme/images/icons/youtube.png
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/this-is-a-super-article.html
/usr/lib/python3.10/site-packages/pelican/tests/output/basic/unbelievable.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/a-markdown-powered-article.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/archives.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/article-1.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/article-2.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/article-3.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/author
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/author/alexis-metaireau.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/author/alexis-metaireau2.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/author/alexis-metaireau3.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/authors.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/categories.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/category
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/category/bar.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/category/cat1.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/category/misc.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/category/yeah.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/drafts
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/drafts/a-draft-article-without-date.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/drafts/a-draft-article.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/feeds
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/feeds/alexis-metaireau.atom.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/feeds/alexis-metaireau.rss.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/feeds/all-en.atom.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/feeds/all-fr.atom.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/feeds/all.atom.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/feeds/all.rss.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/feeds/bar.atom.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/feeds/bar.rss.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/feeds/cat1.atom.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/feeds/cat1.rss.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/feeds/misc.atom.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/feeds/misc.rss.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/feeds/yeah.atom.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/feeds/yeah.rss.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/filename_metadata-example.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/index.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/index2.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/index3.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/jinja2_template.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/oh-yeah-fr.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/oh-yeah.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/override
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/override/index.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/pages
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/pages/this-is-a-test-hidden-page.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/pages/this-is-a-test-page.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/second-article-fr.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/second-article.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/tag
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/tag/bar.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/tag/baz.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/tag/foo.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/tag/foobar.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/tag/oh.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/tag/yeah.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/tags.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/theme
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/theme/css
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/theme/css/fonts.css
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/theme/css/main.css
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/theme/css/pygment.css
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/theme/css/reset.css
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/theme/css/typogrify.css
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/theme/css/wide.css
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/theme/fonts
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/theme/fonts/font.css
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/theme/images
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/theme/images/icons
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/theme/images/icons/aboutme.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/theme/images/icons/bitbucket.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/theme/images/icons/delicious.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/theme/images/icons/facebook.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/theme/images/icons/github.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/theme/images/icons/gitorious.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/theme/images/icons/gittip.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/theme/images/icons/google-groups.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/theme/images/icons/google-plus.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/theme/images/icons/hackernews.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/theme/images/icons/lastfm.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/theme/images/icons/linkedin.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/theme/images/icons/reddit.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/theme/images/icons/rss.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/theme/images/icons/slideshare.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/theme/images/icons/speakerdeck.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/theme/images/icons/stackoverflow.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/theme/images/icons/twitter.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/theme/images/icons/vimeo.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/theme/images/icons/youtube.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/this-is-a-super-article.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom/unbelievable.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/archives.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/author
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/author/alexis-metaireau.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/author/alexis-metaireau2.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/author/alexis-metaireau3.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/authors.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/categories.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/category
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/category/bar.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/category/cat1.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/category/misc.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/category/yeah.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/drafts
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/drafts/a-draft-article-without-date.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/drafts/a-draft-article.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/feeds
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/feeds/alexis-metaireau.atom.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/feeds/alexis-metaireau.rss.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/feeds/all-en.atom.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/feeds/all-fr.atom.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/feeds/all.atom.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/feeds/all.rss.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/feeds/bar.atom.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/feeds/bar.rss.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/feeds/cat1.atom.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/feeds/cat1.rss.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/feeds/misc.atom.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/feeds/misc.rss.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/feeds/yeah.atom.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/feeds/yeah.rss.xml
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/index.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/index2.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/index3.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/jinja2_template.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/oh-yeah-fr.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/override
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/override/index.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/pages
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/pages/this-is-a-test-hidden-page.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/pages/this-is-a-test-page.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2010
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2010/décembre
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2010/décembre/02
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2010/décembre/02/this-is-a-super-article
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2010/décembre/02/this-is-a-super-article/index.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2010/octobre
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2010/octobre/15
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2010/octobre/15/unbelievable
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2010/octobre/15/unbelievable/index.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2010/octobre/20
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2010/octobre/20/oh-yeah
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2010/octobre/20/oh-yeah/index.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2011
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2011/avril
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2011/avril/20
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2011/avril/20/a-markdown-powered-article
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2011/avril/20/a-markdown-powered-article/index.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2011/février
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2011/février/17
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2011/février/17/article-1
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2011/février/17/article-1/index.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2011/février/17/article-2
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2011/février/17/article-2/index.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2011/février/17/article-3
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2011/février/17/article-3/index.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2012
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2012/février
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2012/février/29
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2012/février/29/second-article
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2012/février/29/second-article/index.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2012/novembre
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2012/novembre/30
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2012/novembre/30/filename_metadata-example
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/posts/2012/novembre/30/filename_metadata-example/index.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/second-article-fr.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/tag
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/tag/bar.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/tag/baz.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/tag/foo.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/tag/foobar.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/tag/oh.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/tag/yeah.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/tags.html
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/theme
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/theme/css
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/theme/css/fonts.css
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/theme/css/main.css
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/theme/css/pygment.css
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/theme/css/reset.css
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/theme/css/typogrify.css
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/theme/css/wide.css
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/theme/fonts
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/theme/fonts/font.css
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/theme/images
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/theme/images/icons
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/theme/images/icons/aboutme.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/theme/images/icons/bitbucket.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/theme/images/icons/delicious.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/theme/images/icons/facebook.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/theme/images/icons/github.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/theme/images/icons/gitorious.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/theme/images/icons/gittip.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/theme/images/icons/google-groups.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/theme/images/icons/google-plus.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/theme/images/icons/hackernews.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/theme/images/icons/lastfm.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/theme/images/icons/linkedin.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/theme/images/icons/reddit.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/theme/images/icons/rss.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/theme/images/icons/slideshare.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/theme/images/icons/speakerdeck.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/theme/images/icons/stackoverflow.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/theme/images/icons/twitter.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/theme/images/icons/vimeo.png
/usr/lib/python3.10/site-packages/pelican/tests/output/custom_locale/theme/images/icons/youtube.png
/usr/lib/python3.10/site-packages/pelican/tests/parse_error
/usr/lib/python3.10/site-packages/pelican/tests/parse_error/parse_error.rst
/usr/lib/python3.10/site-packages/pelican/tests/support.py
/usr/lib/python3.10/site-packages/pelican/tests/test_cache.py
/usr/lib/python3.10/site-packages/pelican/tests/test_cli.py
/usr/lib/python3.10/site-packages/pelican/tests/test_contents.py
/usr/lib/python3.10/site-packages/pelican/tests/test_generators.py
/usr/lib/python3.10/site-packages/pelican/tests/test_importer.py
/usr/lib/python3.10/site-packages/pelican/tests/test_log.py
/usr/lib/python3.10/site-packages/pelican/tests/test_paginator.py
/usr/lib/python3.10/site-packages/pelican/tests/test_pelican.py
/usr/lib/python3.10/site-packages/pelican/tests/test_plugins.py
/usr/lib/python3.10/site-packages/pelican/tests/test_readers.py
/usr/lib/python3.10/site-packages/pelican/tests/test_rstdirectives.py
/usr/lib/python3.10/site-packages/pelican/tests/test_server.py
/usr/lib/python3.10/site-packages/pelican/tests/test_settings.py
/usr/lib/python3.10/site-packages/pelican/tests/test_testsuite.py
/usr/lib/python3.10/site-packages/pelican/tests/test_urlwrappers.py
/usr/lib/python3.10/site-packages/pelican/tests/test_utils.py
/usr/lib/python3.10/site-packages/pelican/tests/theme_overrides
/usr/lib/python3.10/site-packages/pelican/tests/theme_overrides/level1
/usr/lib/python3.10/site-packages/pelican/tests/theme_overrides/level1/article.html
/usr/lib/python3.10/site-packages/pelican/tests/theme_overrides/level2
/usr/lib/python3.10/site-packages/pelican/tests/theme_overrides/level2/article.html
/usr/lib/python3.10/site-packages/pelican/tests/theme_overrides/level2/authors.html
/usr/lib/python3.10/site-packages/pelican/themes
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/css
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/css/fonts.css
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/css/main.css
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/css/pygment.css
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/css/reset.css
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/css/typogrify.css
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/css/wide.css
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/fonts
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.eot
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.svg
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.ttf
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.woff
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.woff2
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/fonts/font.css
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/images
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/images/icons
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/images/icons/aboutme.png
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/images/icons/bitbucket.png
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/images/icons/delicious.png
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/images/icons/facebook.png
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/images/icons/github.png
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/images/icons/gitorious.png
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/images/icons/gittip.png
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/images/icons/google-groups.png
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/images/icons/google-plus.png
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/images/icons/hackernews.png
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/images/icons/lastfm.png
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/images/icons/linkedin.png
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/images/icons/reddit.png
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/images/icons/rss.png
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/images/icons/slideshare.png
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/images/icons/speakerdeck.png
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/images/icons/stackoverflow.png
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/images/icons/twitter.png
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/images/icons/vimeo.png
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/static/images/icons/youtube.png
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/templates
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/templates/analytics.html
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/templates/archives.html
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/templates/article.html
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/templates/article_infos.html
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/templates/author.html
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/templates/authors.html
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/templates/base.html
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/templates/categories.html
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/templates/category.html
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/templates/comments.html
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/templates/disqus_script.html
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/templates/github.html
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/templates/index.html
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/templates/page.html
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/templates/period_archives.html
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/templates/tag.html
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/templates/taglist.html
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/templates/tags.html
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/templates/translations.html
/usr/lib/python3.10/site-packages/pelican/themes/notmyidea/templates/twitter.html
/usr/lib/python3.10/site-packages/pelican/themes/simple
/usr/lib/python3.10/site-packages/pelican/themes/simple/templates
/usr/lib/python3.10/site-packages/pelican/themes/simple/templates/archives.html
/usr/lib/python3.10/site-packages/pelican/themes/simple/templates/article.html
/usr/lib/python3.10/site-packages/pelican/themes/simple/templates/author.html
/usr/lib/python3.10/site-packages/pelican/themes/simple/templates/authors.html
/usr/lib/python3.10/site-packages/pelican/themes/simple/templates/base.html
/usr/lib/python3.10/site-packages/pelican/themes/simple/templates/categories.html
/usr/lib/python3.10/site-packages/pelican/themes/simple/templates/category.html
/usr/lib/python3.10/site-packages/pelican/themes/simple/templates/gosquared.html
/usr/lib/python3.10/site-packages/pelican/themes/simple/templates/index.html
/usr/lib/python3.10/site-packages/pelican/themes/simple/templates/page.html
/usr/lib/python3.10/site-packages/pelican/themes/simple/templates/pagination.html
/usr/lib/python3.10/site-packages/pelican/themes/simple/templates/period_archives.html
/usr/lib/python3.10/site-packages/pelican/themes/simple/templates/tag.html
/usr/lib/python3.10/site-packages/pelican/themes/simple/templates/tags.html
/usr/lib/python3.10/site-packages/pelican/themes/simple/templates/translations.html
/usr/lib/python3.10/site-packages/pelican/tools
/usr/lib/python3.10/site-packages/pelican/tools/__init__.py
/usr/lib/python3.10/site-packages/pelican/tools/__pycache__
/usr/lib/python3.10/site-packages/pelican/tools/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/tools/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/tools/__pycache__/pelican_import.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/tools/__pycache__/pelican_import.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/tools/__pycache__/pelican_quickstart.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/tools/__pycache__/pelican_quickstart.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/tools/__pycache__/pelican_themes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pelican/tools/__pycache__/pelican_themes.cpython-310.pyc
/usr/lib/python3.10/site-packages/pelican/tools/pelican_import.py
/usr/lib/python3.10/site-packages/pelican/tools/pelican_quickstart.py
/usr/lib/python3.10/site-packages/pelican/tools/pelican_themes.py
/usr/lib/python3.10/site-packages/pelican/tools/templates
/usr/lib/python3.10/site-packages/pelican/tools/templates/Makefile.jinja2
/usr/lib/python3.10/site-packages/pelican/tools/templates/pelicanconf.py.jinja2
/usr/lib/python3.10/site-packages/pelican/tools/templates/publishconf.py.jinja2
/usr/lib/python3.10/site-packages/pelican/tools/templates/tasks.py.jinja2
/usr/lib/python3.10/site-packages/pelican/urlwrappers.py
/usr/lib/python3.10/site-packages/pelican/utils.py
/usr/lib/python3.10/site-packages/pelican/writers.py
/usr/share/doc/packages/python310-pelican
/usr/share/doc/packages/python310-pelican/CONTRIBUTING.rst
/usr/share/doc/packages/python310-pelican/Makefile
/usr/share/doc/packages/python310-pelican/README.rst
/usr/share/doc/packages/python310-pelican/THANKS
/usr/share/doc/packages/python310-pelican/_static
/usr/share/doc/packages/python310-pelican/_static/overall.png
/usr/share/doc/packages/python310-pelican/_static/theme-basic.zip
/usr/share/doc/packages/python310-pelican/_static/theme_overrides.css
/usr/share/doc/packages/python310-pelican/_static/uml.jpg
/usr/share/doc/packages/python310-pelican/changelog.rst
/usr/share/doc/packages/python310-pelican/conf.py
/usr/share/doc/packages/python310-pelican/content.rst
/usr/share/doc/packages/python310-pelican/contribute.rst
/usr/share/doc/packages/python310-pelican/faq.rst
/usr/share/doc/packages/python310-pelican/importer.rst
/usr/share/doc/packages/python310-pelican/index.rst
/usr/share/doc/packages/python310-pelican/install.rst
/usr/share/doc/packages/python310-pelican/internals.rst
/usr/share/doc/packages/python310-pelican/pelican-themes.rst
/usr/share/doc/packages/python310-pelican/plugins.rst
/usr/share/doc/packages/python310-pelican/publish.rst
/usr/share/doc/packages/python310-pelican/quickstart.rst
/usr/share/doc/packages/python310-pelican/report.rst
/usr/share/doc/packages/python310-pelican/settings.rst
/usr/share/doc/packages/python310-pelican/themes.rst
/usr/share/doc/packages/python310-pelican/tips.rst
/usr/share/licenses/python310-pelican
/usr/share/licenses/python310-pelican/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:43:14 2024