You are here

README.txt in Filebrowser 6

Same filename and directory in other branches
  1. 8 README.txt
  2. 5 README.txt
  3. 7.4 README.txt
  4. 7.2 README.txt
  5. 7.3 README.txt
This module provides an interface for administrators to expose directories in
the file system to users through a file listing not unlike that provided by
Apache.

This module is useful when Drupal is an entire website and sits in the root
directory. All requsts to the website are therefore passed to Drupal's 
index.php and directory listings cannot be found even if they're enabled.
This module alleviates those problems by passing those directory listings
through Drupal, effectively.

This code is a complete rewrite from scratch of Filebrowser by Bryant Mairs
(Susurrus) that was first published as Directory Listing. Due to this, the
features provided by Filebrowser aren't all yet available in this branch. This
version does implement features that allows it to provide the basic 
functionality, but extras like metadata display and tablesorting aren't 
available yet.

File

README.txt
View source
  1. This module provides an interface for administrators to expose directories in
  2. the file system to users through a file listing not unlike that provided by
  3. Apache.
  4. This module is useful when Drupal is an entire website and sits in the root
  5. directory. All requsts to the website are therefore passed to Drupal's
  6. index.php and directory listings cannot be found even if they're enabled.
  7. This module alleviates those problems by passing those directory listings
  8. through Drupal, effectively.
  9. This code is a complete rewrite from scratch of Filebrowser by Bryant Mairs
  10. (Susurrus) that was first published as Directory Listing. Due to this, the
  11. features provided by Filebrowser aren't all yet available in this branch. This
  12. version does implement features that allows it to provide the basic
  13. functionality, but extras like metadata display and tablesorting aren't
  14. available yet.