/[drupal]/contributions/modules/timeline/INSTALL.txt
ViewVC logotype

Contents of /contributions/modules/timeline/INSTALL.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.6 - (show annotations) (download)
Sat Jul 25 02:14:49 2009 UTC (4 months ago) by xamanu
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +9 -6 lines
File MIME type: text/plain
Bringing HEAD in sync with the DRUPAL-6--2 branch
1 // $Id: INSTALL.txt,v 1.4.4.2 2009/07/25 01:36:49 xamanu Exp $
2
3 REQUIREMENTS
4 ------------
5 - PHP 5.2
6 - Drupal 6.x
7 - Views 2 module [1]
8
9 - Libraries:
10 SIMILE timeline 2.3.0
11 SIMILE Ajax 2.0-on-static-simile
12
13 - Supporting the following modules:
14 Libraries module [4] in order to be able to run the SIMILE libraries from your server.
15 CCK [2] and Date [3] modules
16 The module supports plotting timeline events for any Drupal content type, and includes
17 extended support for custom content types created using CCK with the Date field type .
18
19 [1] http://drupal.org/project/views
20 [2] http://drupal.org/project/cck
21 [3] http://drupal.org/project/date
22 [4] http://drupal.org/project/libraries
23
24
25 INSTALLATION
26 ------------
27 1. Copy all the module files into a subdirectory called sites/all/modules/timeline/
28 under your Drupal installation directory.
29
30 2. Go to administer >> modules and enable the timeline module.
31 Ensure that the Views module is installed and enabled.
32
33 3. Go to administer >> settings >> timeline to review and change the configuration options to your liking.
34 See "Local Installation" instructions to install the timeline libraries on your server.
35
36 4. See README.txt for information on creating timeline views.
37
38
39 LOCAL INSTALLATION
40 -------------------
41 By default, the SIMILE Timeline (and Ajax) libraries can be used from the SIMILE server.
42 But if you want to install them locally you can follow these steps:
43
44 1. Follow general instructions step 1 and 2.
45
46 2. Optain the libraries of SIMILE Timeline 2.3.0 and SIMILE Ajax 2.0-on-static-simile.
47
48 * You can check them out via Subversion from the SIMILE servers:
49 svn export http://simile-widgets.googlecode.com/svn/timeline/tags/2.3.0/src/webapp/api timeline_js
50 svn export http://simile-widgets.googlecode.com/svn/ajax/tags/2.0-on-static-simile/src/webapp/api timeline_ajax
51
52 * Or you can download them from:
53 // TODO: Provide a download loaction for prepackaged libraries
54
55 3. Place the two libraries into a new sites/all/libraries/simile_timeline directory.
56 Note: timeline libraries have to be inside the folder: timeline_js
57 ajax libraries have to be inside the folder: timeline_ajax
58
59 4. Check at js/local.js that the two paths really point to the existing file and directory.
60 Modify these if necessary.
61
62 5. Go to administer >> settings >> timeline and activate local use. Check error messages on this page to
63 be sure that everything is going to be included properly.
64
65
66 DATABASE MODIFICATIONS:
67 -----------------------
68 This module does not add any new database tables or otherwise modify the
69 Drupal database upon installation.

  ViewVC Help
Powered by ViewVC 1.1.2