Re: [pmwiki-users] defining intermap in PHP

2009-02-25 Thread Peter Bowers
On Wed, Feb 25, 2009 at 8:11 AM, Christophe David pmw...@christophedavid.org wrote: Is it possible to define custom InterMap (http://www.pmwiki.org/wiki/PmWiki/CustomInterMap) in PHP ? I found $IMapLinkFmt and $InterMapFiles, but I am looking for something like $InterMap['PmWikiHome'] =

Re: [pmwiki-users] Nested Blocks (tables, divs, etc)

2009-02-25 Thread Ed W
Patrick R. Michaud wrote: I appreciate that you are being flippant, but your suggestion requires forking a fairly major piece of core code which will obviously now have to be maintained from version to version and also it breaks any further recipes trying to do the same thing I

Re: [pmwiki-users] defining intermap in PHP

2009-02-25 Thread Christophe David
Is it possible to define custom InterMap (http://www.pmwiki.org/wiki/PmWiki/CustomInterMap) in PHP ? I found $IMapLinkFmt and $InterMapFiles, but I am looking for something like $InterMap['PmWikiHome'] = 'http://pmwiki.org/wiki/'; Try this: $IMap['PmWikiHome'] =

Re: [pmwiki-users] Nested Blocks (tables, divs, etc)

2009-02-25 Thread Oliver Betz
Patrick R. Michaud wrote: (Nested markup) We have nested markup -- just add some digits to the end of (:div:), (:table:), or whatever you're using. And although PmWiki I knew this for div, but not for table. And I wasn't able to get nested table markup working. Could you explain it here or in

Re: [pmwiki-users] defining intermap in PHP

2009-02-25 Thread Eemeli Aro
You'll need this: $LinkFunctions['PmWikiHome:'] = 'LinkIMap'; $IMap['PmWikiHome:'] = 'http://pmwiki.org/wiki/$1'; Note the :'s at array key ends. eemeli 2009/2/25 Christophe David pmw...@christophedavid.org: Is it possible to define custom InterMap

Re: [pmwiki-users] Nested Blocks (tables, divs, etc)

2009-02-25 Thread Eemeli Aro
2009/2/25 Oliver Betz list...@gmx.net: Patrick R. Michaud wrote: We have nested markup -- just add some digits to the end of (:div:), (:table:), or whatever you're using.  And although PmWiki I knew this for div, but not for table. And I wasn't able to get nested table markup working. Could

Re: [pmwiki-users] USe PTVs instead of directives (was (:title:) of (:include:) included pages overrides page title)

2009-02-25 Thread Eemeli Aro
I'd like to note my support of this as well, with some provisions. Getting rid of the special directive markup for page title, description and keywords is a good idea. It looks like those were added during the 2.0 devel/beta cycle, while page text variables are a much more recent addition. The

[pmwiki-users] Status of $EnableHTMLCache

2009-02-25 Thread Oliver Betz
Hi All, Eemeli's last mail reminded me that EnableHTMLCache is still undocumented. The best description I found is a posting from Patrick dated 2007-05-14: - snip - PmWiki has several (somewhat experimental) caching features, which may be able to help out some. You can set up page caching by

[pmwiki-users] Change default page name separator to -, ie Page-Name

2009-02-25 Thread Ed W
OK, I may as well ask all my controversial questions at once... I notice that all the cool cats on the web have moved their URLs to be in the style of this-is-my-page-about-milk-drinks since most search engines seem to be able to parse this as separate words (and Google's algorithm appear to give

Re: [pmwiki-users] wikiform ptv change

2009-02-25 Thread edwin marte
I am Re-Posting, Anybody ? Thanks, Edwin On Tue, Feb 24, 2009 at 5:25 PM, edwin marte edwin.ma...@leidba.com wrote: Hello john (Or anybody in the List that may be able to help) , Another question has come to my mind. We are implementing some searching mechanism to our wikilist (as Peter

[pmwiki-users] WikiSh give DeleteKey (delete) does not match $DeleteKeyPattern. Unable to delete.

2009-02-25 Thread Graham Archer
Hi, I'm using WikiSh recipe for the first time - just trying to get some understanding of it. I appreciate I may not be using it, or have it setup, correctly. In a test wiki I'm trying to rename a page Test to Test-Archive. I'm doing this via the control panel. The command I'm using is: mv

Re: [pmwiki-users] Status of $EnableHTMLCache

2009-02-25 Thread Eemeli Aro
2009/2/25 Oliver Betz list...@gmx.net: This caches the main contents of each page, so that PmWiki doesn't have to reconvert the markup to HTML on each page request. [...] If yes, why does static markup like (:noleft:) or (:title:) prevent from caching? Because these markups need to be

Re: [pmwiki-users] Change default page name separator to -, ie Page-Name

2009-02-25 Thread Patrick R. Michaud
On Wed, Feb 25, 2009 at 06:16:05PM +, Ed W wrote: Given that I notice PmWiki moving away from CamelCase wiki words, it seems like there should be little resistance to proposing a change in the default URL naming convention also... I'm fully in favor of this, *if* we can find a way to make

Re: [pmwiki-users] Change default page name separator to -, ie Page-Name

2009-02-25 Thread DaveG
Ed W wrote: OK, I may as well ask all my controversial questions at once... I notice that all the cool cats on the web have moved their URLs to be in the style of this-is-my-page-about-milk-drinks since most search engines seem to be able to parse this as separate words (and Google's

Re: [pmwiki-users] wikiform ptv change

2009-02-25 Thread DaveG
edwin marte wrote: Another question has come to my mind. We are implementing some searching mechanism to our wikilist (as Peter Bowers recipes http://www.pmwiki.org/wiki/Cookbook/WikiFormsRecipes ). Everything is working and everything is being done manually. We kind of want

Re: [pmwiki-users] USe PTVs instead of directives (was (:title:) of (:include:) included pages overrides page title)

2009-02-25 Thread Kathryn Andersen
On Wed, Feb 25, 2009 at 07:30:51PM +0200, Eemeli Aro wrote: So, this is what I propose: 1) Remove the special markup for the page title, description and keywords. The current/old markup can be added to $PageTextVarPatterns and $ROEPatterns to make the transition relatively painless.

Re: [pmwiki-users] Change default page name separator to -, ie Page-Name

2009-02-25 Thread Eemeli Aro
2009/2/25 Ed W li...@wildgooses.com: Given that I notice PmWiki moving away from CamelCase wiki words, it seems like there should be little resistance to proposing a change in the default URL naming convention also... All you need to change is the mapping between URLs and internal file names

Re: [pmwiki-users] WikiSh give DeleteKey (delete) does not match $DeleteKeyPattern. Unable to delete.

2009-02-25 Thread Peter Bowers
On Wed, Feb 25, 2009 at 7:56 PM, Graham Archer graham.arc...@sun.comwrote: In a test wiki I'm trying to rename a page Test to Test-Archive. I'm doing this via the control panel. The command I'm using is: mv Test.Test Test.Test-Archive When I execute the command I get this error: ERROR:

Re: [pmwiki-users] Change default page name separator to -, ie Page-Name

2009-02-25 Thread The Editor
Have you looked at the cluster/hg recipes? They do much more, and there is still one dot in the name... But they get you pretty close... Or perhaps could be tweaked to do something like this. Cheers, Dan On Wed, Feb 25, 2009 at 1:16 PM, Ed W li...@wildgooses.com wrote: OK, I may as well ask

Re: [pmwiki-users] Change default page name separator to -, ie Page-Name

2009-02-25 Thread Ed W
Patrick R. Michaud wrote: On Wed, Feb 25, 2009 at 06:16:05PM +, Ed W wrote: Given that I notice PmWiki moving away from CamelCase wiki words, it seems like there should be little resistance to proposing a change in the default URL naming convention also... I'm fully in favor of

Re: [pmwiki-users] WikiSh give DeleteKey (delete) does not match $DeleteKeyPattern. Unable to delete.

2009-02-25 Thread Graham Archer
Hi, When I execute the command I get this error: ERROR: rm(): DeleteKey (delete) does not match $DeleteKeyPattern. Unable to delete. If you include this in your config.php it should solve the problem: $DeleteKey = ''; Indeed it does! Thanks Peter for the quick

Re: [pmwiki-users] USe PTVs instead of directives (was (:title:) of (:include:) included pages overrides page title)

2009-02-25 Thread Eemeli Aro
2009/2/25 Kathryn Andersen kat_li...@katspace.homelinux.org: On Wed, Feb 25, 2009 at 07:30:51PM +0200, Eemeli Aro wrote: So, this is what I propose:  1) Remove the special markup for the page title, description and keywords.     The current/old markup can be added to $PageTextVarPatterns and

Re: [pmwiki-users] Another stab at ratings on PmCalendar page

2009-02-25 Thread Peter Bowers
On Tue, 2009-02-24 at 15:29 +1100, Kathryn Andersen wrote: On Mon, Feb 23, 2009 at 04:59:03PM -0600, Chris Cox wrote: [[Cookbook/PmCalendar-Fan]] I would prefer user rather than fan; I think it is clearer and simpler. The term fan could mean that you like it but don't use it; but

Re: [pmwiki-users] USe PTVs instead of directives (was (:title:) of (:include:) included pages overrides page title)

2009-02-25 Thread Kathryn Andersen
On Wed, Feb 25, 2009 at 10:20:30PM +0200, Eemeli Aro wrote: 2009/2/25 Kathryn Andersen kat_li...@katspace.homelinux.org: On Wed, Feb 25, 2009 at 07:30:51PM +0200, Eemeli Aro wrote: And I agree that they aren't page text variables, but my point is that they ought to be. And my point is that

Re: [pmwiki-users] USe PTVs instead of directives (was (:title:) of (:include:) included pages overrides page title)

2009-02-25 Thread Eemeli Aro
2009/2/25 Kathryn Andersen kat_li...@katspace.homelinux.org: On Wed, Feb 25, 2009 at 10:20:30PM +0200, Eemeli Aro wrote: 2009/2/25 Kathryn Andersen kat_li...@katspace.homelinux.org: On Wed, Feb 25, 2009 at 07:30:51PM +0200, Eemeli Aro wrote: And I agree that they aren't page text variables,

Re: [pmwiki-users] userauth questions

2009-02-25 Thread Sofia M
ping someone, please give me some suggestions as to what this might be - or I might have to dump the PMwiki idea alltogether, this is just too much trouble.. On Mon, Feb 23, 2009 at 9:30 PM, Sofia M sof...@gmail.com wrote: Hi everyone, so, after a few unsuccessful stints trying to figure out

[pmwiki-users] OT: How does Dreamweaver work?

2009-02-25 Thread Sandy
I caught myself before sending off a politer version of Your designer is wrong. If you have the ftp password, it is possible to edit the html pages directly on your server. Not recommended, but possible. Then I thought to check it first. Does Dreamweaver create and upload html (and css) files,

Re: [pmwiki-users] userauth questions

2009-02-25 Thread Greg T. Grimes
It sounds like the webserver doesn't have write permissions to the .htpasswd file. This is a good thing though. You don't want the webserver editing your .htpassd or .htaccess files. This has hacker hay day written all over it if you allow it. I use ldap for my user authentication so I'm

Re: [pmwiki-users] OT: How does Dreamweaver work?

2009-02-25 Thread Hans
Wednesday, February 25, 2009, 10:01:48 PM, Sandy wrote: Does Dreamweaver create and upload html (and css) files, or does it upload something that merges skin and data on the fly, making it much harder to make emergency corrections directly on the server? It has been a while since i used

Re: [pmwiki-users] userauth questions

2009-02-25 Thread Sofia M
yup...the strange thing was - I had the permissions at 0774 - it wasn't working, then I switched to your suggestions, 666 - it started to work. then I switched back to 0774, and it's now working with those permissions as well... i don't really want to give the 'world' write permissions, that would

Re: [pmwiki-users] OT: How does Dreamweaver work?

2009-02-25 Thread Sandy
Hans wrote: Wednesday, February 25, 2009, 10:01:48 PM, Sandy wrote: Does Dreamweaver create and upload html (and css) files, or does it upload something that merges skin and data on the fly, making it much harder to make emergency corrections directly on the server? It has been a while

Re: [pmwiki-users] OT: How does Dreamweaver work?

2009-02-25 Thread Don Schaefer
Dreamweaver is a WYSIWYG HTML editor, and more. When it uploads, it sends up the whole structure of the site -- html, css, folders, scripts, etc. If you have server access and a way to edit those files, you can that without Dreamweaver. Any text editor, BBEdit or TextMate, can do it. I do edits to

Re: [pmwiki-users] wikiform ptv change

2009-02-25 Thread john . rankin
From: edwin marte edwin.ma...@leidba.com Subject: Re: [pmwiki-users] wikiform ptv change I am Re-Posting, Anybody ? Sorry for the slow response -- I had a busy few days. Another question has come to my mind. We are implementing some searching mechanism to our wikilist (as Peter Bowers