[pmwiki-users] Read RSS feeds

Patrick R. Michaud pmichaud at pobox.com
Thu Jan 26 08:01:36 CST 2006


On Thu, Jan 26, 2006 at 08:11:36AM +0100, Jean DEMARTINI wrote:
> H. Fox a écrit :
> > I'd like to have
> >
> >     2006-01-25 6:05p
> >
> ...
> A better solution would probably be to insert a version number 
> automatically updated each time a page is modified. I'm working on that 
> presently, but it is necessary to manage version numbers (as the concept 
> of major/minor modification exists, I will try to use it).

PmWiki already stores revision numbers for each page, although
it doesn't distinguish between major and minor edits.  So, one
can get a revision number by doing:

    $FmtPV['$Revision'] = '$page["rev"]';

and then using {$Revision} in the title formatting string.

Pm




More information about the pmwiki-users mailing list