bzrweb?

Robey Pointer robey at lag.net
Wed Nov 30 23:05:40 GMT 2005


On 30 Nov 2005, at 12:01, Goffredo Baroncelli wrote:

> On Wednesday 30 November 2005 20:43, Robey Pointer wrote:
>> Is anyone still maintaining bzrweb?  The links on the wiki are dead.
>> I was interested in running it to replace viewarch for my bzr
>> branches...
>>
>> robey
>
> You can try
>
> http://goffredo-baroncelli.homelinux.net/bazaar/
>
> I appreciate any feedback


I was avoiding this because I thought it required running a separate  
server outside of apache -- I'm glad to see I was totally wrong, and  
it runs just fine as a cgi. :)

	http://www.lag.net/paramiko/hgweb.cgi

I had to change one thing in hgweb.cgi to make it work with the  
plugin being installed in .bazaar/plugins/ instead of directly into bzr:

	sys.path.insert(0, "/home/robey/.bazaar/plugins")
	from webserve import hgweb

This is probably not the right solution, but no variant of "import  
bzrlib.plugins.webserve" was working.

By the way, I highly recommend simpleTAL for templating.  It's small,  
simple, and avoids you having to write yet another template engine. ;)

robey





More information about the bazaar mailing list