rename REAME + simplify hgignore
authorymh <ymh.work@gmail.com>
Wed, 07 May 2014 15:36:43 +0200
changeset 1030 afd77187fd9a
parent 1029 9edcde420df2
child 1031 5746d89b5a40
rename REAME + simplify hgignore
.hgignore
README
README.FR
README.FR.md
README.md
--- 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
--- 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
--- 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 
--- /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 
--- /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.