You are here

README.txt in Filebrowser 7.3

Same filename and directory in other branches
  1. 8 README.txt
  2. 5 README.txt
  3. 6 README.txt
  4. 7.4 README.txt
  5. 7.2 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 requests 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 module offers the following features:
 - Private downloads so that files (such as PHP files) can be downloaded.
 - File blacklists so that specific files can be removed from directory listings.
 - Node-based. All features available to nodes, such as path aliasing and access
   control can now be applied to directory listings.
 - Settings to limit exploration of subdirectories.
 - File icons. This module includes part of the Tango Icon Library for use as file
   icons. Many common file types are supported by default. To extend the icons you
   may alter those in the "modules/filebrowser/icons" directory or override those
   with your own in an "filebrowser" directory in your theme.
 - descript.ion, file.bbs: Files used for adding description text to file listings.
   The format for descript.ion and file.bbs is the same and there is an example in
   this directory. Filename (optionally within quotes) followed by any amount of
   whitespace and then the description.
 
Fundamental changes from earlier branches:
 - Path aliasing is now provided by path.module since directory listings are now
   nodes.

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 requests 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 module offers the following features:
  10. - Private downloads so that files (such as PHP files) can be downloaded.
  11. - File blacklists so that specific files can be removed from directory listings.
  12. - Node-based. All features available to nodes, such as path aliasing and access
  13. control can now be applied to directory listings.
  14. - Settings to limit exploration of subdirectories.
  15. - File icons. This module includes part of the Tango Icon Library for use as file
  16. icons. Many common file types are supported by default. To extend the icons you
  17. may alter those in the "modules/filebrowser/icons" directory or override those
  18. with your own in an "filebrowser" directory in your theme.
  19. - descript.ion, file.bbs: Files used for adding description text to file listings.
  20. The format for descript.ion and file.bbs is the same and there is an example in
  21. this directory. Filename (optionally within quotes) followed by any amount of
  22. whitespace and then the description.
  23. Fundamental changes from earlier branches:
  24. - Path aliasing is now provided by path.module since directory listings are now
  25. nodes.