"Page list", "version" => "0.6", "author" => "Starbeamrainbowlabs", "description" => "Adds a page that lists all the pages in the index along with their metadata.", "id" => "page-list", "code" => function() { add_action("list", function() { global $pageindex, $settings; $title = "All Pages"; $content = "
Page Name | Size | Last Editor | Last Edit Time | Tags |
---|---|---|---|---|
$pagename | " . human_filesize($pageindex->$pagename->size) . " | " . $pageindex->$pagename->lasteditor . " | " . human_time_since($pageindex->$pagename->lastmodified) . " (" . date("l jS \of F Y \a\\t h:ia T", $pageindex->$pagename->lastmodified) . ") | $tags |