Re: [pmwiki-users] Auth Variable

2007-01-14 Thread Sandy
. It is possible to show text conditional on privileges. Check out Site/PageActions. Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

[pmwiki-users] RSS feeds and passwords

2007-01-19 Thread Sandy
pages. Makes sense. ThunderBird doesn't include a password field when entering the feed address. Bloglines doesn't list anything like that either. Any ideas? Thanks! Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com

Re: [pmwiki-users] RSS feeds and passwords

2007-01-20 Thread Sandy
Patrick R. Michaud wrote: On Fri, Jan 19, 2007 at 01:35:28PM -0500, Sandy wrote: Patrick R. Michaud wrote: But the RSS doesn't seem to include changes to the password-protected pages. if ($action == 'rss') $EnablePageListProtect = 0; This limits the ability to see the protected pages

[pmwiki-users] Search box on PmWiki.org

2007-01-22 Thread Sandy
. I hate to think what it's like for someone just starting out. Go down the search page and the first title that looks right is from CookbookV1. So, my suggestion is a second search box up in the right that is limited to the most authoritative groups only. Sandy

Re: [pmwiki-users] Search box on PmWiki.org

2007-01-24 Thread Sandy
another thing to memorize for the newbies, but it'll save me personally a lot of frustration. Thanks! Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Search box on PmWiki.org

2007-01-24 Thread Sandy
. Doesn't inspire the confidence the program deserves. Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Search box on PmWiki.org

2007-01-24 Thread Sandy
Patrick R. Michaud wrote: On Wed, Jan 24, 2007 at 11:38:01AM -0500, Sandy wrote: Patrick R. Michaud wrote: Hmmm, perhaps we could put the desired ordering in parens or brackets after the item to be ordered? which means to select only those pages where $:Category is Bug, Feature

Re: [pmwiki-users] Slender: prebundled wikis

2007-01-25 Thread Sandy
shortcut. http://tools.search.yahoo.com/shortcuts/#loc_weather http://pmwiki.org/wiki/Cookbook/ListOfBundles-Candidates An attempt at a free-form survey. May be worth changing the format as patterns develop. Cheers! Sandy PS: Looked through my config files to see if there was anything to add

Re: [pmwiki-users] upload box

2007-01-26 Thread Sandy
Lots of options to change how the link displays, and the instructions the user is given. Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] web hosting questions / offtopic

2007-01-30 Thread Sandy
templates -- but if you're using PmWiki, you don't need them. Also http://pmwiki.org/wiki/PmWiki/PmwikiFriendlyHosting Cheers! Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] How do I check what version of pmwiki I am running

2007-01-30 Thread Sandy
/AvailableActions go down to Actions enabled by $EnableDiag: Cheers! Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Wiki Admin Problems - UserAuth

2007-02-08 Thread Sandy
of the core and, while not entirely user-friendly, it's much better supported by the user group. Cheers, Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

[pmwiki-users] EMail Form Spam

2007-02-09 Thread Sandy
uses a different email address. Any ideas? Not the biggest source of spam I get, but I'd like to squash it. Cheers! Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] EMail Form Spam

2007-02-09 Thread Sandy
Patrick R. Michaud wrote: On Fri, Feb 09, 2007 at 02:49:45PM -0500, Sandy wrote: I'm using Emailform-s , which supposedly requires entry of a three-digit random code, but it looks like the spammer is circumventing that entirely. Actually, the way that emailform-s is written it's not at all

[pmwiki-users] Shared Pages in Farms

2007-02-14 Thread Sandy
in the config.php files, if that helps. Thanks in advance! Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

[pmwiki-users] adding passwords to a page without breaking old ones

2007-02-14 Thread Sandy
ones. I'm thinking of something like entering ++id:Frank in the attrib page. The workaround of creating a group that has access to the page, then adding to that group, would get cumbersome if there are several pages, each with unique access. Cheers! Sandy [1] or subtract, while we're

Re: [pmwiki-users] adding passwords to a page without breaking old ones

2007-02-14 Thread Sandy
Patrick R. Michaud wrote: PITS added. On Wed, Feb 14, 2007 at 11:01:02AM -0500, Sandy wrote: If I remember correctly, if you add a password to a page, that new password over-rides the ones set by group and config.php. As in, only the new one will have access to the page. We already have

Re: [pmwiki-users] Shared Pages in Farms

2007-02-14 Thread Sandy
Patrick R. Michaud wrote: On Wed, Feb 14, 2007 at 11:14:03AM -0500, Sandy wrote: Patrick R. Michaud wrote: On Wed, Feb 14, 2007 at 10:29:33AM -0500, Sandy wrote: So folks coming at it from sandy.onebit.ca would see a slightly different version that those coming at it from

Re: [pmwiki-users] Shared Pages in Farms

2007-02-14 Thread Sandy
Patrick R. Michaud wrote: On Wed, Feb 14, 2007 at 12:06:05PM -0500, Sandy wrote: Oh. The code I gave does an exact match for sandy.onebit.ca and cricket.onebit.ca, but the url has www.sandy.onebit.ca. So, I guess we need to be a bit more liberal in checking for the host name

Re: [pmwiki-users] Shared Pages in Farms

2007-02-14 Thread Sandy
Success!! G, I'll get it right yet! ## (:if sandy:) is true when hostname contains sandy $Conditions['sandy'] = (strpos($_SERVER['HTTP_HOST'], 'sandy') !== false); ## (:if cricket:) is true when hostname contains cricket $Conditions['cricket'] = (strpos($_SERVER['HTTP_HOST

Re: [pmwiki-users] Keeping recipes up to date

2007-02-15 Thread Sandy
that one working. Gave up fairly quickly because I don't really need it. So count it as a possible, unverified report of not working. Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Keeping recipes up to date -- updated

2007-02-16 Thread Sandy
the idea, and the timing also makes sense -- often enough, but not too often, and when the admin is already resigned to spending a few minutes doing an update anyways. Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com

Re: [pmwiki-users] Keeping recipes up to date

2007-02-16 Thread Sandy
Patrick R. Michaud wrote: On Thu, Feb 15, 2007 at 02:04:16PM -0500, Sandy wrote: Patrick R. Michaud wrote: On Thu, Feb 15, 2007 at 02:35:58PM +0100, Anno wrote: However, the recipeupdates.php script requires that PHP be configured to allow url fopens, and many web hosting providers have

Re: [pmwiki-users] LIst item with several paragraphs, how?

2007-02-20 Thread Sandy
, but not within a list item. Do not use a space as the first character; it is the code for monospace. Cheers! Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] HowTo Get IP in RecentChanges

2007-02-28 Thread Sandy
I thought the IP address was available in ?action=diff . Vague memory, so may have changed. I like the ActionLog recipe. Cheers! Sandy Thierry - Listes wrote: Hello all, Which variable can I put in the array $RecentChangesFmt to get author's format like in history ?: The author

Re: [pmwiki-users] Mutiple uploads - Photo Gallery

2007-02-28 Thread Sandy
at once. Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] question about sidebar

2007-03-01 Thread Sandy
to be much narrower than the main content. Cheers! Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

[pmwiki-users] EnableDiag

2007-03-01 Thread Sandy
Reading the manual, it says you should not set it for production environments. Is this really such a large security hole? What info does it give malicious folks? Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com

Re: [pmwiki-users] Alalike Skin - Right Sidebar

2007-03-01 Thread Sandy
, but it appears at the same de left one... Is that possible? How? Sorry, I'm a really newbie in wiki things ;) Check out the Triad skin for how to do it. Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com

Re: [pmwiki-users] Page break when printing

2007-03-02 Thread Sandy
with the only word you can think of, and not find it. Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

[pmwiki-users] Ideas for PIM, GTD (Getting Things Done)

2007-03-06 Thread Sandy
the demo of NoteStudio without a Palm if you want to read the full GTD manual. If PmWiki ran on the Palm and hotsynched to the desktop, wow! Cheers! Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com

Re: [pmwiki-users] Ideas for PIM, GTD (Getting Things Done)

2007-03-06 Thread Sandy
Kathryn Andersen wrote: On Tue, Mar 06, 2007 at 03:33:22PM -0500, Sandy wrote: Several here have expressed an interest in using PmWiki for work-life-time management. Check out http://www.dogmelon.com.au/ns/GTD.shtml I've now put this post in the cookbook as http://www.pmwiki.org/wiki

[pmwiki-users] ActionLog slows down site, drastically

2007-03-07 Thread Sandy
, as it does now? If so, please upgrade this query to a suggestion. Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Does this list inhibit development of good documentation?

2007-03-07 Thread Sandy
does one should start with a single common and simple case. The ease of doing most things can be scary, until have spent enough time with the program to trust it. I spent ages with the local server trying to figure out what to replace the word localhost with. Cheers! Sandy

Re: [pmwiki-users] disabling page markup

2007-03-08 Thread Sandy
Seth Cherney wrote: Sandy et al., I need to disable certain markups since: 1) It is in conflict with other things on the site. 2) It is causing invalid xhtml output, which is causing fatal errors in Saxon 3) I have about 500,000 pages equivalent of text, and when this goes live

[pmwiki-users] List of Designers for Hire who use PmWiki

2007-03-09 Thread Sandy
to include: * size and price (range). Do you prefer small hobby sites or multi-nationals? ** include 1 year domain reg hosting? Hobbiests don't know to ask. * link to own site and portfolio * usual fine print about PmWiki not actually approving any of these desginers. Sandy

Re: [pmwiki-users] List of Designers for Hire who use PmWiki

2007-03-09 Thread Sandy
. Sandy (Who dreams of someday being organized enough to learn enough to offer useful services.) Sandy wrote: Extracts from a hobby newsgroup: A: You put your illustrated story up in Word format. I can't read it. B: Oh, is Word format bad? It's the only way I could think of. B: I'm so

Re: [pmwiki-users] List of Designers for Hire who use PmWiki

2007-03-10 Thread Sandy
will link to here from the PmWiki/Users list. Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

[pmwiki-users] Markup for postits and warnings

2007-03-12 Thread Sandy
it? Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Markup for postits and warnings

2007-03-12 Thread Sandy
Hans wrote: Monday, March 12, 2007, 1:38:19 PM, Sandy wrote: There is a set of markups which puts on icons and borders, including Warning. I've searched PmWiki.ort forMarkup and Warning and Note, with no luck. I think Pm did the original page (not that searching on Pm narrows it down

Re: [pmwiki-users] List of Designers for Hire who use PmWiki

2007-03-14 Thread Sandy
Sandy wrote: Response was positive, so: http://pmwiki.org/wiki/PmWiki/ForHire Notice the word DRAFT. May have too much fine print. I tried to write this with the customer in mind, to answer the questions he will, or should, ask up front. Comments welcome. Eventually, when

Re: [pmwiki-users] Skin ... various questions

2007-03-16 Thread Sandy
of the sidebar or the actual page. I know this isn't what you wanted to hear, but if you want to do more than a few tweaks, it will save more than an hour's worth of headaches in the long run. Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com

[pmwiki-users] Question about wikidir.d

2007-03-17 Thread Sandy
I'm trying to write a tutorial/walk-through for the least knowledgeable person who can reasonably expect to use the program, and have a local installation, version within the last two weeks, fairly default. When I use AuthUser as follows: --- $AuthUser['Sandy'] = crypt('xxx'); $DefaultPasswords

Re: [pmwiki-users] PmWiki forum...

2007-03-20 Thread Sandy
on (as opposed to those they've signed a comment on?) Cheers! Sandy Patrick R. Michaud wrote: 5) The idea a wiki is better than a forum is also nonsense. [...] Strong words there! I dare you to justify this bald assertion. You say that we haven't proven that the mailing list is good, well, you

Re: [pmwiki-users] Question about wikidir.d

2007-03-20 Thread Sandy
. I'll do a fresh download to local next week and try again. (Very hectic week.) Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Question about wikidir.d

2007-03-20 Thread Sandy
up to as-was, and it's working fine. Sorry about the false alarm, I'll let you know if it repeats. Sandy PS it was 2.2.0-beta35, if that makes any difference at this point. ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http

Re: [pmwiki-users] new version of Bonny Skin

2007-03-20 Thread Sandy
links show which ones I've already visited, which is unusual for that level of the site-map. My first guess was that the recipe was in multiple categories, each of which was highlighted. Cheers! Sandy ___ pmwiki-users mailing list pmwiki-users

[pmwiki-users] Absolute URLs, why does it generate them?

2007-03-25 Thread Sandy
In the default install, pmwiki puts absolute urls in the HTML file, even for pages within the same wiki? Is there a reason for this? Can it be changed with a flag? Is this the reason httrack and other site-copying programs don't work? Sandy

Re: [pmwiki-users] leading spaces switch for 2.2.0 (somewhat important)

2007-03-26 Thread Sandy
all my favourite HTML references and found ... they probably don't know either. TIA, Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Numbers with / without shell access

2007-03-30 Thread Sandy
with permissions, but haven't pushed the limits either. SmartFTP does chmod, with some options for handling subdirectories. Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Print Skin

2007-04-02 Thread Sandy
it we can have different skins for browse, edit, print, history ? That's a nifty bit of flexibility and foresight in the programming. Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Search function query

2007-04-09 Thread Sandy
size=15 label=Search:) (:if auth admin:) (:searchbox size=15 label=DocSearch:) BTW, searchbox is now related to pagelist. Very flexible and powerful directive! Cheers! Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http

Re: [pmwiki-users] Searching

2007-04-09 Thread Sandy
times out. Searching on post-data works fine. Is this expected behavior? ~ ~ Dave If a term begins with a '-', it means not including. So maybe there's some recursion happening? Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http

Re: [pmwiki-users] recent changes and deleted pages

2007-04-12 Thread Sandy
from RecentChanges.) Pm For what it's worth, I like seeing the deleted pages in the list. If you're monitoring page changes for spam or moderating or whatever, deleting a page counts as a change. But I can see the audience watching for interesting updates not caring about it. Sandy

Re: [pmwiki-users] Read-protecting Site.*

2007-04-12 Thread Sandy
Tegan Dowling tmdowling at gmail.com writes: At the risk of breaking sites (well, more flags about which behaviour your site expects), and maybe more confusion, What about splitting it into two groups? One for pages that only admins need to see, and one for pages others need to see? Sandy

[pmwiki-users] OT: Graphics and Embedded Fonts

2007-04-12 Thread Sandy
this eat? Thanks in advance, Sandy ___ pmwiki-users mailing list [EMAIL PROTECTED] http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] OT: Graphics and Embedded Fonts

2007-04-13 Thread Sandy
is out. So it's looking like the safest is to post the logo and name in png at the exact size. With some chance that a larger png image (provided file isn't too large) will handle dynamic resizing, depending on the image. Many thanks! Sandy

Re: [pmwiki-users] anchor in url prevents editing

2007-04-16 Thread Sandy
, with the length of that page I can see why they'd not want to scroll up to it. Maybe break it into smaller pages? Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

[pmwiki-users] Keywords and Seaching

2007-04-18 Thread Sandy
info !!Spiders (:keywords arachnids:) even more info Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] anchor in url prevents editing

2007-04-18 Thread Sandy
H. Fox haganfox at users.sourceforge.net writes: On 4/16/07, Hans design5 at softflow.co.uk wrote: Monday, April 16, 2007, 9:50:43 PM, Sandy wrote: Although, with the length of that page I can see why they'd not want to scroll up to it. Maybe break it into smaller pages

Re: [pmwiki-users] query authorisation group with cond-markup

2007-04-18 Thread Sandy
:) [[{*$FullName}?action=attr|Page Password]]\\ [[Site.Site|Site Admin]] (:if:) Hope this helps! Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] a simple rating system for recipes

2007-04-19 Thread Sandy
the pages, and that all recipes have a maintainer, even if it's a default person who replies sorry, no knowledgeable maintainer; better than silence for a new user. Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http

Re: [pmwiki-users] mailform variant 4?

2007-04-27 Thread Sandy
. As for the code, I know I mostly understood it at the time. I suspect there are some simple things, like changing REQUEST to POST that would help. Feel free to run with it. Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com

[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-02 Thread Sandy
to folks' websites. I like feeling there's someone in the cubicle next door. So, my vote is this list remain relaxed and mostly-on-topic. Friendly, helpful, welcoming. Sociable, but not social. Sandy http://pmwiki.org/wiki/Profiles/Sandy ___ pmwiki

Re: [pmwiki-users] Warning messages (Was: (:include:) directive not working fully)

2007-05-03 Thread Sandy
warnings that can be set, and sometimes we won't be FTPing. Thought of showing only for auth=edit, but, again, if we're testing how something works in auth=readonly,... Just some preliminary thoughts for the pool. Sandy ___ pmwiki-users mailing

Re: [pmwiki-users] Experimental captcha recipe

2007-05-08 Thread Sandy
to contain the captcha value but this somewhat defeats the purpose of having a captcha. :-) What about type the string in backwards or type only the letters? Next layer, randomly select which method to use. Sandy ___ pmwiki-users mailing list

Re: [pmwiki-users] pagelists link= with pages generated externally

2007-05-10 Thread Sandy
the FTP (or unix or whatever)? Permission could be tied to having permission to do something equally dangerous. (Not terribly dangerous, except as a way to slow down the site.) Then again, is there anything that needs this that doesn't already require FTP access? Sandy

Re: [pmwiki-users] [pmwiki-devel] CSS whiz needed...

2007-05-18 Thread Sandy
. Not sure if float does anything for a span, but if you want to move things out of the flow, it's probably because they're block-level, so it should be a div, which are very floatable. Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com

Re: [pmwiki-users] registration form

2007-05-29 Thread Sandy
/pwd and group membership in Site/AuthUser matter? Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] registration form

2007-05-29 Thread Sandy
was doing yesterday. Could you please show me what's different? No difference in what to do, just added some stuff to make the page easier to find and to make it easier to read. Cheers! Sandy On 5/30/07, *Sandy* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Crisses wrote

Re: [pmwiki-users] Conceptual challenges from ZAPwiki...

2007-06-02 Thread Sandy
, and the recipes that use it. Alternate ideas for how things can be done. Questions that made people think. But ZAPwiki is a separate program. Therefore, it should cut the apron strings. Let it exist on its own merits and attract its own following. Sandy

Re: [pmwiki-users] Does anyone know how to disable copying of links in my wiki?

2007-06-05 Thread Sandy
I don't know of a way to do it in PmWiki directly, but some software (which may have a PmWiki link) puts in a watermark, which can be a logo or your site name. So anyone who does copy it (or hotlink), will be advertising to the world that they stole it. Sandy Martin Fick wrote: I am pretty

Re: [pmwiki-users] recognizing read protection

2007-06-07 Thread Sandy
To see a summary of passwords for each page, try AuthTable http://pmwiki.org/wiki/Cookbook/AuthTable Worth looking at the second version at the bottom as well; the links go directly to the ?action=attr page. Cheers! Sandy Ben Wilson wrote: Forgive me for not giving enough information, but I

Re: [pmwiki-users] recognizing read protection

2007-06-07 Thread Sandy
page. (This may change to SiteAdmin.AuthList soon, however.) Pm I've added a note to that effect to the documentation. One of these days I'll study (:pagelist:) properly. It's very powerful! Sandy ___ pmwiki-users mailing list pmwiki-users

Re: [pmwiki-users] neverending registration question

2007-06-07 Thread Sandy
from .htpasswd and .htgroup. There may be more to it -- I haven't done it myself but others have. http://pmwiki.org/wiki/PmWiki/AuthUser Hope this helps, Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman

Re: [pmwiki-users] recognizing read protection

2007-06-07 Thread Sandy
privileges? Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

[pmwiki-users] Wiki On A Stick

2007-06-07 Thread Sandy
to abyss.conf . There is no abyss.conf file to add it to; making one consisting of abyss.conf.txt worked. Many thanks! Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Wannabe farmer questions

2007-06-08 Thread Sandy
/config.php that one shouldn't have (to avoid conflict? with the wiki home config.php? Don By default, you need to have edit authority, or maybe admin, to approve urls. That way, people with mere edit authority won't be able to add spam that works. Sandy

[pmwiki-users] Clean URLs, backwards compatability

2007-06-08 Thread Sandy
^index.php$ index.php [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule (.*) index.php?n=$1 [QSA,L] Thanks in advance, Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com

Re: [pmwiki-users] Enforce author

2007-06-13 Thread Sandy
synonyms that are there to be found, the better chance the next person will find it. Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Backups

2007-06-14 Thread Sandy
hear it for large yahoo accounts!) Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] password protection not working

2007-06-14 Thread Sandy
, though. Have you tried logging out fully, and closing your browser completely, between setting the password and testing it? (Although I thought the most recent version cleared everything after a password was changed, to facilitate testing.) If those don't work, ask again. Sandy

Re: [pmwiki-users] Clean URLs, backwards compatability

2007-06-14 Thread Sandy
Patrick R. Michaud wrote: On Fri, Jun 08, 2007 at 03:17:46PM -0400, Sandy wrote: I'm using one of the CleanURL recipes for my farm. (Not sure which one, but it works.) Combination of URL rewriting and using CPanel to set the subdomain. The address www.cricket.onebit.ca works fine, and has

Re: [pmwiki-users] 2.2.0: add Site.SiteHeader and Site.SiteFooter

2007-06-16 Thread Sandy
. (Depending on one's view of skin vs content.) Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] 2.2.0: SiteAdmin group migration

2007-06-16 Thread Sandy
site' in the upgrade instructions. Would they have to log in with admin privileges (and for which page) to see it? Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] 2.2.0: add Site.SiteHeader and Site.SiteFooter

2007-06-18 Thread Sandy
directive work instead? [1] except, of course, those pages where it was turned off, and can also turn off for all in the group Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] page history question

2007-06-18 Thread Sandy
to be a bit vague or limit full details by view level. E.g., Password changes are important to the admin, not the average viewer. Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] New PmWiki skin

2007-06-26 Thread Sandy
SkinsGallery looks like it was a huge amount of work, but it will save a lot of time for new users later! I've changed one thing: Added as of June 2007 to the title. Sandy Ian MacGregor wrote: Seems it's already been fixed. Thank you Hagan :) Ian MacGregor On Sunday 24 June 2007 10:31

Re: [pmwiki-users] Changes not being saved - more information

2007-06-26 Thread Sandy
what they did, but it my access logs show it took them 20 minutes and four tries. Hope this helps, Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Site.AuthList Questions

2007-06-26 Thread Sandy
. And then you'll have to stick people into user groups. (Each person can be in an unlimited number of user groups.) But you'd have to do much of this with any of the other methods. Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http

Re: [pmwiki-users] Site.AuthList Questions

2007-06-28 Thread Sandy
. It won't help if the user is on a page they have only read permission for, but it will help for the pages they can do more on. Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] PITS vs. JITS

2007-07-10 Thread Sandy
. I run some non-wiki lists where the user does most of the registration themselves, then I get an email saying my approval is needed. Approval then consists of me logging in and clicking approve NewGuy. Sandy ___ pmwiki-users mailing list pmwiki-users

Re: [pmwiki-users] How to change title window tag on pmwiki website

2007-08-27 Thread Sandy
the pmwiki skin' section of this page: http://www.pmwiki.org/wiki/PmWiki/LayoutBasics Try this line: title$WikiTitle : {$Titlespaced} $ActionTitle/title and be sure to set $WikiTitle in config.php $WikitTitle = 'Mysite.org'; Hagan What about $WikiTitle in config.php? Sandy

Re: [pmwiki-users] meta key words

2007-08-27 Thread Sandy
It can take some time (try months) for the search engines to notice your page. You can register your page (and even changes) with Google. I think it's called SiteMap. Read what Google has to say about it as well. Sandy Jeff wrote: Thank you for the link Pedko, That is the info I

Re: [pmwiki-users] restricting edits?

2007-08-31 Thread Sandy
adding them to the skin. Do you have a URL you could show us? I'm assuming you're familiar with skin and page and content. If not, ask again and we'll give you the newbie tour. (Or point you to it.) It's only scary when you dive into the middle. Cheers! Sandy

Re: [pmwiki-users] PmWiki and ISYS

2007-09-07 Thread Sandy
a static web-site from PmWiki and scan this? Or is there a better way? You can create a static web-site from PmWiki using wget. You can also create a PDF of it. Lots of info in the cookbook. Sandy ___ pmwiki-users mailing list pmwiki-users

Re: [pmwiki-users] Educational Uses of PM Wiki

2007-09-07 Thread Sandy
on http://www.pmwiki.org/wiki/Cookbook/Cookbook But I'd definitely try Pm's first. Cheers! Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Search for empty links? Stub tag?

2007-09-07 Thread Sandy
shown, not the PageFooter. Something about a star. Cheers! Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Farms

2007-09-07 Thread Sandy
. You'll also have a different .htaccess file if you're using clean URLs. Sandy ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

  1   2   3   >