Yves-Alexis Perez <[email protected]> writes: > On sam., 2010-06-05 at 10:57 -0700, Beekman, Zaak wrote: >> This is cool, but it would be much cooler (and better I think) to have >> the wiki be self hosted. i.e. a git repository with a post commit >> script which builds the page using asciidoc and posts it. > > Except that a wiki is usually edited in-line, on the web page, so it's > really easy to edit. If you have to install git (imho hg in that case), > clone the repository, make the changes, commit, push them, it's too > painful for quick editing.
Ikiwiki does this. It uses (one of several) revision control. The CGI front end just connects to the VC system. Ikiwiki then compiles from the wiki syntax to the webpage. Phil -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.
