r31326 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r31325‎ | r31326 | r31327 >
Date:21:16, 26 February 2008
Author:dale
Status:old
Tags:
Comment:
updated readme
Modified paths:
  • /trunk/extensions/MetavidWiki/README (modified) (history)

Diff [purge]

Index: trunk/extensions/MetavidWiki/README
@@ -1,15 +1,16 @@
22 == 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.
55 For more details visit metavid.ucsc.edu
66
77 == Disclaimer ==
8 -Metavid Wiki is still under development.
 8+MetaVidWiki is still under development. (we have not done a official release yet)
99 For more info come by #metavid or email dale@ucsc.edu
1010
1111 ==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.
1415
1516 Metavid Wiki adds the following namespaces:
1617 MV_NS_STREAM : Stream : The base namespace for media with temporal meta data.
@@ -30,11 +31,19 @@
3132 video in the browser. It extends oggHandler's plugin detect script and dynamically
3233 calls javascript libraries which generalize plugin api's to something near
3334 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
3537
 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+
3645 ==Install:==
3746
38 -==add to local settings.php ==
 47+===add to LocalSettings.php ===
3948 ParserFunctions are necessary
4049 require_once( "$IP/extensions/ParserFunctions/ParserFunctions.php" );
4150
@@ -51,13 +60,11 @@
5261 //include after enableSemantics to enable metavid Extension semantic wiki overrides
5362 enableMetavid();
5463
55 -
56 -== base templates ==
 64+=== base templates ===
5765 These base Templates (for structuring output of metadata) can be added by running the
5866 maintenance/metavid2mvWiki.php with the "update_templates" option.
5967 (this also includes congress templates that may or may not be of use to you.
6068
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

Status & tagging log