forked from gobby/libinfinity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
56 lines (41 loc) · 1.34 KB
/
README
File metadata and controls
56 lines (41 loc) · 1.34 KB
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
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:
- glib-2.0 >= 2.16
- gobject-2.0 >= 2.16
- gthread-2.0 >= 2.16
- libxml-2.0
- gnutls >= 1.7.2
- gsasl >= 0.2.21
- avahi (optional)
infinoted:
- libinfinity
- libdaemon (optional)
libinfgtk:
- libinfinity
- gtk+-2.0 >= 2.12
libinftext:
- libinfinity
libinftextgtk:
- libinftext
- gtk+-2.0 >= 2.12
3. Development
This library is developed by Armin Burgmeier <armin@arbur.net>. Artwork is
done by Benjamin Herr <ben@0x539.de>. To get in contact with the developers,
either use the mailing list obby-users@list.0x539.de (to which you can
subscribe by sending mail to obby-users-subscribe@list.0x539.de) or drop by
in our IRC channel #infinote on irc.freenode.org. To hack on the code, check
out the libinfinity git repository using `git clone
git://git.0x539.de/git/infinote.git'. Patches should be filed in our bug
tracker on http://gobby.0x539.de/trac/newticket.