Custom Query (2152 matches)
Results (1000 - 1002 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#402 | duplicate | Archiving worker to back up package resources from a CKAN instance | pudo | pudo |
Description |
Write a worker that scans all packages in a ckan instance and uploads the data to storage.ckan.net or another suitable storage system.
The caching worker will consumer update notifications and fetch packages. Extra points for:
|
|||
#406 | fixed | Download sub-system | pudo | rgrp |
Description |
Factor out current downloader into dedicated download subpackage, abstract interface and make it pluggable so we can have downloaders loaded as per type of resource to download.
And we should support interactive retrieving of resources ... Implementation Ideasfor resources in pkg.resources: # datapkg/hg load_storage_handler(resource.format) |
|||
#408 | fixed | Integrate CMS via proxying | pudo | pudo |
Description |
Why: CMS are great at creating content and have very good editors and theme support ... Previous workhttp://groups.google.com/group/pylons-discuss/browse_thread/thread/f8969e28b0a007c7
http://knowledgeforge.net/shakespeare/hg/file/677eef9402e6/shakespeare/controllers/template.py
Extreme version:
1 frontend/proxy app which re-themes everything Owned by CKAN:
Everything else proxied. |