Changeset 6649d0af0ada5ff87e2afea89a1fc67c32e6b562
- Timestamp:
- 10/09/08 22:48:44 (5 years ago)
- Author:
- Armin Burgmeier <armin@…>
- Parents:
- 5f4fbabbd782af175903825bb04c5e9056b9ba0b
- Children:
- bd34be3c420a3f631c3feb0f6d3f6c861fa7ce07
- git-committer:
- Armin Burgmeier <armin@arbur.net> / 2008-10-09T22:48:44Z+0200
- Message:
-
Rename the gobby binary to gobby-0.5
2008-10-09 Armin Burgmeier <armin@…>
- src/Makefile.am: Rename the gobby binary to gobby-0.5, to support
parallel installation with gobby 0.4.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r5f4fbab
|
r6649d0a
|
|
| | 1 | 2008-10-09 Armin Burgmeier <armin@arbur.net> |
| | 2 | |
| | 3 | * src/Makefile.am: Rename the gobby binary to gobby-0.5, to support |
| | 4 | parallel installation with gobby 0.4. |
| | 5 | |
| 1 | 6 | 2008-10-09 Armin Burgmeier <armin@arbur.net> |
| 2 | 7 | |
-
|
r91aa9b2
|
r6649d0a
|
|
| 6 | 6 | dist_man_MANS = gobby.1 |
| 7 | 7 | |
| 8 | | bin_PROGRAMS = gobby |
| | 8 | bin_PROGRAMS = gobby-0.5 |
| 9 | 9 | |
| 10 | | gobby_LDADD = $(gobby_LIBS) \ |
| | 10 | gobby_0_5_LDADD = $(gobby_LIBS) \ |
| 11 | 11 | src/libgobby.a \ |
| 12 | 12 | src/commands/libgobby-commands.a \ |
| … |
… |
|
| 17 | 17 | |
| 18 | 18 | if WIN32 |
| 19 | | gobby_LDADD += -lole32 -luuid |
| 20 | | gobby_LDFLAGS = -Wl,--enable-runtime-pseudo-reloc -mwindows win32/gobby.res |
| | 19 | gobby_0_5_LDADD += -lole32 -luuid |
| | 20 | gobby_0_5_LDFLAGS = \ |
| | 21 | -Wl,--enable-runtime-pseudo-reloc \ |
| | 22 | -mwindows \ |
| | 23 | win32/gobby.res |
| 21 | 24 | endif |
| 22 | 25 | |
| 23 | | gobby_SOURCES = |
| | 26 | gobby_0_5_SOURCES = |
-
|
rb430f80
|
r6649d0a
|
|
| 33 | 33 | * Realtime collaboration through encrypted connections |
| 34 | 34 | * Each user has its own colour to be identified by others |
| 35 | | * IRC-like chat for communicating with your partners |
| | 35 | * Local group Undo |
| 36 | 36 | * Sidebar with all the others having joined the session |
| 37 | 37 | * Syntax highlighting, auto indentation, configurable tab |
| … |
… |
|
| 39 | 39 | * Multiple documnets in one session |
| 40 | 40 | * Document subscriptions |
| 41 | | * User authentication |
| 42 | 41 | * Zeroconf support (optional) |
| 43 | 42 | * Unicode support |
| … |
… |
|
| 57 | 56 | |
| 58 | 57 | * libsigc++ (>= 2.0.2) |
| 59 | | * GNUTLS (>= 1.0.0) |
| 60 | | * net6 (>= 1.3.0) |
| 61 | | * obby (>= 0.4.0) |
| 62 | | * Glib (>= 2.6.0) |
| 63 | | * Gtk+ (>= 2.6.0) |
| 64 | | * GtkSourceView |
| 65 | | * Glibmm (>= 2.6.0) |
| | 58 | * GNUTLS (>= 1.7.2) |
| | 59 | * libinfinity (0.1.0) |
| | 60 | * Gtk+ (>= 2.12.0) |
| | 61 | * GtkSourceView (>= 2.0) |
| | 62 | * Glibmm (>= 2.16.0) |
| 66 | 63 | * libxml++ (>= 2.6.0) |
| 67 | | * Gtkmm (>= 2.6.0) |
| 68 | | * howl (>= 0.9.8) [optional] |
| | 64 | * Gtkmm (>= 2.12.0) |
| 69 | 65 | _________________________________________________________ |
| 70 | 66 | |
| … |
… |
|
| 92 | 88 | way. Firstly we need documentation writers who could help us |
| 93 | 89 | crafting a help file and some standalone documentation for the |
| 94 | | web. Secondly, if you are skilled in C++ programming, we could |
| | 90 | web. Secondly, if you are skilled in C/C++ programming, we could |
| 95 | 91 | need helping hands with programming. You could use our project |
| 96 | 92 | page as a starting point to look for tickets which need |
| … |
… |
|
| 104 | 100 | |
| 105 | 101 | * obby-announce: A moderated list used to announce new |
| 106 | | releases of Gobby and its foundation, net6 and obby. |
| | 102 | releases of Gobby and its foundation, net6, obby and infinote. |
| 107 | 103 | Please refer to |
| 108 | 104 | http://list.0x539.de/mailman/listinfo/obby-announce if you |
| … |
… |
|
| 127 | 123 | PURPOSE. See the GNU General Public License for more details. |
| 128 | 124 | |
| 129 | | Copyright (C) 2005-2006 0x539 dev group <crew@0x539.de> |
| | 125 | Copyright (C) 2005-2008 0x539 dev group <crew@0x539.de> |
-
|
r4601d08
|
r6649d0a
|
|
| 12 | 12 | .B gobby |
| 13 | 13 | is an editor which allows to edit text documents and source files |
| 14 | | collaboratively over a network. Changes to the documents are syncronised |
| | 14 | collaboratively over a network. Changes to the documents are synchronised |
| 15 | 15 | instantly to the other clients. |
| 16 | 16 | .PP |
| 17 | | .SH OPTIONS |
| 18 | | .TP |
| 19 | | \fB\-j\fR, \fB\-\-join\fR=\fIHOST\fR:\fIPORT\fR |
| 20 | | Joins the obby session on the specified host. |
| 21 | | .TP |
| 22 | | \fB\-n\fR, \fB\-\-new\-instance\fR |
| 23 | | Forces a new instance of Gobby to be created. |
| 24 | | .TP |
| 25 | | .B file(s) |
| 26 | | Files passed on the command line will be opened within Gobby. If there is |
| 27 | | already a Gobby instance running they will be opened therein, otherwise |
| 28 | | a new hosted session will be created automatically. |
| | 17 | .\".SH OPTIONS |
| | 18 | .\".TP |
| | 19 | .\"\fB\-j\fR, \fB\-\-join\fR=\fIHOST\fR:\fIPORT\fR |
| | 20 | .\"Joins the obby session on the specified host. |
| | 21 | .\".TP |
| | 22 | .\"\fB\-n\fR, \fB\-\-new\-instance\fR |
| | 23 | .\"Forces a new instance of Gobby to be created. |
| | 24 | .\".TP |
| | 25 | .\".B file(s) |
| | 26 | .\"Files passed on the command line will be opened within Gobby. If there is |
| | 27 | .\"already a Gobby instance running they will be opened therein, otherwise |
| | 28 | .\"a new hosted session will be created automatically. |
| 29 | 29 | .PP |
| 30 | 30 | .SH AUTHOR |