Adding a blog FeedReader
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 14 Jun 2013 18:39:23 +0000 (18:39 +0000)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 14 Jun 2013 18:39:23 +0000 (18:39 +0000)
commit9be486abad191483cbedbbe34413974cbf4cca7b
treef74881b80dc2089c3807f25f6d2f60f79f509d63
parent0e42fb58303536b95bdd34fee2667e53b0bdca59
Adding a blog FeedReader

Using same feed reader app I made for TCCVB for prWeb.
It will check for blog updates every 5 hours. (as needed)
If the feed fails it wil only update our check date and continue to
function. That way if their feed fails for any reason it won't bring
down the site.
Toolkit/Blogs/Database/application.sql [new file with mode: 0644]
Toolkit/Blogs/Database/tables/blog.sql [new file with mode: 0644]
Toolkit/Blogs/Database/tables/item.sql [new file with mode: 0644]
Toolkit/Blogs/FeedReader.php [new file with mode: 0644]
Toolkit/Blogs/Models/Blog.php [new file with mode: 0644]
Toolkit/Blogs/Models/BlogMapper.php [new file with mode: 0644]
Toolkit/Blogs/Models/Item.php [new file with mode: 0644]
Toolkit/Blogs/Views/feed.html [new file with mode: 0644]
Toolkit/Blogs/application.ini [new file with mode: 0644]
Toolkit/Page.php
templates/template.html