A ckan extension that provides a resource view for zipped archives. The plugin parses zip files (stored locally or URLs of zip archives) and presents its structure using jsTree a javascript library to display file tree structures.
The current implementaiton supports .zip
archives only.
This CKAN extension is compatible with CKAN 2.9 and requires Python >3.6
-
Activate the virtual environment of your CKAN instance and install the extension via
pip
:pip install ckanext-archiveview
-
Configure the Plugin in the CKAN configuration file (e.g.
/etc/ckan/default/ckan.ini
)ckan.plugins= [...] archiveview
-
Configure the Archive View as default default view:
ckan.views.default_view = archiveview
-
Restart CKAN
Florian Wörister, TU Wien, florian.woerister[at]tuwien.ac.at