Re: [pmwiki-users-de] Neu und gleich eine Frage

2007-05-01 Thread Michael Brenner
Füge in deine ./local/config.php sowas wie $LogoTagline = Mein Untertitel; ein und die Sache hat sich erledigt. Zu den Details: SDV($variable, irgendwas); steht für Set Default Value. Soweit ich mich erinnere arbeitet diese Funktion so, dass wenn $variable noch nicht gesetzt worden ist, ihr

Re: [pmwiki-users] New template expression markup....

2007-05-01 Thread Hans
Tuesday, May 1, 2007, 1:42:07 AM, The Editor wrote: [...] (:template datapage templatepage:) It opens the datapage, explodes the content by the anchors, inserts the data values into the template, and then re-implodes the output and sends it back to the page. All the data is cleanly stored

[pmwiki-users] {$$vars}

2007-05-01 Thread noskule
hi list could someone briefly explane or point me to the explanation of {$$vars} thanks nos ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

[pmwiki-users] Dropdown list of Profiles

2007-05-01 Thread Nicholas Buttle
Hi I've got this code (:pagelist fmt=#dropdownlist group=Profiles:) and it generates a list of Profiles for me. However, it is concatenating the names and getting rid of the space between first name and surname. Is there any way of pulling the profiles information in and maintaining (or

Re: [pmwiki-users] {$$vars}

2007-05-01 Thread Hans
Tuesday, May 1, 2007, 10:39:10 AM, noskule wrote: could someone briefly explane or point me to the explanation of {$$vars} I don't think these are documented yet. Pm said he will adapt this syntax for replacement variables. Fox and FeralFormattedEntry uses them in templates as placeholders for

Re: [pmwiki-users] Dropdown list of Profiles

2007-05-01 Thread noskule
Nicholas Buttle schrieb: Hi I've got this code (:pagelist fmt=#dropdownlist group=Profiles:) and it generates a list of Profiles for me. However, it is concatenating the names and getting rid of the space between first name and surname. Is there any way of pulling the profiles

Re: [pmwiki-users] {$$vars}

2007-05-01 Thread The Editor
On 5/1/07, Hans [EMAIL PROTECTED] wrote: Tuesday, May 1, 2007, 10:39:10 AM, noskule wrote: could someone briefly explane or point me to the explanation of {$$vars} I don't think these are documented yet. Pm said he will adapt this syntax for replacement variables. Fox and

Re: [pmwiki-users] New template expression markup....

2007-05-01 Thread The Editor
On 5/1/07, Hans [EMAIL PROTECTED] wrote: Tuesday, May 1, 2007, 1:42:07 AM, The Editor wrote: [...] (:template datapage templatepage:) It opens the datapage, explodes the content by the anchors, inserts the data values into the template, and then re-implodes the output and sends it back

[pmwiki-users] Drop down code

2007-05-01 Thread Nicholas Buttle
Hi there was a request for the drop down code. Here it is. Moslty provided by The Editor. It requires ZAP, zapconditionals and zap markup. cheers Nicholas ** {(list {$:mylist}|[[~{item}]] ^ [[]] )} (:zapform:) (:messages:) (:if false:)

Re: [pmwiki-users] New template expression markup....

2007-05-01 Thread Hans
Tuesday, May 1, 2007, 11:28:31 AM, The Editor wrote: ZAP has the ability to edit sections (delimited by anchors) so it would be fairly trivial to pull the stv's back into a text box and edit them just as they appear above (I'd just need to handle the trailing section line better). If you wan

Re: [pmwiki-users] {$$vars}

2007-05-01 Thread Hans
Tuesday, May 1, 2007, 11:10:39 AM, The Editor wrote: ZAP uses them the same way in its templates. oh good. I did not know you switched these over from the {name} syntax. ~Hans ___ pmwiki-users mailing list pmwiki-users@pmichaud.com

Re: [pmwiki-users] New template expression markup....

2007-05-01 Thread Patrick R. Michaud
On Tue, May 01, 2007 at 09:45:44AM +0100, Hans wrote: Tuesday, May 1, 2007, 1:42:07 AM, The Editor wrote: [...] (:template datapage templatepage:) It opens the datapage, explodes the content by the anchors, inserts the data values into the template, and then re-implodes the output and

Re: [pmwiki-users] pagelist count

2007-05-01 Thread Paul Lewis
Thanks to Kathryn for the wildcard suggestion on the pagecount. Works great. Paul Lewis USCA Library ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] New template expression markup....

2007-05-01 Thread Hans
Tuesday, May 1, 2007, 1:23:16 PM, Patrick R. Michaud wrote: It might also be worthwhile to generalize PTVs to work with sections. For example: {PageName#section$:Date} Yes please. I hoped you would say something like this! :) This will then allow grabbing of PTVs of same name in

Re: [pmwiki-users] {$$vars}

2007-05-01 Thread The Editor
On 5/1/07, Hans [EMAIL PROTECTED] wrote: Tuesday, May 1, 2007, 11:10:39 AM, The Editor wrote: ZAP uses them the same way in its templates. oh good. I did not know you switched these over from the {name} syntax. I'm still using {field} for field replacements, but for template insertions I

Re: [pmwiki-users] [pmwiki-devel] Announce: pmwiki-social

2007-05-01 Thread the Other michael
Facebook? Or Tribe.net, or (G-d forbid) MySpace? Or right here in the mailing list? Howdy, y'all. My name is Michael, and I have been a PmWiki user for three years. I was raised in South Datoka, live in Northeastern Pennsylvania, and think that linearity is over-rated. My day-job is

Re: [pmwiki-users] Drop down code

2007-05-01 Thread The Editor
On 5/1/07, Nicholas Buttle [EMAIL PROTECTED] wrote: Hi there was a request for the drop down code. Here it is. Moslty provided by The Editor. It requires ZAP, zapconditionals and zap markup. Actually, you only need ZAP and the list markup expression function in ZAP toolbox/markup

[pmwiki-users] (:sectionlist:) proposal (was: New template expression markup....)

2007-05-01 Thread Patrick R. Michaud
On Tue, May 01, 2007 at 08:25:57AM -0500, Patrick R. Michaud wrote: On Tue, May 01, 2007 at 09:04:24AM -0400, The Editor wrote: On 5/1/07, Hans [EMAIL PROTECTED] wrote: Tuesday, May 1, 2007, 1:23:16 PM, Patrick R. Michaud wrote: It might also be worthwhile to generalize PTVs to work with

Re: [pmwiki-users] Why all this zapping?

2007-05-01 Thread Patrick R. Michaud
On Mon, Apr 30, 2007 at 09:07:18PM -0700, H. Fox wrote: On 4/30/07, Ben Stallings [EMAIL PROTECTED] wrote: I also fear [Dan's] doing his reputation more harm than good by repeatedly saying the recipe is unreliable and untrustworthy and something to be cautious of, when it is not ... I'm

Re: [pmwiki-users] (:sectionlist:) proposal (was: New template expression markup....)

2007-05-01 Thread The Editor
On 5/1/07, Patrick R. Michaud [EMAIL PROTECTED] wrote: Continuing on the brainstorming track, we could develop a (:sectionlist:) markup that does for sections the same thing that (:pagelist:) does for pages. In particular, (:sectionlist:) would read a page's markup, split it into sections by

Re: [pmwiki-users] Why all this zapping?

2007-05-01 Thread The Editor
On 5/1/07, Patrick R. Michaud [EMAIL PROTECTED] wrote: On Mon, Apr 30, 2007 at 09:07:18PM -0700, H. Fox wrote: On 4/30/07, Ben Stallings [EMAIL PROTECTED] wrote: I also fear [Dan's] doing his reputation more harm than good by repeatedly saying the recipe is unreliable and untrustworthy

Re: [pmwiki-users] New template expression markup....

2007-05-01 Thread Hans
Tuesday, May 1, 2007, 3:30:22 PM, The Editor wrote: I just put together a solution for my needs, mentioned in the other post--by using a markup expression. Basically: 1) Use ZAP/Fox to create a page long these lines: [[#ID1]] name: Caveman time: Today comment: Welcome to the new section

Re: [pmwiki-users] New template expression markup....

2007-05-01 Thread Hans
Tuesday, May 1, 2007, 4:11:18 PM, The Editor wrote: One simple solution would be to require double colons or some other variation in the data page... Or some kind of leading symbol, or an = sign. Open to suggestions... time:: I don't know yet place:: my place people:: just some friends

Re: [pmwiki-users] Why all this zapping?

2007-05-01 Thread Patrick R. Michaud
On Tue, May 01, 2007 at 10:57:51AM -0400, The Editor wrote: On 5/1/07, Patrick R. Michaud [EMAIL PROTECTED] wrote: Following up on this post, I think it needs to be made much clearer that using ZAP on a site means that _any_ author can create ZAP forms that can modify _any_ page on the site

Re: [pmwiki-users] New template expression markup....

2007-05-01 Thread The Editor
On 5/1/07, Hans [EMAIL PROTECTED] wrote: Tuesday, May 1, 2007, 4:11:18 PM, The Editor wrote: One simple solution would be to require double colons or some other variation in the data page... Or some kind of leading symbol, or an = sign. Open to suggestions... time:: I don't know yet

Re: [pmwiki-users] Why all this zapping?

2007-05-01 Thread The Editor
On 5/1/07, Patrick R. Michaud [EMAIL PROTECTED] wrote: On Tue, May 01, 2007 at 10:57:51AM -0400, The Editor wrote: On 5/1/07, Patrick R. Michaud [EMAIL PROTECTED] wrote: Following up on this post, I think it needs to be made much clearer that using ZAP on a site means that _any_ author can

Re: [pmwiki-users] pagelist q.

2007-05-01 Thread noskule
Patrick R. Michaud schrieb: On Tue, May 01, 2007 at 04:21:15PM +0200, noskule wrote: hi list Is there a way to get a pagelist that shows pages that links to PageA AND PageB (:pagelist name=CategoryACategoryB:) To just list pages that contain the strings CategoryA and

Re: [pmwiki-users] Why all this zapping?

2007-05-01 Thread Patrick R. Michaud
On Tue, May 01, 2007 at 11:40:33AM -0400, The Editor wrote: On 5/1/07, Patrick R. Michaud [EMAIL PROTECTED] wrote: On Tue, May 01, 2007 at 10:57:51AM -0400, The Editor wrote: True. As the ZAPsite recommends, ZAP should only be enabled on pages where trusted users have access to edit

Re: [pmwiki-users] {$$vars}

2007-05-01 Thread Martin Fick
--- noskule [EMAIL PROTECTED] wrote: could someone briefly explane or point me to the explanation of {$$vars} Briefly mentioned on this page: http://pmwiki.org/wiki/PmWiki/PageListTemplates {$$option} The argument option values from (:pagelist:) In other words, if you create a

[pmwiki-users] OT: Telemarketers without a Clue

2007-05-01 Thread Sandy
I got a call a few secs ago: May I please speak to the person who does your company websites (barely comprehend the English) -- Speaking May I have your name, please, -- I tell him first name I represent (very halting, lots of space between phrases) (can't understand company name) -- Okay

Re: [pmwiki-users] [pmwiki-devel] Announce: pmwiki-social

2007-05-01 Thread christian . ridderstrom
On Mon, 30 Apr 2007, Dr Fred C wrote: Seems there might be a place for starting up a pmwiki social group on FaceBook to handle this sort of 'thing'. There's also 'google groups' which would work well. /C -- Christian Ridderström, +46-8-768 39 44

Re: [pmwiki-users] [pmwiki-devel] Announce: pmwiki-social

2007-05-01 Thread Tegan Dowling
On 5/1/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Mon, 30 Apr 2007, Dr Fred C wrote: Seems there might be a place for starting up a pmwiki social group on FaceBook to handle this sort of 'thing'. There's also 'google groups' which would work well. Or create a custom social

Re: [pmwiki-users] (:sectionlist:) proposal (was: New template expression markup....)

2007-05-01 Thread Hans
Tuesday, May 1, 2007, 2:51:47 PM, Patrick R. Michaud wrote: Note that I make no representations as to how fast or slow this is likely to be, nor am I committing to any implementation or timeline for such. At this stage I'm just suggesting a direction for discussion, and indicating the

Re: [pmwiki-users] {$$vars}

2007-05-01 Thread Hans
Tuesday, May 1, 2007, 5:19:45 PM, Martin Fick wrote: Hmm, I guest this means that we already have templating built into pmwiki, just not with the include command! To be precise: The (:include :) directive allows data display via a template, by using this syntax: (:include templatepage

Re: [pmwiki-users] {$$vars}

2007-05-01 Thread Patrick R. Michaud
On Tue, May 01, 2007 at 12:48:42PM -0500, Patrick R. Michaud wrote: On Tue, May 01, 2007 at 06:29:28PM +0100, Hans wrote: Tuesday, May 1, 2007, 5:19:45 PM, Martin Fick wrote: Hmm, I guest this means that we already have templating built into pmwiki, just not with the include command!

Re: [pmwiki-users] Why all this zapping?

2007-05-01 Thread kjettil
The two questions on ZAP, Acme and ZAPwiki I asked less than 36 hours ago have not been clearly answered, but have resulted in some 50 elucidating contributions from more than a dozen contributors. All these contributions lead me to the conclusion that ZAP (or Acme or whatever it may be

Re: [pmwiki-users] Why all this zapping?

2007-05-01 Thread Patrick R. Michaud
On Tue, May 01, 2007 at 01:53:09PM -0400, The Editor wrote: On 5/1/07, Patrick R. Michaud [EMAIL PROTECTED] wrote: On Tue, May 01, 2007 at 12:08:23PM -0400, The Editor wrote: On 5/1/07, Patrick R. Michaud [EMAIL PROTECTED] wrote: I'm saying that if ZAP is enabled _anywhere_ on a site that

Re: [pmwiki-users] Why all this zapping?

2007-05-01 Thread Neil Herber (nospam)
On 2007-05-01 kjettil is rumoured to have said: I'd propose that, similarly, the Cookbook recipes be organized in two sets: 1 - One set for recipes which have been tested and proved to be stable, reliable and secure, and therefore can be recommended for safe use by serious web site

Re: [pmwiki-users] Why all this zapping?

2007-05-01 Thread kjettil
Neil Herber (nospam) wrote: On 2007-05-01 kjettil is rumoured to have said: I'd propose that, similarly, the Cookbook recipes be organized in two sets: 1 - One set for recipes which have been tested and proved to be stable, reliable and secure, and therefore can be recommended for safe use

Re: [pmwiki-users] Recipe stability (was: Why all this zapping?)

2007-05-01 Thread Martin Fick
I like the idea of endorsements! -Martin --- Patrick R. Michaud [EMAIL PROTECTED] wrote: This does bring up another thought... as opposed to having ratings or voting on recipes [1], what if we called them endorsements? __ Do You Yahoo!?

[pmwiki-users] FoxForum ForumX

2007-05-01 Thread [EMAIL PROTECTED]
Hello, I can read in Fox pages on the pmwiki site, Hans, that a new version is in dev. Can you tell us when ? Can you tell us if new cookbooks will be compatible with old data ? Thanks. marc -- http://www.malexism.com/ ___ pmwiki-users mailing

Re: [pmwiki-users] FoxForum ForumX

2007-05-01 Thread Hans
Tuesday, May 1, 2007, 10:57:20 PM, [EMAIL PROTECTED] wrote: I can read in Fox pages on the pmwiki site, Hans, that a new version is in dev. Can you tell us when ? Can you tell us if new cookbooks will be compatible with old data ? It will be a very different forum, using display templates, so

[pmwiki-users] ZAP security vulnerability...

2007-05-01 Thread The Editor
Pm has been kind enough to study the ZAP code and found a serious security vulnerability. We are still looking for a solution. Basically the problem is in PmWiki's ability to impose page content from an editable page onto a page that is not editable and load that page as if it were in the source

Re: [pmwiki-users] ZAP security vulnerability...

2007-05-01 Thread Patrick R. Michaud
On Tue, May 01, 2007 at 08:02:01PM -0400, The Editor wrote: I suggested one possible (probably easy) fix off-list that could provide that back door. Allowing a simple string replacement array to be processed before doing markup processing on an imposed page. I'm not sure exactly what you

[pmwiki-users] experimental - pagelist conditionals

2007-05-01 Thread Patrick R. Michaud
I'm experimenting with a couple of new features, and looking for feedback. 1. Extension to (:if date ... :) Currently the 'date' conditional can only be used to test that the current time is in a range of dates. For example, to display some text only if the current date is between March 15 and