You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2010/03/16 00:26:08 UTC

DO NOT REPLY [Bug 48920] New: Breadcrumbs on mod_autoindex path

https://issues.apache.org/bugzilla/show_bug.cgi?id=48920

           Summary: Breadcrumbs on mod_autoindex path
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: mod_autoindex
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: lion@netngine.hu


The automatically generated H1 in autoindex could be turned into a breadcrumbs
for better usability. (By a config option of course.)

Instead this HTML code

<h1>Index of /pub/c64/Demos/d/Daniax</h1>

This would be generated:

<h1>Index of /<a href="/pub/">pub</a>/<a href="/c64/">c64</a>/<a
href="/Demos/">Demos</a>/<a href="/d/"></a>d</a>/<a
href="/Daniax/">Daniax</a></h1>

(I know, that someone could define a script for header to generate this. But if
this could be generated by mod_autoindex itself, that may help users to make
easy to browse site without an external CGI or PHP script.)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org