# HG changeset patch # User ymh # Date 1399469803 -7200 # Node ID afd77187fd9a265595bce2d35df06b66422e15c3 # Parent 9edcde420df2dcff4e2ffc85e7180555f5aa940a rename REAME + simplify hgignore diff -r 9edcde420df2 -r afd77187fd9a .hgignore --- a/.hgignore Wed Apr 30 12:11:27 2014 +0200 +++ b/.hgignore Wed May 07 15:36:43 2014 +0200 @@ -1,6 +1,22 @@ - syntax: regexp ^src/js/LdtPlayer\.min\.js$ +^src/css/LdtPlayer-release\.css$ +^build$ +^test/libs$ +^test/metadataplayer$ +\.mp4$ +\.dokuwiki$ +^\.pydevproject$ +^doc/.+\.html$ +^assets/player_bab_ldt/player_bab_ldt/bin$ +^\.settings/org\.eclipse\.core\.runtime\.prefs$ +^sbin/build/compil-to-platform\.sh$ +\.webm$ +^downloads/.+\.zip$ +^sbin/build/compil-to-polemic-tweet\.sh$ +^.git$ +^.gitignore$ + syntax: glob build/LdtPlayer-release.js build/LdtPlayer.min.js @@ -8,32 +24,3 @@ *.orig src/js/site.js doc/jsdoc/* - -syntax: regexp -^src/css/LdtPlayer-release\.css$ -syntax: regexp -^build$ -syntax: regexp -^test/libs$ -syntax: regexp -^test/metadataplayer$ -syntax: regexp -\.mp4$ -syntax: regexp -\.dokuwiki$ -syntax: regexp -^\.pydevproject$ -syntax: regexp -^doc/.+\.html$ -syntax: regexp -^assets/player_bab_ldt/player_bab_ldt/bin$ -syntax: regexp -^\.settings/org\.eclipse\.core\.runtime\.prefs$ -syntax: regexp -^sbin/build/compil-to-platform\.sh$ -syntax: regexp -\.webm$ -syntax: regexp -^downloads/.+\.zip$ -syntax: regexp -^sbin/build/compil-to-polemic-tweet\.sh$ \ No newline at end of file diff -r 9edcde420df2 -r afd77187fd9a README --- a/README Wed Apr 30 12:11:27 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,37 +0,0 @@ -This is the README for MetaDataPlayer, an opensource web player with metadata support. - -Features -======== - - o Reads json-converted cinelab metadata - o Reads from Youtube, Dailymotion and Flash backends - o Loads the data as JSON as well as JSONP - - -Requirements -============ - -- jQuery 1.4 -- jQuery UI 1.4 -- the java jre (for building the sources) - -Building the library -==================== - -The library files are scattered in many files. An ant build script has been made to make the developer and -minified versions of the player. It is located in sbin/build/client.xml. -To build the library, simply run sbin/build/compil.bat if you are running windows, or sbin/build/compil.sh -if you're running Unix. - -Running the examples -==================== - -You'll have to have a web server configured to serve the metadataplayer directory, because -of the flash cross-domain policy. - -The code -======== - -The code is scattered among several files, which are concatenated and minified during the -build process. The html templates in the templates/ directory are also "jsified" during -this process, to be used by the js code. \ No newline at end of file diff -r 9edcde420df2 -r afd77187fd9a README.FR --- a/README.FR Wed Apr 30 12:11:27 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -Ceci est le README de MetaDataPlayer, un lecteur web écrit en Javascript qui supporte l'affichage - -Dépendances -=========== - -- Underscore (inclus lors de la compilation) -- Mustache (inclus lors de la compilation) -- Raphael.js -- jQuery 1.4 -- jQuery UI 1.4 diff -r 9edcde420df2 -r afd77187fd9a README.FR.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.FR.md Wed May 07 15:36:43 2014 +0200 @@ -0,0 +1,10 @@ +Ceci est le README de MetaDataPlayer, un lecteur web écrit en Javascript qui supporte l'affichage de données temporalisées. + +Dépendances +=========== + +- Underscore (inclus lors de la compilation) +- Mustache (inclus lors de la compilation) +- Raphael.js +- jQuery 1.4 +- jQuery UI 1.4 diff -r 9edcde420df2 -r afd77187fd9a README.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Wed May 07 15:36:43 2014 +0200 @@ -0,0 +1,37 @@ +This is the README for MetaDataPlayer, an opensource web player with metadata support. + +Features +======== + + o Reads json-converted cinelab metadata + o Reads from Youtube, Dailymotion and Flash backends + o Loads the data as JSON as well as JSONP + + +Requirements +============ + +- jQuery 1.4 +- jQuery UI 1.4 +- the java jre (for building the sources) + +Building the library +==================== + +The library files are scattered in many files. An ant build script has been made to make the developer and +minified versions of the player. It is located in sbin/build/client.xml. +To build the library, simply run sbin/build/compil.bat if you are running windows, or sbin/build/compil.sh +if you're running Unix. + +Running the examples +==================== + +You'll have to have a web server configured to serve the metadataplayer directory, because +of the flash cross-domain policy. + +The code +======== + +The code is scattered among several files, which are concatenated and minified during the +build process. The html templates in the templates/ directory are also "jsified" during +this process, to be used by the js code.