imip-agent

Change of docs/wiki/AgentPrograms

1032:abbfbee0f858
docs/wiki/AgentPrograms
     1.1 --- a/docs/wiki/AgentPrograms	Sun Jan 31 00:45:26 2016 +0100
     1.2 +++ b/docs/wiki/AgentPrograms	Sun Jan 31 00:46:29 2016 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4  || '''Program'''    || '''Purpose''' ||
     1.5  || `imip_person.py` ||<|2> Maintain scheduling information on behalf of people ||
     1.6  || `imip_person_outgoing.py` ||
     1.7 -|| `imip_resource.py` || Act as an autonomous resource that can be reserved ||
     1.8 +|| `imip_resource.py` || Act as an autonomous [[../Resources|resource]] that can be reserved ||
     1.9  
    1.10  For people, the role of the agent programs concerned is to construct a schedule
    1.11  that can be accessed via the [[../CalendarManager|management interface]] and to
    1.12 @@ -58,8 +58,8 @@
    1.13  potentially-implementable ideas.
    1.14  
    1.15  Meanwhile, the resource handler, `imip_resource.py`, is responsible not only
    1.16 -for maintaining a schedule for a resource, but it must also make scheduling
    1.17 -decisions itself without human involvement. How it may behave is determined
    1.18 -by a number of policies set in the [[../Preferences|preferences]] so that,
    1.19 -for example, it may suggest alternative event periods when those requested
    1.20 -in an invitation are unavailable.
    1.21 +for maintaining a schedule for a [[../Resources|resource]], but it must also
    1.22 +make scheduling decisions itself without human involvement. How it may behave
    1.23 +is determined by a number of policies set in the [[../Preferences|preferences]]
    1.24 +so that, for example, it may suggest alternative event periods when those
    1.25 +requested in an invitation are unavailable.