/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to README.rst

  • Committer: Jelmer Vernooij
  • Date: 2021-12-17 21:39:45 UTC
  • mto: This revision was merged to the branch mainline in revision 520.
  • Revision ID: jelmer@jelmer.uk-20211217213945-a5zdr4tays3vl0h7
Keep python3.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
loggerhead
2
 
 
3
 
This is a TurboGears (http://www.turbogears.org) project. It can be
4
 
started by running the start-loggerhead.py script.
 
 
b'\\ No newline at end of file'
 
1
Loggerhead
 
2
==========
 
3
 
 
4
Overview
 
5
--------
 
6
 
 
7
Loggerhead is a web viewer for Breezy. Its lets users do stuff like:
 
8
 
 
9
* navigate through branch history
 
10
* view the files in a given revision
 
11
* annotate files (i.e. find out the origin of each line of a file)
 
12
* perform searches.
 
13
 
 
14
 
 
15
Documentation
 
16
-------------
 
17
 
 
18
See docs/index.rst for installation instructions and basic
 
19
documentation.
 
20
 
 
21
 
 
22
Licensing
 
23
---------
 
24
 
 
25
This software is licensed under the GPL Version 2 or later.
 
26
Please see the file COPYING.txt for the licence details.
 
27
 
 
28
 (C) Copyright Canonical Limited 2006-10
 
29
 (C) Copyright Breezy Developers 2018