Changes between Version 29 and Version 30 of TaliaTutorial

Show
Ignore:
Timestamp:
01/03/2010 10:15:35 (6 months ago)
Author:
daniel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TaliaTutorial

    v29 v30  
    310310[[Image(overlay_colorbox.png, nolink)]] 
    311311 
    312 === Adding a timeline === 
     312=== Adding a time line === 
     313 
     314Our sample database contains a lot of events in history, so it would be cool if we had some graphical way to browse them. To do so, we'll need the "[http://www.simile-widgets.org/timeline/ simile timeline]" plugin which is included in the muruca-widgets gem. Since we already installed that in the previous step, we just need to do a 
     315 
     316{{{ 
     317#!sh 
     318jruby script/generate simile_timeline 
     319}}} 
     320 
     321Now we can add the `timeline_includes` to the <head> section of the `layouts/sources.html.erb`  
     322 
    313323 
    314324=== Using IIP images ===