[pmwiki-users] RSS Thoughts

Patrick R. Michaud pmichaud at pobox.com
Wed Sep 26 07:38:23 CDT 2007


On Wed, Sep 26, 2007 at 10:20:48AM +0200, Dominique Faure wrote:
> On 9/26/07, José Geraldo Gouvea <jggouvea at globo.com> wrote:
> > Em Ter, 2007-09-25 às 21:00 -0400, Josh Miller escreveu:
> > > I'm trying to come up with an RSS Implementation that will be a little
> > > cleaner for the non-techie people that visit my website that are looking
> > > for a regular "website updates" feed.
> > >
> > > I think you could do it sort of like this...
> >
> > Your solution is EXACTLY what I am badly seeking!
> 
> The following code in the config.php should do the trick:
> =====8<-----
> array_splice($EditFunctions,
>              array_search('PostRecentChanges', $EditFunctions), 0,
>              'PostRssSummary');
> [...]

Even simpler... add the following to local/config.php:

  if ($ChangeSummary) 
    $RecentChangesFmt['Site.RssFeed'] = 
      $RecentChangesFmt['$SiteGroup.AllRecentChanges'];

Pm




More information about the pmwiki-users mailing list