AwesomeSelfhosted / tamilblogs

Automatically exported from code.google.com/p/tamilblogs
0 stars 0 forks source link

Create a scheduler module for tamilblogs #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Features required:
1. fetch should pickup blogs at interval of 2 hours(configurable by
scheduler) that have been last updated within 30 days (configurable in
scheduler)
2. Blogs which are not updated more than 30 days should be updated once in
a day 
3. While the blogs are aggregated, their last updated date should also be
updated
4. There should be option to suspend a blog - means which will not be
aggregated.
5. The aggregation should be controled by the scheduler table only - even
though the fetch.php is called many time by the cron (as it happens now)

Original issue reported on code.google.com by mugunth on 29 Mar 2007 at 7:59

GoogleCodeExporter commented 9 years ago
For this lylina_feed table need to be altered and can generate query to get for 
pt 
1,2 and for 3 i feel bugs (or enhancement)(for sometimes) is needs to be fixed 
in 
fetch.php

4. have to add a field in table
5. ??

Original comment by mahi...@gmail.com on 5 Apr 2007 at 4:07