| Revision 31,
1.1 KB
checked in by christian, 5 years ago
(diff) |
- Fixed base url error by adding a configurable option
- Finished option handling UI
- Improved readme and installation instructions
- Downgraded embedded trac environment to sqlite2
- Improved eclipse setup
|
| Line | |
|---|
| 1 | Google sitemap plugin for trac, (c) Christian Aust 2006, 2007 |
|---|
| 2 | |
|---|
| 3 | Please see file src/COPYING for license details. |
|---|
| 4 | |
|---|
| 5 | *** Requirements *** |
|---|
| 6 | The Google sitemap plugin for trac requires trac (sic!), at least of version 0.9.x. |
|---|
| 7 | It has been tested with trac 0.10 and up, coming releases will only support the latest |
|---|
| 8 | version of trac. The plugin requires the setuptools package for dynamic loading, |
|---|
| 9 | and it supports the webadmin UI for configuration if that is installed. It can be used |
|---|
| 10 | without webadmin, however. |
|---|
| 11 | |
|---|
| 12 | *** Installation *** |
|---|
| 13 | Open a terminal, cd into the 'src' directory and issue the command |
|---|
| 14 | |
|---|
| 15 | python setup.py install |
|---|
| 16 | |
|---|
| 17 | Given that you have all required software installed, this will install the plugin |
|---|
| 18 | in your python site-packages directory. Enable it using |
|---|
| 19 | |
|---|
| 20 | sitemap.* = enabled |
|---|
| 21 | |
|---|
| 22 | in your trac configuration under [Components]. |
|---|
| 23 | |
|---|
| 24 | *** Development *** |
|---|
| 25 | The plugin comes wrapped in an Eclipse project suitable for use with PyDev. The folder |
|---|
| 26 | env contains a test trac environment, as well as a file passwd.txt containing a hashed |
|---|
| 27 | password for an admin user: |
|---|
| 28 | User: admin |
|---|
| 29 | Password: admin |
|---|
| 30 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.