Gresiblos

Latest version: v0.6.0

Safety actively analyzes 723217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.6.0

* changed the license from GPLv3 to BSD
* improving the documentation
* changes:
* **important**: the replacement pattern for values within the template changed from __%*<FIELD_NAME>*%__ to __\[\[:*<FIELD_NAME>*:\]\]__
* topics are stored as list in the index file
* the filenames in the index now include the extension
* the **state** attribute was removed from the index file
* replaced option **--have-php-index** by the option **--topic-format *<FORMAT>*** which directly defines how each of a blog entries topics shall be rendered when embedding it into the template
* removed options **--default-author *<NAME>***, **--default-copyright-date *<DATE>***, **--default-state *<STATE>*** and introduced replacements with defaults instead
* new
* the indentation level of the index file can now be set using the option **--index-indent *<INT>***
* you may use a different format for the date in your entries than the ISO-format by defining it using **--date-format *<DATE_FORMAT>***
* added the possibility to skip document parts using the begin/end tags __\[\[:?*<FIELD_NAME>*:\]\]__ and __\[\[:*<FIELD_NAME>*?:\]\]__ if __*<FIELD_NAME>*__ is not set

0.4.2

* fixing tests&8230;

0.4.0

* support for entry index (using json and php)
* generates a json-file with entries
* added a php-file which lists entries or topics
* added a php-file which generates an rss or an atom feed
* updated the documentation
* fixing packaging

0.2.0

* Initial version
* processes entries and saves them





Release Steps
=============

* check the [ChangeLog](https://github.com/dkrajzew/gresiblos/blob/master/docs/mkdocs/changes.md)
* patch the release number and the copyright information in
* the [README.md](https://github.com/dkrajzew/gresiblos/blob/master/README.md) file
* the [setup.py](https://github.com/dkrajzew/gresiblos/blob/master/setup.py) file
* the [install.md](https://github.com/dkrajzew/gresiblos/blob/master/docs/mkdocs/install.md) file
* the scripts and tests
* run the tests (run tests/run_tests.bat)
* commit changes
* build the pydoc documentation, copy it to the web pages
* build the github release (tag: ___<VERSION>___, name: __gresiblos-_<VERSION>___)
* build the PyPI release
* python -m build
* python -m twine upload --repository pypi dist/*

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.