# HG changeset patch # User Paul Boddie # Date 1271097220 -7200 # Node ID e1684a6e8a821ac67ae6d591b703edaefbb66b15 # Parent e6df715ebd7e74d8cbcd5dad59de8ae871ab7190 Added dependency information and notes about pytz. diff -r e6df715ebd7e -r e1684a6e8a82 README.txt --- a/README.txt Sat Apr 10 22:38:34 2010 +0200 +++ b/README.txt Mon Apr 12 20:33:40 2010 +0200 @@ -31,7 +31,9 @@ behaviour of the software may change in future versions to support common use-cases in a more convenient fashion. Please be aware that implicitly chosen or generated time or time zone information may change for events, particularly -those whose times are ambiguous or ill-defined. +those whose times are ambiguous or ill-defined. It is highly recommended that +the pytz library be installed - see the documentation regarding dependencies +for more information. In release 0.5, the "download this calendar" and "subscribe to this calendar" links have been fixed to return only events within the specified period and to @@ -206,6 +208,22 @@ Copyright and licence information can be found in the docs directory - see docs/COPYING.txt and docs/LICENCE.txt for more information. +Dependencies +------------ + +EventAggregator has the following basic dependencies: + +Packages Release Information +-------- ------------------- + +pytz Tested with 2007k (specifically 2007k-0ubuntu2) + Source: http://pytz.sourceforge.net/ + +If time zone handling is not required, pytz need not be installed, but this +may result in iCalendar summaries being produced that provide insufficient +time zone information for the correct interpretation of time information in +those summaries. Thus, it is highly recommended that pytz be installed. + New in EventAggregator 0.6 (Changes since EventAggregator 0.5) --------------------------------------------------------------