This repository has been archived by the owner on Sep 21, 2020. It is now read-only.
forked from jocelyn-old/EiffelWebReloaded
-
Notifications
You must be signed in to change notification settings - Fork 0
Todo list
jocelyn edited this page May 31, 2011
·
1 revision
Here is a quick and unordered list of missing components
- Updates: Javier Velilla ported a MIME parser to Eiffel, please check https://github.com/jvelilla/eMIME
- This should be integrated into EiffelWebReloaded soon
- Build a HTTP_PROTOCOL component, to be able to send easily a GET or POST request (or PUT, DELETE, ...)
- Currently in the library/client/rest there is a solution based of the Eiffel cURL library. But it would be simpler to have a solution simply based on EiffelNet
- In order to achieve the _HTTP client_ , we need to have a MIME generator so that we can send POST request (and also file uploading using EiffelNet)
- the library/text/encoder is far from being complete.
- We would need MD5, SHA1, and so on ... implementation.
- Why not wrapping http://www.openssl.org/ for this purpose, we could even have more than one implementation.
- Currently the EiffelWebReloaded has no session implementation, this should come soon, but if you desire to contribute, you are welcome.
- OpenID
- OAuth
- Google Connect
- Facebook Connect
- ...
- RSS and ATOM are still widely used, so it should help having such "export" format.
- Wikitext (Jocelyn has an in-progress library for that)
- Markdown
- Maybe it would be possible to have a generic text format library, which would support wikitext, markdown, and others ...
- Implement library to connect popular API .. such as Twitter, Flickr, Simplenote, Evernote, ... and so on
- Twitter (see http://bricabrac.origo.ethz.ch/wiki/Eiffel_Twitter)
- XMPP (see http://bricabrac.origo.ethz.ch/wiki/Eiffel_XMPP)
- POP3 checker
- SMTP component
- Gmail component to check and send email
- ... and so on ...