7143 Followup for timeline

Fixes few tabs within date; adds a regex to fix mistakes with spaces.

Signed-off-by: Marc Veron <veron@veron.ch>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
Marcel de Rooy 2012-06-21 11:01:15 +02:00 committed by Paul Poulain
parent 7639cd89fb
commit 4eaaefecab
2 changed files with 6 additions and 3 deletions

View file

@ -131,6 +131,9 @@ shift @lines; #remove header row
foreach (@lines) {
my ( $date, $desc, $tag ) = split(/\t/);
if(!$desc && $date=~ /(?<=\d{4})\s+/) {
($date, $desc)= ($`, $');
}
push(
@rows2,
{

View file

@ -3,7 +3,7 @@ Date Description Tags
1999 HLT send out RFP, no responses that would actually work over dialup links
1999 HLT and Katipo look for Opensource ILS, can't find one
September 6 1999 Work starts on Koha
September,October,December 1999 Katipo work with HLT to write an ILS.
September,October,December&nbsp;1999 Katipo work with HLT to write an ILS.
1999 Olwen Williams does at lot of work on data conversion.
January 3 2000 Koha goes live after many sleepness nights and a few hundred commits
July 2000 Koha written about in Library Life NZ
@ -292,7 +292,7 @@ March 7 2006 Pierrick Le Gall becomes the 40th committer to Koha
March 13 2006 IRC meeting
March 17 2006 First email from Kyle Hall at ccfls to the Mailing list
March 24 2006 Joshua Ferraro has revised his document about installing Koha on Debian to accommodate Koha version 2.2.6 and Debian sarge (3.1). Find it on www.kohadocs.org under "System Administration." documentation
April 3 2006 Developer meeting on IRC
April 3 2006 Developer meeting on IRC
April 11 2006 Tümer Garip becomes the 41st committer to Koha (major influence in the addition of zebra to Koha and other)
April 14 2006 Pierrick Le Gall begins as translation manager
May 2,3 2006 Kohacon in Paris http://www.koha.org/community/conferences/
@ -474,7 +474,7 @@ February 11 2010 Acquisition of Liblime by PTFS called off
February 11 2010 Equinox begin to offer Koha support
February 15 2010 Will Stokes becomes the 103rd committer to have a patch accepted
February 16 2010 Kohacon10 IRC meeting http://wiki.koha-community.org/wiki/KohaCon_Meeting,_16_Feb_2010
March 2 2010 Community Handover meeting http://wiki.koha-community.org/wiki/Community_Handover_IRC_Meeting,_2_March_2010
March 2 2010 Community Handover meeting http://wiki.koha-community.org/wiki/Community_Handover_IRC_Meeting,_2_March_2010
March 3 2010 General IRC meeting http://wiki.koha-community.org/wiki/General_IRC_Meeting,_3_March_2010
March 15 2010 PTFS acquires LibLime after all
March 16 2010 Lars Wirzenius becomes the 104th committer to have a patch accepted