Ticket #35 (assigned enhancement)

Opened 1 year ago

Last modified 1 year ago

It should be possible to use query parameters in zafu

Reported by: gaspard Assigned to: gaspard (accepted)
Priority: major Milestone: 1.0
Component: zafu Keywords:
Cc: Estimated Number of Hours:
Add Hours to Ticket: Billable?:
Total Hours:

Description

It should be possible to use query parameters in a zafu template, like

project68_archive.html?year=2007

or

project68_by_tag.html?tag=family

When implementing, be careful with caching issues regarding 'project68_by_tag.html'. How can we cache pages with their parameters ?

A possible solution would be to use a rewrite rule so that pages with their parameters can be read from the filesystem. If anyone has ideas on these topics, please complete.

Change History

2007-08-21 21:11:01 changed by gaspard

  • status changed from new to assigned.
  • summary changed from It should be possible to to use query parameters in zafu to It should be possible to use query parameters in zafu.