DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:delicious

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:delicious [2009-10-07 15:35] – tag cleanup layneeplugin:delicious [2019-01-14 19:23] (current) – [Installation]: URL is forbidden LarsDW223
Line 11: Line 11:
 conflicts  conflicts 
 similar    :  similar    : 
-tags       : bookmark, feed, tags, experimental, delicious+tags       : listing, bookmark, embed, links, tags, !experimental 
 ---- ----
  
Line 22: Line 23:
  
 ===== Description ===== ===== Description =====
-Using this plugin, you can display a list of your [[http://del.icio.us|del.icio.us]] bookmarks inside a DokuWiki page. It makes use of [[http://del.icio.us/help/json/posts|del.icio.us' JSON feed]] and fetches all bookmarks of your account for tags given. You can even combine tags using boolean operators.+Using this plugin, you can display a list of your [[http://del.icio.us|del.icio.us]] bookmarks inside a DokuWiki page. It makes use of [[http://del.icio.us/help/json/posts|del.icio.us' JSON feed]] and fetches all bookmarks of your account for tags given. You can even combine tags using Boolean  operators.
  
 ===== Syntax ===== ===== Syntax =====
Line 34: Line 35:
       * if you omit a, o or n, **a** will be presumed       * if you omit a, o or n, **a** will be presumed
       * if you use a, o or n, don't forget the question mark!       * if you use a, o or n, don't forget the question mark!
-  * You can use as many tags as you want, delimited by a whitespace (' ')+  * You can use as many tags as you want, delimited by a white space (' ')
  
 ==== Examples ==== ==== Examples ====
Line 78: Line 79:
  
 ===== Installation ===== ===== Installation =====
-  - Install the plugin using the plugin manager from [[http://www2.informatik.hu-berlin.de/~baierer/src/delicious.zip|delicious.zip]]+  - Install the plugin using the plugin manager from [[http://www2.informatik.hu-berlin.de/~baierer/src/delicious.zip|delicious.zip]] FIXME URL is forbidden
   - If you installed the previous version via plugin manager, you should be able to simply update it from the interface.   - If you installed the previous version via plugin manager, you should be able to simply update it from the interface.
  
Line 109: Line 110:
 ===== Known Bugs / Troubleshooting ===== ===== Known Bugs / Troubleshooting =====
   * Amount of bookmarks is limited to 100 per request, i.e. per tag.   * Amount of bookmarks is limited to 100 per request, i.e. per tag.
-  * Characters in tags that can't conveniently be url-encoded (e.g. '?' and '&') will break the matching pattern. :?:+  * Characters in tags that can't conveniently be URL-encoded (e.g. '?' and '&') will break the matching pattern. :?:
  
 ===== To Do ===== ===== To Do =====
-  * <del>understand and use DokuWiki'cacheing function</del> (done, mostly :-) )+  * <del>understand and use DokuWiki'caching function</del> (done, mostly :-) )
   * <del>add switch for recent/all bookmarks</del> (who needs this?)   * <del>add switch for recent/all bookmarks</del> (who needs this?)
   * <del>save the combined XML-responses to disk (like ''rss OR dokuwiki.txt'')</del> (obsolete)   * <del>save the combined XML-responses to disk (like ''rss OR dokuwiki.txt'')</del> (obsolete)
Line 131: Line 132:
 ==== 2009-01-20 ==== ==== 2009-01-20 ====
   * changed getType() to 'baseonly' (now it should be valid XHTML)   * changed getType() to 'baseonly' (now it should be valid XHTML)
-  * _external_link respects ''$conf['target']['extern']'' (thx to [[laurence.diver@gmail.com|Laurence Diver]]) +  * _external_link respects ''$conf['target']['extern']'' (thanks to [[laurence.diver@gmail.com|Laurence Diver]]) 
-  * implemented optional cURL support for those php installations with disabled ''file_get_contents'' (thx to [[mail@jakubsafar.cz|jakub]]!)+  * implemented optional cURL support for those php installations with disabled ''file_get_contents'' (thanks to [[mail@jakubsafar.cz|jakub]]!)
  
 ==== 2008-12-31 ==== ==== 2008-12-31 ====
Line 233: Line 234:
 Hi, Hi,
  
-I´ve written a class to get all bookmarks into my DokuWiki. You can export all bookmarks from del.icio.us under ''settings -> Bookmarks: export / backup''. Include both tags and notes. After downloading the class turns that file either into an array or DokuWiki syntax. It creates H3's from tags and puts all bookmarks into an unordered list. It's just a quick and dirty solution but maybe someone will find it useful. --- //[[monitormensch@gmail.com|Kai Schaper]] 2007-07-19 09:12//+I've written a class to get all bookmarks into my DokuWiki. You can export all bookmarks from del.icio.us under ''settings -> Bookmarks: export / backup''. Include both tags and notes. After downloading the class turns that file either into an array or DokuWiki syntax. It creates H3's from tags and puts all bookmarks into an unordered list. It's just a quick and dirty solution but maybe someone will find it useful. --- //[[monitormensch@gmail.com|Kai Schaper]] 2007-07-19 09:12//
  
 <code php> <code php>
Line 334: Line 335:
 </code> </code>
  
-> You don't have to put ''+'' between the tags you want to combine with **AND**. Just use spaces! The plugin implements the boolean set logic internally and your patch will break it. Update to the newest version and everything should work again. --- //[[uniNxprogO@gSmaPilA.cMom|konstantin baierer]] 2008/12/31 11:36//+> You don't have to put ''+'' between the tags you want to combine with **AND**. Just use spaces! The plugin implements the Boolean set logic internally and your patch will break it. Update to the newest version and everything should work again. --- //[[uniNxprogO@gSmaPilA.cMom|konstantin baierer]] 2008/12/31 11:36//
  
 >> I've just been looking for a solution to the AND tags problem and I have commented-out the urlencode line as suggested above and that worked. I've got the latest version from this page today. Maybe there's some other reason why this is needed? --- //[[steverobertson@gmail.com|Steven Robertson]] 2009/01/23 15:03// >> I've just been looking for a solution to the AND tags problem and I have commented-out the urlencode line as suggested above and that worked. I've got the latest version from this page today. Maybe there's some other reason why this is needed? --- //[[steverobertson@gmail.com|Steven Robertson]] 2009/01/23 15:03//
plugin/delicious.1254922505.txt.gz · Last modified: 2009-10-07 15:35 by laynee

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki