Key |
Value |
Description |
Action |
rss.config.absoluteordering |
true |
Allow ordering of channels in the admin. (Uses channel title instead) |
edit |
rss.config.dateformat |
() |
Format to use when displaying dates. See here for help on the format: http://ch.php.net/manual/en/function.date.php Note that direct access to a given feed's month and day archives more or less depends on the fact that this date format contains the "F" (Month) and "jS" (day) elements in this form. So feel free to change the order of the elements, but better leave those two tokens in :) |
edit|default |
rss.config.markreadonupdate |
true |
Mark all old unread feeds as read when updating, if new unread feeds are found |
edit |
rss.config.plugins |
- New window v1.4
- HTML filter v1.3
- Url filter v1.7
|
|
edit |
rss.config.refreshafter |
45 |
If this option is set the feeds will be refreshed after x minutes of inactivity. Please respect the feed providers by not setting this value to anything lower than thirty minutes. Set this variable to 0 turn this option off |
edit |
rss.config.robotsmeta |
eavil huk |
How should spiders crawl us? (see http://www.robotstxt.org/wc/meta-user.html for more info) |
edit|default |
rss.config.serverpush |
true |
Use server push on update.php for a more user-friendly experience. This is only supported by Mozilla browser (Netscape, Mozilla, FireFox,...) and Opera. These brwosers will be autodetected. If you're not using one of these (you should) you can as well turn this off. |
edit |
rss.config.showdevloglink |
true |
Show a link to the gregarius devlog. This is mainly useful on the actual live gregarius site (http://gregarius.net/).You can safely set this to 'false' if you don't want to display a link back. |
edit|default |
rss.input.allowed |
<a href="..." title="..." >
<b>
<blockquote>
<br>
<code>
<i>
<img src="..." alt="..." >
<li>
<ol>
<p>
<pre>
<table>
<td>
<th>
<tr>
<tt>
<ul>
|
This variable controls input filtering. HTML tags and their attributes, which are not in this list, get filtered out when new RSS items are imported |
edit |
rss.input.tags.delicious |
true |
Look up tag suggestions on del.icio.us when editing tags. |
edit|default |
rss.meta.debug |
false |
When in debug mode some extra debug info is shown and the error reporting is a bit more verbose |
edit |
rss.output.cachecontrol |
false |
If true Gregarius will negotiate with the browser and check whether it should get a fresh document or not |
edit |
rss.output.cachedir |
/tmp/magpierss |
Where should magpie store its temporary files? (Apache needs write permissions on this dir.) |
edit |
rss.output.channelcollapse |
true |
Allow collpasing of channels on the main page. |
edit |
rss.output.compression |
true |
This variable turns output compression on and off. Output compression is handled by most browsers. |
edit |
rss.output.encoding |
UTF-8 |
Output encoding for the PHP XML parser. |
edit |
rss.output.itemsinchannelview |
100 |
Number of read items shown on for a single channel |
edit|default |
rss.output.lang |
en |
Language pack to use. (As of today 'en' and 'fr' ar available) |
edit |
rss.output.noreaditems |
true |
Show unread items only on the frontpage |
edit|default |
rss.output.showfavicons |
true |
Display the favicon for the channels that have one. Due to a IE bug, some icons do not render correctly on in the admin screen, or turn the favicon displaying offthis browser. You can either change the URL to the icon in the admin screen, or turn the favicon displaying off globally here. |
edit |
rss.output.showfeedmeta |
false |
Display meta-information (like a web- and rss/rdf/xml url) about each feed in the feed side-column |
edit |
rss.output.theme |
default |
The CSS theme to use. Themes are subdirectories of css/ which should contain at least the following elements: |
edit |
rss.output.usemodrewrite |
false |
Make use of apache's mod_rewrite module to return sexy urls. Turn this off if your host doesn't allow you to change this apache setting |
edit|default |
rss.output.usepermalinks |
true |
Display a permalink icon and allow linking a given item directly |
edit |