> I don't really care about the individual changes - what interests me
> is the most recent new pages created.

Hi,
I guess this is not the best solution, but you may be interested in listing
pages that have only one revision :
(:pagelist group=Group $RevCount=1 list=normal fmt=#title:)

Here it is the code Petko and Rogutès write for me to extract revision
number :

$FmtPV['$RevCount'] = '$page["rev"]';
# sorting pages by numerical integer pagetextvar data
function intcmp($x, $y)
{ return (($x == $y) ? 0 : ($x > $y ? 1 : -1)); }

$PageListSortCmp['revcount'] =
 'intcmp($PCache[$x]["rev"], $PCache[$y]["rev"])';

Gilles.
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to