Re: [pmwiki-users] Getting pages created by other software to appear in category lists

2013-10-28 Thread tamouse mailing lists
So, the last time I tried doing something like this, I ended up have to render the constructed page before the index would update. I don't recall why that was, but perhaps you might give it a go and see if that helps? I did it with curl in a shell script, you should be able to do that from Perl as

Re: [pmwiki-users] skin template advice?

2013-10-25 Thread tamouse mailing lists
Humm, no, first option is to download it directly from pmwiki.org: Installation Download mouse-skin.zipΔ some place safe. On Thu, Oct 24, 2013 at 1:58 AM, Ian MacGregor wrote: > Hey, you got it uploaded, thanks! > > Question: Do I really need git in order to use this skin? I have no way of >

Re: [pmwiki-users] Help :How to hide command buttons from normal viewers, but not from administrators ?

2013-06-21 Thread tamouse mailing lists
On Jun 21, 2013 2:38 AM, "Thant Sin Lin" wrote: > > Hello, > > I need to toggle visibility of command buttons "edit, history, etc...". > > Eg. if my page is www.mypmwiki.com, everyone visit that page don't see command buttons. > If I enter www.mypmwiki.com/administrator, I want to see command butt

Re: [pmwiki-users] Dissapering attachments

2013-05-30 Thread tamouse mailing lists
How open is your upload directory? You should perhaps look at restricting permissions to just the server user/group. On May 30, 2013 5:21 AM, "Jan Martinsson" wrote: > Hi everyone, > > I am new to this list so please have patience with me J > > A few weeks ago 400-500 of the attachments

Re: [pmwiki-users] Fwd: Anyone done anything using AWS S3 for managing uploads?

2013-05-22 Thread tamouse mailing lists
On Wed, May 15, 2013 at 11:57 AM, michael paulukonis wrote: > Did anybody do anything with Amazon S3 since this was brought up in 2012? > There's nothing on pmwiki.org (that I can find). Hi, Michael, :) Yet another idea that I haven't had time to devote to it. I think it would still be a Cool T

Re: [pmwiki-users] relative position style

2013-05-12 Thread tamouse mailing lists
On Fri, May 10, 2013 at 4:31 PM, Mark Lee wrote: > Peter, > I am having success with your method. I have a map of the garden, and I can > place a single red "X" on the map using the markup > (:plant x=100 y=200:); > I used your code (mostly unchanged) in my config.php file. Thank you again! > >

Re: [pmwiki-users] line break, page text variables et conditional markup

2013-05-05 Thread tamouse mailing lists
On Sun, May 5, 2013 at 7:13 AM, Benjamin Grassineau wrote: > Hello everybody > > Suppose we have an hidden ptv > > (:a: youpi:) > > If we want to make a test about the value of this ptv (for example in > the group header), we can do this, > > (:if equal "{$:a}" "youpi":)OK(:if:) > > and, the text

Re: [pmwiki-users] Contents of .htaccess appearing at top of pages [SOLVED]

2013-05-03 Thread tamouse mailing lists
May 3, 2013 at 10:04 PM, tamouse mailing lists wrote: > On Thu, May 2, 2013 at 4:09 AM, Peter Flynn wrote: >> On 02/05/13 12:02, Peter Flynn wrote: >>> >>> I just installed pmwiki on a new server, and the contents of the >>> .htaccess files are appearing at

Re: [pmwiki-users] Contents of .htaccess appearing at top of pages [SOLVED]

2013-05-03 Thread tamouse mailing lists
On Thu, May 2, 2013 at 4:09 AM, Peter Flynn wrote: > On 02/05/13 12:02, Peter Flynn wrote: >> >> I just installed pmwiki on a new server, and the contents of the >> .htaccess files are appearing at the top of every page ("# This file is >> cookbook/.htaccess -- the default distribution contains th

Re: [pmwiki-users] New recipe: PageListMultiTargets

2013-04-15 Thread tamouse mailing lists
in both cases, very impressive On Mon, Apr 15, 2013 at 5:31 PM, Maxim wrote: > tamouse mailing lists writes: >> Any idea how it performs on large page sets? > > On my site I implemented an alternative version of this functionality > as posted on http://www.pmwiki.org/wiki/PIT

Re: [pmwiki-users] Failed Upgrade

2013-04-14 Thread tamouse mailing lists
wow, from that long ago, i'd suggest saving the wiki pages and uploads, and doing a clean pmwiki install On Sun, Apr 14, 2013 at 3:02 PM, Petko Yotov <5...@5ko.fr> wrote: > Versions 2.0.x were published in 2005, in 2007 the stable version was > 2.1.27, and the betas were 2.2.0-beta-X. > > Make

Re: [pmwiki-users] New recipe: PageListMultiTargets

2013-04-14 Thread tamouse mailing lists
Any idea how it performs on large page sets? ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] detecting flash player

2013-04-11 Thread tamouse mailing lists
With all due respect, no, you can't actually detect it from within pmwiki. It's only known once you're actually in the user's browser, i.e., pmwiki has done all it can in rendering. You probably need to go with something like this: https://code.google.com/p/swfobject/ On Thu, Apr 11, 2013 at 2:42

Re: [pmwiki-users] empty pages from apache server with pmwiki

2013-03-26 Thread tamouse mailing lists
On Tue, Mar 26, 2013 at 5:42 PM, Petko Yotov <5...@5ko.fr> wrote: > After looking at that server, it appears that the default PHP4/FastCGI > installation has some configuration problems and a request to > index.php/Main/HomePage never run the index.php file. > > On the other hand, PHP 5 on that ser

Re: [pmwiki-users] Help with my pmwiki and passwords

2013-03-25 Thread tamouse mailing lists
On Mon, Mar 25, 2013 at 12:05 PM, Tom Zunder wrote: > I have a pmwiki that I ran from 2005 to 2009. The last version was using > 2.11 > It is time to restore it, but when I do so none of the pages can be edited > using either of the passwords in the config file. > I can't remember if I set group o

Re: [pmwiki-users] index.php

2013-03-23 Thread tamouse mailing lists
On Sat, Mar 23, 2013 at 5:23 PM, Alan Taylor wrote: > That was the problem. Thanks so much for the reply. The fix was to > change the following in the file httpd.conf, found in the Apache > 'conf' subdirectory > > DirectoryIndex index.html > > to > > DirectoryIndex index.php > > in t

Re: [pmwiki-users] index.php

2013-03-23 Thread tamouse mailing lists
On Sat, Mar 23, 2013 at 1:46 PM, Alan Taylor wrote: > I am new to Pmwiki and am setting it up on my own server. I want to > have pmwiki.php be the default page for my website > (engineeral.no-ip.org). > > The instructions near the bottom of the documentation page > at:http://www.pmwiki.org/wiki/P

Re: [pmwiki-users] Disallow scripts in upload directories

2013-03-22 Thread tamouse mailing lists
On Fri, Mar 22, 2013 at 10:51 PM, Petko Yotov <5...@5ko.fr> wrote: > Oliver Betz writes: >> >> >I'd like to read some opinions from different people about this question >> > - >> >if you can do some tests on your own servers, please find out what >> > .htaccess >> >settings disallow script executio

Re: [pmwiki-users] managing images

2013-03-15 Thread tamouse mailing lists
On Fri, Mar 15, 2013 at 5:58 AM, jdd wrote: > Le 15/03/2013 11:30, tamouse mailing lists a écrit : > > >> What I would suggest, as an alternative to moving big chunks of image >> data around, that as long as you have them in a gallery/repository of >> some kind, is crea

Re: [pmwiki-users] Fwd: PmWiki Noob - Custom CSS

2013-03-15 Thread tamouse mailing lists
On Fri, Mar 15, 2013 at 3:27 AM, Brian Middleton wrote: > Hah, yeah not sure why I put that in there (border-collapse). Must be time > for bed. Ah I see. div1...divN. Thanks for the quick response. > > That fixed it, using div2: > > !Vent Status > (:div class="looknfeel":) > !!Privacy Policy >

Re: [pmwiki-users] managing images

2013-03-15 Thread tamouse mailing lists
On Thu, Mar 14, 2013 at 11:50 AM, jdd wrote: > Hello :-) Hi! > I have a lot of pages mostly build with images like this one: > > http://dodin.org/luciendodin/index.php?n=Travaux.LaNature-Octobre1928 > > images come from my image gallery piwigo. Looking at the page source, I see you're basically

Re: [pmwiki-users] Read protection not working

2013-03-08 Thread tamouse mailing lists
On Fri, Mar 8, 2013 at 11:36 AM, John Bowling wrote: > The purpose is to not allow anyone who happens to stumble onto the site > > I have created or modified the Main.HomePageAttributes (under wikilib.d) os: > > version=pmwiki-2.2.30 ordered=1 urlencoded=1 > charset=UTF-8 > name=Main.HomePageAttri

Re: [pmwiki-users] Read protection not working

2013-03-07 Thread tamouse mailing lists
On Thu, Mar 7, 2013 at 2:29 PM, John Bowling wrote: > I have a site where I need to block read access to eveyone I have not given > the password to. Having username/password protection is to much. It's only > to protect possible contact information on a calendar. > > I have default passwords in lo

Re: [pmwiki-users] Site.PageNotFound not appearing when users not logged in

2013-02-28 Thread tamouse mailing lists
On Thu, Feb 28, 2013 at 4:57 AM, Steve Glover wrote: > On 27/02/13 23:37, tamouse mailing lists wrote: >> >> On Wed, Feb 27, 2013 at 10:46 AM, Steve Glover >> wrote: >>> >>> When users are logged into my sites, the Site.PageNotFound pages work. >>&g

Re: [pmwiki-users] Site.PageNotFound not appearing when users not logged in

2013-02-27 Thread tamouse mailing lists
On Wed, Feb 27, 2013 at 10:46 AM, Steve Glover wrote: > When users are logged into my sites, the Site.PageNotFound pages work. > > Is there any way, please, of getting them to work for users who aren't > logged on (I use AuthUser and CleanURLs)? Is that page world readable? Look at SiteAdmin/Aut

Re: [pmwiki-users] How to parse text files?

2013-02-05 Thread tamouse mailing lists
On Tue, Feb 5, 2013 at 2:06 AM, Mike Turco wrote: > Is there a way to parse the content from those files? I'm not worried > about formatting, and if I have to do a little cleanup work by hand I > can live with that. It's dead easy if you know a little unix cli: grep -E '^text=' Main.HomePage | s

Re: [pmwiki-users] How to include diff in email notification?

2012-12-22 Thread tamouse mailing lists
+1 ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Custom Pagelist Templates and site URL path?

2012-12-19 Thread tamouse mailing lists
On Tue, Dec 18, 2012 at 10:32 AM, LernAway wrote: > I'm looking for a way to avoid using http://My_Domain.com/uploads/ as show in > the below example. > > [@ > [[#thumblist5]] > (:if equal {<$Group}:) >>>lframe width=130pct<< > (:if:)\ > > [[http://My_Domain.com/uploads/{=$Group}/{=$Name}/{=$:im

Re: [pmwiki-users] $DefaultPage doesn't show up in $FmtPV by default?

2012-12-19 Thread tamouse mailing lists
On Tue, Dec 18, 2012 at 4:48 AM, Petko Yotov <5...@5ko.fr> wrote: > tamouse mailing lists writes: >> >> $DefaultPage is not in $FmtPV. Is this a bug? Or is this intentional? > > > Neither one. All PHP variables are not automatically visible in the $FmtPV > arra

Re: [pmwiki-users] Redirect after login, $LoginRedirectFmt?

2012-12-17 Thread tamouse mailing lists
On Sun, Dec 16, 2012 at 4:11 AM, Oliver Betz wrote: > (would you mind to snip signature and mailing list footer in replies?) Usually I do. It's harder on a phone. ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/l

Re: [pmwiki-users] Transferring pmWiki installations

2012-12-17 Thread tamouse mailing lists
On Mon, Dec 17, 2012 at 4:20 AM, Petko Yotov <5...@5ko.fr> wrote: > Atul Vaidya writes: >> >> Would it be possible to create the entire documentation content on my >> computer (Windows 7 32 bit) and then transfer the entire installation to my >> server (CentOS 64 bit) or am I liable to run into too

Re: [pmwiki-users] Redirect after login, $LoginRedirectFmt?

2012-12-13 Thread tamouse mailing lists
On Thu, Dec 13, 2012 at 8:12 AM, Oliver Betz wrote: > tamouse mailing lists wrote: > >>> how can I redirect to a specific page after a successful login? >> >>Can I ask, why would you want to do this? (I don't know the answer to your >>question, unfortunatel

Re: [pmwiki-users] Redirect after login, $LoginRedirectFmt?

2012-12-13 Thread tamouse mailing lists
On Dec 13, 2012 1:41 AM, "Oliver Betz" wrote: > > Hello All, > > how can I redirect to a specific page after a successful login? > > TIA, > > Oliver > -- > Oliver Betz, Muenchen (oliverbetz.de) > > > ___ > pmwiki-users mailing list > pmwiki-users@pmichau

Re: [pmwiki-users] Adding pictures from Dropbox?

2012-12-09 Thread tamouse mailing lists
On Sun, Dec 9, 2012 at 7:53 AM, Peter Gragert wrote: > Hi, > > I just wonder, if it is possible to make “Attach” realize and use “Dropbox”? > > That would be very nice (at least for me, using a tablet) … > > Greets > > Peter > > > ___ > pmwiki-user

Re: [pmwiki-users] Utilizing Fox without extra markup?

2012-11-18 Thread tamouse mailing lists
On Sun, Nov 18, 2012 at 9:51 AM, Hans Bracker wrote: > Hi tamouse, > > Sunday, November 18, 2012, 3:11:16 PM, you wrote: >> By "mass edit" I mean I don't want to have to run through every page >> in my wiki and insert markup to make this work, and also, for future >> proofing, I don't want to have

Re: [pmwiki-users] Utilizing Fox without extra markup?

2012-11-18 Thread tamouse mailing lists
On Sun, Nov 18, 2012 at 3:22 AM, Hans Bracker wrote: > Hi tamouse, > > Saturday, November 17, 2012, 9:32:44 PM, you wrote: >> Is it possible to use Fox (in particular, FoxEdit sort of thing) >> without having to add the {[foxedit ...]} markup? In other words, can >> it be used to completely replac

[pmwiki-users] Utilizing Fox without extra markup?

2012-11-17 Thread tamouse mailing lists
(Hans?) Is it possible to use Fox (in particular, FoxEdit sort of thing) without having to add the {[foxedit ...]} markup? In other words, can it be used to completely replace the stock PmWiki edit functions? What I'm after is being able to edit all my pages with PTVs in separate fields from the r

Re: [pmwiki-users] [ANN] new cookbook to hyphenate text

2012-11-14 Thread tamouse mailing lists
On Wed, Nov 14, 2012 at 10:20 AM, SteP wrote: > Hello everyone, after several years of successfully using other people's > cookbooks, the time has come for > me to give back and make my contribution, my very first public cookbook - > JustHyp provides multilingual > text hyphenation and margin fi

Re: [pmwiki-users] noleft query in skin.php for CSS change

2012-11-14 Thread tamouse mailing lists
On Tue, Nov 13, 2012 at 2:14 AM, Simon wrote: > I'm trying to develop a wiki skin[1] where the header and footer > (wikifooter recipe) are wiki pages like the SideBar, > and yet trying to maintain and support the directives I refer to below. > > That is to say I'm trying to get to a point where n

Re: [pmwiki-users] update to Publish PDF library released

2012-11-11 Thread tamouse mailing lists
On Sun, Nov 11, 2012 at 4:27 PM, tamouse mailing lists wrote: > On Sat, Nov 10, 2012 at 5:20 PM, John Rankin > wrote: >> The only feature on the planning horizon is epub export for e-books, but >> it's not clear how to do this. Any advice would be welcome! > > Perha

Re: [pmwiki-users] update to Publish PDF library released

2012-11-11 Thread tamouse mailing lists
On Sat, Nov 10, 2012 at 5:20 PM, John Rankin wrote: > The only feature on the planning horizon is epub export for e-books, but > it's not clear how to do this. Any advice would be welcome! Perhaps using calibre command line interface? ___ pmwiki-users

Re: [pmwiki-users] UTF-8 chat - Sorry; I placed this link in a protected directory...

2012-11-05 Thread tamouse mailing lists
Can this spammer be eliminated from this list? On Mon, Nov 5, 2012 at 12:49 PM, John wrote: > > Concerning the utf-8 microchat: This non-essential script was placed in a > protected directory, by mistake: This has absolutely nothing to do with pmwiki. All the messsages from this individual have

Re: [pmwiki-users] New WikiGroups on pmwiki.org [Was: Volunteering for a PITS issue]

2012-11-05 Thread tamouse mailing lists
Thanks :) On Mon, Nov 5, 2012 at 1:49 AM, Simon wrote: > I have pretty much got all the links, and backlinks fixed. > All skins now have summaries and use the SkinsHeader include to provide the > trail and test/set/unset/validate links. > Thus the Skins page now show all skins, and the trail now

Re: [pmwiki-users] Invalid Page name when editing Site.SideBar

2012-10-25 Thread tamouse mailing lists
On Thu, Oct 25, 2012 at 8:19 PM, Sandy wrote: > Clarifying: > > Editing works fine. > > Saving or previewing doesn't work. > > > On 10/25/2012 9:18 PM, Sandy wrote: >> >> When I try to edit Site.SideBar, it tells me: >> >> >> >> PmWiki can't process your request >> ?invalid page name >> We are sor

Re: [pmwiki-users] How does Q:-markup feature really work?

2012-10-14 Thread tamouse mailing lists
Maybe it's time to upgrade? FF: 15.0.1 FB: 1.10.3 https://dl.dropbox.com/u/571329/Screenshots/doesfirebugshowfirstletterpsuedoclass.png On Sun, Oct 14, 2012 at 3:33 AM, SteP wrote: > Thank you all. John's CSS provided the key clue, pseudo-class :first-letter, > by which I could find the > drop

Re: [pmwiki-users] New WikiGroups on pmwiki.org [Was: Volunteering for a PITS issue]

2012-10-13 Thread tamouse mailing lists
On Sat, Oct 13, 2012 at 9:09 AM, Petko Yotov <5...@5ko.fr> wrote: > Simon writes: >> >> I have to speak in strong support of a separate group for skins >> I think that the community is asking for this, and more, is volunteering >> to make it happen. > > > I have asked the community for the "reasons

Re: [pmwiki-users] How does Q:-markup feature really work?

2012-10-11 Thread tamouse mailing lists
On Thu, Oct 11, 2012 at 11:21 PM, tamouse mailing lists wrote: > On Thu, Oct 11, 2012 at 9:19 AM, SteP wrote: >> I just don't get it. I've looked at the HTML and CSS code that PmWiki >> outputs for the Q: (question) markup, >> and I can't spot anything that

Re: [pmwiki-users] How does Q:-markup feature really work?

2012-10-11 Thread tamouse mailing lists
On Thu, Oct 11, 2012 at 9:19 AM, SteP wrote: > I just don't get it. I've looked at the HTML and CSS code that PmWiki outputs > for the Q: (question) markup, > and I can't spot anything that makes it render a dropcap, all I can see is > that for "Q: some text" PmWiki > generates some text and no

Re: [pmwiki-users] automatic page edit locking

2012-09-24 Thread tamouse mailing lists
Write a recipe for it and try it. On Mon, Sep 24, 2012 at 12:05 PM, wrote: > I am currently using PmWiki for a collaboration project with a small but very > active editor base on a restricted scope of pages. Simultaneous edits occur a > lot and lead to time consuming rewriting of a page. It wo

Re: [pmwiki-users] backup : ftp wiki.d -> dropbox automatically

2012-09-23 Thread tamouse mailing lists
This would be a good addition to the Cookbook, I think? On Sun, Sep 23, 2012 at 8:59 AM, ABClf wrote: > Hello, > > Just for information : > If having a dropbox account, and if your wiki.d is not too big and > your backup needs small enough [1], it is free and easy to copy > directly from ftp to d

Re: [pmwiki-users] Special monospace requirement

2012-09-20 Thread tamouse mailing lists
Learning to use Markup in pmwiki has been a tremendous boon for me in working with wiki pages. ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] list of groups in wiki

2012-09-20 Thread tamouse mailing lists
On Thu, Sep 20, 2012 at 1:58 PM, Peter Bowers wrote: > On Thu, Sep 20, 2012 at 6:37 PM, tamouse mailing lists > wrote: >> Is there a faster way to get a list of the different groups in a wiki >> than spinning through every page in a pagelist? > > WikiSh has an &quo

[pmwiki-users] list of groups in wiki

2012-09-20 Thread tamouse mailing lists
Is there a faster way to get a list of the different groups in a wiki than spinning through every page in a pagelist? ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Edit template to use for documenting a new skin?

2012-09-17 Thread tamouse mailing lists
Here's one area I'm not sure where it fits, local config or in the skin: With MouseSkin, I am planning to create several colour themes, utilizing the $SkinTheme config variable that I've seen some other skins using. In my wiki, I have the page's table of contents in the side bar using the pagetoc

Re: [pmwiki-users] Edit template to use for documenting a new skin?

2012-09-17 Thread tamouse mailing lists
On Mon, Sep 17, 2012 at 10:08 PM, Ian MacGregor wrote: > I always include only the basics in the .tmpl file and the rest in a wiki > page. Here is what I usually put in the .tmpl file, minus the html and > div/span bits: > > $WikiTitle | {$Group} / {$Title} $ActionTitle > > > $WikiTitle > $[Sear

Re: [pmwiki-users] Edit template to use for documenting a new skin?

2012-09-17 Thread tamouse mailing lists
On Mon, Sep 17, 2012 at 9:24 PM, tamouse mailing lists wrote: > On Mon, Sep 17, 2012 at 6:36 PM, Petko Yotov <5...@5ko.fr> wrote: >> tamouse mailing lists writes: >>> >>> > You should note that most "generic" page names up here can already >>

Re: [pmwiki-users] Edit template to use for documenting a new skin?

2012-09-17 Thread tamouse mailing lists
On Mon, Sep 17, 2012 at 6:36 PM, Petko Yotov <5...@5ko.fr> wrote: > tamouse mailing lists writes: >> >> > You should note that most "generic" page names up here can already >> > contain >> > some text in an existing wiki. In such a case, noone

Re: [pmwiki-users] Edit template to use for documenting a new skin?

2012-09-16 Thread tamouse mailing lists
On Sun, Sep 16, 2012 at 10:07 AM, Petko Yotov <5...@5ko.fr> wrote: > tamouse mailing lists writes: >> >> 1101 2012-09-15 14:58 skin.tmpl >> 660 2012-09-15 13:08 skin.php > > > It will be a fraction of a second faster if you name these mo

[pmwiki-users] quick link for editing another page next to the other page's link in displayed page

2012-09-16 Thread tamouse mailing lists
I like how a tiny question mark is displayed next to a link when the page it's pointing to doesn't exist yet. I'd like to replicate when the page exists, but only if the reader is authorized to edit the page. Does this already exist? (My cookbook search fu seems to be on the blink as I can't figure

Re: [pmwiki-users] Edit template to use for documenting a new skin?

2012-09-15 Thread tamouse mailing lists
On Sat, Sep 15, 2012 at 3:54 PM, Petko Yotov <5...@5ko.fr> wrote: > On 9/15/2012, "Petko Yotov" <5...@5ko.fr> wrote: >>- recipe: CoolNameSkin (or just CoolName) >>- attachment: coolname.zip >> - directory coolname > > The directory is optional, if your files are at the root of the zip > archive, i

[pmwiki-users] Edit template to use for documenting a new skin?

2012-09-15 Thread tamouse mailing lists
Is there an edit template we should use to document a new skin? Also, what would I have to do to get the new skin included in the skins gallery? ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] figuring out table of contents location

2012-09-14 Thread tamouse mailing lists
On Thu, Aug 2, 2012 at 10:16 PM, John Rankin wrote: >>> >>> I'll give it a go when I return from vacation. Thanks, John. >>> >> OK -- I'll upload a new version of the recipe to make the change to the >> RemoteTableOfContents function. > > Done -- the new version is available from Cookbook.PageTabl

Re: [pmwiki-users] Centering a pagelist

2012-09-09 Thread tamouse mailing lists
On Sat, Sep 8, 2012 at 11:11 PM, Simon wrote: > I'm trying to achieve the following > >>>center<< > (:pagelist group=Photos fmt=#randomimage > name=-HomePage,-Template*,-RandomImage,-Test*,-Recent* list=normal count=7 > px=96 align=center:) >>><< I *think* you forgot to pass the align=center from

Re: [pmwiki-users] I've posted some recipes

2012-09-09 Thread tamouse mailing lists
On Sun, Sep 9, 2012 at 12:01 AM, Ian MacGregor wrote: > I've posted my first two recipes! > > They're not amazing but they are useful. I'm hoping that some of the PmWiki > gurus can make them better for the community. > > http://www.pmwiki.org/wiki/Cookbook/SimpleBlog > > http://www.pmwiki.org/wik

Re: [pmwiki-users] Error while editing EditForm

2012-09-03 Thread tamouse mailing lists
On Sun, Sep 2, 2012 at 10:58 PM, Carlos AB wrote: > I have found an error while trying to visualize changes made to EditForm: > > ERROR: pat=/^\(:e_preview:\)/e Undefined index: $PreviewText > Warning: Cannot modify header information - headers already sent by > (output started at xx/pmwiki.ph

Re: [pmwiki-users] non-standard way to use AllRecentChanges and RecentChanges

2012-08-31 Thread tamouse mailing lists
On Sat, Sep 1, 2012 at 12:00 AM, Carlos AB wrote: > I don't know if this kind of use could be approved, but at times I > leave a message to a spammer/misguided-editor saying to use the > WikiSandbox. > > And it goes like this: > > Main.WikiSandbox . . . 2012-02-01 01:10 by CarlosAB: Please use the

Re: [pmwiki-users] pmwiki skin

2012-08-26 Thread tamouse mailing lists
On Sun, Aug 26, 2012 at 4:40 PM, Hans Bracker wrote: > Sunday, August 26, 2012, 9:24:16 PM, tamouse wrote: >> When I put on my designer's hat, I tend to disagree with you -- I have >> found it frustrating when recipe writers force a style decision that I >> haven't been able to override in my skin

Re: [pmwiki-users] pmwiki skin

2012-08-26 Thread tamouse mailing lists
On Sun, Aug 26, 2012 at 12:48 PM, Carlos AB wrote: > There is just one thing I don't fully agree with, that is to change > the position of pmwiki.css, as I believe the ... area > is really good, because it gives recipe writers a dynamic space and a > chance to override permanently or eventualy a c

Re: [pmwiki-users] pmwiki skin

2012-08-26 Thread tamouse mailing lists
+1 ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] How to do the equivalent of hitting "save" on every page on the wiki?

2012-08-16 Thread tamouse mailing lists
. > > Thanks, I never noticed that recipe! > Alex > > > > On Aug 16, 2012, at 10:26 PM, tamouse mailing lists wrote: > >> On Thu, Aug 16, 2012 at 12:09 PM, Alex Eftimiades >> wrote: >>> >>> I just added some important new page attributes that wil

Re: [pmwiki-users] (:if !equal (:pagelist ... fmt=count:) 0:) does not work

2012-08-14 Thread tamouse mailing lists
On Aug 14, 2012 7:08 AM, "Alex Eftimiades" wrote: > > There seems to be something about the regex in the if markup that limits the if statement to text that does not contain a ":)". The same seems to go for page text variables (with the exception of ROSPatterns.) > I will try to fix it, but I am n

Re: [pmwiki-users] possible to generate a p or div tag within li with standard markup

2012-08-12 Thread tamouse mailing lists
Cri On Aug 12, 2012 6:08 AM, "tamouse mailing lists" wrote: > > > On Aug 11, 2012 1:52 AM, wrote: > > > > First of all thanks to both of you for your thoughts and suggestions. > > > > > > > It would be %fancyTitleBox% and not %%fancyTitleBo

Re: [pmwiki-users] possible to generate a p or div tag within li with standard markup

2012-08-12 Thread tamouse mailing lists
On Aug 11, 2012 1:52 AM, wrote: > > First of all thanks to both of you for your thoughts and suggestions. > > > > It would be %fancyTitleBox% and not %%fancyTitleBox%% (single %'s). > Sorry for the typo. as written this is my workaround I am currently using. > > > Markup('ftbox', 'inline', "/\\(:f

Re: [pmwiki-users] Would the sqlite recipe gain anything in storing pages in separate tables based on group?

2012-08-07 Thread tamouse mailing lists
oal was to make the system more scalable at such > point that I have several thousand, or even a million pages. > > So in short, I was under the impression that databases are good for > searching, and my wiki is structured around a lot of searching. > Alex > > On Aug 7, 2012,

Re: [pmwiki-users] Would the sqlite recipe gain anything in storing pages in separate tables based on group?

2012-08-07 Thread tamouse mailing lists
I am curious: what advantage were you seeking by using a database store for the pages? On Aug 6, 2012 7:12 PM, "Alex Eftimiades" wrote: > > I just got the sqlite recipe working with all the pages switched > over to the database, and after looking at the database structure, I > thought it

Re: [pmwiki-users] How to tag pages like categories, then do pagelist of everything tagged with a given page (without using links)

2012-07-31 Thread tamouse mailing lists
Alec, I'm not sure if this is what you mean, but I use a few PTVs to store wiki page links (parent, categories, tags) that kept in a Meta block in the page sobthey don't show up in the presentation. Is this the sort of thing you're thinking about? On Jul 31, 2012 10:05 AM, "Alex Eftimiades" wrote

Re: [pmwiki-users] figuring out table of contents location

2012-07-31 Thread tamouse mailing lists
On Jul 30, 2012 3:33 AM, "John Rankin" wrote: > > > > On Jul 29, 2012 1:42 AM, "John Rankin" wrote: > >> > >> > >> > In Site.GroupHeader, I have the following: > >> > > >> > (:description {*$:Summary}:)(:toc-hide:) > >> > >> How do you tell pmwiki to include Site.GroupHeader in > >> {$Group}.Grou

Re: [pmwiki-users] figuring out table of contents location

2012-07-29 Thread tamouse mailing lists
On Jul 29, 2012 1:42 AM, "John Rankin" wrote: > > > > John Rankin wrote: > >> Try this test: put (:toc-hide:) into one of the pages (ie not in the > >> GroupHeader) and see if the page toc appears in the side bar. > > > > Yes, when I put it directly into a page, then I get the toc in the > > asid

Re: [pmwiki-users] Identifying Password Groups

2012-07-27 Thread tamouse mailing lists
On Jul 27, 2012 9:03 AM, "Petko Yotov" <5...@5ko.fr> wrote: > > Brian Tibbels writes: >> >> Q1. - Is it possible to identify a particular password group in conditional statements? > > > Not out of the box, and I am not aware of an existing recipe. > > >> Q2. I am currently using [[#nul|Do nothing t

Re: [pmwiki-users] Identifying Password Groups

2012-07-26 Thread tamouse mailing lists
Q.1 I haveno answer to. Q.2: I don't think that is possible via standard markup. But it's trivial markup to add, if you are willing to use a slightly different syntax for you're nonexistant links. This would aid other editors in understanding what the empty link is for as well by making it (slight

Re: [pmwiki-users] figuring out table of contents location

2012-07-26 Thread tamouse mailing lists
On Sun, Jul 22, 2012 at 2:22 AM, John Rankin wrote: > >> Hi, all, >> >> I have been scratching my head about this, and can't quite figure it out. >> >> >> What I want is for the table of contents for the page to appear in the >> side bar rather than in the wikitext area. The only one I could manag

Re: [pmwiki-users] modifying wikish renaming pages/groups scripts to update links with spaces

2012-07-23 Thread tamouse mailing lists
On Jul 22, 2012 11:01 PM, "Alex Eftimiades" wrote: > > Hi again, I tried making this a page action as follows (in Site.PageActions) > * %item rel=nofollow% {(wikish source {$SiteGroup}.PageActions#RenamePage)}Rename Page:(:input text name=NewPage value={$FullName} size=30:)(:input submit name=subm

Re: [pmwiki-users] figuring out table of contents location

2012-07-21 Thread tamouse mailing lists
On Sat, Jul 21, 2012 at 12:52 PM, Petko Yotov <5...@5ko.fr> wrote: > tamouse mailing lists writes: >> >> What I want is for the table of contents for the page to appear in the >> side bar rather than in the wikitext area. The only one I could manage >> to make do

[pmwiki-users] figuring out table of contents location

2012-07-21 Thread tamouse mailing lists
Hi, all, I have been scratching my head about this, and can't quite figure it out. I want a table of contents on may pages for the contents of that page. I've looked at PageTableOfContents, AutoTOC, SlimTableOfContents, and HandyTableOfContents, and can't quite get what I want. What I want is fo

Re: [pmwiki-users] AuthUser problem

2012-07-19 Thread tamouse mailing lists
On Wed, Jul 18, 2012 at 7:00 PM, Lars Eighner wrote: > On Thu, 19 Jul 2012, Brian Tibbels wrote: > >> I am trying to get AuthUser to work on both an existing site and a new one >> but after having followed the instructions implicitly in >> http://www.pmwiki.org/wiki/Cookbook/QuickStartForAuthUser

Re: [pmwiki-users] Password protect page with editors' password action

2012-07-15 Thread tamouse mailing lists
On Sun, Jul 15, 2012 at 4:28 PM, Alex Eftimiades wrote: > Problem solved. I was logged in as an editor. I needed to be logged in as > attr. I changed that and will add an if (CondAuth...) around the inside of > the handler. Isn't this going to be a general issue for your editors if they can't set

Re: [pmwiki-users] How to password protect read/write access to everything in a category?

2012-07-15 Thread tamouse mailing lists
On Sun, Jul 15, 2012 at 11:52 AM, Alex Eftimiades wrote: > I was working on a custom action. I sent out my code yesterday, but I am > still not getting anywhere. Any help with a "password protect/unprotect with > editors password" action would be greatly appreciated. > > Thanks, > Alex One thing

Re: [pmwiki-users] regenerating masses of pages in edit locked wiki

2012-07-15 Thread tamouse mailing lists
On Sun, Jul 15, 2012 at 6:27 AM, Petko Yotov <5...@5ko.fr> wrote: > tamouse mailing lists writes: >> >> Hi, I just added this to the Cookbook:PageRegenerate page: > > Replied to http://www.pmwiki.org/wiki/Cookbook/PageRegenerate . > > Petko Thanks. Updat

Re: [pmwiki-users] (:include:) works at site level only

2012-07-15 Thread tamouse mailing lists
On Sun, Jul 15, 2012 at 4:35 AM, fergicide wrote: > Hi Folks. > > One issue I'm constantly running into (and haven't solved) is trying to pull > in wiki content from other sites. > > For example, here's my farm structure: > > ...rootwiki > ..story1 > ..story2 > ..story3 > > When I crea

[pmwiki-users] regenerating masses of pages in edit locked wiki

2012-07-15 Thread tamouse mailing lists
Hi, I just added this to the Cookbook:PageRegenerate page: This works well when you have only a handful of pages to regenerate, but what happens when you mass update several (in my case, all) or your pages and have to regenerate everything? Simply doing something like: cd .../wiki.d for f

Re: [pmwiki-users] How to password protect read/write access to everything in a category?

2012-07-14 Thread tamouse mailing lists
Hi, Peter, On Jul 14, 2012 6:20 AM, "Peter Bowers" wrote: > > On Fri, Jul 13, 2012 at 7:58 PM, Alex Eftimiades > wrote: > > I was looking for an easy way for editors to password protect something so > > that only other editors could see/edit it. I tried making a password > > protected group, but

Re: [pmwiki-users] PITS awaiting feedback

2012-07-14 Thread tamouse mailing lists
On Jul 14, 2012 5:02 PM, "Simon" wrote: > > Folks if you have nothing better to do in the southern hemisphere winter (or the northern hemisphere summer!) > check out the PITS issues awaiting feedback. A few votes and comments here and there are always valuable > > Simon > > http://www.pmwiki.org/w

Re: [pmwiki-users] New recipe - Precode

2012-07-10 Thread tamouse mailing lists
On Mon, Jul 9, 2012 at 2:02 PM, V.Krishn wrote: > On Tuesday, July 10, 2012 12:19:42 AM you wrote: >> On Mon, 9 Jul 2012, V.Krishn wrote: >> > Uploaded new recipe 'Precode' >> > Precode is a general utility block markup for displaying codes on wiki >> > pages. http://insteps.net/pr/a/pmwiki/Cookbo

Re: [pmwiki-users] Need a place to store a cache

2012-07-08 Thread tamouse mailing lists
2012/7/8 Hans Bracker : > check > http://www.pmwiki.org/pmwiki/uploads/Cookbook/stylepage.php > for an example to use a file as cache in pub/ So, the specific line I see is: Line 45 : SDV($PubCacheDir, "pub/cache"); yes? Since the function I'm using requires a full path, I can just use realpath

[pmwiki-users] Need a place to store a cache

2012-07-08 Thread tamouse mailing lists
I'm working on a recipe that needs to store a cache. I don't really want to do this in the cookbook/ directory as I've run into other recipes that do this and it causes some problems. I was wondering where the best place to store it might be, and whether there is a global variable that I could use

Re: [pmwiki-users] DetectMobile misidentifies lynx

2012-07-08 Thread tamouse mailing lists
Lynx lies somewhere different than either a full GUI browser and a mobile browser. I would love it if more people would detect text-only browsers and deliver content appropriate for that type. On Thu, Jul 5, 2012 at 2:47 AM, Eric Forgeot wrote: > I think it was done on purpose: mobile website are

Re: [pmwiki-users] search and replace over multiple / all pages

2012-07-08 Thread tamouse mailing lists
On Fri, Jul 6, 2012 at 1:12 PM, Vince Administration wrote: > > On Jul 6, 2012, at 8:29 AM, Clemens Gruber wrote: > >> Hi, I have to change some URLs in an existing wiki with more than hundred >> pages. >> >> The old links is something like that >> http://example.com/aa//more-stuff.html?x

[pmwiki-users] New recipe: EmbedTweet

2012-07-04 Thread tamouse mailing lists
I wrote up a short recipe to a specific tweet in a wiki page utilizing Twitter's new OEmbed API . It can be found at . The Git repository can be reached at

Re: [pmwiki-users] Updating old recipe- was:New version of AddLinkBookmarklet

2012-06-30 Thread tamouse mailing lists
On Sat, Jun 30, 2012 at 6:13 AM, Petko Yotov <5...@5ko.fr> wrote: > Vince Administration writes:. >> >> But I have been working with the two complementary recipes, >> UpdateForm and SelectQuery >> >> They do work well together, but needed a few changes and bug corrections >> to work in our environm

[pmwiki-users] Fwd: Anyone done anything using AWS S3 for managing uploads?

2012-06-28 Thread tamouse mailing lists
Wondering if this came through before? -- Forwarded message -- From: tamouse mailing lists Date: Fri, Jun 15, 2012 at 4:27 AM Subject: Anyone done anything using AWS S3 for managing uploads? To: PmWiki Users Hi, all, I've been banging around with Amazon's S3 se

  1   2   >