-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
49 lines (34 loc) · 912 Bytes
/
README
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
1. Components
infinote consists of the following parts:
libinfinity:
Library implementing the core infinote part
infinoted:
Simple stand-alone infinote server application
libinfgtk:
Provides glib main loop integration and GTK+ widgets related to libinfinity
libinftext:
Infinote plugin implementing real-time collaborative text editing
libinftextgtk:
Implements the InfTextBuffer interface with a GtkTextBuffer as backend
2. Requirements
libinfinity requires:
- libuuid (not on Windows)
- glib-2.0 >= 2.16
- gobject-2.0 >= 2.16
- libxml-2.0
- gnutls >= 1.7.2
- gsasl >= 0.2.21
- avahi (optional)
infinoted:
- libinfinity
libinfgtk:
- libinfinity
- gtk+-2.0 >= 2.12
libinftext:
- libinfinity
libinftextgtk:
- libinftext
- gtk+-2.0 >= 2.12
3. Developers
This program is developed by Armin Burgmeier <[email protected]>. Artwork is
done by Benjamin Herr <[email protected]>.