[pmwiki-users] backlinks list with exclude

2007-12-20 Thread Chris Lott
I am using the suggested Category/GroupFooter line to show category backlinks:
(:pagelist link=Category.{$Name} list=normal fmt=#title order=title:)

However, I also use the Category/Category page to list all categories,
which means the Category/Category page shows up in every category
list!

(for example, choose any category on this page:
http://community.uaf.edu/~chris/wiki/Category/Category)

Can I exclude a particular backlink from the pagelist to get rid of
the link to the category index?

c
-- 
Chris Lott

___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


Re: [pmwiki-users] backlinks list with exclude

2007-12-20 Thread Hans
Thursday, December 20, 2007, 9:41:03 AM, Chris Lott wrote:

 Can I exclude a particular backlink from the pagelist to get rid of
 the link to the category index?

use
(:pagelist link=Category.{$Name} name=-Category.Category list=normal fmt=#title 
order=title:)


the minus prefix excludes pages

  ~Hans


___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


[pmwiki-users] Setting a group skin

2007-12-20 Thread Steven J Brady
I'm a new users of Pmwiki and want to set a per group skin.  I've created
./local/GroupName.php with the following content:

?php
  SDV($Skin,'glossyhue');

I know the file is being loaded when a page in the group is displayed but
the skin is not changing to the setting found in the GroupName.php script.

Any help would be appreciated.

Cheers,
Steve
___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


Re: [pmwiki-users] Setting a group skin

2007-12-20 Thread Patrick R. Michaud
On Thu, Dec 20, 2007 at 07:35:01AM -0600, Steven J Brady wrote:
I'm a new users of Pmwiki and want to set a per group skin.  I've created
./local/GroupName.php with the following content:
 
?php
  SDV($Skin,'glossyhue');
 
I know the file is being loaded when a page in the group is displayed but
the skin is not changing to the setting found in the GroupName.php script.
 
Any help would be appreciated.

In this case, the SDV line (set default value) is probably being
ignored because $Skin already has a value from the global config.

Try the following instead:

$Skin = 'glossyhue';

Pm


___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


Re: [pmwiki-users] Setting a group skin

2007-12-20 Thread Steven J Brady
That did it.

Thanks,
Steve




Shi Sherebrin [EMAIL PROTECTED] 
12/20/2007 07:52 AM
Please respond to
[EMAIL PROTECTED]


To
Steven J Brady [EMAIL PROTECTED]
cc

Subject
Re: [pmwiki-users] Setting a group skin






Steven J Brady wrote:
 
 I'm a new users of Pmwiki and want to set a per group skin.  I've 
created
 ./local/GroupName.php with the following content:
 
 ?php
   SDV($Skin,'glossyhue');

try

$Skin = 'glossyhue';

I think SDV() stands for Set Default Value, i.e. it's a macro for set 
this value if it isn't already set

___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


Re: [pmwiki-users] One wiki, different category schemes

2007-12-20 Thread Hans
Thursday, December 20, 2007, 3:07:16 PM, Chris Lott wrote:

 On my wiki I have, say, a group full of recipes and another with info
 about favorite quotations. Is there any way to use pmwiki categories
 for both without the categories being intermingled?

I would suggest you use different category groups for both, just
define $CategoryGroup in a local GroupName.php file for the relevant
group. But you need to open and save every page in these groups
afterwards, so the category is associated to the new category group
(it gets written as a page attribute)


  ~Hans


___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


[pmwiki-users] One wiki, different category schemes

2007-12-20 Thread Chris Lott
On my wiki I have, say, a group full of recipes and another with info
about favorite quotations. Is there any way to use pmwiki categories
for both without the categories being intermingled?

c

___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


Re: [pmwiki-users] One wiki, different category schemes

2007-12-20 Thread Chris Lott
On Dec 20, 2007 6:20 AM, Hans [EMAIL PROTECTED] wrote:

 Thursday, December 20, 2007, 3:07:16 PM, Chris Lott wrote:

  On my wiki I have, say, a group full of recipes and another with info
  about favorite quotations. Is there any way to use pmwiki categories
  for both without the categories being intermingled?

 I would suggest you use different category groups for both, just
 define $CategoryGroup in a local GroupName.php file for the relevant
 group.

I never would have figured this out on my own. Thanks so much for this
(and many previous) answers to pmwiki questions. People always ask me
why I promote pmwiki-- it's the community!

c
--
Chris Lott

___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


[pmwiki-users] AuthUser and no username

2007-12-20 Thread Mike
Hello,
I'm using AuthUser and I'm very happy with everything. Just one little
detail that I'd like to tweak and don't know how:

I would like to set up a couple of users with editing rights. These
should get their user/pass combinations like mike/pass1 etc.
Furthermore, I'd like the whole group/page to be read-protected as well,
but for reading I don't need a differentiation by username, but would
like to simply distribute one single password.

Would there be a way to achieve this? For editing, use AuthUser-like
user/pass combinations, whereas for reading everything works with a
simple password like in the original PmWiki distribution?

Thank you!

Mike

___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


[pmwiki-users] xmlrpc blog tool

2007-12-20 Thread St�phane Heckel
Greetings list,

Trying to use the xmlrcp cookbook, ...
# With Windows Live writer, I can connect to pmwiki, browse groups, ... but 
can not open a page.
I get the following error : server error 1, unknown method

# With w.Bloggar, ... it seems I can connect as well and I get the same 
message unknow method

This is what http://localhost/index.php?action=xmlrpc returns :

  ?xml version=1.0 encoding=UTF-8 ?
- methodResponse
- fault
- value
- struct
- member
  namefaultCode/name
- value
  int105/int
  /value
  /member
- member
  namefaultString/name
- value
  stringXML error: Invalid document end at line 1/string
  /value
  /member
  /struct
  /value
  /fault
  /methodResponse

can someone help with exact parameters to use please ?

Thanks

SH 




___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


[pmwiki-users] Recipe to embed WRL 3D models

2007-12-20 Thread Benoit Dutilleul
Hi there,

I made a small recipe to embed WRL objects in pmwiki:
http://www.pmwiki.org/wiki/Cookbook/DisplayWRL

Cheers,

Benoit

2007/11/25, Matt Strauser [EMAIL PROTECTED] :

 Hello Benoit,

 Take a look at
 http://www.pmwiki.org/wiki/PmWiki/Installation

 It may involve setting file  permissions back to 755, but I'm not sure.
 I know that browsers will read the index.html or .php file first instead
 of showing the folder contents.

 I hope that helps,
 Matt



 On Nov 25, 2007 2:12 PM, Benoit Dutilleul 
 [EMAIL PROTECTED] wrote:

  Thanks Matt,
 
  I have added an index.php to that folder. This seems to be a normal
  behavior of pmwiki not to protect the uploads folders, at least on my
  installation. Do you know how this can be solved?
 
  Thanks a lot for your help.
  Benoit
 
 
 
  2007/11/25, Matt Strauser [EMAIL PROTECTED]:
  
   Bonjour Benoit,
   FYI: I found this directory to be viewable:
   *http://www.web-farm.org/wiki/fields/WiCo/uploads/ItemPages/*http://www.web-farm.org/wiki/fields/WiCo/uploads/ItemPages/
  
  
   I think if you put an index.html or index.php file in the folder it
   will prevent others from viewing your documents.
  
   Merci,
   Matt
  
  
  
   On Nov 25, 2007 1:45 PM, Benoit Dutilleul 
   [EMAIL PROTECTED] wrote:
  
Dear Patrick,
   
Thanks for your help! I implemented your advice and now, I get the
plugin window to appear properly but, somehow, it can't load the file in
argument ( e.g.
   
http://www.web-farm.org/wiki/fields/WiCo/uploads/ItemPages/20071125_biogas_plant.wrl
)
   
This is how my wrl.php recipe looks like now:
   
?php if (!defined('PmWiki')) exit ();
Markup('wrl', 'directives',
  '/\\(:wrl (\\S+):\\)/e',
  Keep(embed src='$1' WIDTH='420' HEIGHT='250' NAME='flux'
TYPE='model/x3d+xml' DASHBOARD='0' LOADSCREEN='1'/) );
?
   
Thanks a lot!
   
Benoit
   
2007/11/25, Patrick R. Michaud  [EMAIL PROTECTED]:

 On Sun, Nov 25, 2007 at 09:49:39PM +0100, Benoit Dutilleul wrote:
 Now, I am trying to implement (:wrl http://www.mymodel.3d: )
 according to
 the markup development page but I can't get it to work:
 
 ?php if (!defined('PmWiki')) exit ();
 Markup('wrl', 'directives',
 '/\\(:wrl (\\d+) :\\)/e',
 Keep(embed src='$1' WIDTH='420' HEIGHT='250' NAME='flux'
 TYPE='model/x3d+xml' DASHBOARD='0' LOADSCREEN='1'/) );
 ?
 
 Any idea about what is wrong or missing?
 Thanks!

 The \d+ in the expression will only match digits.  You might want
 to use \S+? (non-space characters, as few as possible) instead.

 Pm

   
   
___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users
   
   
  
 

___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


Re: [pmwiki-users] AuthUser and no username

2007-12-20 Thread Randy
AuthUser lets you intermingle user-based with page-password-based  
authorizations. You can set the password defaults for each type of  
action in config.php and override that as needed in SiteAdmin.AuthUser.

I hope that helps.

Randy

On Dec 20, 2007, at 11:47 AM, Mike wrote:

 Hello,
 I'm using AuthUser and I'm very happy with everything. Just one little
 detail that I'd like to tweak and don't know how:

 I would like to set up a couple of users with editing rights. These
 should get their user/pass combinations like mike/pass1 etc.
 Furthermore, I'd like the whole group/page to be read-protected as  
 well,
 but for reading I don't need a differentiation by username, but would
 like to simply distribute one single password.

 Would there be a way to achieve this? For editing, use AuthUser-like
 user/pass combinations, whereas for reading everything works with a
 simple password like in the original PmWiki distribution?

 Thank you!

 Mike

 ___
 pmwiki-users mailing list
 pmwiki-users@pmichaud.com
 http://www.pmichaud.com/mailman/listinfo/pmwiki-users


___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


Re: [pmwiki-users] AuthUser and no username

2007-12-20 Thread Shi Sherebrin
Mike wrote:
...
 I would like to set up a couple of users with editing rights. These
 should get their user/pass combinations like mike/pass1 etc.
 Furthermore, I'd like the whole group/page to be read-protected as well,
 but for reading I don't need a differentiation by username, but would
 like to simply distribute one single password.
 
 Would there be a way to achieve this? For editing, use AuthUser-like
 user/pass combinations, whereas for reading everything works with a
 simple password like in the original PmWiki distribution?

why not just set id:* as the authorized reader?  that way anyone who is 
logged in has read permissions.

___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


[pmwiki-users] Setting relative links to files in the wiki folder

2007-12-20 Thread Sergio Lopes
Hi,
I would like to provide download links to some files that are hosted
in the same directory as my wiki, how can I create a link to those
files without using the full URL?
Can relative links be created to *normal* files and not to wiki pages?

I would like to do the same with images, how can I show images in my
wiki pages by supplying a relative path?

-- 
Best regards,

Sérgio Lopes

___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


[pmwiki-users] Gallery

2007-12-20 Thread pmwiki
Hi,

Has somebody ever tried to integrate Gallery:
http://gallery.menalto.com/ into PmWiki?

-- 
Thanks
http://www.911networks.com
When the network has to work

___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


Re: [pmwiki-users] Gallery

2007-12-20 Thread Petko Yotov
On Thursday 20 December 2007 23:27:40 [EMAIL PROTECTED] wrote:
 Hi,

 Has somebody ever tried to integrate Gallery:
 http://gallery.menalto.com/ into PmWiki?

A search on PmWiki.org shows some possible answers to your questions :-) : 
http://pmwiki.org/wiki/?action=searchq=menalto

Thanks,
Petko

___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


Re: [pmwiki-users] Setting relative links to files in the wiki folder

2007-12-20 Thread Simon
Yup see the documentation on Path: on the following pages
see http://pmwiki.org/wiki/PmWiki/CustomInterMap
http://pmwiki.org/wiki/PmWiki/InterMap
and
http://pmwiki.org/wiki/PmWiki/Images

On 21/12/2007, Sergio Lopes [EMAIL PROTECTED] wrote:
 Hi,
 I would like to provide download links to some files that are hosted
 in the same directory as my wiki, how can I create a link to those
 files without using the full URL?
 Can relative links be created to *normal* files and not to wiki pages?

 I would like to do the same with images, how can I show images in my
 wiki pages by supplying a relative path?

 --
 Best regards,

 Sérgio Lopes

 ___
 pmwiki-users mailing list
 pmwiki-users@pmichaud.com
 http://www.pmichaud.com/mailman/listinfo/pmwiki-users



-- 

http://kiwiwiki.co.nz

___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


[pmwiki-users] logged out of PMwiki after ~45 mins: Cookie TTL?

2007-12-20 Thread Tom Schuetz
I have a user who finds himself logged out of PMWiki 45 minutes after
logging in. I don't see a related parameter to change in config.ini.
Is this time limit something I can change?

Thanks! Tom

___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users