home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Plugins / delicious-cached / readme.txt < prev    next >
Text File  |  2008-02-19  |  2KB  |  46 lines

  1. === del.icio.us cached++ ===
  2. Contributors: jcraveiro
  3. Donate link: http://example.com/
  4. Tags: del.icio.us, delicious, bookmarks, widget, integration, list
  5. Requires at least: 2.0
  6. Tested up to: 2.3.1
  7. Stable tag: trunk
  8.  
  9. del.icio.us cached++ displays a list of the latest bookmarks on a del.icio.us account, from its RSS feed, keeping the feed cached in the database.
  10.  
  11. == Description ==
  12.  
  13. del.icio.us cached++ uses the built-in MagpieRSS engine functions to create a list of the latest bookmarks on a del.icio.us account, from its RSS feed, keeping the feed cached in the database.
  14.  
  15. This plugin respects del.icio.us' ToS and will not to overload the feed with subsequent requests, since the default cache refresh period is 60 minutes.
  16.  
  17. Since version 1.3, the plugin is wigdet compatible. To take advantage of that, you'll need either 1) Wordpress 2.2 or higher, or 2) the Widgets plugin. You can still use the plugin without this feature (on WordPress 2.0/2.1 and/or along with a theme that's not widget compatible); just check the FAQ.
  18.  
  19. == Installation ==
  20.  
  21. 1. Download the source code
  22. 2. Extract the file `delicious_cached_pp.php` from the ZIP archive
  23. 3. Upload the file `delicious_cached_pp.php` into your Wordpress install wp-content/plugins folder
  24. 4. Activate the from Wordpress administration
  25. 5. (For Wordpress 2.2+ with compatible theme) Go to *Presentation* > *Widgets*. Add the widget to the sidebar of your liking and/or setup any options you want to change.
  26.  
  27. == Frequently Asked Questions ==
  28.  
  29. = Can I use the plugin without widgets support? =
  30.  
  31. Yes. The default invocation is:
  32.  
  33. `<ul>`
  34. `<?php delicious_pp('accountname'); ?>`
  35. `</ul>`
  36.  
  37. Advanced invocations will be properly documented soon, but can be learned of by looking at the plugin source code.
  38.  
  39. = What about foo bar? =
  40.  
  41. Answer to foo bar dilemma.
  42.  
  43. == Screenshots ==
  44.  
  45. ...
  46.