You are here

README.txt in D7 Media 6

Resource Module
---------------

Initial development by Darrel O'Pry
January 2009

---------------

The Resource module abstracts file resources, using PHP Stream Wrappers, so
that the file system can handle files from systems other than the default.
For instance, resources can be local or remote, such as from Flickr.

Two stream wrappers are included by default: Public and Private, coorresponding
to Drupal's notion of public and private file systems.

File resources are stored in the file system as wrapper://location.to.file,
such as public://sites/example.com/files/images/my-pic.jpg,
private://home/private/files/docs/secret.pdf, or youtube://v/22ckem397ds.

A Stream Wrapper will register itself with the

File

resource/README.txt
View source
  1. Resource Module
  2. ---------------
  3. Initial development by Darrel O'Pry
  4. January 2009
  5. ---------------
  6. The Resource module abstracts file resources, using PHP Stream Wrappers, so
  7. that the file system can handle files from systems other than the default.
  8. For instance, resources can be local or remote, such as from Flickr.
  9. Two stream wrappers are included by default: Public and Private, coorresponding
  10. to Drupal's notion of public and private file systems.
  11. File resources are stored in the file system as wrapper://location.to.file,
  12. such as public://sites/example.com/files/images/my-pic.jpg,
  13. private://home/private/files/docs/secret.pdf, or youtube://v/22ckem397ds.
  14. A Stream Wrapper will register itself with the