Opened 17 years ago
Closed 17 years ago
#1966 closed defect (fixed)
Tagsplugin-dev still depends on clearsilver
Reported by: | anonymous | Owned by: | Alec Thomas |
---|---|---|---|
Priority: | normal | Component: | TagsPlugin |
Severity: | normal | Keywords: | clearsilver tags |
Cc: | Trac Release: | 0.11 |
Description
Am I right that the current development version of tagsplugin still depends on clearsilver? If so, this is the only thing that stops me from installing tags on windows..
Attachments (0)
Change History (4)
comment:1 Changed 17 years ago by
Status: | new → assigned |
---|
comment:2 follow-up: 3 Changed 17 years ago by
OK, thanks!
I'm running python 2.5, which has no clearsilver port, and compiling ClearSilver on Windows is a major PITA. Actually, it turned out to be easier to port tagsplugin to genshi than it was to make an attempt to compile clearsilver (plus all its dependencies) on windows, so now I've got tags working (more or less).
I couldn't figure out how the 'Filter tags' input field takes it input from python, so I had to remove that (but the tagcloud alone is already useful enough). If you like to see a patch, I could post it here, but until yesterday I had no experience with genshi or the innards of trac ...
comment:3 Changed 17 years ago by
Replying to alexp:
If you like to see a patch, I could post it here, but until yesterday I had no experience with genshi or the innards of trac ...
As I'm considering doing the Genshi conversion myself as well, any head start from work you've done would be appreciated, if you're willing to share it. Thanks!
comment:4 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in trunk and 0.5.
This is correct. I have yet to convert the templates over.
I'm not sure how this blocks deployment on Windows though? ClearSilver is available...