Pwic.wiki 1.1 - Stable release
Pwic.wiki is a flexible and compact wiki server to support the documentation of your projects. It is based on Python, SQLite and Markdown. It is also integrated well with OpenDocument Text (ODT).
In comparison with the previous release 1.0
, this version includes the internationalization (i18n) with English/French/German to date, the compression of the cache, and a lot of internal improvements for the quality of the code base.
The future of Pwic.wiki will depend on your requests and contributions. Feel free to raise your needs in the tracker.
Upgrade
Adjusting your custom code will be required. Indeed, all the internal prefixes for the functions pwic_
and the constants PWIC_
have been renamed with PwicLib.
and PwicConst.
respectively. A simple check with flake8 will identify the obvious changes to be done.
From the previous release 1.0
, you must convert your database as follows:
UPDATE env SET key = 'feed_size' WHERE key = 'rss_size';
UPDATE env SET key = 'no_feed' WHERE key = 'no_rss';
To benefit from the compression of the cache and the upgraded Markdown convertor, you may want to clear the cache:
./pa clear-cache
Reference links
You can test the new release online at https://pwic.wiki !
Use our bug tracker if you have any question, idea or issue.
The YouTube channel includes few videos already.