Issue 653383
Created on 2002-12-13 18:26 by stefan, last changed 2002-12-13 18:26 by stefan.
msg3124 |
Author: [hidden] (stefan) |
Date: 2002-12-13 18:26 |
|
right now the default 'template' in the roundup cgi
interface is 'index'. Further, client.py hardcodes
ad-hoc rules as to what template to use depending
on the 'context' (determine_context).
I think these things are good candidates for config
options. For example, I'd like
'http://issues.fresco.org/bug'
to display a documentation page for the 'bug' type, instead
of the 'index' page I get now.
|
msg3125 |
Author: [hidden] (richard) |
Date: 2002-12-13 22:27 |
|
Logged In: YES
user_id=6405
You could replace the contents of the "index" template with your help
page, and then change the "search" template so its results are displayed in
the "search_results" template instead of the "index" template.
|
|
Date |
User |
Action |
Args |
2002-12-13 18:26:48 | stefan | create | |
|