Code Monkey home page Code Monkey logo

drupal-fileframework's Introduction

// $Id$

NOTE: This is experimental software meant for advanced users; assume nothing
works, and you may be pleasantly surprised. And when it breaks, you get to
keep both pieces.

File Management for Drupal
==========================
This module allows uploading files as a standalone content type and provides
a comprehensive file management framework.


FILE UTILITY MODULES
--------------------

  * file:
    Provides files as a standalone content type and includes an extended
    file API and a comprehensive file operations framework.
    NOTE: This module is required by all the following modules.

  * file_attach:
    Allows attaching files to nodes and comments (replaces upload.module).

  * file_convert:
    Allows files to be converted from one MIME content type into another as needed.

  * file_antivirus:
    Allows files to be scaned on the upload. Uses ClamAV in command line or 
    daemon mode.

  * file_restriction:
    Controls which restrictions should be applied on the uploaded files.

  * file_gallery:
    Provides a taxonomy-based gallery view of various file types.

  * file_browser:
    Provides a file browser for file nodes organized in a hierarchical taxonomy tree.

  * file_embed:
    Provides an input filter for embedding files into other content.

  * file_views:
    Integrates file operations with the Views module.

  * file_mailsave:
    Integrates file operations with the Mailsave module and implements creation
    of attachments form the email messsages.

  * file_messaging:
    Integrates file operations with the Messaging.


FILE FORMAT MODULES
-------------------
These bundled lightweight modules each support a specific class of file
formats and media types. Each module registers the set of MIME content types
it is capable of understanding, and then provides support for extracting
metadata from those formats, as well as handles displaying file previews for
them.

  * file_image:
    Supports image and photo file formats, extracting metadata such as EXIF
    information, and provides image thumbnails and previews.

  * file_audio:
    Supports audio file formats, extracting ID3 metadata, and bundles a
    Flash-based MP3 player.

  * file_video:
    Supports video file formats, extracting ID3 metadata, and bundles a
    Flash-based video player.

  * file_text:
    Supports plain text file formats.

  * file_archive:
    Supports compressed archive file formats. Provides listing of commpresed
    files.

  * file_slideshow:
    Supports slideshow and presentation file formats. Provides a Flash-based
    preview.

  * file_spreadsheet:
    Supports spreadsheet file formats.

  * file_document:
    Supports document file formats.


BUG REPORTS
-----------
Post bug reports and feature requests to the issue tracking system at:

  <http://drupal.org/node/add/project_issue/fileframework>


CREDITS
-------
Developed and maintained by Arto Bendiken <http://bendiken.net/> and
  Miglius Alaburda <miglius at gmail dot com>

drupal-fileframework's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.