Index: trunk/extensions/MetavidWiki/README |
— | — | @@ -1,15 +1,16 @@ |
2 | 2 | == About == |
3 | | -Metavid Wiki is a project for extending MediaWiki with media |
4 | | -functions that enable community engagement with audio video metdata. |
| 3 | +MetaVidWiki is a project for extending MediaWiki with interfaces |
| 4 | +that enable community engagement with audio video metdata. |
5 | 5 | For more details visit metavid.ucsc.edu |
6 | 6 | |
7 | 7 | == Disclaimer == |
8 | | -Metavid Wiki is still under development. |
| 8 | +MetaVidWiki is still under development. (we have not done a official release yet) |
9 | 9 | For more info come by #metavid or email dale@ucsc.edu |
10 | 10 | |
11 | 11 | ==Short technical Description== |
12 | | -Metavid builds off of semantic mediaWiki but is not dependent on it. Its |
13 | | -just a matter of how structured you want your metadata ;) |
| 12 | +Metavid builds off of semantic mediaWiki but is should not be too difficult |
| 13 | +to set up without semantic wiki... Its just a matter of how structured you |
| 14 | +want your temporal metadata. |
14 | 15 | |
15 | 16 | Metavid Wiki adds the following namespaces: |
16 | 17 | MV_NS_STREAM : Stream : The base namespace for media with temporal meta data. |
— | — | @@ -30,11 +31,19 @@ |
31 | 32 | video in the browser. It extends oggHandler's plugin detect script and dynamically |
32 | 33 | calls javascript libraries which generalize plugin api's to something near |
33 | 34 | html5 video tag. Mv_embed also supports basic sequences via rss, xspf, |
34 | | -m3u or custom inline format and includes a basic in-browser sequence editor. |
| 35 | +m3u or custom inline format and includes a basic in-browser sequence editor (still under development) |
| 36 | +More info at http://metavid.ucsc.edu/wiki/index.php/Mv_Embed |
35 | 37 | |
| 38 | +==Dependencies for MetaVidWiki == |
| 39 | +* MediaWiki: MetaVid is an extension to MediaWiki (we run off the svn but should work with anything > 1.10 or so.) |
| 40 | +* SemanticMediaWiki: you can get semantic wiki from http://semantic-mediawiki.org/ we use 1.0.1 release |
| 41 | +* mod_annodex: you will need a server side ogg segment server we use mod_annodex you can get that at annodex.net |
| 42 | + |
| 43 | + |
| 44 | + |
36 | 45 | ==Install:== |
37 | 46 | |
38 | | -==add to local settings.php == |
| 47 | +===add to LocalSettings.php === |
39 | 48 | ParserFunctions are necessary |
40 | 49 | require_once( "$IP/extensions/ParserFunctions/ParserFunctions.php" ); |
41 | 50 | |
— | — | @@ -51,13 +60,11 @@ |
52 | 61 | //include after enableSemantics to enable metavid Extension semantic wiki overrides |
53 | 62 | enableMetavid(); |
54 | 63 | |
55 | | - |
56 | | -== base templates == |
| 64 | +=== base templates === |
57 | 65 | These base Templates (for structuring output of metadata) can be added by running the |
58 | 66 | maintenance/metavid2mvWiki.php with the "update_templates" option. |
59 | 67 | (this also includes congress templates that may or may not be of use to you. |
60 | 68 | |
61 | | - |
62 | | -==sql that must be run on install== |
63 | | -Have to update some tables: maintenance/updateTables.sql |
64 | | - (will eventually be just one "update" script and integrated into the web based metavid admin) |
\ No newline at end of file |
| 69 | +===sql that must be run on install=== |
| 70 | +Run the sql: maintenance/mv_tables.sql |
| 71 | + having a web based install is on the todo list ;) |
\ No newline at end of file |