User:Bjordan/Gobby undo: Difference between revisions

From OLPC
Jump to navigation Jump to search
(New page: http://gobby.0x539.de/trac/ticket/39)
 
(Explain current state of Gobby Undo)
 
Line 1: Line 1:
http://gobby.0x539.de/trac/ticket/39
http://gobby.0x539.de/trac/ticket/39

= Current state =

Basically implemented in infinote. All it needs is perhaps some performance improvements and a Gobby release to ship with. For the latter I still want to implement a (session-local) user list, a context menu for the document browser (to add and remove documents), (perhaps) a working Windows port and (perhaps) support self-hosting (meaning not requiring a dedicated server to run).

If you want to help out with this, please contact me at armin@0x539.de (by Jabber or email) and I will be happy to you advice on how to proceed. If you want to have a look at the code, then you can do so either by checking out the code via git or browse it online with gitweb. The relevant code can be found in two git repositories, one hosting infinote, the library that does all the magic behind Gobby and Gobby itself, which is a GTK+ user interface to infinote.

<table>
<tr>
<th>Product</th>
<th>Checkout command</th>
<th>gitweb</th>
</tr>
<tr>
<td>infinote</td>
<td>git clone git://git.0x539.de/git/infinote.git</td>
<td>[http://git.0x539.de/?p=infinote.git;a=summary http://git.0x539.de/?p=infinote.git;a=summary]</td>
</tr>
<tr>
<td>Gobby</td>
<td>git clone git://git.0x539.de/git/gobby.git
<td>[http://git.0x539.de/?p=gobby.git;a=shortlog;h=refs/heads/gobby-infinote http://git.0x539.de/?p=gobby.git;a=shortlog;h=refs/heads/gobby-infinote]</td>
</tr>
</table>

Latest revision as of 11:32, 13 July 2008

http://gobby.0x539.de/trac/ticket/39

Current state

Basically implemented in infinote. All it needs is perhaps some performance improvements and a Gobby release to ship with. For the latter I still want to implement a (session-local) user list, a context menu for the document browser (to add and remove documents), (perhaps) a working Windows port and (perhaps) support self-hosting (meaning not requiring a dedicated server to run).

If you want to help out with this, please contact me at armin@0x539.de (by Jabber or email) and I will be happy to you advice on how to proceed. If you want to have a look at the code, then you can do so either by checking out the code via git or browse it online with gitweb. The relevant code can be found in two git repositories, one hosting infinote, the library that does all the magic behind Gobby and Gobby itself, which is a GTK+ user interface to infinote.

Product Checkout command gitweb
infinote git clone git://git.0x539.de/git/infinote.git http://git.0x539.de/?p=infinote.git;a=summary
Gobby git clone git://git.0x539.de/git/gobby.git http://git.0x539.de/?p=gobby.git;a=shortlog;h=refs/heads/gobby-infinote