# HG changeset patch # User Steve Losh # Date 1278990609 14400 # Node ID c1a265bd75781791c1edb8dbe39c6f81a9833643 # Parent 7ae0c716218db38eef951016b699c54c6594e97d docs/webui: mention the project_url option diff -r 7ae0c716218d -r c1a265bd7578 docs/webui.rst --- a/docs/webui.rst Mon Jul 12 23:01:25 2010 -0400 +++ b/docs/webui.rst Mon Jul 12 23:10:09 2010 -0400 @@ -116,6 +116,7 @@ ANON_USER = 'Anonymous ' SITE_ROOT = 'http://yoursite.com/optional/path' TITLE = 'Your Project' + PROJECT_URL = 'http://bitbucket.org/your/project/' # or None All that's left is to point your WSGI server at this script and fire it up. How you do that depends on your WSGI server. A sample configuration file for