Adds support for previewing modifications on redmine's wiki pages.

Status: draft (needs further work to be really useful)
This commit is contained in:
Clément Schreiner 2011-02-01 13:47:13 +01:00
commit e3f46ac751
4 changed files with 28 additions and 0 deletions

View file

@ -35,3 +35,6 @@ class ICapContent(IBaseCap):
def push_content(self, content, message=None):
raise NotImplementedError()
def preview_content(self, content):
raise NotImplementedError()