From a0b467c537ff1f80a1b300a07897b6d968df63af Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 21 Jun 2012 11:01:15 +0200 Subject: [PATCH] [SIGNED-OFF] 7143 Followup for timeline Content-Type: text/plain; charset="utf-8" Fixes few tabs within date; adds a regex to fix mistakes with spaces. Signed-off-by: Marc Veron --- about.pl | 3 +++ docs/history.txt | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/about.pl b/about.pl index 7189a22..874c964 100755 --- a/about.pl +++ b/about.pl @@ -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, { diff --git a/docs/history.txt b/docs/history.txt index 1acf3d9..90c02b5 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -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 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 -- 1.7.2.5