diff --git a/modules/recurring_events_views/README.md b/modules/recurring_events_views/README.md index 2ca610fe668412af25fee88d3f0d32fcc3abf13c..cb9113f340b5532ad3ea0dac13c28193cbbcf838 100644 --- a/modules/recurring_events_views/README.md +++ b/modules/recurring_events_views/README.md @@ -2,11 +2,16 @@ --- ## Introduction -Recurring Events provides listings for event series, event instances and registrations. For many installations this will provide a satisfactory way of managing events without the need to install extra modules. +Recurring Events provides listings for event series, event instances and +registrations. For many installations this will provide a satisfactory way of +managing events without the need to install extra modules. -For those cases which call for something more flexible, views integration is provided by an optional sub-module called Recurring Events Views (recurring_events_views). +For those cases which call for something more flexible, views integration is +provided by an optional sub-module called Recurring Events Views +(recurring_events_views). -After enabling this submodule, all listings are replaced by views and no further configuration is necessary. +After enabling this submodule, all listings are replaced by views and no further +configuration is necessary. ### Views are provided for; @@ -14,9 +19,10 @@ After enabling this submodule, all listings are replaced by views and no further - Event Instances - Registrations -Admin views are available to user roles with suitable permissions. There are also views for anonymous and authenticated users, for the front end. +Admin views are available to user roles with suitable permissions. There are +also views for anonymous and authenticated users, for the front end. -- Admin views are provided with sensible default settings and some useful exposed filters. -- The front end event series listings, display only events taking place in the present or future. +- Admin views are provided with sensible default settings and exposed filters. +- The front end event series listings, display only future or current events. The default views can be further customized as needed.