Metadata-Version: 2.1
Name: pelican-feed-stylesheet
Version: 0.0.1
Summary: Enables use of xml stylesheets for human-readable feed generation.
Home-page: https://github.com/andrlik/pelican-feed-stylesheet
License: BSD-3-Clause
Keywords: pelican,plugin
Author: Daniel Andrlik
Author-email: daniel@andrlik.org
Requires-Python: >=3.6.2,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Framework :: Pelican
Classifier: Framework :: Pelican :: Plugins
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: markdown
Requires-Dist: markdown (>=3.2); extra == "markdown"
Requires-Dist: pelican (>=4.5)
Project-URL: Documentation, https://docs.getpelican.com
Project-URL: Funding, https://donate.getpelican.com/
Project-URL: Issue Tracker, https://github.com/andrlik/pelican-feed-stylesheet/issues
Project-URL: Repository, https://github.com/andrlik/pelican-feed-stylesheet
Description-Content-Type: text/markdown

pelican-feed-stylesheet: A Plugin for Pelican
====================================================

[![Build Status](https://img.shields.io/github/workflow/status/pelican-plugins/pelican-feed-stylesheet/build)](https://github.com/andrlik/pelican-feed-stylesheet/actions)
[![PyPI Version](https://img.shields.io/pypi/v/pelican-feed-stylesheet)](https://pypi.org/project/pelican-feed-stylesheet/)
![License](https://img.shields.io/pypi/l/pelican-feed-stylesheet?color=blue)

Enables use of xml stylesheets for human-readable feed generation.

Installation
------------

This plugin can be installed via:

    python -m pip install pelican-feed-stylesheet

Usage
-----

Add the following to settings to enable:

```python
FEED_STYLESHEET = "/YOUR_URL_HERE.xls"
```

Contributing
------------

Contributions are welcome and much appreciated. Every little bit helps. You can contribute by improving the documentation, adding missing features, and fixing bugs. You can also help out by reviewing and commenting on [existing issues][].

To start contributing to this plugin, review the [Contributing to Pelican][] documentation, beginning with the **Contributing Code** section.

[existing issues]: https://github.com/andrlik/pelican-feed-stylesheet/issues
[Contributing to Pelican]: https://docs.getpelican.com/en/latest/contribute.html

License
-------

This project is licensed under the BSD-3-Clause license.

