Modify ↓
Opened 18 years ago
Closed 16 years ago
#1205 closed enhancement (fixed)
Support for content negotiation, multiple translations of a wiki page
Reported by: | Owned by: | Shun-ichi Goto | |
---|---|---|---|
Priority: | normal | Component: | Request-a-Hack |
Severity: | normal | Keywords: | |
Cc: | cboos@… | Trac Release: | 0.10 |
Description
I'd like to see some sort of support for content negotiation for wiki pages. Based on the Accept-Languages header the browser sends the trac wiki could choose one of several translations of a wiki page, given such translations exist.
Attachments (0)
Change History (4)
comment:1 follow-up: 2 Changed 18 years ago by
Owner: | changed from anybody to Shun-ichi Goto |
---|---|
Status: | new → assigned |
comment:2 Changed 18 years ago by
Type: | defect → enhancement |
---|
Replying to gotoh:
I have it. I'm using it personaly for a years but it is not in public because it use very dirty way. Today, I revised it to use normal plugin mechanism.
I've registered it as TracWikiNegotiatorPlugin and committed. Try it.
I've testing on Trac 0.10. I guess it will work on 0.11 but not tested at all.
Thank you - this is exactly what I was looking for. Works like a charm on Trac 0.10.3
comment:3 Changed 18 years ago by
Cc: | cboos@… added; anonymous removed |
---|
comment:4 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
I have it. I'm using it personaly for a years but it is not in public because it use very dirty way. Today, I revised it to use normal plugin mechanism.
I've registered it as TracWikiNegotiatorPlugin and committed. Try it.
I've testing on Trac 0.10. I guess it will work on 0.11 but not tested at all.