| 1 |
/* $Id: INSTALL.txt,v 1.5 2007/08/17 21:14:54 sanduhrs Exp $ */
|
| 2 |
|
| 3 |
INSTALL
|
| 4 |
-------
|
| 5 |
|
| 6 |
1. Go to Administer->Modules (?q=admin/modules), and enable the upload.module
|
| 7 |
|
| 8 |
2. Install and setup mailhandler.module [2]
|
| 9 |
|
| 10 |
3. Copy the mmb.module to the Drupal modules directory.
|
| 11 |
|
| 12 |
4. Go to Administer->Modules (?q=admin/modules), and enable the mmb.module
|
| 13 |
|
| 14 |
5. Optional: Use inline.module [3] to display attached files inline
|
| 15 |
|
| 16 |
6. Optional: Use image.module [8] to post image nodes
|
| 17 |
|
| 18 |
7. Optional: Use audio.module [9] to post audio nodes
|
| 19 |
|
| 20 |
8. Optional: Use flashvideo.module [10] to display video files
|
| 21 |
|
| 22 |
Mobile Media Blog depends on the two modules upload[1] and mailhandler[2]
|
| 23 |
You may read the documentation [5][6][7] related to those modules on how to set them up.
|
| 24 |
|
| 25 |
Mobile Media Blog does nothing more/less, than parsing e-mails provided through mailhandler for files and attaching those files to a node via upload.module.
|
| 26 |
|
| 27 |
It handles all kinds of files which are allowed by upload settings.
|
| 28 |
Files are displayed as attachments per default, you may change this by altering upload settings.
|
| 29 |
You may display images automatically inline through inline.module[3], which sadly doesn't support other fileformats by now [4].
|
| 30 |
|
| 31 |
If image.module [8] and/or audio.module [9] and/or flashvideo.module [10] is installed, you may configure mailhandler to create image or audio or video nodes from your posts and mmb will attach the files accordingly.
|
| 32 |
|
| 33 |
[1] http://drupal.org/handbook/modules/upload
|
| 34 |
[2] http://drupal.org/handbook/modules/mailhandler
|
| 35 |
[3] http://drupal.org/project/inline
|
| 36 |
[4] http://drupal.org/node/35709
|
| 37 |
[5] http://drupal.org/handbook/modules/upload
|
| 38 |
[6] http://drupal.org/node/39172
|
| 39 |
[7] http://drupal.org/node/38943
|
| 40 |
[8] http://drupal.org/project/image
|
| 41 |
[9] http://drupal.org/project/audio
|
| 42 |
[10] http://drupal.org/project/flashvideo
|
| 43 |
|
| 44 |
Comments and suggestions to
|
| 45 |
Stefan Auditor <stefan.auditor@erdfisch.de>
|
| 46 |
|
| 47 |
Please report any bugs on
|
| 48 |
http://drupal.org/project/issues/mmb
|