forked from pool/python-pelican
* 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=34
14 lines
469 B
Plaintext
14 lines
469 B
Plaintext
<services>
|
|
<service mode="disabled" name="tar_scm">
|
|
<param name="url">https://github.com/getpelican/pelican.git</param>
|
|
<param name="versionprefix">4.6.0+git</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
</services>
|