> I don't really care about the individual changes - what interests me<br>
> is the most recent new pages created.<br><br>Hi,<br>I guess this is not the best solution, but you may be interested in listing pages that have only one revision :<br>(:pagelist group=Group $RevCount=1 list=normal fmt=#title:)<br>
<br>Here it is the code Petko and Rogutès write for me to extract revision number :<br>
<br>$FmtPV['$RevCount'] = '$page["rev"]';<br># sorting pages by numerical integer pagetextvar data<br>function intcmp($x, $y)<br>{ return (($x == $y) ? 0 : ($x > $y ? 1 : -1)); }<br><br>$PageListSortCmp['revcount'] =<br>
'intcmp($PCache[$x]["rev"], $PCache[$y]["rev"])';<br><br>Gilles.<br clear="all"><br><br>