Re: [pmwiki-users] Upload Directory

2008-06-15 Thread DaveG
My fault... the URL's on that particular page had been hard-coded. Duh. ~ ~ Dave DaveG wrote: > I'm setting $UploadDir and $UploadUrlFmt in farmconfig.php, but the > values I see on the wiki pages seem to be the default /pmwiki/uploads > directory. I set other directory paths with no problem

[pmwiki-users] Upload Directory

2008-06-15 Thread DaveG
I'm setting $UploadDir and $UploadUrlFmt in farmconfig.php, but the values I see on the wiki pages seem to be the default /pmwiki/uploads directory. I set other directory paths with no problem. Just the uploads doesn't seem to be set to whatever I use. Just to be sure, I've also tried setting t

Re: [pmwiki-users] Updating PmWiki with external applications

2008-06-15 Thread christian . ridderstrom
On Sun, 15 Jun 2008, [EMAIL PROTECTED] wrote: Thank you kind Sir, just the prod I needed, I've done it now. FYI the curl command to upload any file type allowed by PmWiki is: curl -F n=Main.WikiSandbox -F action=postupload -F uploadfile=@/c/times.txt http://localhost/pmwiki.php/Main/WikiSandbo

Re: [pmwiki-users] Updating PmWiki with external applications

2008-06-15 Thread stevecrisp
Thank you kind Sir, just the prod I needed, I've done it now. FYI the curl command to upload any file type allowed by PmWiki is: curl -F n=Main.WikiSandbox -F action=postupload -F uploadfile=@/c/times.txt http://localhost/pmwiki.php/Main/WikiSandbox Obviously alter the wiki page name and file na

Re: [pmwiki-users] AuthUser config

2008-06-15 Thread Hans
>> Does it work to set group associations in config.php like >> $AuthUser['@admin'] = array('bob','ann','jack'); > I can't remember the details but ZAP does this... thanks Dan! I just tested my above syntax and $AuthUser works with @groups just like that: $AuthUser['@admin'] = array('bob

Re: [pmwiki-users] AuthUser config

2008-06-15 Thread The Editor
On Sun, Jun 15, 2008 at 1:09 PM, Hans <[EMAIL PROTECTED]> wrote: > I wonder if it is possible to set auth groups in config, as one can > set individual users with a password, like > > $AuthUser['bob'] = crypt('bobspassword'); > > thereby not using SiteAdmin.AuthUser > > > Does it work to set gro

[pmwiki-users] AuthUser config

2008-06-15 Thread Hans
I wonder if it is possible to set auth groups in config, as one can set individual users with a password, like $AuthUser['bob'] = crypt('bobspassword'); thereby not using SiteAdmin.AuthUser Does it work to set group associations in config.php like $AuthUser['@admin'] = array('bob','ann'

Re: [pmwiki-users] Updating PmWiki with external applications

2008-06-15 Thread Patrick R. Michaud
On Sun, Jun 15, 2008 at 03:12:27PM +0100, [EMAIL PROTECTED] wrote: > All, > > I've looked at http://www.pmwiki.org/wiki/PmWiki/EditingAPI and can > post normal Wiki pages fine from external applications e.g. using curl > to post to Main.WikiSandbox I'd do: > > curl -d > "?n=Main.WikiSandbox&text

[pmwiki-users] Updating PmWiki with external applications

2008-06-15 Thread stevecrisp
All, I've looked at http://www.pmwiki.org/wiki/PmWiki/EditingAPI and can post normal Wiki pages fine from external applications e.g. using curl to post to Main.WikiSandbox I'd do: curl -d "?n=Main.WikiSandbox&text=TestingWiki&action=edit&post=1&author=AuthorName" http://localhost/pmwiki.php/Main

Re: [pmwiki-users] spell checker

2008-06-15 Thread Mark Trumpold
Hi I am wondering if you really need a spell checker with so many web browsers with built in spell checkers. Mark On 15/06/2008, at 2:41 PM, david roundell wrote: hello am trying to install this cookbook http://www.pmwiki.org/wiki/ Cookbook/SpellChecker unfortunately the GB dictionar

Re: [pmwiki-users] spell checker

2008-06-15 Thread david roundell
hello am trying to install this cookbook http://www.pmwiki.org/wiki/Cookbook/SpellChecker unfortunately the GB dictionary is not being picked up. when i run spell checker on the browser i get a javascript errors. this is caused by invalid html being picked up when it tries to retrieve the te