django-embed-video/docs
Brad Buran 5ebea38220 Updated video template tag to accept kwargs
Some video backends support optional arguments embedded in the URL query
string that adjust how the video is displayed (e.g. Youtube supports
rel=0 which means don't show related videos).  Updated the template tag
to accept optional KEY=VALUE pairs that will be added onto the embedded
URL as a query string.  Also added support for specifying default query
strings on a per-backend basis (e.g. so that all YouTube urls have
?rel=0 added to the end).

Added appropriate tests and documentation.
2014-05-01 07:17:53 -04:00
..
api Updated video template tag to accept kwargs 2014-05-01 07:17:53 -04:00
development Docs: add info about installing coverage 2014-02-22 10:28:06 +01:00
ext Add missing __init__ 2013-08-23 14:33:12 +02:00
.gitignore Closes #7. 2013-09-03 13:47:39 +02:00
conf.py Upgrade Django version to 1.6 in documentation 2014-02-27 09:36:17 +01:00
example-project.rst Documentation for example project 2013-08-23 11:25:09 +02:00
examples.rst Updated video template tag to accept kwargs 2014-05-01 07:17:53 -04:00
index.rst Remove badges from docs 2013-12-21 17:29:32 +01:00
installation.rst Docs 2014-01-10 19:51:14 +01:00
make.bat Sphinx doc 2013-08-22 10:34:29 +02:00
Makefile Sphinx doc 2013-08-22 10:34:29 +02:00
requirements.txt Raise up docs requirements 2014-01-22 11:19:52 +01:00
websites.rst Closes #11. 2013-12-21 17:18:47 +01:00