imip-agent

README.txt

1393:d559de7bdc6c
2017-11-24 Paul Boddie Fixed superclass method call.
     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. The
    42 following command will generate a page package called pages.zip using the
    43 pages directory for staging, with imip-agent as the page prefix:
    44 
    45 docs/tools/make_pages.sh pages imip-agent
    46 
    47 Make sure to include the page prefix where the pages are being deployed in a
    48 wiki with other content at the top level.
    49 
    50 Currently, the wiki pages require the following extensions:
    51 
    52 ImprovedTableParser     https://moinmo.in/ParserMarket/ImprovedTableParser
    53 
    54 MoinSupport             http://hgweb.boddie.org.uk/MoinSupport
    55 
    56 GraphvizParser          https://moinmo.in/ParserMarket/graphviz
    57 
    58 The GraphvizParser requires diagram-tools for the notugly.xsl stylesheet,
    59 although a copy of the stylesheet is provided in the GraphvizParser
    60 distribution for convenience.