Changes between Version 18 and Version 19 of WikiStart
- Timestamp:
- 02/21/06 22:38:59 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v18 v19 1 = W elcome to obby=1 = What is Gobby? = 2 2 3 This is the place where we manage the development of the ''obby'' family of collaborative editing.3 Gobby 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. 4 4 5 == Gobby == 5 It uses GTK+ 2.6 as its windowing toolkit and thus integrates nicely into the GNOME desktop environment. 6 6 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. 7 Check 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 11 We 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''. 8 12 9 13 == obby == 10 14 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. 12 16 13 17 == net6 == 14 18 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. 16 20 17 21 == Starting Points ==
