Bitbucket.org

Manlio Perillo manlio_perillo at libero.it
Thu Jul 31 03:22:13 CDT 2008


Jesper Noehr ha scritto:
> On Jul 30, 2008, at 6:36 PM, Manlio Perillo wrote:
>> Jesper Noehr ha scritto:
>>> Hi list,
>>> A while ago, I announced Bitbucket on the developers mailing list. I  
>>> now feel we've reached a point where we can confidently announce it 
>>> to  the rest of the world, hence this post.
>>> In short, Bitbucket offers:
>>> [...]
>>>  * A hg versioned wiki
>>
>> How do you have implemented it?
> 
> The site is mostly in Django. The versioned wiki is just hosted as any 
> other repository on our site. Not really sure what else you're asking.
> 

The question was: how do you interface the wiki with the Mercurial 
repository?


I'm asking because I have implemented a "flatpages" package for my wsgix 
framework, that uses ht documents (rfc822 like files) stored in a 
Mercurial repository.

http://hg.mperillo.ath.cx/wsgix/file/tip/wsgix/contrib/flatpages/

and an example (still incomplete) of application:
http://hg.mperillo.ath.cx/wsgix/examples/file/tip/wiki/


The flatpages package implement a restful interface over the mercurial 
repo, using a custom API over the very low level Mercurial API.


I was just curious to know if there is a much simpler and still flexible 
solution.

> 
> Jesper
 >


Thanks  Manlio Perillo


More information about the Mercurial mailing list