~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to docs/index.rst

  • Committer: Tres Seaver
  • Date: 2010-03-23 20:06:26 UTC
  • mto: This revision was merged to the branch mainline in revision 405.
  • Revision ID: tseaver@agendaless.com-20100323200626-p0wu0tzlqxhnksy1
Explain plugin usage, link bazaar-webserve and hgweb.

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
 
109
109
This branch contains experimental support for using Loggerhead as a Bazaar
110
110
plugin.  To use it, place the top-level Loggerhead directory (the one
111
 
containing this file) at ``~/.bazaar/plugins/loggerhead``.
 
111
containing this file) at ``~/.bazaar/plugins/loggerhead``.  E.g.:
 
112
 
 
113
.. code-block:: sh
 
114
 
 
115
   $ bzr branch lp:loggerhead ~/.bazaar/plugins/loggerhead
 
116
   $ cd ~/myproject
 
117
   $ bzr serve --http
112
118
 
113
119
 
114
120
Using a Config File
155
161
You need to have the plugin installed and each branch indexed to allow
156
162
searching on branches.
157
163
 
158
 
Contents:
 
164
Script Reference
 
165
----------------
159
166
 
160
167
.. toctree::
161
168
   :maxdepth: 2
168
175
Support
169
176
-------
170
177
 
171
 
Loggerhead is loosely based on bazaar-webserve, which was loosely
172
 
based on hgweb.  Discussion should take place on the bazaar-dev
173
 
mailing list at bazaar@lists.canonical.com.  You can join the list at
 
178
Loggerhead is loosely based on `bazaar-webserve
 
179
<https://launchpad.net/bzr-webserve>`_, which was, in turn, loosely
 
180
based on `hgweb <http://mercurial.selenic.com/wiki/HgWebDirStepByStep>`_.
 
181
 
 
182
Discussion should take place on the bazaar-dev mailing list at
 
183
mailto:bazaar@lists.canonical.com.  You can join the list at
174
184
<https://lists.ubuntu.com/mailman/listinfo/bazaar>.  You don't need to
175
185
subscribe to post, but your first post will be held briefly for manual
176
186
moderation.