.dockerignore
.gitattributes
.gitignore
.mailmap
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
codecov.yml
mkdocs.yml
pyproject.toml
sonar-project.properties
.github/FUNDING.yml
.github/dependabot.yml
.github/labeler.yml
.github/release.yml
.github/workflows/docker-test.yml
.github/workflows/documentation.yml
.github/workflows/lint-and-tests.yml
.github/workflows/pr-auto-labeler.yml
.github/workflows/release.yml
docs/api.md
docs/changelog.md
docs/configuration.md
docs/contributing.md
docs/index.md
docs/integrations.md
docs/schema.json
docs/assets/logo_rss_plugin_mkdocs.png
docs/assets/logo_rss_plugin_mkdocs.svg
docs/assets/logo_rss_plugin_mkdocs.webp
docs/assets/logo_rss_plugin_mkdocs_full.svg
docs/assets/rss_icon.svg
docs/theme/overrides/main.html
mkdocs_rss_plugin/__about__.py
mkdocs_rss_plugin/__init__.py
mkdocs_rss_plugin/_version.py
mkdocs_rss_plugin/config.py
mkdocs_rss_plugin/constants.py
mkdocs_rss_plugin/models.py
mkdocs_rss_plugin/plugin.py
mkdocs_rss_plugin/timezoner.py
mkdocs_rss_plugin/util.py
mkdocs_rss_plugin.egg-info/PKG-INFO
mkdocs_rss_plugin.egg-info/SOURCES.txt
mkdocs_rss_plugin.egg-info/dependency_links.txt
mkdocs_rss_plugin.egg-info/entry_points.txt
mkdocs_rss_plugin.egg-info/requires.txt
mkdocs_rss_plugin.egg-info/top_level.txt
mkdocs_rss_plugin/git_manager/__init__.py
mkdocs_rss_plugin/git_manager/ci.py
mkdocs_rss_plugin/integrations/__init__.py
mkdocs_rss_plugin/integrations/theme_material_base.py
mkdocs_rss_plugin/integrations/theme_material_blog_plugin.py
mkdocs_rss_plugin/integrations/theme_material_social_plugin.py
mkdocs_rss_plugin/templates/rss.xml.jinja2
tests/__init__.py
tests/base.py
tests/test_build.py
tests/test_build_no_git.py
tests/test_config.py
tests/test_integrations_material.py
tests/test_integrations_material_blog.py
tests/test_integrations_material_social_cards.py
tests/test_no_material.py
tests/test_rss_util.py
tests/test_timezoner.py
tests/dev/dev_cached_http.py
tests/dev/dev_json_feed_validation.py
tests/dev/dev_load_config.py
tests/dev/dev_markdown_extension_rss.py
tests/dev/json_feed_sample.json
tests/fixtures/mkdocs_bad_config.yml
tests/fixtures/mkdocs_complete.yml
tests/fixtures/mkdocs_complete_no_git.yml
tests/fixtures/mkdocs_custom_feeds_filenames.yml
tests/fixtures/mkdocs_custom_title_description.yml
tests/fixtures/mkdocs_dates_overridden.yml
tests/fixtures/mkdocs_dates_overridden_in_dot_key.yml
tests/fixtures/mkdocs_disabled.yml
tests/fixtures/mkdocs_feed_length_custom.yml
tests/fixtures/mkdocs_feed_ttl_custom.yml
tests/fixtures/mkdocs_item_categories.yml
tests/fixtures/mkdocs_item_comments.yml
tests/fixtures/mkdocs_item_delimiter_empty.yml
tests/fixtures/mkdocs_item_image_social_cards_blog.yml
tests/fixtures/mkdocs_item_image_social_cards_blog_directory_url_disabled.yml
tests/fixtures/mkdocs_item_image_social_cards_disabled_site.yml
tests/fixtures/mkdocs_item_image_social_cards_enabled_but_integration_disabled.yml
tests/fixtures/mkdocs_item_image_social_cards_enabled_site.yml
tests/fixtures/mkdocs_item_image_social_enabled_but_cards_disabled.yml
tests/fixtures/mkdocs_item_length_default.yml
tests/fixtures/mkdocs_item_length_unlimited.yml
tests/fixtures/mkdocs_item_no_comments.yml
tests/fixtures/mkdocs_items_material_blog_enabled.yml
tests/fixtures/mkdocs_items_material_blog_enabled_but_integration_disabled.yml
tests/fixtures/mkdocs_jsonfeed_enabled_not_rss.yml
tests/fixtures/mkdocs_language_specific_material.yml
tests/fixtures/mkdocs_locale_with_territory.yml
tests/fixtures/mkdocs_locale_without_territory.yml
tests/fixtures/mkdocs_minimal.yml
tests/fixtures/mkdocs_minimal_no_site_url.yml
tests/fixtures/mkdocs_multiple_instances.yml
tests/fixtures/mkdocs_pretty_print_disabled.yml
tests/fixtures/mkdocs_pretty_print_enabled.yml
tests/fixtures/mkdocs_rss_enabled_not_jsonfeed.yml
tests/fixtures/mkdocs_simple.yml
tests/fixtures/mkdocs_site_author_to_be_escaped.yml
tests/fixtures/test-build-material.dockerfile
tests/fixtures/test-build-min-python.dockerfile
tests/fixtures/docs/index.md
tests/fixtures/docs/page_with_meta.md
tests/fixtures/docs/page_with_meta_as_string.md
tests/fixtures/docs/page_with_meta_bad_date.md
tests/fixtures/docs/page_with_meta_date_in_dot_key.md
tests/fixtures/docs/page_with_meta_draft_true.md
tests/fixtures/docs/page_with_meta_no_creation_date.md
tests/fixtures/docs/page_with_meta_override_rss_description.md
tests/fixtures/docs/page_with_meta_singulars.md
tests/fixtures/docs/page_without_meta_early_delimiter.md
tests/fixtures/docs/page_without_meta_long.md
tests/fixtures/docs/page_without_meta_short.md
tests/fixtures/docs/blog/.authors.yml
tests/fixtures/docs/blog/index.md
tests/fixtures/docs/blog/posts/firstpost.md
tests/fixtures/docs/blog/posts/sample_blog_post.md
tests/fixtures/docs/blog/posts/secondpost.md
tests/fixtures/docs/folder_ignored/page_should_be_ignored_by_pathmatch.md