Opened 13 years ago
Closed 10 years ago
#75 closed enhancement (wontfix)
Thousand separators in autoindex pages
Reported by: | www.google.com/accounts/o8/id?id=AItOawnjIJ8TkQf-nw1pRtfQU8KsF686dkmg1S4 | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | nginx-core | Version: | 1.0.x |
Keywords: | Cc: | ||
uname -a: | |||
nginx -V: | not applicable |
Description
When autoindex_exact_size is enabled, the file sizes aren't quite user-readable. Having thousand separators (spaces would be the most culture-neutral) would be nice.
Potential problems: naive automated parsers may fail.
Change History (1)
comment:1 by , 10 years ago
Resolution: | → wontfix |
---|---|
sensitive: | → 0 |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
There are no plans to enhance HTML representation of autoindex. Instead now you can use XML or JSON(P) output formats (see 33c08d7e2915 and 99751fe3bc3b). Using the XSLT module or JavaScript you can format HTML the way you like more.