(Update document for new server) |
(more changes) |
||
Line 5: | Line 5: | ||
'''Gobby''' is a first-class, GUI-based text collaboration tool. You can use it, in conjunction with a collaboration server, to work together in real time with an unlimited number of people on any text based file, code or content. Fedora offers a server for Gobby running infinoted to maximize your online experience with your collaborators. | '''Gobby''' is a first-class, GUI-based text collaboration tool. You can use it, in conjunction with a collaboration server, to work together in real time with an unlimited number of people on any text based file, code or content. Fedora offers a server for Gobby running infinoted to maximize your online experience with your collaborators. | ||
== | == Runing Gobby == | ||
If needed, install the <code>gobby05</code> package on your Fedora, CentOS, or Red Hat Enterprise Linux system: | If needed, install the <code>gobby05</code> package on your Fedora, CentOS, or Red Hat Enterprise Linux system: | ||
Line 31: | Line 17: | ||
# Select ''Applications > Internet > Gobby Collaborative Editor'' from the main menu. | # Select ''Applications > Internet > Gobby Collaborative Editor'' from the main menu. | ||
# Select the '' | # Select the ''Direct Connection'' field at the bottom left, or ''File >Connect to server'' from the File menu. | ||
# In the ''' | # In the '''Connect to server''' dialog, enter <code>infinote.fedoraproject.org</code> in the ''Host'' field. | ||
# | # Adjust your username and color in the preferences dialog. | ||
== Using Gobby == | == Using Gobby == | ||
Line 43: | Line 29: | ||
== Git repo and out of band document access == | == Git repo and out of band document access == | ||
All changes made in documents are synced to a git repo every 60 seconds. This git repo is available in cgit at: https://infinote.fedoraproject.org/cgit/infinote/ the raw text versions of documents are available at: https://infinote.fedoraproject.org/infinote/ and an rss/atom feed is available at: https://infinote.fedoraproject.org/cgit/infinote/atom | All changes made in documents are synced to a git repo every 60 seconds. This git repo is available in cgit at: | ||
https://infinote.fedoraproject.org/cgit/infinote/ | |||
the raw text versions of documents are available at: | |||
https://infinote.fedoraproject.org/infinote/ | |||
and an rss/atom feed of changes is available at: | |||
https://infinote.fedoraproject.org/cgit/infinote/atom | |||
== External Links == | == External Links == | ||
* [http://gobby.0x539.de Official Gobby website] | * [http://gobby.0x539.de Official Gobby website] |
Revision as of 16:55, 14 October 2015
Gobby is a first-class, GUI-based text collaboration tool. You can use it, in conjunction with a collaboration server, to work together in real time with an unlimited number of people on any text based file, code or content. Fedora offers a server for Gobby running infinoted to maximize your online experience with your collaborators.
Runing Gobby
If needed, install the gobby05
package on your Fedora, CentOS, or Red Hat Enterprise Linux system:
su -c 'yum install gobby05'
or
su -c 'dnf install gobby05'
- Select Applications > Internet > Gobby Collaborative Editor from the main menu.
- Select the Direct Connection field at the bottom left, or File >Connect to server from the File menu.
- In the Connect to server dialog, enter
infinote.fedoraproject.org
in the Host field. - Adjust your username and color in the preferences dialog.
Using Gobby
To see a document list, ensure that Window > Document list is selected on the Gobby menu. To see a list of online users, ensure that Window > User list is selected. You can also view a Chat window which allows you to talk to other participants.
To participate, select a document from the list and Subscribe to it. All participants see each other's changes as they are made. If you need information or want approval before making a large change, use the Chat window.
Git repo and out of band document access
All changes made in documents are synced to a git repo every 60 seconds. This git repo is available in cgit at:
https://infinote.fedoraproject.org/cgit/infinote/
the raw text versions of documents are available at:
https://infinote.fedoraproject.org/infinote/
and an rss/atom feed of changes is available at:
https://infinote.fedoraproject.org/cgit/infinote/atom