public
Description: A collection of Django tools which make it easy to change text filled with oembed links into the embedded objects themselves.
Homepage: http://code.google.com/p/django-oembed/
Clone URL: git://github.com/ericflo/django-oembed.git
theju (author)
Tue Oct 13 08:08:09 -0700 2009
ericflo (committer)
Tue Oct 13 10:41:17 -0700 2009
name age message
file .gitignore Thu Dec 11 11:37:02 -0800 2008 Added .gitignore [Idan Gazit]
file CONTRIBUTORS.txt Sun Dec 14 16:02:37 -0800 2008 Added Idan as a contributor [Idan Gazit]
file INSTALL.txt Mon May 26 02:00:14 -0700 2008 Added docstrings and inline documentation, and ... [floguy]
file LICENSE.txt Sun May 25 21:26:03 -0700 2008 Added test subfolder. git-svn-id: https://dja... [floguy]
file MANIFEST.in Sun Apr 05 14:42:18 -0700 2009 Fixed manifest template Signed-off-by: Eric Fl... [jezdez]
file README.txt Mon May 26 02:00:14 -0700 2008 Added docstrings and inline documentation, and ... [floguy]
directory docs/ Sun Oct 19 22:35:52 -0700 2008 More minor fixes to rst formatting. git-svn-id... [floguy]
directory oembed/ Tue Oct 13 10:41:17 -0700 2009 Added Scribd as an oembed provider [theju]
file setup.py Wed Apr 01 19:56:24 -0700 2009 Added manifest template and updated setup.py S... [jezdez]
directory tests/ Sun May 25 21:26:37 -0700 2008 Got rid of some old SVN fragments. git-svn-id... [floguy]
README.txt
=======================
django-oembed
=======================

This is a collection of tools for Django to allow for replacing links in text
with OEmbed.  This application also provides utilities to make this process not
prohibitively expensive CPU-wise.

For installation instructions, read INSTALL.txt.

Visit the google code page at http://django-oembed.googlecode.com/