Skip to content

A ckan extension that provides a resource view for zipped archives.

License

Notifications You must be signed in to change notification settings

luh-luis-css/ckanext-archiveview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status PyPI version Supported Python versions Development Status

CKAN Archive Resource View

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.

Requirement

This CKAN extension is compatible with CKAN 2.9 and requires Python >3.6

Installation

  1. Activate the virtual environment of your CKAN instance and install the extension via pip:

    pip install ckanext-archiveview
    
  2. Configure the Plugin in the CKAN configuration file (e.g. /etc/ckan/default/ckan.ini)

    ckan.plugins= [...] archiveview
    
  3. Configure the Archive View as default default view:

    ckan.views.default_view = archiveview
    
  4. Restart CKAN

Preview

Contact

Florian Wörister, TU Wien, florian.woerister[at]tuwien.ac.at

About

A ckan extension that provides a resource view for zipped archives.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 88.6%
  • CSS 9.2%
  • Python 2.0%
  • Other 0.2%