| Title | Mercurial backend storage for MoinMoin Wiki |
|---|---|
| Student | Pawel Pacana |
| Mentor | Radomir Dopieralski |
| Abstract | |
|
Goal of this project is to supply alternative backend to existing flat files. This backend will be based on Mercurial. Letting DVCS store and revision data gives us few advantages:
* storing revision data internally * atomic operations without permanent page locking on edit * easy data backup distribution (just clone it) * data synchronisation between multiple instances (branching and merging) Such backend should also prove new storage API. |
|