[pmwiki-users] Getting CleanURLs work as on pmwiki.org with method #3?

jack marting jmartingcorp at gmail.com
Tue Sep 11 06:14:49 CDT 2007


I am having the same problem as Benoit.When I follow the instructions given
it either doen't yield the desired results or it breaks my web site.

I think sometime in the future PM needs a technical writer to go over all of
the instructions in the cookbook and make sure that no instructions are left
out or assumed by the programmer writing the particular script.

You would not believe the trouble I had with ZAP.
Just a suggestion.--jack marting

On 9/11/07, pmwiki-users-request at pmichaud.com <
pmwiki-users-request at pmichaud.com> wrote:
>
> Send pmwiki-users mailing list submissions to
>         pmwiki-users at pmichaud.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://www.pmichaud.com/mailman/listinfo/pmwiki-users
> or, via email, send a message with subject or body 'help' to
>         pmwiki-users-request at pmichaud.com
>
> You can reach the person managing the list at
>         pmwiki-users-owner at pmichaud.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of pmwiki-users digest..."
>
>
> Today's Topics:
>
>    1. Getting CleanURLs work as on pmwiki.org with method       #3?
>       (Benoit Dutilleul)
>    2. Re: Getting CleanURLs work as on pmwiki.org with  method #3?
>       (Ben Wilson)
>    3. Re: Need to Enter Password Repeatedly? (Patrick R. Michaud)
>    4. Re: ldap (Maria McKinley)
>    5. AuthUser and an external DB (Jeff Brown)
>    6. Reading text from a wiki page (Josh Miller)
>    7. Re: Reading text from a wiki page (Josh Miller)
>    8. Re: Hiding the edit button (:if auth admin:) (Sandy)
>    9. Re: Attach (Mark Trumpold)
>   10. conditional markup for AuthUser groups (Christophe David)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 10 Sep 2007 20:18:32 +0200
> From: "Benoit Dutilleul" <benoit.dutilleul at googlemail.com>
> Subject: [pmwiki-users] Getting CleanURLs work as on pmwiki.org with
>         method  #3?
> To: pmwiki-users at pmichaud.com
> Message-ID:
>         <a05691ec0709101118j178fa0c0k4fc5e24a21d88050 at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hello!
>
> If that is possible, can somebody explain me how to do it step by step?
> I have managed to get the links on the page generated properly (e.g.
> http://www.mysite.org/Main/Page by setting $ScriptUrl='
> http://www.mysite.org';
> and $EnablePathInfo = 0;) but the links would not work (i.e. non-pmwiki
> 404
> error when I click on a link).
>
> If you have a solution, thanks in advance!
>
> Benoit
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: /pipermail/pmwiki-users/attachments/20070910/9c02ab8c/attachment-
> 0001.html
>
> ------------------------------
>
> Message: 2
> Date: Mon, 10 Sep 2007 14:55:11 -0400
> From: "Ben Wilson" <dausha at gmail.com>
> Subject: Re: [pmwiki-users] Getting CleanURLs work as on pmwiki.org
>         with    method #3?
> To: "Benoit Dutilleul" <benoit.dutilleul at googlemail.com>
> Cc: pmwiki-users at pmichaud.com
> Message-ID:
>         <cc6097050709101155o4f88ccf4lf7feea6c0c8ab80f at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> You also need to set .htaccess
>
> http://www.pmwiki.org/wiki/Cookbook/CleanUrls
>
> On 9/10/07, Benoit Dutilleul <benoit.dutilleul at googlemail.com> wrote:
> > Hello!
> >
> > If that is possible, can somebody explain me how to do it step by step?
> > I have managed to get the links on the page generated properly (e.g.
> > http://www.mysite.org/Main/Page by setting
> > $ScriptUrl='http://www.mysite.org'; and $EnablePathInfo = 0;) but the
> links
> > would not work (i.e. non-pmwiki 404 error when I click on a link).
> >
> > If you have a solution, thanks in advance!
> >
> > Benoit
> >
> > _______________________________________________
> > pmwiki-users mailing list
> > pmwiki-users at pmichaud.com
> > http://www.pmichaud.com/mailman/listinfo/pmwiki-users
> >
> >
>
>
> --
> Ben Wilson
> "Words are the only thing which will last forever" Churchill
>
>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 10 Sep 2007 14:45:45 -0500
> From: "Patrick R. Michaud" <pmichaud at pobox.com>
> Subject: Re: [pmwiki-users] Need to Enter Password Repeatedly?
> To: Jesse Heines <heines at cs.uml.edu>
> Cc: "'Fred G. Martin'" <fredm at cs.uml.edu>, pmwiki-users at pmichaud.com
> Message-ID: <20070910194545.GD20002 at host.pmichaud.com>
> Content-Type: text/plain; charset=us-ascii
>
> On Thu, Sep 06, 2007 at 09:50:41PM -0400, Jesse Heines wrote:
> > The problem turned out to be that my site:
> >
> >   http://www.performamatics.org
> >
> > which is really:
> >
> >   http://teaching.cs.uml.edu/Performamatics/
> >
> > was registered on GoDaddy.com with Domain Forwarding **AND MASKING
> > ENABLED**.  The masking prevents the domain name displayed in the
> address
> > bar from being changed.
> >
> > I don't know why masking affects the storing of session data, but it
> most
> > certainly does, at least on my system.  When I turned masking off,
> > everything worked fine and I only needed to enter the password once per
> > session.  Of course, with masking turned off, going to
> > http://www.performamatics.org shows a visible redirect to
> > http://teaching.cs.uml.edu/Performamatics/.
>
> I suspect the problem is that the session cookies being generated
> by PHP are being associated with the "teaching.cs.uml.edu" site,
> so that the browser doesn't send the cookie when accessing the
> "www.performamatics.org" version of the site.
>
> When a new PHP session is created, the browser is given a cookie
> that it sends with each subsequent request to the same server.
> But browsers think of "same server" as being "same domain name" --
> i.e., a browser won't send a cookie from "teaching.cs.uml.edu"
> to a server at "www.performamatics.org" because the browser
> treats them as being separate servers (as it is supposed to).
>
> Pm
>
>
>
> ------------------------------
>
> Message: 4
> Date: Mon, 10 Sep 2007 13:22:19 -0700
> From: "Maria McKinley" <parody at u.washington.edu>
> Subject: Re: [pmwiki-users] ldap
> To: pmwiki-users at pmichaud.com
> Message-ID:
>         <fddba4730709101322x3c573c68k8a9440a6fb6d9658 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Thanks to Graham and Thomas, I now have it figured out. I was missing
> the part where I said what to do with the login once it happened. So,
> for future reference to get ldap to work you need:
>
> ## assign an ldap server, with basedn
> $AuthUser['ldap'] =
> "ldap://ldap.example.org/ou=people,dc=example,dc=org?uid";
>
> ## Want to use AuthUser so we can use ldap for passwords
> ## Needs to go BELOW the ldapserver assignment
> include_once("$FarmD/scripts/authuser.php");
>
> ##Security Variables set login for edit & history page
> ## to let anyone edit that has an ldap entry:
> $HandleAuth['diff'] = 'edit';
> $DefaultPasswords['edit'] = 'id:*';
> $Author = $AuthId;
>
> or to check the groups in ldap, and let different groups do different
> things, do something like this:
>
> $AuthUser['@editors'] =  get_ldap_values("cn=groups", "(cn=GROUP)",
> array("memberUid"));
> $AuthUser['@admins'] =  get_ldap_values("cn=groups",
> "(cn=OTHERGROUP)", array("memberUid"));
>
> $DefaultPasswords['edit'] = '@editors';
> $DefaultPasswords['attr'] = '@editors';
> $DefaultPasswords['upload'] = '@editors';
> $DefaultPasswords['admin'] = array('@admins','id:ANOTHERUSER');
>
> cheers,
> maria
>
> On 9/10/07, Thomas Gemperli <gemperli at arch.ethz.ch> wrote:
> > Hi
> >
> > On 10.09.2007, at 10:53, Maria McKinley wrote:
> >
> > > On 9/10/07, Thomas Gemperli <gemperli at arch.ethz.ch> wrote:
> > >> Hi
> > >>
> > >> On 10.09.2007, at 09:46, Maria McKinley wrote:
> > >>
> > >>> I am trying to get authentication using ldap working, and having a
> > >>> very hard time. here are the lines I added to local/config.php:
> > >>>
> > >>> ## Want entire site to be password-protected for editing.
> > >>> $DefaultPasswords['edit'] = crypt('edit_password');
> > >>> ## Want to use AuthUser so we can use ldap for passwords
> > >>> include_once("$FarmD/scripts/authuser.php");
> > >>> # use ldap.shadlen.org for authentication
> > >>> $AuthUser['ldap'] = 'ldap://ldap.shadlen.org/ou=people,dc=shadlen?
> > >>> dc=org?';
> > >>
> > >> I'm using ldap, with the following config:
> > >>
> > >> $AuthUser['ldap'] = "ldap://host.domain.tld/
> > >> cn=users,dc=domain,dc=tld?
> > >> uid";
> > >> #  Enable authuser extensions - MUST be BELOW every $AuthUser entry
> > >> in this file
> > >> include_once("$FarmD/scripts/authuser.php");
> > >>
> > >> Make sure to include authuser.php below any $AuthUser lines.
> > >>
> > >> Thomas
> > >>
> > >
> > > Thanks a bunch. That does seem like something worth putting in the
> > > docs under AuthUser, ldap. Maybe I'll do that once I have this all
> > > figured out, since it is a wiki and all. :-)  However, it doesn't seem
> > > to completely solve my problem. Now I get no error message, it just
> > > doesn't log me in,
> >
> > No message, like "invalid username" or something similar?
> >
> > > so I don't know if the ldap enquiry was successful
> > > and there is some other problem, or if I am still having ldap
> > > problems.
> >
> > Well, if PmWiki does not complain about your username/password login
> > was successful.
> > Now you probably need to define which users are allowed to edit/
> > upload/etc pages.
> >
> > I use something like this in my config.php:
> >
> > $AuthUser['@editors'] =  get_ldap_values("cn=groups", "(cn=GROUP)",
> > array("memberUid"));
> > $AuthUser['@admins'] =  get_ldap_values("cn=groups",
> > "(cn=OTHERGROUP)", array("memberUid"));
> >
> > $DefaultPasswords['edit'] = '@editors';
> > $DefaultPasswords['attr'] = '@editors';
> > $DefaultPasswords['upload'] = '@editors';
> > $DefaultPasswords['admin'] = array('@admins','id:ANOTHERUSER');
> >
> > Please note, I use a self written piece of php to get group members
> > out of my LDAP directory (Apple OpenDirectory). It will most likely
> > not work with AD. Anyway, you can "hardcode" legitimated users in
> > config.php, for example:
> >
> > $AuthUser['@editors'] =  'id:USER1, id:USER2';
> > $DefaultPasswords['edit'] = '@editors';
> >
> > JFYI, I have attached my "get the group members cookbook". Probably
> > you would like to "port" it to AD. ;)
> >
> > Thomas
> >
> >
> >
> >
> >
> >
> > _______________________________________________
> > pmwiki-users mailing list
> > pmwiki-users at pmichaud.com
> > http://www.pmichaud.com/mailman/listinfo/pmwiki-users
> >
> >
> >
>
>
> --
> Maria Mckinley
> Scientific Programmer
> Shadlen Lab
> Physiology and Biophysics
> Box 357290
> University of Washington
> (206) 616-3923
> parody at u.washington.edu
>
>
>
> ------------------------------
>
> Message: 5
> Date: Mon, 10 Sep 2007 18:38:14 -0400
> From: Jeff Brown <sparks at ts4b.com>
> Subject: [pmwiki-users] AuthUser and an external DB
> To: pmwiki-users at pmichaud.com
> Message-ID: <6.1.0.6.2.20070910182717.04103e50 at mail.ts4b.com>
> Content-Type: text/plain; charset=us-ascii; format=flowed;
>         x-avg-checked=avg-ok-48927B3C
>
> Hi
>
> I am new to PmWiki. Trying to get AuthUser to authenticate against a forum
> database. I want only my forum members to edit wiki pages. For a couple
> reasons, I am not using AuthUserDB, I am calling the PHP ODBC module
> directly.
>
> I've written a script (based on AuthUserBBPress) which queries my database
> and returns true/false on user, pswd challenge.  This code is at the end
> of
> this email. I've tested this script on it's own and it works.
>
> Along with defining the SnitzAuthDB in my config, I have:
>
> $DefaultPasswords['edit'] = 'id:*';
> include_once "cookbook/snitzauth.php";
> include_once 'scripts/authuser.php';
>
> Do I need something on my Site.AuthUser page to tell AuthUser how to call
> my script, snitzauth.php?
>
> When trying to edit any page, I get a user/pass challenge, but only
> "Name/password not recognized".
>
> Can anyone point me in the right direction?
>
> Many Thanks - Jeff
>
>
>
> <?php if (! defined ('PmWiki')) exit;
>
> /*
>   * Authenticate Against a Snitz Forums user database using ODBC to a DSN
>   *
>   * To use, import and set the SnitzAuthDb array as follows:
>   * $SnitzAuthDb = array(
>   *    'dsn' => 'connection name',
>   *    'user' => 'dbuser',
>   *    'password' => 'dbpass',
>   *    'table' => 'FORUM_MEMBERS',
>   *    'userfield' => 'M_NAME',
>   *    'pwfield' => 'M_PASSWORD'
>   * );
>   */
>
> $AuthUserFunctions['snitz'] = 'AuthUserSnitz';
>
> function AuthUserSnitz($pagename, $id, $pw, $pwlist) {
>    global $SnitzAuthDb;
>
>    $link =
>
> odbc_connect($SnitzAuthDb['dsn'],$SnitzAuthDb['user'],$SnitzAuthDb['password']);
>    if (!$link)  die('Could not connect: '.odbc_error());
>
>    $user = $SnitzAuthDb['userfield'];
>    $pass = $SnitzAuthDb['pwfield'];
>    $table = $SnitzAuthDb['table'];
>
>    $id = user_sanitize($id);
>    $pw = user_sanitize(hash('sha256', $pw));
>    $ask = "SELECT * from $table WHERE $user='$id' AND $pass='$pw';";
>
>    $result = odbc_exec($link, $ask);
>    if (!$result) die("Could not successfully run query ($query) from DB:
> ".odbc_error());
>
>   return (abs(odbc_num_rows($result)) > 0) ? true : false;
> }
>
> function user_sanitize( $text ) {
>      $text = preg_replace('/[^a-z0-9_-]/i', '', $text);
>          return $text;
> }
>
> ?>
>
>
> --
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.5.485 / Virus Database: 269.13.14/999 - Release Date: 9/10/2007
> 5:43 PM
>
>
>
>
>
> ------------------------------
>
> Message: 6
> Date: Mon, 10 Sep 2007 20:07:44 -0400
> From: "Josh Miller" <josh at virtualmillers.net>
> Subject: [pmwiki-users] Reading text from a wiki page
> To: <pmwiki-users at pmichaud.com>
> Message-ID:
>         <1678927AA1223B4B8C0250C6F05928B62FC4 at mail.virtualmillers.net>
> Content-Type: text/plain;       charset="us-ascii"
>
>
> Hello!
>
> I used the code below to pull a listing of categories off of a page
> named Site.Categories that I was using to put a list of available
> categories into a dropdown box.  Somewhere in my upgrade from 2.1 to
> 2.2. this code stopped working.  Anyone have any idea why this is not
> working...?
>
> I'm stumped...
>
> ---------------------------------------------
> SDV($CatFile, "Site.Categories");
> SDV($CatLineDelimiter, "**");
> SDV($CatRemoveItemize, false);
>
> function f_insertcategories($opts)
> {
>   global $CatFile;
>   global $CatLineDelimiter;
>   global $CatRemoveItemize;
>
>   $defaults = array(
>     'page'=>''
>   );
>   $args = array_merge($defaults, ParseArgs($opts));
>   $page = $args['page'];
>   if ($page == '') {
>     $page = $CatFile;
>   }
>
>   $contents = ReadPage($page);
>   $arrCats = $contents[text];
>   $arrCats = str_replace($CatLineDelimiter, "<br />", $arrCats);
>
>   if ($CatRemoveItemize) {
>     $arrCats = explode("*", $arrCats);
>     $arrCats[0] = substr($arrCats[0], 1, strlen($arrCats[0])-1);
>   } else {
>     $arrCats = explode("\n", $arrCats);
>   }
>   if (isset($arrCats)) {
>     $optionstring="";
>     foreach($arrCats as $val){
>     $optionstring=$optionstring."<option value=$val>&nbsp;&nbsp;
> $val</option>";
>         }
>     return $optionstring;
>   } else {
>     return "";
>   }
> }
> ---------------------------------------------
>
> Thanks for your time.
> Josh Miller
> Gouverneur
>
>
>
>
> ------------------------------
>
> Message: 7
> Date: Mon, 10 Sep 2007 20:16:05 -0400
> From: "Josh Miller" <josh at virtualmillers.net>
> Subject: Re: [pmwiki-users] Reading text from a wiki page
> To: <pmwiki-users at pmichaud.com>
> Message-ID:
>         <1678927AA1223B4B8C0250C6F05928B62FC5 at mail.virtualmillers.net>
> Content-Type: text/plain;       charset="us-ascii"
>
>
> Nevermind - I found the problem.
> Thank you anyway.
>
> -Josh
>
>
>
>
> -----Original Message-----
> From: pmwiki-users-bounces at pmichaud.com
> [mailto:pmwiki-users-bounces at pmichaud.com] On Behalf Of Josh Miller
> Sent: Monday, September 10, 2007 8:08 PM
> To: pmwiki-users at pmichaud.com
> Subject: [pmwiki-users] Reading text from a wiki page
>
>
> Hello!
>
> I used the code below to pull a listing of categories off of a page
> named Site.Categories that I was using to put a list of available
> categories into a dropdown box.  Somewhere in my upgrade from 2.1 to
> 2.2. this code stopped working.  Anyone have any idea why this is not
> working...?
>
> I'm stumped...
>
> ---------------------------------------------
> SDV($CatFile, "Site.Categories");
> SDV($CatLineDelimiter, "**");
> SDV($CatRemoveItemize, false);
>
> function f_insertcategories($opts)
> {
>   global $CatFile;
>   global $CatLineDelimiter;
>   global $CatRemoveItemize;
>
>   $defaults = array(
>     'page'=>''
>   );
>   $args = array_merge($defaults, ParseArgs($opts));
>   $page = $args['page'];
>   if ($page == '') {
>     $page = $CatFile;
>   }
>
>   $contents = ReadPage($page);
>   $arrCats = $contents[text];
>   $arrCats = str_replace($CatLineDelimiter, "<br />", $arrCats);
>
>   if ($CatRemoveItemize) {
>     $arrCats = explode("*", $arrCats);
>     $arrCats[0] = substr($arrCats[0], 1, strlen($arrCats[0])-1);
>   } else {
>     $arrCats = explode("\n", $arrCats);
>   }
>   if (isset($arrCats)) {
>     $optionstring="";
>     foreach($arrCats as $val){
>     $optionstring=$optionstring."<option value=$val>&nbsp;&nbsp;
> $val</option>";
>         }
>     return $optionstring;
>   } else {
>     return "";
>   }
> }
> ---------------------------------------------
>
> Thanks for your time.
> Josh Miller
> Gouverneur
>
>
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://www.pmichaud.com/mailman/listinfo/pmwiki-users
>
>
>
>
> ------------------------------
>
> Message: 8
> Date: Mon, 10 Sep 2007 13:10:14 -0400
> From: Sandy <sandy at onebit.ca>
> Subject: Re: [pmwiki-users] Hiding the edit button (:if auth admin:)
> To: pmwiki-users at pmichaud.com
> Message-ID: <fc3tpt$c5s$1 at sea.gmane.org>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> H. Fox wrote:
> > On 9/7/07, Sandy <sandy at onebit.ca> wrote:
> >> Patrick R. Michaud wrote:
> >>> On Tue, Sep 04, 2007 at 08:45:59PM -0400, Sameer Kumar wrote:
> >>>> How about Opera?? Is there a key combination that would work in
> Opera?
> >>> According to the sites I searched (google for "opera accesskey"),
> >>> it looks like hitting Shift+ESC enables accesskeys.  So, hitting
>
> <snip>
> >> I never did get this to work reliably. I'm using FireFox, and FireFox
> >> keeps grabbing the codes itself.
> >
> > I don't think Firefox 2.x uses any key combination that could be an
> access key.
> >
> > Note that, e.g. where the accesskey is e, in Firefox 1.x the key
> > combination was Alt-e and in Firefox 2.x it's Shift-Alt-e .
> >
> > Hagan
>
> Yep, that works on PmWiki, now to stick it into a skin again.
>
> Thanks!
>
> Still, shouldn't count on the client, traveling or subject to the whims
> of his IT department, supplemented by Murphy, knowing which arcane
> keystroke combination he needs for the particular version of the browser
> he's using today. All he wants to do is fix a typo; looking it up in
> Google, assuming he knows what to look for, can turn a five-minute job
> into a real hassle.
>
> Sandy
>
>
>
>
> ------------------------------
>
> Message: 9
> Date: Tue, 11 Sep 2007 09:05:43 +0300
> From: Mark Trumpold <mtrumpold at cacegypt.org>
> Subject: Re: [pmwiki-users] Attach
> To: "H. Fox" <haganfox at users.sourceforge.net>
> Cc: PmWiki Users <pmwiki-users at pmichaud.com>
> Message-ID: <C30C0AE7.FF24%mtrumpold at cacegypt.org>
> Content-Type: text/plain;       charset="US-ASCII"
>
> Hi again
>
> I tried that and it will show then when I return the next day its gone
> again?
>
> Any clues?
>
> Seems strange. I may just reo the config file
>
> M
>
>
> On 5/9/07 5:32 PM, "H. Fox" <haganfox at users.sourceforge.net> wrote:
>
> > On 9/5/07, Mark Trumpold <mtrumpold at cacegypt.org> wrote:
> >> Hi all
> >>
> >> I know this is simple but I have completely forgotten how to get the
> >> 'attach' to show up for U\Ls
> >
> > From docs/sample-config.php :
> >
> > ##  If you want uploads enabled on your system, set $EnableUpload=1.
> > ##  You'll also need to set a default upload password, or else set
> > ##  passwords on individual groups and pages.  For more information
> > ##  see PmWiki.UploadsAdmin.
> > # $EnableUpload = 1;
> > # $DefaultPasswords['upload'] = crypt('secret');
> >
> > To that I would ad that you can set the upload size limit, e.g.
> >
> >    $UploadMaxSize = 1048576;         # One MB max size
> >
> > so if you only want Attach: links to work, you can set $UploadMaxSize to
> 0.
> >
> > Hagan
>
> -----------------------------------
> May the best rugby team win and the captain's name be Stirling Mortlock!
>
>
>
>
>
> ------------------------------
>
> Message: 10
> Date: Tue, 11 Sep 2007 09:14:39 +0200
> From: "Christophe David" <pmwiki at christophedavid.org>
> Subject: [pmwiki-users] conditional markup for AuthUser groups
> To: "PmWiki Users" <pmwiki-users at pmichaud.com>
> Message-ID:
>         <447cbad00709110014r3334ffabx8c9e15016b326183 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> When you have in SiteAdmin.AuthUser
>
> user1: hash1
> user2: hash2
> user3: hash3
> user4: hash4
>
> @group1: user2, user3
> @group2: user1, user4
> @group3: user1, user2, user3
>
> is there a way to create a conditional markup like (:if auth read:) to
> check if the user is member of a group:
>
> Something like :
>
> (:if MemberOfAuthUserGroup @group2:)
> ...
> (:ifend:)
>
>
> Thank you in anticipation.
>
> Christophe
>
>
>
> ------------------------------
>
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://www.pmichaud.com/mailman/listinfo/pmwiki-users
>
>
> End of pmwiki-users Digest, Vol 27, Issue 26
> ********************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/pmwiki-users/attachments/20070911/0710023e/attachment-0001.html 


More information about the pmwiki-users mailing list