|
Cookbook /
AuditImagesSummary: View the images that have been uploaded to your wiki.
Version: 1.0
Prerequisites: Uploads enabled
Status: Stable
Maintainer: Hagan Fox
QuestionIs there a quick and easy way to see if someone has uploaded some undesirable images to my wiki? AnswerInstall Qdig in your uploads directory. All it takes is copying one file. Qdig is a simple script that turns directories with images into galleries. Like PmWiki, Qdig is GNU GPL-licensed free software. Instructions
When you visit the script you'll see links to all of your group directories that contain image files. Each link leads a dynamic gallery. Supported formats are JPEG, GIF, PNG and sometimes BMP. Optional Qdig Configuration
$site_lnk_title = 'My Wiki';
$site_lnk_url = '../pmwiki.php';
$img_links['sort_date'] = TRUE;
$touch_captions = FALSE;
$convert_magick = TRUE;
$convert_GD = TRUE;
$disp_size['1'] = FALSE;
$disp_size['2'] = FALSE;
Notes and Comments
See Also
Contributor |