add contents

This commit is contained in:
Trevor Batley
2025-10-09 15:04:29 +11:00
parent 170362eec1
commit bce7dd054a
2537 changed files with 301282 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?php
/**
* Options for the Pagelist Plugin
*/
$conf['style'] = 'default';
$conf['showheader'] = 0;
$conf['showdate'] = 1;
$conf['showuser'] = 1;
$conf['showdesc'] = 0;
$conf['showcomments'] = 0;
$conf['showlinkbacks']= 0;
$conf['showtags'] = 0;
$conf['showfirsthl'] = 1;
$conf['showimage'] = 0;
$conf['showdiff'] = 0;
$conf['sort'] = 0;
$conf['rsort'] = 0;
//Setup VIM: ex: et ts=2 :