Feature #164
Add gobby/infinoted module to the webcore.
| Status: | In Progress | Start date: | 2011-04-19 | ||
|---|---|---|---|---|---|
| Priority: | Normal | Due date: | |||
| Assignee: | Lukas | % Done: | 70% |
||
| Category: | - | ||||
| Target version: | RBOSE Website - RBOSE - 1.0 |
Description
A module to communicate with the infinoted server.
Some things which could be implemented:- status of the server
- listing of files on the server
- web preview/download for chosen files (raw file, parsed with mediawiki, presentations with S5 )
- tracker of file modifications (maybe with subscribe option)
- (suggest more)
Related todos
Related issues
| related to RBOSE Website - Bug #161: Gobby not visible in Wiki when Devbox down? | Closed | 2011-03-23 |
History
Updated by Kebap 12 months ago
I really like this feature. It would be even better, if the data was sortable. (I want to sort by "Modified" - There are many files!) Anyway, here is a solution in JavaScript: http://www.kryogenix.org/code/browser/sorttable/
Updated by Lukas 4 months ago
- % Done changed from 50 to 70
Thanks Kebap. Added that library. Tested as well http://tablesorter.com/docs/ and works too if we would like to use it.
Status, listing and preview are implemented. We need to consider how to implement 'subscribe' and maybe how to store document revisions.