# HG changeset patch # User Paul Boddie # Date 1318203074 -7200 # Node ID db13552d7b82b2ca0a7bb19b8b24e8a458d31011 # Parent 016bcd9221493a8a252c1181eb991a2c36d93573 Updated the documentation to mention various new features. diff -r 016bcd922149 -r db13552d7b82 README.txt --- a/README.txt Mon Oct 10 01:19:44 2011 +0200 +++ b/README.txt Mon Oct 10 01:31:14 2011 +0200 @@ -3,10 +3,12 @@ The EventAggregator macro for MoinMoin can be used to display event calendars or listings which obtain their data from pages belonging to specific -categories (such as CategoryEvents). The start and end dates are read from the -page describing each event, and the calendar is automatically filled out with -the details of each event, colouring each event period in a specially -generated colour. +categories (such as CategoryEvents) or from remote event sources. The start +and end dates are read from the page describing each event, and the calendar +is automatically filled out with the details of each event, colouring each +event period in a specially generated colour. Maps showing event locations are +also supported, given the availability of appropriate map images and location +information. The EventAggregatorSummary action can be used to provide iCalendar and RSS summaries of event data based on pages belonging to specific categories, as @@ -158,6 +160,15 @@ <> +To use remote event sources instead of categories in the Wiki, specify each +source using explicit source parameters: + + <> + +This will aggregate events from the GriCal and FSFE calendars residing on +remote Web sites, provided that these sources have been defined in the event +sources dictionary. + See pages/HelpOnEventAggregator for more detailed information. Using the Actions