ronsavage / html--timeline

Perl module to convert Gedcom files into MIT Simile Timelines

This URL has Read+Write access

html--timeline / CHANGES
100644 33 lines (27 sloc) 1.305 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Revision history for Perl extension HTML::Timeline.
 
1.04 Fri Aug 29 14:44:00 2008
- Download Phil Durbin's patches from github
- Implement missing_as_table (see docs for details)
 
1.03 Fri Aug 22 12:23:00 2008
- Add support for ~/.timelinerc, using Config::IniFiles
- Rename Changes.txt to CHANGES because search.cpan.org won't display Changes.txt
- Ensure spouse of root person is included when processing descendents and spouses
- Fix date-parsing via Gedcom::Date
 
1.02 Mon Aug 18 13:50:00 2008
- Switch from Date::Manip as used by ged2xml.pl to Gedcom::Date.
Backwards-incompatability, if any, with Date::Manip, is deemed to be a feature
- Add the -output_dir option. This requires Path::Class
- Add the -template_dir option. This requires HTML::Template
- Add the -template_name option
- Add the -timeline_height option
- Add the -url_for_xml option
- Add the -web_page option
- Rename timeline.html to timeline.tmpl
- Add user help to the bottom of the HTML output
- Report people with missing birth dates below the timeline
- Change default height of the HTML output to 500px
- Change the hard-coded date in timeline.tmpl to the earliest birth date
 
1.01 Wed Aug 13 09:27:00 2008
- Oops. Left Local::Config in t/test.t
 
1.00 Mon Aug 11 17:56:00 2008
- Original version