Hello,
currently the darcs repositories are hardcoded into darcsweb's config. What about mandating a standard location for darcs repos, like /project/*/darcs/* (which can be a symlink), and have a cron-job pick up darcs repositories and update the /usr/lib/cgi-bin/darcsweb/config.py? This would reduce the administrative overhead to about zero, if a maintainer decides to keep a `stable' and a `current' branch of his project.
On a related sidenote: Could someone please add the following to darcsweb's config.py?
class blitzblog: reponame = 'blitzblog' repodesc = 'blitzblog blog engine' repodir = '/project/blitzblog/public_html/darcs/blitzblog/' repourl = 'http://www.common-lisp.org/project/blitzblog/darcs/blitzblog/' repoencoding = 'utf8'
Regards,