equal
deleted
inserted
replaced
11 Requirements |
11 Requirements |
12 ============ |
12 ============ |
13 |
13 |
14 - jQuery 1.4 |
14 - jQuery 1.4 |
15 - jQuery UI 1.4 |
15 - jQuery UI 1.4 |
|
16 - java and ant (for building the sources) |
16 |
17 |
17 Building the library |
18 Building the library |
18 ==================== |
19 ==================== |
19 |
20 |
20 The library files are scattered in many files. An ant build script has been made to make the developer and |
21 The library files are scattered in many files. An ant build script has been made to make the developer and |
23 Running the examples |
24 Running the examples |
24 ==================== |
25 ==================== |
25 |
26 |
26 You'll have to have a web server configured to serve the metadataplayer directory, because |
27 You'll have to have a web server configured to serve the metadataplayer directory, because |
27 of the flash cross-domain policy. |
28 of the flash cross-domain policy. |
|
29 |
|
30 The code |
|
31 ======== |
|
32 |
|
33 The code is scattered among several files, which are concatenated and minified during the |
|
34 build process. The html templates in the templates/ directory are also "jsified" during |
|
35 this process, to be used by the js code. |