source: sitemap-plugin/trunk/README.txt @ 31

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