yaz/commit

Your Annotation Zone

authorMichiel Hildebrand
Sun Jan 23 16:13:42 2011 +0100
committerMichiel Hildebrand
Sun Jan 23 16:13:42 2011 +0100
commitc5d734a2381423264ddaf08a58e7cb902fa2f831
treeddab364320feb39f22197a0f42c3e609e4b53749
parent62bbfa0208128de054370bdb340f8f80a11ef5b7
Diff style: stat patch
 api/reconcile.pl                         | 318 +++++++++++++
 api/video_frames.pl                      | 225 +++++++++
 applications/yaz_admin.pl                |  29 ++
 applications/yaz_annotate.pl             | 173 +++++++
 applications/yaz_game.pl                 | 744 +++++++++++++++++++++++++++++
 applications/yaz_game_recap.pl           | 342 +++++++++++++
 applications/yaz_player.pl               | 154 ++++++
 applications/yaz_tag_garden.pl           | 341 +++++++++++++
 applications/yaz_tags.pl                 |  95 ++++
 applications/yaz_user.pl                 | 211 ++++++++
 applications/yaz_videos.pl               | 202 ++++++++
 components/paginator.pl                  |  88 ++++
 components/yaz_page.pl                   |  67 +++
 config-available/yaz.pl                  |  19 +
 lib/rdf_history.pl                       | 444 +++++++++++++++++
 lib/user_process.pl                      | 177 +++++++
 lib/video_annotation.pl                  | 431 +++++++++++++++++
 lib/yaz_util.pl                          | 304 ++++++++++++
 rdf/cpack/yaz.ttl                        |   5 ++
 web/css/annotate.css                     |  49 ++
 web/css/game.css                         | 165 +++++++
 web/css/garden.css                       | 233 +++++++++
 web/css/player.css                       | 122 +++++
 web/css/tags.css                         |  10 +
 web/css/user.css                         |  44 ++
 web/css/videopage.css                    | 209 ++++++++
 web/css/videos.css                       |  34 ++
 web/css/yaz.css                          | 149 ++++++
 web/js/changehistory/changehistory.js    | 163 +++++++
 web/js/game/input.js                     | 135 ++++++
 web/js/game/players.js                   | 116 +++++
 web/js/jquery/jquery-1.4.2.min.js        | 154 ++++++
 web/js/json2.js                          |   1 +
 web/js/tagcarousel/tagcarousel.js        | 275 +++++++++++
 web/js/timeline/timeline.js              | 202 ++++++++
 web/js/videoframes/videoframes.js        | 382 +++++++++++++++
 web/js/videoplayer/jquery-videoplayer.js | 264 ++++++++++
 web/js/videoplayer/player.swf            | Bin 0 -> 86736 bytes
 web/js/videoplayer/silverlight.js        | 576 ++++++++++++++++++++++
 web/js/videoplayer/swfobject.js          |   5 +
 web/js/videoplayer/tagbar.js             |  51 ++
 web/js/videoplayer/test.html             |  99 ++++
 web/js/videoplayer/videoplayer.js        | 436 +++++++++++++++++
 web/js/videoplayer/wmvplayer.js          | 794 +++++++++++++++++++++++++++++++
 web/js/videoplayer/wmvplayer.xaml        | 330 +++++++++++++
 45 files changed, 9363 insertions(+), 4 deletions(-)