• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

contrib/H30-Jan-2012-2216

icons/H03-May-2022-10,9279,380

inc/H03-May-2022-4,9192,676

m4/H03-May-2022-393324

po/H30-Jan-2012-25,84520,071

src/H30-Jan-2012-12,4729,214

win32/H03-May-2022-21

AUTHORSH A D30-Jan-20121,018 4430

COPYINGH A D30-Jul-201117.6 KiB341281

ChangeLogH A D30-Jan-201276.8 KiB3,3211,893

INSTALLH A D18-Jan-201015.2 KiB366284

Makefile.amH A D30-Jan-20124 KiB138122

Makefile.inH A D03-May-2022111.1 KiB1,6521,467

NEWSH A D30-Jan-20127.3 KiB199176

READMEH A D30-Jan-20124.7 KiB134106

aclocal.m4H A D30-Jan-201264.7 KiB1,8171,641

config.guessH A D11-May-201143.5 KiB1,5181,306

config.subH A D11-May-201134.4 KiB1,7611,609

configureH A D30-Jan-2012269.9 KiB9,1447,475

configure.acH A D30-Jan-20125.8 KiB147124

depcompH A D18-Jan-201018.2 KiB631407

gobby.1H A D30-Oct-2011922 3330

install-shH A D18-Jan-201013.3 KiB521344

missingH A D18-Jan-201011.2 KiB377281

mkinstalldirsH A D18-Jan-20103.5 KiB163112

README

1
2Gobby: First Contact
3     _________________________________________________________
4
5   Table of Contents
6   1. Synopsis
7   2. Features
8   3. Installation
9
10        3.1. Dependencies
11
12   4. More information
13
14        4.1. How to report bugs
15        4.2. How to get involved
16
17   5. Licensing
18
191. Synopsis
20
21   Gobby is a free collaborative editor. This means that it
22   provides you with the possibility to edit files simultaneously
23   with other users over a network. It supports multiple
24   documents in one session and a multi-user chat. The platforms
25   on which you could use Gobby are so far Microsoft Windows,
26   Linux, Mac OS X and other Unix-like ones. Developed with the
27   Gtk+ toolkit it integrates nicely into the GNOME desktop
28   environment if you want it to.
29     _________________________________________________________
30
312. Features
32
33     * Realtime collaboration through encrypted connections
34     * Each user has its own colour to be identified by others
35     * IRC-like chat for communicating with your partners
36     * Sidebar with all the others having joined the session
37     * Syntax highlighting, auto indentation, configurable tab
38       width
39     * Multiple documnets in one session
40     * Document subscriptions
41     * User authentication
42     * Zeroconf support (optional)
43     * Unicode support
44     * Internationalisation
45     * Cross-platform: Microsoft Windows, Linux, Mac OS X, other
46       flavours of Unix
47     * Free software, licenced under the terms of the GNU General
48       Public License
49     _________________________________________________________
50
513. Installation
52
53   Please see INSTALL for details.
54
55   If you don't have GtkSourceView2 yet, then you can build Gobby
56   against GtkSourceView 1.x, by passing --without-gtksourceview2 to the
57   configure script.
58     _________________________________________________________
59
603.1. Dependencies
61
62     * libsigc++ (>= 2.0.2)
63     * GNUTLS (>= 1.0.0)
64     * net6 (>= 1.3.0)
65     * obby (>= 0.4.0)
66     * Glib (>= 2.6.0)
67     * Gtk+ (>= 2.6.0)
68     * GtkSourceView
69     * Glibmm (>= 2.6.0)
70     * libxml++ (>= 2.6.0)
71     * Gtkmm (>= 2.6.0)
72     * howl (>= 0.9.8) [optional]
73     _________________________________________________________
74
754. More information
76
77   The development of the obby family is coordinated on its Trac
78   project page on http://darcs.0x539.de/trac/obby/. The primary
79   distribution point is http://releases.0x539.de/.
80     _________________________________________________________
81
824.1. How to report bugs
83
84   Bugs could be filed as tickets at
85   http://darcs.0x539.de/trac/obby/cgi-bin/trac.cgi/newticket or
86   submitted directly to us at crew@0x539.de. Please include a
87   reachable email address in your bug report as we often need to
88   contact the reporters for clarifications. Commonly bugs are
89   scheduled for the next major release and will be listed in the
90   roadmap.
91     _________________________________________________________
92
934.2. How to get involved
94
95   We urgently seek all kind of people who could help us in any
96   way. Firstly we need documentation writers who could help us
97   crafting a help file and some standalone documentation for the
98   web. Secondly, if you are skilled in C++ programming, we could
99   need helping hands with programming. You could use our project
100   page as a starting point to look for tickets which need
101   fixing. And last, but certainly not least, we need translators
102   who get their hands at Gobby's string templates to get it
103   localised. Thus more could use Gobby in their native language.
104   Just contact us, if in doubt, for more details.
105
106   There are also two mailing lists which should provide a mean
107   of contact to other Gobby users and to the developers.
108
109     * obby-announce: A moderated list used to announce new
110       releases of Gobby and its foundation, net6 and obby.
111       Please refer to
112       http://list.0x539.de/mailman/listinfo/obby-announce if you
113       want to subscribe it.
114     * obby-users: Discussions about Gobby's usage and
115       installation problems. The announcements are also posted
116       there. Please refer to
117       http://list.0x539.de/mailman/listinfo/obby-announce if you
118       want to subscribe it.
119     _________________________________________________________
120
1215. Licensing
122
123   This program is written by the 0x539 dev group and is licenced
124   under the GNU General Public License (GPL) version 2 or any
125   later version. A copy of the license is included in the
126   distribution.
127
128   This program is distributed in the hope that it will be
129   useful, but WITHOUT ANY WARRANTY; without even the implied
130   warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
131   PURPOSE. See the GNU General Public License for more details.
132
133   Copyright (C) 2005-2006 0x539 dev group <crew@0x539.de>
134