imip-agent

README.txt

1183:e8de5c748307
2016-05-13 Paul Boddie Added support for scheduling multiple concurrent reservations.
     1 Introduction
     2 ============
     3 
     4 The imip-agent software implements agent programs that can interpret e-mail
     5 messages containing calendar information, maintain availability records for
     6 scheduling participants, act on behalf of resources and other entities that
     7 need to participate in scheduling, and support user interfaces for end-users
     8 whose e-mail programs do not understand calendar data.
     9 
    10 Getting Started
    11 ===============
    12 
    13 Eventually, this information should be incorporated into packages for various
    14 operating system distributions, and the accompanying instructions should be
    15 largely superfluous for most users.
    16 
    17 See: docs/wiki/GettingStarted
    18 
    19 Contact, Copyright and Licence Information
    20 ==========================================
    21 
    22 See the following Web pages for more information about this work:
    23 
    24 http://groupware.boddie.org.uk/imip-agent
    25 
    26 The author can be contacted at the following e-mail address:
    27 
    28 paul@boddie.org.uk
    29 
    30 Copyright and licence information can be found in the docs directory - see
    31 docs/COPYING.txt and docs/gpl-3.0.txt for more information.
    32 
    33 Changes
    34 =======
    35 
    36 See: docs/wiki/Changelog
    37 
    38 Generating the Wiki Pages
    39 =========================
    40 
    41 The docs/tools/make_pages.sh script generates a page package for MoinMoin.
    42 
    43 Currently, the wiki pages require the following extensions:
    44 
    45 ImprovedTableParser     https://moinmo.in/ParserMarket/ImprovedTableParser
    46 
    47 MoinSupport             http://hgweb.boddie.org.uk/MoinSupport
    48 
    49 GraphvizParser          https://moinmo.in/ParserMarket/graphviz
    50 
    51 The GraphvizParser requires diagram-tools for the notugly.xsl stylesheet,
    52 although a copy of the stylesheet is provided in the GraphvizParser
    53 distribution for convenience.