Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | Today | - | ||||
timeline_ajax/ | H | 03-May-2018 | - | 3,138 | 2,966 | |
timeline_js/ | H | 03-May-2018 | - | 3,663 | 3,311 | |
CHANGES.txt | H A D | 02-Mar-2011 | 14.9 KiB | 264 | 249 | |
LICENSE.txt | H A D | 02-Mar-2011 | 1.7 KiB | 40 | 35 | |
README.txt | H A D | 02-Mar-2011 | 2.2 KiB | 89 | 48 | |
style.css | H A D | 02-Mar-2011 | 183 | 9 | 7 | |
syntax.php | H A D | 02-Mar-2011 | 2.1 KiB | 82 | 59 |
README.txt
1 2 T I M E L I N E 3 4 5 What is this? 6 ------------- 7 8 Timeline is a DHTML-based AJAXy timeline. 9 10 11 Running Timeline 12 ---------------- 13 14 Timeline consists of static resources, Javascript libraries, 15 image files and css files. All you really need is to 16 serve those resources off a web server. Any web server will do. 17 18 Two ways to access the library 19 20 1. Unzip either timeline_source.zip or timeline_libraries.zip into 21 a directory served by a webserver. 22 23 timeline_source.zip includes complete source and example files. Use your 24 browser to see the examples at 25 .../timeline_directory/src/webapp 26 27 timeline_libraries.zip is the minimum install of the bundled js libraries, 28 css and image files 29 30 2. No web server? The timeline project includes a small webserver called 31 Jetty (use the timeline_source.zip file) 32 a) install the Java runtime from Sun 33 b) unzip timeline_source.zip to an install directory 34 c) Open a shell or command prompt to the install directory and type: 35 36 [win32]> run 37 [unix/macosx]> chmod +x run; ./run 38 39 and then point your browser to 40 41 http://127.0.0.1:9999/timeline/ 42 43 44 How do I customize Timeline? 45 ---------------------------- 46 47 Refer to the Timeline web site at 48 http://code.google.com/p/simile-widgets/ 49 50 51 Mailing List and Forum 52 ---------------------- 53 54 Join the community by joining the Google Group SIMILE Widgets 55 http://groups.google.com/group/simile-widgets/ 56 57 58 Licensing and legal issues 59 -------------------------- 60 61 Timeline is open source software and are licensed under the BSD license 62 located in the LICENSE.txt file located in the same directory as this very file 63 you are reading. 64 65 66 67 Credits 68 ------- 69 70 This software was created by the SIMILE project and originally written 71 by the SIMILE development team (in alphabetical order): 72 73 - David Fran�ois Huynh <dfhuynh at csail.mit.edu> 74 75 76 77 78 --- o --- 79 80 81 Thanks for your interest. 82 83 84 85 86 The SIMILE Project 87 http://simile.mit.edu/ 88 89