delicious-el is an emacs mode for interacting with the http://delicious.com api.
Code
git clone http://git.wjsullivan.net/delicious-el.git
To Do
- After the user enters the URL, fetch the web page title to suggest as the description.
- Clean up things so that the user is not being shown the delicious posts buffer.
Bugs
oauth
http://delicious.com/help/api says:
"To access data from accounts created using a Yahoo! ID, use the same API's as below, but change the path to /v2, and make HTTP requests using OAuth as provided by the Yahoo! Developer Network."
And http://delicious.com/help/oauthapi gives a huge set of complicated instructions that threaten to make me go nuts.
Any thoughts about this? Perhaps worth noting in the delicious-el readme at least, if there isn't a work-around.
Patches
Please put your patches here.