The timeline files are already minified if you use the bundle=true
option. Unzip the timeline_libraries.zip file to somewhere on your
webserver and put something like this in your html file:
> <script type="text/javascript">
> //<![CDATA[
>
> Timeline_ajax_url = "/javascripts/timeline_ajax/simile-ajax-api.js?bundle=true";
> Timeline_urlPrefix = "/javascripts/timeline_js/";
> Timeline_parameters = "bundle=true&defaultLocale=en";
>
> //]]>
> </script>
> <script src="/javascripts/timeline_js/timeline-api.js" type="text/javascript"></script>
If you want to zip it even more, I guess you'll have to configure that
in your web server, and the browser has to support gzip encodings, etc...
Cheers,
Jonas