~loggerhead-team/loggerhead/trunk-rich

24 by Robey Pointer
figured out how to make my own separate config file like BzrInspect, and
1
# where's bzrlib?
2
# (you only need this if you don't install bzr.)
46 by Robey Pointer
add footer banners for bazaar and loggerhead, and slightly improve the config
3
bzrpath='/Users/robey/code/bzr/bzr'
24 by Robey Pointer
figured out how to make my own separate config file like BzrInspect, and
4
5
# if you want a special title on the front page, set it here:
49 by Robey Pointer
add top-level page listing available branches. also a patch from matty to not require external-url in atom feeds any more
6
title='branches in loggerhead'
7
8
# group branches by project:
9
[bazaar]
10
11
    # name of this project
12
    name = 'bazaar'
13
14
    # each branch is in a sub-folder of the website, and the config
15
    # key describes that folder name:
16
    [[bzr.dev]]
57 by Robey Pointer
use bzr.dev as the branch name now that it's okay
17
49 by Robey Pointer
add top-level page listing available branches. also a patch from matty to not require external-url in atom feeds any more
18
        # where is the bazaar branch located?
19
        folder='/Users/robey/code/bzr/bzr.dev'
20
21
        # (optional) is there a friendier name for the branch that i should
22
        # use on the web pages?
23
        #branch_name='bazaar-dev'
24
25
        # (optional) short description for the top-level page
26
        description="bazaar vcs development branch"
27
28
        # (optional) public branch url for the top-level page
29
        url='http://bazaar-ng.org/bzr/bzr.dev'
30
31
        # should we cache revisions?  (HIGHLY recommended)  where?
32
        # this will be a folder containing a couple of files.  if the folder
33
        # doesn't already exist, we'll create it.
34
        cachepath='/Users/robey/code/bzr/bzr.dev/.bzr/loggerhead-cache'
35
48 by Robey Pointer
the big migration of branch-specific data to a BranchView object: actually
36