Changeset 3721
- Timestamp:
- 05/27/08 02:11:28 (5 months ago)
- Files:
-
- accountmanagerplugin/0.10/setup.py (modified) (2 diffs)
- accountmanagerplugin/trunk/acct_mgr/templates/login.html (modified) (1 diff)
- accountmanagerplugin/trunk/setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
accountmanagerplugin/0.10/setup.py
r2120 r3721 1 1 #!/usr/bin/env python 2 3 # License: 4 # "THE BEER-WARE LICENSE" (Revision 42): 5 # <trac@matt-good.net> wrote this file. As long as you retain this notice you 6 # can do whatever you want with this stuff. If we meet some day, and you think 7 # this stuff is worth it, you can buy me a beer in return. Matthew Good 2 8 3 9 from setuptools import setup … … 11 17 description = 'User account management plugin for Trac', 12 18 13 license = ''' 14 "THE BEER-WARE LICENSE" (Revision 42): 15 <trac@matt-good.net> wrote this file. As long as you retain this notice you 16 can do whatever you want with this stuff. If we meet some day, and you think 17 this stuff is worth it, you can buy me a beer in return. Matthew Good''', 19 license = 'THE BEER-WARE LICENSE', 18 20 19 21 zip_safe=True, accountmanagerplugin/trunk/acct_mgr/templates/login.html
r1860 r3721 16 16 17 17 <body> 18 <div id="ctxtnav" class="nav"></div>19 20 18 <div id="content" class="login"> 21 19 accountmanagerplugin/trunk/setup.py
r2120 r3721 1 1 #!/usr/bin/env python 2 3 # License: 4 # "THE BEER-WARE LICENSE" (Revision 42): 5 # <trac@matt-good.net> wrote this file. As long as you retain this notice you 6 # can do whatever you want with this stuff. If we meet some day, and you think 7 # this stuff is worth it, you can buy me a beer in return. Matthew Good 2 8 3 9 from setuptools import setup … … 11 17 description = 'User account management plugin for Trac', 12 18 13 license = ''' 14 "THE BEER-WARE LICENSE" (Revision 42): 15 <trac@matt-good.net> wrote this file. As long as you retain this notice you 16 can do whatever you want with this stuff. If we meet some day, and you think 17 this stuff is worth it, you can buy me a beer in return. Matthew Good''', 19 license = 'THE BEER-WARE LICENSE', 18 20 19 21 zip_safe=True,
