Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

directory/folder view

1 view
Skip to first unread message

rbultje

unread,
Nov 23, 2009, 6:40:36 PM11/23/09
to
Hi,

when you type file:///tmp, you get a pretty folder view. How does this
work (view source isn't very helpful)? Is this (XML?) documented? Can
I write a plugin or add a hack to a webserver to do the same for file
indexing (obvious use case: webdav servers)?

Thanks,
Ronald

Andrew DeFaria

unread,
Nov 23, 2009, 6:58:42 PM11/23/09
to
On 11/23/2009 04:40 PM, rbultje wrote:
Hi,

when you type file:///tmp, you get a pretty folder view.
Pretty is in the eyes of the beholder...

How does this work (view source isn't very helpful)?
Very nicely... ;-)

Obviously FF interprets file: to mean the local file system and dynamically presents information about the local file system in a "pretty" way.
Is this (XML?
Obviously not.
) documented?
Probably.

Can I write a plugin or add a hack to a webserver to do the same for file indexing (obvious use case: webdav servers)?
Web servers (I assume you mean a server running something like Apache) already know how to do this! It's (in the case of Apache) a server setting (See DirectoryIndex). As for webdav, that's another protocol...
--
Andrew DeFaria
If a pig loses its voice, is it disgruntled?

Chris Ilias

unread,
Nov 23, 2009, 7:12:52 PM11/23/09
to

Here's the bug: https://bugzilla.mozilla.org/show_bug.cgi?id=294800
For dev questions, you're probably better off asking in
mozilla.dev.apps.firefox.
--
Chris Ilias <http://ilias.ca>
List-owner: support-firefox, support-thunderbird, test-multimedia
Keeper of the Knowledge Base: <https://support.mozilla.com/kb/>

0 new messages