cookbook: Added support for inline video
authorElliot Smith <elliot.smith@intel.com>
Thu, 15 Jul 2010 12:27:02 +0000 (13:27 +0100)
committerElliot Smith <elliot.smith@intel.com>
Thu, 15 Jul 2010 16:31:10 +0000 (17:31 +0100)
commit1d9c64ff16cc3070405cd6a67221712cf0893b7e
tree85798c8a237984f50037e1c568db2ac7258be29c
parentfd27ca7398337fad6d475fcb8ee4a325daf50c0b
cookbook: Added support for inline video

Amended Makefile to copy content of videos directory into
installation directories. Also copies videos and images
into the html/ directory during the build, so that the
built cookbook can be viewed locally (for testing without
having to install).

Added an XSLT template to transform Docbook <inlinemediaobject>
elements into HTML 5 <video> elements, with a fallback to
link to the video displayed for browsers without HTML 5 support.

Added note to "Contributing" appendix explaining how to put
video into a recipe.
doc/common/cookbook.xsl [new file with mode: 0644]
doc/cookbook/Makefile.am
doc/cookbook/clutter-cookbook.xml.in
doc/cookbook/videos/README [new file with mode: 0644]