[Pmwiki-users] RSS feed length

Patrick R. Michaud pmichaud
Tue Jun 1 21:16:30 CDT 2004


On Tue, Jun 01, 2004 at 11:53:20AM -0400, Constantin Basturea wrote:
> Currently the RSS feeds includes just a few words. I was wondering
> what I'll have to do in order to increase the length of the feed. Is
> it possible to include the whole page in the feed?

You'll want to set the $RssSourceSize and $RssDescSize variables, which
default to 256 and 80.  For example, to use a description of 1000 characters
built from the first 1500 characters of markup, use

   $RssSourceSize = 1500;
   $RssDescSize = 1000;

If you want to include the whole page, just set these variables to values
larger than any page you're likely to generate.

Pm



More information about the pmwiki-users mailing list