worldcompany / djangoembed

rich media consuming and providing with django
http://djangoembed.readthedocs.org
MIT License
138 stars 38 forks source link

Bring back the docs #38

Closed richardcornish closed 12 years ago

richardcornish commented 12 years ago

Documentation seems to have vanished.

http://charlesleifer.com/docs/djangoembed/

coleifer commented 12 years ago

Sorry, must've got lost while I ported my site from django -> flask the other week. Official docs updated to readthedocs:

http://djangoembed.readthedocs.org/en/latest/index.html

Also, check out https://github.com/coleifer/micawber -- a replacement for djangoembed which i'll be maintaining

richardcornish commented 12 years ago

@coleifer Thanks for being quick to put them back up. I tried micawber but I think I still prefer djangoembed. I used Embedly's endpoints, which rendered tweets pretty well, but when used with other filters, mangled the output. Half the HTML was escaping and half was trying to be rendered. I know chaining filters can sometimes have unexpected results. I believe the cause was using micawber with the Typogrify filter, which usually plays nice with other filters.

coleifer commented 12 years ago

That's no good. If you wouldn't mind, I'd really be grateful if you could create an issue on the micawber project so I can address this. In my testing I didn't run into issues, but I didn't try much chaining.

If you don't mind including a sample of text and the filters you used, I'll be quick to address this in micawber: https://github.com/coleifer/micawber/issues

On Thu, Apr 26, 2012 at 4:47 PM, Richard Cornish reply@reply.github.com wrote:

@coleifer Thanks for being quick to put them back up. I tried micawber but I think I still prefer djangoembed. I used Embedly's endpoints, which rendered tweets pretty well, but when used with other filters, mangled the output. Half the HTML was escaping and half was trying to be rendered. I know chaining filters can sometimes have unexpected results. I believe the cause was using micawber with the Typogrify filter, which usually plays nice with other filters.


Reply to this email directly or view it on GitHub: https://github.com/worldcompany/djangoembed/issues/38#issuecomment-5368630

coleifer commented 12 years ago

Forgot to mention -- not sure when you tried out micawber, but I added unit tests to the django integration not very long ago and discovered some places where stuff was being escaped and have fixed those. So you might try pulling again, i think it may be fixed.