~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/release.py

  • Committer: Robey Pointer
  • Date: 2006-12-15 08:42:22 UTC
  • Revision ID: robey@lag.net-20061215084222-x9wqt4yklp59apqz
lots of little changes:
- allow revno to be used in most urls where a revid is desired.
- clean up the upper right navbar; no more "-300 -100" confusion
- the upper left navbar is now always the same, never contextual
- for the 3 pages that had contextual buttons in the upper-left navbar, move
  them to little side-arrows underneath the h1
- add "jump to diff" link next to modified-files in /changes and /revision
- add date to inventory-view
- add copyright credits from bazaar-webserve

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Release information about loggerhead
2
2
 
3
 
version = "1.2.1"
4
 
 
5
 
description = "Loggerhead is a web viewer for projects in bazaar."
6
 
 
7
 
author = "Robey Pointer"
8
 
email = "robey@lag.net"
9
 
 
10
 
license = "GPL"
11
 
url = "http://launchpad.net/loggerhead"
12
 
download_url = "https://launchpad.net/loggerhead/trunk/1.2/+download/loggerhead-1.2.tar.gz"
 
3
version = "1.0"
 
4
 
 
5
# description = "Your plan to rule the world"
 
6
# long_description = "More description about your plan"
 
7
# author = "Your Name Here"
 
8
# email = "YourEmail@YourDomain"
 
9
# copyright = "Vintage 2006 - a good year indeed"
 
10
 
 
11
# if it's open source, you might want to specify these
 
12
# url = "http://yourcool.site/"
 
13
# download_url = "http://yourcool.site/download"
 
14
# license = "MIT"