Modify ↓
Opened 19 years ago
Closed 19 years ago
#2244 closed enhancement (worksforme)
Index on projects availables
Reported by: | Alesque | Owned by: | Christopher Lenz |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | web frontend/mod_python | Version: | devel |
Severity: | trivial | Keywords: | |
Cc: | agarino@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I set Trac with apache and ModPython for multiple projects.
At the root, Trac generate an index with all projects availables in html. It would be fine to have a way of getting this document in xml.
<?xml version='1.0' encoding='UTF-8'?> <projects> <project name="foo" location="/trac/foo" description="foo description" /> <project name="bar" location="/trac/bar" description="bar description" /> </projects>
It would be possible to process this document via JavaScript (XMLHttpRequest and DOM) and to build a tree, list, menu of projects in html or whatever else you want.
Attachments (0)
Change History (1)
comment:1 by , 19 years ago
Milestone: | 0.9 |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
You can supply your custom ClearSilver template using
PythonOption TracEnvIndexTemplate /path/to/template.cs
. That template can generate the representation you want.