]> git.wh0rd.org Git - tt-rss.git/blob - config_help.txt
fix unneeded submit of create filter form
[tt-rss.git] / config_help.txt
1 FIXME: this needs to be moved to built-in help system
2
3
4         define(ENABLE_FEED_ICONS, true);        
5         define(ICONS_DIR, "icons");
6         define(ICONS_URL, "icons");
7         
8         define(PURGE_OLD_DAYS, 30);
9         // Articles older than this number of days will be deleted automatically
10         
11         define(UPDATE_POST_ON_CHECKSUM_CHANGE, true);
12         
13         define(ENABLE_PREFS_CATCHUP_UNCATCHUP, false);
14         // enable "Mark as read/unread" buttons in preferences dialog
15
16         define(ENABLE_LABELS, false);
17         // experimental support for virtual feeds or labels based on user
18         // crafted SQL queries. This feature is highly experimental and
19         // at this point not user friendly. Use with caution.
20
21         define(DEFAULT_ARTICLE_LIMIT, 0);
22         // default limit for articles to display. Set to 0 for no limit. Not
23         // limited to the default 15, 30, 60 article limits - you may use
24         // any number you want and it will be added to the list. Negative
25         // numbers will be ignored. Anything that evaluates numerically to
26         // zero will be interpreted as 0.
27
28         define(DEFAULT_UPDATE_INTERVAL, 30);
29         // default interval between feed updates, minutes
30
31         define(DISPLAY_HEADER, true);
32         // enable/disable the display of the header graphic
33  
34         define(DISPLAY_FOOTER, true);
35         // enable/disable the display of the footer
36
37         define(USE_COMPACT_STYLESHEET, false);
38         // use stylesheet with more compact layout (if combined with two previous 
39         // options may improve UI on small screens)
40
41         define(DAEMON_REFRESH_ONLY, false);
42         // updates to all feeds will only run when the backend script is
43         // invoked with a "daemon" option on the URI stem. An example wget
44         // command line below will invoke an update every 30 minutes, with
45         // output being sent to /dev/null and the timeout set to 10 minutes
46         // so that wget does not time out. Substitute your site name, tt-rss
47         // path, and username/password as necessary.
48         //
49         // */30 * * * * /usr/bin/wget -O /dev/null -T 600 "http://username:password@www.your-site.xxx/tt-rss/backend.php?op=updateAllFeeds&daemon=1"
50         //
51
52         define(DISPLAY_FEEDLIST_ACTIONS, false);
53         // display actions dropbox in feedlist, if disabled these actions are