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

python3-pelican-4.2.0-bp153.1.15 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python3-pelican Distribution: SUSE Linux Enterprise 15 SP3
Version: 4.2.0 Vendor: openSUSE
Release: bp153.1.15 Build date: Sat Mar 6 11:00:39 2021
Group: Development/Languages/Python Build host: sheep87
Size: 1036419 Source RPM: python-pelican-4.2.0-bp153.1.15.src.rpm
Packager: https://bugs.opensuse.org
Url: http://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

* Fri Oct 18 2019 Benoît Monin <benoit.monin@gmx.fr>
  - update to version 4.2.0:
    * Support inline SVGs; don't treat titles in SVGs as HTML titles
    * Add category to feeds (in addition to tags)
    * Improve content metadata field docs
    * Add docs for including other Markdown/reST files in content
* Thu Oct 10 2019 Benoît Monin <benoit.monin@gmx.fr>
  - update to version 4.1.3:
    * Fix quick-start docs regarding pelican --listen
    * Set default listen address to 127.0.0.1
    * Add extra/optional Markdown dependency to setup.py
    * Use correct SSH port syntax for rsync in tasks.py
    * Place all deprecated settings handling together
    * Add related project URLs for display on PyPI
    * Skip some tests on Windows that can't pass due to filesystem
      differences
* Tue Sep 24 2019 Benoît Monin <benoit.monin@gmx.fr>
  - update to version 4.1.2:
    * Fix pelican.settings.load_source to avoid caching issues
      PR #2621
* Sat Aug 24 2019 Benoît Monin <benoit.monin@gmx.fr>
  - update to version 4.1.1:
    * Add AutoPub to auto-publish releases on PR merge
    * Add CSS classes for reStructuredText figures
    * Pass argv to Pelican main entrypoint
    * Set default content status to a blank string rather than None
  - drop hidden macos files removal: deleted by upstream
* Sun Jul 14 2019 Benoît Monin <benoit.monin@gmx.fr>
  - update to version 4.1.0:
    * Live browser reload upon changed files (provided via Invoke
      task)
    * Add pyproject.toml, managed by Poetry
    * Support for invoking python -m pelican
    * Add relative source path attribute to content
    * Allow directories in EXTRA_PATH_METADATA
    * Add all_articles variable to period pages (for recent posts
      functionality)
    * Improve debug mode output
    * Remove blank or duplicate summaries from Atom feed
    * Fix bugs in pagination, pelican-import, pelican-quickstart,
      and feed importer
  - remove hidden macos files
* Thu Dec 06 2018 Tomáš Chvátal <tchvatal@suse.com>
  - Fix fdupes call
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
  - Remove superfluous devel dependency for noarch package
* Fri Nov 30 2018 Benoît Monin <benoit.monin@gmx.fr>
  - update to version 4.0.1:
    * Refactor pelican.server logging
    * Fix bug in which all static files were processed as "draft"
    * Bug fixes for Invoke/Makefile automation, Importer, and other
      miscellanea
* Tue Nov 13 2018 Benoît Monin <benoit.monin@gmx.fr>
  - update to version 4.0.0:
    * Replace develop_server.sh script with pelican --listen
    * Improved copy/link behavior for large static files (e.g.,
      videos)
    * New {static} syntax to link to static content; content linked
      to by {static} and {attach} is automatically copied over even
      if not in STATIC_PATHS
    * Pages can now have draft status
    * Show current settings via new --print-settings flag
    * All settings for slugs now use {slug} and/or {lang} rather than
      %s. If %s-style settings are encountered, Pelican will emit a
      warning and fallback to the default setting.
    * New signals: feed_generated and page_generated_write_page
    * Replace Fabric with Invoke and fabfile.py template with tasks.py
    * Replace PAGINATED_DIRECT_TEMPLATES by PAGINATED_TEMPLATES,
      extending control over pagination to all templates and making
      page size variable
    * Replace SLUG_SUBSTITUTIONS (and friends) by
      SLUG_REGEX_SUBSTITUTIONS for more finegrained control
    * '{base_name}' value in PAGINATION_PATTERNS setting no longer
      strips 'bar' from 'foo/bar.html' (unless 'bar' == 'index').
    * ARTICLE_ORDER_BY and PAGE_ORDER_BY now also affect 1) category,
      tag and author pages 2) feeds 3) draft and hidden articles and
      pages
    * New ARTICLE_TRANSLATION_ID and PAGE_TRANSLATION_ID settings to
      specify metadata attributes used to identify/disable
      translations
    * Make the HTML reader parse multiple occurrences of metadata
      tags as a list
    * New Blogger XML backup importer
    * Wordpress importer now updates file links to point to local
      copies if the files were downloaded with --wp-attach.
    * Importer no longer inserts extra newlines, to prevent breaking
      of HTML attributes.
    * Pelican server now prioritises foo.html and foo/index.html over
      foo/ when resolving foo.
  - update paths for shebang and executable bit removal:
    * pelican/tools/templates/publishconf.py.jinja2
    * pelican/tools/templates/pelicanconf.py.jinja2
* Thu Sep 20 2018 mcepl@suse.com
  - Add fix-python3-incompatibility.patch with fix for
    gh#getpelican/pelican#2409.
* Mon May 08 2017 benoit.monin@gmx.fr
  - convert the package to singlespec
* Thu Jan 12 2017 benoit.monin@gmx.fr
  - update to version 3.7.1:
    * Fix locale issues in Quickstart script
    * Specify encoding for README and CHANGELOG in setup.py
* Wed Dec 14 2016 benoit.monin@gmx.fr
  - update to version 3.7.0:
    * Atom feeds output <content> in addition to <summary>
    * Atom feeds use <published> for the original publication date
      and <updated> for modifications
    * Simplify Atom feed ID generation and support URL fragments
    * Produce category feeds with category-specific titles
    * RSS feeds now default to summary instead of full content — set
      RSS_FEED_SUMMARY_ONLY = False to revert to previous behavior
    * Replace MD_EXTENSIONS with MARKDOWN setting
    * Replace JINJA_EXTENSIONS with more-robust JINJA_ENVIRONMENT
      setting
    * Improve summary truncation logic to handle special characters
      and tags that span multiple lines, using HTML parser instead
      of regular expressions
    * Include summary when looking for intra-site link substitutions
    * Link to authors and index via {author}name and {index} syntax
    * Override widget names via LINKS_WIDGET_NAME and
      SOCIAL_WIDGET_NAME
    * Add INDEX_SAVE_AS option to override default index.html value
    * Remove PAGES context variable for themes in favor of pages
    * SLUG_SUBSTITUTIONS now accepts 3-tuple elements, allowing URL
      slugs to contain non-alphanumeric characters
    * Tag and category slugs can be controlled with greater
      precision using the TAG_SUBSTITUTIONS and
      CATEGORY_SUBSTITUTIONS settings
    * Author slugs can be controlled with greater precision using
      the AUTHOR_SUBSTITUTIONS setting
    * DEFAULT_DATE can be defined as a string
    * Use mtime instead of ctime when DEFAULT_DATE = 'fs'
    * Add --fatal=errors|warnings option for use with continuous
      integration
    * When using generator-level caching, ensure previously-cached
      files are processed instead of just new files
    * Add Python and Pelican version information to debug output
    * Improve compatibility with Python 3.5
    * Comply with and enforce PEP8 guidelines
    * Replace tables in settings documentation with data:: directives
  - additionnal changes from version 3.6.3:
    * Fix permissions issue in release tarball
  - update source url to https://files.pythonhosted.org
  - update version required for feedgenerator and six
* Fri Feb 26 2016 tbechtold@suse.com
  - Require python-python-dateutil. package was renamed
* Thu Aug 06 2015 benoit.monin@gmx.fr
  - update to version 3.6.2:
    * Fix installation errors related to Unicode in tests
    * Don't show pagination in notmyidea theme if there's only one
      page
    * Make hidden pages available in context
    * Improve URLWrapper comparison
* Tue Jun 16 2015 benoit.monin@gmx.fr
  - update to version 3.6.0:
    * Disable caching by default in order to prevent potential
      confusion
    * Improve caching behavior, replacing pickle with cpickle
    * Allow Markdown or reST content in metadata fields other than
      summary
    * Support semicolon-separated author/tag lists
    * Improve flexibility of article sorting
    * Add --relative-urls argument
    * Support devserver listening on addresses other than localhost
    * Unify HTTP server handlers to pelican.server throughout
    * Handle intra-site links to draft posts
    * Move tag_cloud from core to plugin
    * Load default theme’s external resources via HTTPS
    * Import drafts from WordPress XML
    * Improve support for Windows users
    * Enhance logging and test suite
    * Clean up and refactor codebase
    * New signals: all_generators_finalized and page_writer_finalized
* Sun Nov 09 2014 benoit.monin@gmx.fr
  - update to pelican 3.5.0
    * Introduce ARTICLE_ORDER_BY and PAGE_ORDER_BY settings
      to control the order of articles and pages
    * Include time zone information in dates rendered in templates
    * Expose the reader name in the metadata for articles and pages
    * Add the ability to store static files along with content in the
      same directory as articles and pages using {attach} in the path
    * Prevent Pelican from raising an exception when there are
      duplicate pieces of metadata in a Markdown file
    * Introduce the TYPOGRIFY_IGNORE_TAGS setting to add HTML tags
      to be ignored by Typogrify
    * Add the ability to use - in date formats to strip leading zeros
    * Ensure feed generation is correctly disabled during quickstart
      configuration
    * Fix PAGE_EXCLUDES and ARTICLE_EXCLUDES from incorrectly
      matching sub-directories
    * Introduce STATIC_EXCLUDE setting to add static file excludes
    * Fix an issue when using PAGINATION_PATTERNS while RELATIVE_URLS
      is enabled
    * Fix feed generation causing links to use the wrong language for
      month names when using other locales
    * Fix an issue where the authors list in the simple template
      wasn't correctly formatted
    * Fix an issue when parsing non-string URLs from settings
    * Improve consistency of debug and warning messages

Files

/etc/alternatives/pelican
/etc/alternatives/pelican-import
/etc/alternatives/pelican-quickstart
/etc/alternatives/pelican-themes
/usr/bin/pelican
/usr/bin/pelican-3.6
/usr/bin/pelican-import
/usr/bin/pelican-import-3.6
/usr/bin/pelican-quickstart
/usr/bin/pelican-quickstart-3.6
/usr/bin/pelican-themes
/usr/bin/pelican-themes-3.6
/usr/lib/python3.6/site-packages/pelican
/usr/lib/python3.6/site-packages/pelican-4.2.0-py3.6.egg-info
/usr/lib/python3.6/site-packages/pelican-4.2.0-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/pelican-4.2.0-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/pelican-4.2.0-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/pelican-4.2.0-py3.6.egg-info/entry_points.txt
/usr/lib/python3.6/site-packages/pelican-4.2.0-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/pelican-4.2.0-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/pelican/__init__.py
/usr/lib/python3.6/site-packages/pelican/__main__.py
/usr/lib/python3.6/site-packages/pelican/__pycache__
/usr/lib/python3.6/site-packages/pelican/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pelican/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pelican/__pycache__/__main__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pelican/__pycache__/__main__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pelican/__pycache__/cache.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pelican/__pycache__/cache.cpython-36.pyc
/usr/lib/python3.6/site-packages/pelican/__pycache__/contents.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pelican/__pycache__/contents.cpython-36.pyc
/usr/lib/python3.6/site-packages/pelican/__pycache__/generators.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pelican/__pycache__/generators.cpython-36.pyc
/usr/lib/python3.6/site-packages/pelican/__pycache__/log.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pelican/__pycache__/log.cpython-36.pyc
/usr/lib/python3.6/site-packages/pelican/__pycache__/paginator.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pelican/__pycache__/paginator.cpython-36.pyc
/usr/lib/python3.6/site-packages/pelican/__pycache__/readers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pelican/__pycache__/readers.cpython-36.pyc
/usr/lib/python3.6/site-packages/pelican/__pycache__/rstdirectives.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pelican/__pycache__/rstdirectives.cpython-36.pyc
/usr/lib/python3.6/site-packages/pelican/__pycache__/server.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pelican/__pycache__/server.cpython-36.pyc
/usr/lib/python3.6/site-packages/pelican/__pycache__/settings.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pelican/__pycache__/settings.cpython-36.pyc
/usr/lib/python3.6/site-packages/pelican/__pycache__/signals.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pelican/__pycache__/signals.cpython-36.pyc
/usr/lib/python3.6/site-packages/pelican/__pycache__/urlwrappers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pelican/__pycache__/urlwrappers.cpython-36.pyc
/usr/lib/python3.6/site-packages/pelican/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pelican/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/pelican/__pycache__/writers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pelican/__pycache__/writers.cpython-36.pyc
/usr/lib/python3.6/site-packages/pelican/cache.py
/usr/lib/python3.6/site-packages/pelican/contents.py
/usr/lib/python3.6/site-packages/pelican/generators.py
/usr/lib/python3.6/site-packages/pelican/log.py
/usr/lib/python3.6/site-packages/pelican/paginator.py
/usr/lib/python3.6/site-packages/pelican/readers.py
/usr/lib/python3.6/site-packages/pelican/rstdirectives.py
/usr/lib/python3.6/site-packages/pelican/server.py
/usr/lib/python3.6/site-packages/pelican/settings.py
/usr/lib/python3.6/site-packages/pelican/signals.py
/usr/lib/python3.6/site-packages/pelican/themes
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/css
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/css/fonts.css
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/css/main.css
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/css/pygment.css
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/css/reset.css
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/css/typogrify.css
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/css/wide.css
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/fonts
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.eot
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.svg
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.ttf
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.woff
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.woff2
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/fonts/font.css
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/images
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/images/icons
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/images/icons/aboutme.png
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/images/icons/bitbucket.png
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/images/icons/delicious.png
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/images/icons/facebook.png
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/images/icons/github.png
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/images/icons/gitorious.png
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/images/icons/gittip.png
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/images/icons/google-groups.png
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/images/icons/google-plus.png
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/images/icons/hackernews.png
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/images/icons/lastfm.png
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/images/icons/linkedin.png
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/images/icons/reddit.png
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/images/icons/rss.png
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/images/icons/slideshare.png
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/images/icons/speakerdeck.png
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/images/icons/stackoverflow.png
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/images/icons/twitter.png
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/images/icons/vimeo.png
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/static/images/icons/youtube.png
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/templates
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/templates/analytics.html
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/templates/archives.html
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/templates/article.html
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/templates/article_infos.html
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/templates/author.html
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/templates/authors.html
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/templates/base.html
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/templates/category.html
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/templates/comments.html
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/templates/disqus_script.html
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/templates/github.html
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/templates/index.html
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/templates/page.html
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/templates/period_archives.html
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/templates/tag.html
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/templates/taglist.html
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/templates/tags.html
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/templates/translations.html
/usr/lib/python3.6/site-packages/pelican/themes/notmyidea/templates/twitter.html
/usr/lib/python3.6/site-packages/pelican/themes/simple
/usr/lib/python3.6/site-packages/pelican/themes/simple/templates
/usr/lib/python3.6/site-packages/pelican/themes/simple/templates/archives.html
/usr/lib/python3.6/site-packages/pelican/themes/simple/templates/article.html
/usr/lib/python3.6/site-packages/pelican/themes/simple/templates/author.html
/usr/lib/python3.6/site-packages/pelican/themes/simple/templates/authors.html
/usr/lib/python3.6/site-packages/pelican/themes/simple/templates/base.html
/usr/lib/python3.6/site-packages/pelican/themes/simple/templates/categories.html
/usr/lib/python3.6/site-packages/pelican/themes/simple/templates/category.html
/usr/lib/python3.6/site-packages/pelican/themes/simple/templates/gosquared.html
/usr/lib/python3.6/site-packages/pelican/themes/simple/templates/index.html
/usr/lib/python3.6/site-packages/pelican/themes/simple/templates/page.html
/usr/lib/python3.6/site-packages/pelican/themes/simple/templates/pagination.html
/usr/lib/python3.6/site-packages/pelican/themes/simple/templates/period_archives.html
/usr/lib/python3.6/site-packages/pelican/themes/simple/templates/tag.html
/usr/lib/python3.6/site-packages/pelican/themes/simple/templates/tags.html
/usr/lib/python3.6/site-packages/pelican/themes/simple/templates/translations.html
/usr/lib/python3.6/site-packages/pelican/tools
/usr/lib/python3.6/site-packages/pelican/tools/__init__.py
/usr/lib/python3.6/site-packages/pelican/tools/__pycache__
/usr/lib/python3.6/site-packages/pelican/tools/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pelican/tools/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pelican/tools/__pycache__/pelican_import.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pelican/tools/__pycache__/pelican_import.cpython-36.pyc
/usr/lib/python3.6/site-packages/pelican/tools/__pycache__/pelican_quickstart.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pelican/tools/__pycache__/pelican_quickstart.cpython-36.pyc
/usr/lib/python3.6/site-packages/pelican/tools/__pycache__/pelican_themes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pelican/tools/__pycache__/pelican_themes.cpython-36.pyc
/usr/lib/python3.6/site-packages/pelican/tools/pelican_import.py
/usr/lib/python3.6/site-packages/pelican/tools/pelican_quickstart.py
/usr/lib/python3.6/site-packages/pelican/tools/pelican_themes.py
/usr/lib/python3.6/site-packages/pelican/tools/templates
/usr/lib/python3.6/site-packages/pelican/tools/templates/Makefile.jinja2
/usr/lib/python3.6/site-packages/pelican/tools/templates/pelicanconf.py.jinja2
/usr/lib/python3.6/site-packages/pelican/tools/templates/publishconf.py.jinja2
/usr/lib/python3.6/site-packages/pelican/tools/templates/tasks.py.jinja2
/usr/lib/python3.6/site-packages/pelican/urlwrappers.py
/usr/lib/python3.6/site-packages/pelican/utils.py
/usr/lib/python3.6/site-packages/pelican/writers.py
/usr/share/doc/packages/python3-pelican
/usr/share/doc/packages/python3-pelican/CONTRIBUTING.rst
/usr/share/doc/packages/python3-pelican/LICENSE
/usr/share/doc/packages/python3-pelican/README.rst
/usr/share/doc/packages/python3-pelican/THANKS
/usr/share/doc/packages/python3-pelican/changelog.rst


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024