355
edits
m (→How it Works) |
|||
Line 246: | Line 246: | ||
Collaboration adds 3 or 4 new commands: | Collaboration adds 3 or 4 new commands: | ||
* follow/unfollow: allow you to decide whose shared projects you want to see in your project navigator. As we evolve Bespin this will become a way to get all sorts of information about the people you are working with | * <tt>follow/unfollow</tt>: allow you to decide whose shared projects you want to see in your project navigator. As we evolve Bespin this will become a way to get all sorts of information about the people you are working with | ||
* group: allows you to put the people you are interested in into groups to make it easy to manage sharing | * <tt>group</tt>: allows you to put the people you are interested in into groups to make it easy to manage sharing | ||
* share: allows you to export your projects read-only or editable to individuals, groups, or to everyone | * <tt>share</tt>: allows you to export your projects read-only or editable to individuals, groups, or to everyone | ||
Expressing an interest in someone is as easy as | Expressing an interest in someone is as easy as <tt>follow username</tt>. You can then group these users together to make sharing easier. So for me to add Kevin, Ben and Dion to a group, I would do <tt>group add mozlabs Kevin ben dion</tt>. Grouping people like this is totally optional, but it will make maintaining sharing rules a lot easier going forward, when you’re working on a number of projects. | ||
Then if you want to share a project in read-only mode, to someone that is following you, you just type: | Then if you want to share a project in read-only mode, to someone that is following you, you just type: <tt>share add projectname username</tt>. Replace username with groupname to share with one of your defined groups, or with <tt>everyone</tt> to just throw everything wide open. To allow editing you add “edit” to the end. So for ultimate wiki-like promiscuity: <tt>share add projectname everyone edit</tt>. | ||
Projects shared to you by people you follow will now show up in your file-explorer, or you can edit them from the command line. Type | Projects shared to you by people you follow will now show up in your file-explorer, or you can edit them from the command line. Type <tt>open /owner+projectname/path/to/file</tt>. | ||
==Syntax Highlighting== | ==Syntax Highlighting== |
edits