File: control

package info (click to toggle)
imip-agent 0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,056 kB
  • sloc: python: 9,888; sh: 4,480; sql: 144; makefile: 8
file content (103 lines) | stat: -rw-r--r-- 3,928 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
Source: imip-agent
Section: utils
Priority: optional
Maintainer: Jonas Smedegaard <dr@jones.dk>
Build-Depends: debhelper,
 dh-exec,
 python,
 python-babel,
 python-psycopg2,
 python-tz
Standards-Version: 4.3.0
Homepage: http://groupware.boddie.org.uk/imip-agent
Vcs-Browser: https://salsa.debian.org/debian/imip-agent
Vcs-Git: https://salsa.debian.org/debian/imip-agent.git
Rules-Requires-Root: no

Package: imip-agent
Architecture: all
Depends: ${misc:Depends},
 python,
 python-imiptools
Recommends: imip-manager
Description: agent programs to handle calendar information in e-mail
 imip-agent is an extension for existing MTAs (mail transport agents)
 providing extra support for calendaring and scheduling.
 .
  * It uses the iCalendar, iTIP and iMIP Internet standards.
  * It can inspect messages containing calendar objects and extract
    availability information for sharing and publication. You and your
    users decide exactly which kind of messages it will inspect, whose
    messages it will inspect, and for whom no inspection or sharing will
    occur at all.
  * It can provide a Web-based interface to calendar information for
    users who cannot or choose not to use mail software with calendaring
    support. This is optional and your users can choose to adjust,
    ignore or disable this functionality.
  * It supports autonomous entities such as meeting rooms and resources,
    automatically accepting or declining invitations according to their
    schedules. You can adjust this behaviour to implement your own
    policies.
 .
 Unlike some monolithic groupware solutions...
  * It does not require you to change your MDA (mail delivery agent) or
    your mail storage software,
  * It does not require your users to change their MUAs (mail user
    agents).
  * It does not insist that everybody must store their schedules on a
    single server in order to collaboratively schedule events.
  * Instead, imip-agent takes advantage of the decentralized nature of
    the iCalendar and iMIP Internet standards.
  * It allows people in your organisation to collaborate with people
    outside your organisation without insisting that they join your
    infrastructure or that everybody join some cloud service that keeps
    everyone's information within a single, typically proprietary,
    remote service (that may also be potentially vulnerable to intrusion
    and surveillance).
 .
 The role of imip-agent is to bridge the gap between plain e-mail and
 "full-stack" groupware solutions, thus allowing organisations and
 individuals to augment their existing infrastructure instead of being
 compelled to perform costly and unnecessary migrations and
 infrastructure transformations.

Package: imip-manager
Architecture: all
Section: web
Depends: ${misc:Depends},
 python,
 python-imipweb
Enhances: imip-agent
Description: Web interface to a user's calendar
 imip-manager provides a web interface to manage calendaring data, for
 users of imip-agent with less capable MUA (mail user agent).
 .
 imip-agent is an extension for existing MTAs (mail transport agents)
 providing extra support for calendaring and scheduling.

Package: python-imiptools
Architecture: all
Section: python
Depends: ${python:Depends},
 ${misc:Depends},
 python-psycopg2,
 python-tz
Description: mail handling and support for calendar object processing
 imiptools is a Python library providing mail handling and support for
 calendar object processing.
 .
 Package also includes small separate yet related libraries "vCalendar",
 "vContent" and "vRecurrence".

Package: python-imipweb
Architecture: all
Section: python
Depends: ${python:Depends},
 ${misc:Depends},
 python-babel,
 python-tz
Description: functions for imip-agent web interface
 imipweb is a Python library providing Web-related functionality for the
 management interface of imip-agent.
 .
 Package also includes small separate yet related library "markup".