-
Notifications
You must be signed in to change notification settings - Fork 27
Description
This issue will be about discussing the feature set expected for a first release of Canopy.
Features discussed
- Tags (header now supports the tags field, each tags separated by a ,)
- Sorting listing by date
- Multiple content type: see commit 07403c8
- Better error reporting: When a file can't be correctly parsed, respond to the hook http request something useful.
- Running on Xen
- Getting a release for pinned dependencies
I think I didn't forgot anything. If more features are needed, this is the right issue to discuss about them. :) (@avsm)
For the « Running on Xen » bit, @mmaker made sure it worked during the hackathon but i'm not too sure about the current status. Needs to try it again.
Also, before the release, it would be nice to have a release for some of the dependencies Canopy needs to pin in order to work.
The main culprit are currently:
- https://github.com/oklm-wsh/Decompress (@dinosaure is working on it and expects a release soon)
- (for Xen) dolog https://github.com/UnixJunkie/dolog.git#no_unix
- (for Xen) bin_prot https://github.com/samoht/bin_prot.git#112.35.00+xen
- (for Xen) crc https://github.com/yomimono/ocaml-crc.git#xen_linkopts
Pinging @samoht and @yomimono :-)
About the content type feature, the only thing needed is to find use cases for more of them. I am working on a irclog content type in order to display nicely the logs from the bi-monthly things discussed yesterday, as a first try.
I think everything is here, so feel free to discuss, and thanks to all of you for your feedbacks and your help during the development of Canopy! 💯