<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: News reader module, simple plugin example</title>
  <link>http://www.activecollab.com/forums/topic/2371/</link>
  <description>Recent posts on topic: News reader module, simple plugin example</description>
  <dc:language>en-us</dc:language>
  <pubDate>Mon, 01 Dec 2008 17:12:30 UTC</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/11627/#post11627</link>
    <guid>http://www.activecollab.com/forums/post/11627/#post11627</guid>
    <title>Post #8 by mehdib</title>
    <dc:creator>mehdib</dc:creator>
    <description><![CDATA[<p>rootoftheproblem,<br />
<br />
There should be a news icon next to the calendar one.<br />
<br />
Also, check your cache...<br />
<br />
M.</p>]]></description>
    <pubDate>Fri, 01 Feb 2008 20:51:20 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11626/#post11626</link>
    <guid>http://www.activecollab.com/forums/post/11626/#post11626</guid>
    <title>Post #7 by Rusty Thompson</title>
    <dc:creator>Rusty Thompson</dc:creator>
    <description><![CDATA[<p>Noticed that the last poster &quot;seems to have it working now&quot;. So this question is to all...   I would still like to know where the module &quot;create(s) a new tab in the menu called News with RSS feeds&quot;. I am sure the module is installed but I can find nary a trace of its presentation in any AC1.0 page.</p>]]></description>
    <pubDate>Fri, 01 Feb 2008 20:44:34 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11612/#post11612</link>
    <guid>http://www.activecollab.com/forums/post/11612/#post11612</guid>
    <title>Post #6 by mehdib</title>
    <dc:creator>mehdib</dc:creator>
    <description><![CDATA[<p>Hi again... seems to work now... maybe a cache problem. Thanks!<br />
<br />
M.</p>]]></description>
    <pubDate>Thu, 31 Jan 2008 16:04:10 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11604/#post11604</link>
    <guid>http://www.activecollab.com/forums/post/11604/#post11604</guid>
    <title>Post #5 by mehdib</title>
    <dc:creator>mehdib</dc:creator>
    <description><![CDATA[<p>Also<br />
<br />
INSERT INTO modules values ( 'news' , 0 , 100 );<br />
<br />
should be:<br />
<br />
INSERT INTO acx_modules values ( 'news' , 0 , 100 );</p>]]></description>
    <pubDate>Thu, 31 Jan 2008 09:13:45 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11603/#post11603</link>
    <guid>http://www.activecollab.com/forums/post/11603/#post11603</guid>
    <title>Post #4 by mehdib</title>
    <dc:creator>mehdib</dc:creator>
    <description><![CDATA[<p>Valdemar,<br />
<br />
Thanks for your work. But seems like can't find where the news feed menu is insterted.<br />
<br />
Uploaded the file, inserted sql, refreshed page, but no clue where the News tab is ? Thanks.<br />
<br />
M.</p>]]></description>
    <pubDate>Thu, 31 Jan 2008 09:12:10 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11274/#post11274</link>
    <guid>http://www.activecollab.com/forums/post/11274/#post11274</guid>
    <title>Post #3 by Valdemar</title>
    <dc:creator>Valdemar</dc:creator>
    <description><![CDATA[<p>Hi Ilija, <br />
<br />
Sure, no problem. It's a very simple module, could use some improvements / the features I described above - but you know, too many ideas too little time. But for now it does what it's supposed to here, display an RSS feed of our internal news system, RSS of a Google News search, some external feeds etc.<br />
<br />
Really looking forward to the documentation - tho I think I've figured much of it out myself by now. Hopefully we'll see more stuff 3rd party modules then.<br />
<br />
Happy new year to you too!</p>]]></description>
    <pubDate>Wed, 02 Jan 2008 12:36:53 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11273/#post11273</link>
    <guid>http://www.activecollab.com/forums/post/11273/#post11273</guid>
    <title>Post #2 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Hi Casper,<br />
<br />
Great work and thanks for sharing! I'll check it out and maybe use it as a foundation for plugin development tutorial if you don't mind. Articles that cover framework itself are done (routing, controllers and views, models etc), but I still need to write one that shows how all the bits and peaces fit together.<br />
<br />
Happy New Year!</p>]]></description>
    <pubDate>Wed, 02 Jan 2008 12:15:18 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11266/#post11266</link>
    <guid>http://www.activecollab.com/forums/post/11266/#post11266</guid>
    <title>Post #1 by Valdemar</title>
    <dc:creator>Valdemar</dc:creator>
    <description><![CDATA[<p>Hello,<br />
<br />
<a href="http://fatty.dk/acnewsreader.zip" target="_blank" rel="nofollow">http://fatty.dk/acnewsreader.zip</a><br />
<br />
This is a demonstration plugin to, hopefully, help people getting started coding plugins for aC (it's quite simple, once you figure out the framework which resembles Cake+smarty quite a bit). This plugin will create a new tab in the menu called News with RSS feeds. It uses an external helper, SimplePie, to parse the RSS feeds.<br />
<br />
This is very handy to display news from various sources (be it your corporate blog, an e-mail inbox feed (using for instance imap2rss  http://www.noaxs.net/imap2rss/) or any other media that you and your co workers should stay up to date on.<br />
<br />
Future improvements could be:<br />
<br />
  * AJAX interface to read the actual posts in aC (click-expand table)<br />
  * User defined feeds vs. static admin chosen feeds<br />
  * Create ticket / discussion / task based on feed (useful for support@company.com or bugs@company.com)<br />
  * Integration with dashboard?<br />
<br />
Enjoy, improve and share!</p>]]></description>
    <pubDate>Wed, 02 Jan 2008 10:00:33 UTC</pubDate>
  </item>
</channel>
</rss>