/[drupal]/contributions/modules/flickrup/README.txt
ViewVC logotype

Contents of /contributions/modules/flickrup/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Thu Oct 25 11:20:11 2007 UTC (2 years, 1 month ago) by jareyero
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5
File MIME type: text/plain
Flickr upload module
1 Drupal Module: Flickr Upload
2
3 This is a simple module to upload images to Flickr and show them with your content
4
5 Author
6 ======
7 Jose A. Reyero, drupal at reyero dot net
8 Development Seed, http://www.developmentseed.org
9
10 Flickr Upload module features:
11 ==============================
12 - Allows uploading images to Flickr from your site.
13 - Images can be linked to nodes using per content type settings.
14 - Tags can be configured globally or using node parameters.
15
16 Requirements
17 ============
18 - Drupal 5
19 - Drupal's Flickr module, http://drupal.org/project/flickr
20 - phpFlickr, http://phpflickr.com/
21
22 Installation
23 ============
24 1. Place the module with all its files under sites/all/modules/flickrup
25 2. Download phpFlickr from http://phpflickr.com/
26 and place it in a 'phpFlickr' subfolder in the module directory
27
28 Configuration
29 =============
30 - Enable the module in: Administer > Site building > Modules
31 - Set the module settings in: Administer > Site configuration > Flickr Upload
32 * In adition to your normal flickr settings this module needs a Flickr authentication token with write permissions for your account.
33 If you don't know how to get one, follow the steps here: http://phpflickr.com/tools/auth
34 - Enable uploads for your content types in: Administer > Content > Content types
35
36 Module overview:
37 http://www.developmentseed.org/blog/2007/oct/24/unlimited-images-your-content-drupal-and-flickr
38
39 Notes
40 =====
41 - The images are uploaded first to the web server, then from there to your Flickr account.
42 This may have some important performance impact on the web server, so please review carefully the module settings for production servers.
43 - This module uses phpFlickr http://phpflickr.com/, to interact with the Flickr API
44 - For cleaning up the tags this module uses some pathauto variables, see flickrup_cleanstring()
45
46

  ViewVC Help
Powered by ViewVC 1.1.2