The Joomla! Extensions Directory ™


RSS for DOCman ComponentPluginExtension Specific Addon

DOCman RSS is a Joomla component which generates a valid RSS 2.0 feed of your DOCman downloads.

Features:

* NEW! Dynamic Feed. The feed is published automatically in your browser like you know it from the joomla feed. Depending on which category is shown in DOCman
* NEW! QR-Codes to import feed by cell-phone (e.g. Podcasts, ringtones)
* NEW! Enclosure support for Podcast or other applications
* Unlimited configurable feeds.
* Nearly all RSS 2.0 options can be configured.
* DOCman categories can be choosen comfortable from a list.
* Thumbnails can be shown.
* Feed in UTF-8 encoding
* Compatible parsing to Wordpress, Joomla 1.0.x, Joomla 1.5.x .... , etc (watch demos)
* Linktarget can be configured (direkt download or details)
* Valid RSS 2.0

Report

2011-04-07
Reviews: 1
Great component, even with dynamic RSS showed in the browser, closes a missing feature of docman. Thanks.
2010-10-14
Reviews: 1
Great Component does exactly what it says on the tin!

Is there away to make the thumbnail linkable to the download/details?

Would be great if someone could maybe tell me how to add this?

Regards
Matt Gibson
2009-06-18
Reviews: 1
I searched for such a component a very long time! The dynamic feed feature is the BEST I have ever seen before! It is realised with a Joomla system plugin which is installed with the component. The feed is published in the head - just like you know it from the original Joomla feed.
If you don't like the dynamic feed you can switch it off and configure as many feeds as you want manually. After you have created a so called 'manual' feed you get a link to this feed - so you can implement it everywhere you want to.
Great component, thanks again!
2009-03-05
Reviews: 6
I couldn't have asked for a better extension for the infamous DocMan. This is exactly what I was looking for...make sure you incorporate the fix detailed below as the extension does not work without it! Thanks!
2009-01-04
Reviews: 3
Thank you mattfaulds for your guide. I had exactly the same problem with docmannrss+j1.5 but with your little code the component works really well.

It would be nice to change to let the user write some extra-code to make the feed fit in iTunes podcasts or things like that.
2008-12-28
Reviews: 5
I'd been looking for a RSS solution for DocMan for ages and was really pleased to find this. However, I couldn't get this to work with J!1.5 at all - it wouldn't list any of my DocMan categories. I did a bit of digging and needed to change the file docmanrss.class.php to match the SQL query that DocMan uses. It now reads at line 232:

function categoryArray()
{
global $database;

$query = "SELECT c.*, c.parent_id AS parent"
. "\n FROM #__categories AS c"
. "\n WHERE c.section='com_docman'"
. "\n AND c.published != -2"
. "\n ORDER BY parent_id,ordering" ;

All works very well now and I'm happy. Thanks!
Owner's reply

Thank you for the report!
I have fixed the issue in version 0.4.2-beta!