public
Description: Perl module to convert Gedcom files into MIT Simile Timelines
Homepage: http://savage.net.au/Perl-modules.html
Clone URL: git://github.com/ronsavage/html--timeline.git
html--timeline / Changelog.ini
100644 47 lines (41 sloc) 1.44 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[Module]
Name=HTML::Timeline
Configlog.Creator=Module::Metadata::Changes V 1.01
Configlog.Parser=Config::IniFiles V 2.39
 
[V 1.04]
Date=2008-08-29T14:44:00
Comments= <<EOT
- Download Phil Durbin's patches from github
- Implement missing_as_table (see docs for details)
EOT
 
[V 1.03]
Date=2008-08-22T12:23:00
Comments= <<EOT
- 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
EOT
 
[V 1.02]
Date=2008-08-18T13:50:00
Comments= <<EOT
- 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
EOT
 
[V 1.01]
Date=2008-08-13T09:27:00
Comments=- Oops. Left Local::Config in t/test.t
 
[V 1.00]
Date=2008-08-11T17:56:00
Comments=- Original version