I have chosen Tiny Tiny RSS because :
- It was in Slashdot comments
- It has both a Web interface and an Android app
- It is a very active project
- I can host it myself (it's not in some cloud)
- Articles will not be marked read after 30 days
- I can disable article purge
Tiny Tiny RSS works fine with WampServer but I do not allow connections from internet to my local home private network.
I could not use the following web hosting providers :
- free.fr : no support for PHP 5.3
- olympe : doc is dead, do not know how to upload files
- 000webhost : ftp is deadly slow, tt-rss does not work (uname, not writable errors)
- byethost : dojo not defined error, could not load feeds
- Toile Libre : dead
- ttrss works ! (PHP 5.3.20 and you can enable PHP 5.4)
- small .p.ht url suffix
- you can use this patch
- You must use the 'resolved' url once all redirections have been resolved
- The Daily WTF : http://thedailywtf.com/rss.aspx gives http://syndication.thedailywtf.com/TheDailyWtf
- PC Inpact : http://www.pcinpact.com/rss/news.xml gives http://pcinpact.com.feedsportal.com/c/35178/f/652880/index.rss
Edit 2013.04.11 : 10 days later, I got an official answer from hostinger support saying that cron jobs only support PHP 5.2. Too bad...
3 comments:
Hi,
I was also looking to use tt-rss on hostinger but:
- the patch seems to comment safe_mode error and keeps open_basedir error (which I still have), did you do another change?
- Also do you have the correct syntax for the cron job on hostinger?
Thanks!
@kbfr I am still using TTRSS 1.7.4. If I comment CURLOPT_FOLLOWLOCATION and if I use the two new geturl methods, I do not have any errors. For cron, I have a ticket opened at hostinger as cron still uses PHP 5.2... :-(
@ded I installed 1.7.8 and commented open_basedir tests, it seems to be fine. I can add rss and they are correctly displayed.
But then i'm stuck with refresh as well...
I didn't find how to add --feeds option in hostinger interface for cron job, so i changed the php file to add that option by default, but still no luck..
I didn't know about the php version! Let me know if you get it solved.
Thanks!
Post a Comment