Changes between Version 18 and Version 19 of WikiStart

Show
Ignore:
Timestamp:
02/21/06 22:38:59 (7 years ago)
Author:
phil (IP: 84.162.242.98)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v18 v19  
    1 = Welcome to obby = 
     1= What is Gobby? = 
    22 
    3 This is the place where we manage the development of the ''obby'' family of collaborative editing. 
     3Gobby is a free collaborative editor supporting multiple documents in one session and a multi-user chat. It runs on Microsoft Windows, Mac OS X, Linux and other Unix-like platforms. 
    44 
    5 == Gobby == 
     5It uses GTK+ 2.6 as its windowing toolkit and thus integrates nicely into the GNOME desktop environment. 
    66 
    7 Gobby is a free collaborative editor based on ''libobby'', a library providing synced text document buffers. It supports multiple documents in one session and a multi-user chat. The platforms supported as Microsoft Windows, Linux, Mac OS X and other Unix-like platforms. There is [http://gobby.0x539.de a separate homepage] where you could find a description of its features together with download links and screenshots. 
     7Check out the Gobby's [wiki:Features list of features], take a look around in our [wiki:Screenshots screenshots] section and [wiki:Download download] it right now. 
     8 
     9= Development Area = 
     10 
     11We use this site not only to present Gobby, but also to coordinate the further development of it and the core libraries it depends on, namely ''net6'' and ''obby''. 
    812 
    913== obby == 
    1014 
    11 ''obby'' is the foundation of ''Gobby'', providing the whole framework to synchronise changes within a text document to other participants of a session. 
     15''obby'' is the foundation of ''Gobby'', providing the whole framework to synchronise changes within a text document to other participants of a session. New clients and plugins for existing applications could be written using it. It is written in C++ and C wrappers have yet to be created. 
    1216 
    1317== net6 == 
    1418 
    15 ''net6'' is an IP client/server library providing a flexible framework to send packets to each other. It supports TCP and UDP, IPv4 and IPv6 and is thus a valuable base for network development. 
     19''net6'' is an IP client/server library providing a flexible framework to send packets to each other using C++. It supports TCP and UDP, IPv4 and IPv6 and is thus a valuable base for network development. 
    1620 
    1721== Starting Points ==