Metadata-Version: 2.1
Name: pelican-touch
Version: 1.0.0
Summary: Set date on generated files based on metadata from content
Home-page: https://github.com/pelican-plugins/touch
License: AGPL-3.0
Keywords: pelican,plugin,touch
Author: Pelican Dev Team
Author-email: authors@getpelican.com
Requires-Python: >=3.8.1,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Framework :: Pelican
Classifier: Framework :: Pelican :: Plugins
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
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/pelican-plugins/touch/issues
Project-URL: Repository, https://github.com/pelican-plugins/touch
Description-Content-Type: text/markdown

Touch: A Plugin for Pelican
===========================

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

This Pelican plugin sets the date on generated files based on source content `Date:` metadata.

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

This plugin can be installed via:

    python -m pip install pelican-touch

Usage
-----

This plugin performs `touch` on your generated files, using the date metadata from the source content.

This helps, among other things, to guide the web server regarding how to handle its cache.

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/pelican-plugins/touch/issues
[Contributing to Pelican]: https://docs.getpelican.com/en/latest/contribute.html

License
-------

This project is licensed under the AGPL-3.0 license.

