17 responses to “A Dilbert Plugin for DokuWiki”

  1. Andreas Gohr

    Nice. Small tip: if you replace the soap_transport_http class with a wrapper around DokuWiki’s own HTTP client class, your plugin will automatically use the proxy settings from the main DokuWiki configuration. It will also loose the dependency on the CURL extension.

  2. Jakub Safar

    Hello,

    is there any way how can I make the -excellent- (thank you, thank you) Dilbert plugin scale the image in size or percentage?

    Jakub

  3. Casey

    The URL seems to have changed.. and the display has halted. Can you do a quick fix, please? Absolutely love this plugin !

  4. Casey
  5. Jakub Safar

    Hello Carlo,

    thank you very much for the quick fix, having Dilbert back feels like being at home :)

    What do you thing about publishing your Dilbert plugin via “current” URL? For example:
    http://perassi.org/quickhacks/dkdil/cur/dil-current.tar.gz

    This would make installation and further updates easier for the plugin users.

    Jakub

    p.s. the width=”XX%” works like charm, thank you for the tip!

  6. Jakub Safar

    I guess that you are right. Getting latest information is purpose of feeds. Nevertheless, easier wiki plugin upgrade is a nice thing to have O:-)

  7. Dave

    Hi,

    I installed your plugin on the 2008-05-05 release, but all I get when I add [DIL] to a page is the “broken image link” icon and a link to this page with the text “DKDIL”. Any idea what’s going on?

    Thanks!

  8. John

    I notice that the strip displayed is the one that was current on the day the page that contains the [DIL] tag was last edited. It seems to me that the displayed strip should be updated every day, but the one displayed looks like it’s from the cache. Is this a Dokuwiki setup issue?

  9. Michael Klein

    Thanx for this great plugin.

    There’s a small typo in line 48: there’s no tag like “alt” for an anchor, so please replace this line:
    $feed_contents .= ‘<a href="’ . $url . ‘/" alt="DIL">’ .

    with:
    $feed_contents .= ‘<a href="’ . $url . ‘/">’ .

Leave a Reply