On Thu, Sep 22, 2011 at 8:03 PM, Stephan Beal <sgb...@googlemail.com> wrote:

> With this we now have all of the features we need to implement custom wiki
> editors/renderers for fossil:
>
> - Authentication
> - Fetch list of pages
> - Fetch content for page
> - Save page
>

Create-new-page was just added, too. i plan on adding a createIfNotExists
flag to save, which will obviate create-new, though. /json/timeline/wiki was
added as well (to assist in testing the save/create support), but there's
still some work to do on the timeline bits.

It didn't occur to me until a few minutes ago, but this support also allows
the creation of custom Wiki-only sites which just happen to use Fossil for
storage, versioning, and user management. In such a case, the wiki could
hold any text content type you care to use, and use client-side rendering.

So there's the markdown support some of you have been asking for. :)

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to