Changeset 6649d0af0ada5ff87e2afea89a1fc67c32e6b562

Show
Ignore:
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:
4 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r5f4fbab r6649d0a  
     12008-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 
    162008-10-09  Armin Burgmeier  <armin@arbur.net> 
    27 
  • Makefile.am

    r91aa9b2 r6649d0a  
    66dist_man_MANS = gobby.1 
    77 
    8 bin_PROGRAMS = gobby 
     8bin_PROGRAMS = gobby-0.5 
    99 
    10 gobby_LDADD = $(gobby_LIBS) \ 
     10gobby_0_5_LDADD = $(gobby_LIBS) \ 
    1111        src/libgobby.a \ 
    1212        src/commands/libgobby-commands.a \ 
     
    1717 
    1818if WIN32 
    19 gobby_LDADD += -lole32 -luuid 
    20 gobby_LDFLAGS = -Wl,--enable-runtime-pseudo-reloc -mwindows win32/gobby.res 
     19gobby_0_5_LDADD += -lole32 -luuid 
     20gobby_0_5_LDFLAGS = \ 
     21        -Wl,--enable-runtime-pseudo-reloc \ 
     22        -mwindows \ 
     23        win32/gobby.res 
    2124endif 
    2225 
    23 gobby_SOURCES =  
     26gobby_0_5_SOURCES =  
  • README

    rb430f80 r6649d0a  
    3333     * Realtime collaboration through encrypted connections 
    3434     * Each user has its own colour to be identified by others 
    35      * IRC-like chat for communicating with your partners 
     35     * Local group Undo 
    3636     * Sidebar with all the others having joined the session 
    3737     * Syntax highlighting, auto indentation, configurable tab 
     
    3939     * Multiple documnets in one session 
    4040     * Document subscriptions 
    41      * User authentication 
    4241     * Zeroconf support (optional) 
    4342     * Unicode support 
     
    5756 
    5857     * 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) 
    6663     * libxml++ (>= 2.6.0) 
    67      * Gtkmm (>= 2.6.0) 
    68      * howl (>= 0.9.8) [optional] 
     64     * Gtkmm (>= 2.12.0) 
    6965     _________________________________________________________ 
    7066 
     
    9288   way. Firstly we need documentation writers who could help us 
    9389   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 
    9591   need helping hands with programming. You could use our project 
    9692   page as a starting point to look for tickets which need 
     
    104100 
    105101     * 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. 
    107103       Please refer to 
    108104       http://list.0x539.de/mailman/listinfo/obby-announce if you 
     
    127123   PURPOSE. See the GNU General Public License for more details. 
    128124 
    129    Copyright (C) 2005-2006 0x539 dev group <crew@0x539.de> 
     125   Copyright (C) 2005-2008 0x539 dev group <crew@0x539.de> 
  • gobby.1

    r4601d08 r6649d0a  
    1212.B gobby 
    1313is an editor which allows to edit text documents and source files 
    14 collaboratively over a network. Changes to the documents are syncronised 
     14collaboratively over a network. Changes to the documents are synchronised 
    1515instantly to the other clients.  
    1616.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. 
    2929.PP 
    3030.SH AUTHOR