[Trac-tickets] [The Trac Project] #2244: Index on projects availables

The Trac Project noreply at edgewall.com
Wed Oct 19 05:43:00 CDT 2005


#2244: Index on projects availables
---------------------------------+------------------------------------------
 Reporter:  Alesque              |       Owner:  cmlenz
     Type:  enhancement          |      Status:  new   
 Priority:  low                  |   Milestone:  0.9   
Component:  mod_python frontend  |     Version:  devel 
 Severity:  trivial              |   Keywords:                       |  
---------------------------------+------------------------------------------
 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.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2244>
The Trac Project <http://trac.edgewall.com/>


More information about the Trac-Tickets mailing list