[pmwiki-users] PITS Cookbook - Mentions PITS page and click on edit.

Petko Yotov 5ko at 5ko.fr
Wed Feb 17 17:48:58 CST 2010


On Wednesday 17 February 2010 16:50:40, Mark Bacas wrote :
> http://www.pmwiki.org/wiki/Cookbook/PITS
> 
> This statement is in the PITS cookbook implementation section:
> Starting at http://www.pmwiki.org/PITS select the "Edit Page" link and
> copy/paste the contents to your own page. Then select the different
> links on that main PITS page to other PITS pages and do the same
> modifying them to suit your purposes.
> 
> However, when you click on "Edit Page" it requests a password.

You can see the source wiki-text here:
  http://www.pmwiki.org/wiki/PITS/PITS?action=source

On other protected pages, you can also use ?action=source instead of 
?action=edit to see the source. If this is not possible, contact me.

> I'm trying to setup PITS for my own person issue tracking system. I
> have WikiForms setup, but wanted to checkout PITS as well.
> 
> Any chance someone has a sample: local/MyPitsGroup.php ?

On pmwiki.org, the file local/PITS.php contains this :

<?php
  include_once('cookbook/PITS.php');
  $EnableUpload = 1;
  $DefaultPasswords['upload'] = '';

And the cookbook/PITS.php file is here:
  http://www.pmwiki.org/pmwiki/uploads/Cookbook/PITS.php

Petko



More information about the pmwiki-users mailing list