Extension for drupal module "Acidfree"

Chris Ford implemented Anode, which allows the Acidfree Drupal module to manage Annodexes using phpannodex. Acidfree is a module written by Vernon Maurey for managing digital photos and videos.

Anode stores information about CMML clips in the Drupal database, and then inserts them into Ogg Theora files on a browser's request to create Annodexes. Authorized users are able to edit or add new clips.

Requirements

  • PHP5
  • Drupal
  • phpannodex

Installation

  • Install Acidfree
  • Create the table for storing clip information like so: "mysql -u DRUPAL_USERNAME -p DRUPAL_DATABASE < anode.mysql"
  • Copy class_annodex.inc and output_annodex.php into the /modules/acidfree/ directory.

Warnings

  • Due to certain assumptions Acidfree makes, the form for uploading Ogg Theora files is labelled as "the path to the annodex that you are uploading". It really should be labelled as "the path to the Ogg Theora file that you are uploading".
  • Make sure that PHP's file upload limit is large enough for the files you wish to upload. Drupal does not give very transparent error messages if files hit the PHP limit. You can find your file upload limit in your php.ini configuration file under the name "upload_max_filesize".