~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to docs/index.rst

  • Committer: Ian Clatworthy
  • Date: 2010-04-13 08:46:25 UTC
  • mto: This revision was merged to the branch mainline in revision 405.
  • Revision ID: ian.clatworthy@canonical.com-20100413084625-ih0ld6rreq3ia0l5
Minor tweaks to Tres' content

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Loggerhead:  A web viewer for ``bzr`` branches
2
2
==============================================
3
3
 
4
 
Loggerhead is a web viewer for projects in bazaar. It can be used to navigate 
 
4
Loggerhead is a web viewer for projects in Bazaar. It can be used to navigate 
5
5
a branch history, annotate files, view patches, perform searches, etc.
6
6
Loggerhead is heavily based on `bazaar-webserve
7
7
<https://launchpad.net/bzr-webserve>`_, which was, in turn, loosely
106
106
 
107
107
This branch contains experimental support for using Loggerhead as a Bazaar
108
108
plugin.  To use it, place the top-level Loggerhead directory (the one
109
 
containing this file) at ``~/.bazaar/plugins/loggerhead``.  E.g.:
 
109
containing COPYING.txt) at ``~/.bazaar/plugins/loggerhead``.  E.g.:
110
110
 
111
111
.. code-block:: sh
112
112
 
134
134
 
135
135
If you want to view Bazaar branches from your existing Apache
136
136
installation, you'll need to configure Apache to proxy certain
137
 
requests to Loggerhead.  Adding lines like this to you Apache
 
137
requests to Loggerhead.  Adding lines like this to your Apache
138
138
configuration is one way to do this:
139
139
 
140
140
.. code-block:: apache
146
146
 
147
147
If Paste Deploy is installed, the :command:`serve-branches` script can be
148
148
run behind a proxy at the root of a site, but if you're running it at
149
 
some path into the site, you'll need to specify is using
 
149
some path into the site, you'll need to specify it using
150
150
``--prefix=/some_path``.
151
151
 
152
152
 
179
179
subscribe to post, but your first post will be held briefly for manual
180
180
moderation.
181
181
 
182
 
Bugs are tracked on Launchpad; start at:
 
182
Bugs, support questions and merge proposals are tracked on Launchpad, e.g:
183
183
 
184
184
    https://bugs.launchpad.net/loggerhead
185
185