diff -u tt-rss-20051027/config.php-dist tt-rss-mod6a/config.php-dist --- tt-rss-20051027/config.php-dist 2005-10-26 01:29:52.000000000 -0400 +++ tt-rss-mod6a/config.php-dist 2005-10-27 19:50:15.000000000 -0400 @@ -30,6 +30,13 @@ // crafted SQL queries. This feature is highly experimental and // at this point not user friendly. Use with caution. + define(DEFAULT_ARTICLE_LIMIT, 0); + // default limit for articles to display. Set to 0 for no limit. Not + // limited to the default 15, 30, 60 article limits-- you may use + // any number you want and it will be added to the list. Negative + // numbers will be ignored. Anything that evaluates numerically to + // zero will be interpreted as 0. + define(DEFAULT_UPDATE_INTERVAL, 30); // default interval between feed updates, minutes diff -u tt-rss-20051027/tt-rss.php tt-rss-mod6a/tt-rss.php --- tt-rss-20051027/tt-rss.php 2005-10-23 11:24:29.000000000 -0400 +++ tt-rss-mod6a/tt-rss.php 2005-10-27 19:51:33.105963024 -0400 @@ -71,55 +71,66 @@ - +
- + + - - + + + + + + + + + +
- - +
 Search: + + - - - -  View: - - - -  Limit: - - - -  Feed: - - - - - +
 View: + + +  Limit: + + + + + + +