Skip to content

dreaswar/dojoTimeLine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dojoTimeLine

A Time Line Javascript Extension created with Dojo Javascript Toolkit wrapped with a Flask Python Framework for testing.

This project hopes to represent a JSON data received from the server and represent the same on a Time Line, implement local event binding for scrolling, date validation.

This is aimed to achieve a level of functionality close to this existing project : http://timeline.verite.co/ using Dojo Javascript Toolkit (http://dojotoolkit.org/).

Author was inspired by the Timeline.js project in his search for a similar project using Dojo Toolkit.

dojoTimeLine code is distributed under the Modified BSD license like the Dojo Toolkit.

The project is maintained by Dr. Easwar T.R http://dreaswar.com

HOW TO TEST:

  1. Use Python virtualenv if installed or install the same

  2. Create a virtual enviroment with command virtualenv venv --no-site-packages

  3. Activate the virtualenv with source venv/bin/activate

  4. Install dependencies with venv/bin/pip install -r docs/REQUIREMENTS.txt

  5. Download the latest Dojo library; This has been tested with Dojo 1.8.3 release.
    Put the directory into ./static/scripts/lib/ and rename the directory dojo1.8.3

  6. Run with python : venv/bin/python flask_timeline.py to start the server

  7. Visit 127.0.0.1:5000 in your browser to test it out...

Queries & Suggestions ?:

Please email me

About

A Time Line Javascript Extension created with Dojo Javascript Toolkit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published