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".
Recent comments
5 weeks 3 days ago
18 weeks 2 days ago
18 weeks 2 days ago
19 weeks 3 days ago
22 weeks 1 day ago
23 weeks 3 days ago
25 weeks 14 hours ago
29 weeks 6 days ago
29 weeks 6 days ago
1 year 34 weeks ago