Re: [pmwiki-users] it's time to change pmwiki default skin!

2011-09-11 Thread Chris Cox
On 09/11/2011 02:35 PM, Forgeot Eric wrote: Hello, why not proposing a new default pmwiki skin? - for the default installation - and for the http://www.pmwiki.org website? The current one is not attractive at all (blue, underlined links), it looks like it was designed in 1992, and therefore,

Re: [pmwiki-users] Inserting br breaks in simple tables

2011-07-18 Thread Chris Cox
On 07/18/2011 06:06 PM, Randy Brown wrote: Note that \\ works in the middle of a line when Creole is enabled. On Jul 18, 2011, at 5:30 PM, c...@endlessnow.com wrote: Not sure what caused the old site behavior... Soln was for \\ to be at the end of the line. :-) Thank you... even though

[pmwiki-users] I want a pagelist template like the oneline sample, but NO spaces between entries...help

2011-07-04 Thread Chris Cox
Like the subject says. I desire something like the #oneline fmt example in the pagelist samples, but I do NOT want intervening spaces in the result. Even if I specify a backslash, I end up with a space between the items. Possible to eliminate without writing some custom markup expression? _

Re: [pmwiki-users] WYSIWYG is Indispensable; Moment of Truth

2011-05-25 Thread Chris Cox
On 05/24/2011 03:27 AM, Oliver Betz wrote: > jdd-gmane wrote: > > [...] > >>> There are over 70 wikis out there with WYSIWYG capability according >>> to Wikimatrix. >> >> did you test them? the one I know are making more garbage than good >> work, often destructing the usefull markup. > > sever

Re: [pmwiki-users] In code, how to conditionally prevent Markup processing on subsequent run due to PRR

2011-01-12 Thread Chris Cox
On 01/12/2011 01:03 AM, Peter Bowers wrote: > If you need other rules to continue to act on your markup (i.e., > Keep() won't work) I *think* this will work... Keep() worked happy man I just wasn't thinking straight. ___ pmwiki-users mailing li

[pmwiki-users] In code, how to conditionally prevent Markup processing on subsequent run due to PRR

2011-01-11 Thread Chris Cox
How do I stop reprocessing due to PRR? I have php code that does some Markup replacement and I want to make sure that it doesn't get run again if PRR is called by some other markup. ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmi

Re: [pmwiki-users] Using pagelist output with template to output csv

2011-01-05 Thread Chris Cox
On 01/05/2011 01:07 PM, Patrick R. Michaud wrote: > On Wed, Jan 05, 2011 at 12:28:30PM -0600, Chris Cox wrote: > >> On 01/04/2011 11:18 PM, Patrick R. Michaud wrote: >> >>>> On 3 January 2011 22:45, wrote: >>>> With a special skin (basic

Re: [pmwiki-users] Using pagelist output with template to output csv

2011-01-05 Thread Chris Cox
On 01/04/2011 11:18 PM, Patrick R. Michaud wrote: > On Tue, Jan 04, 2011 at 04:03:13PM -0600, Chris Cox wrote: > >> On 01/04/2011 04:59 AM, Eemeli Aro wrote: >> >>> On 3 January 2011 22:45, wrote: >>> >>> >>>> I created a

Re: [pmwiki-users] Using pagelist output with template to output csv

2011-01-04 Thread Chris Cox
On 01/04/2011 04:03 PM, Chris Cox wrote: > On 01/04/2011 04:59 AM, Eemeli Aro wrote: > >> On 3 January 2011 22:45, wrote: >> >> >>> I created a pagelist template that extracts some PTVs and the format looks >>> like CSV. >>> >&g

Re: [pmwiki-users] Using pagelist output with template to output csv

2011-01-04 Thread Chris Cox
On 01/04/2011 04:59 AM, Eemeli Aro wrote: > On 3 January 2011 22:45, wrote: > >> I created a pagelist template that extracts some PTVs and the format looks >> like CSV. >> >> With a special skin (basically a do nothing skin) and with localized >> change of content-type, it's almost perfect

Re: [pmwiki-users] Simplest possible section editing

2010-07-29 Thread Chris Cox
On Thu, 2010-07-29 at 23:44 -0500, Randy Brown wrote: > Existing section-editing recipes don't do quite what I want. For example, Fox > forms doesn't yet handle concurrent edits, while neither Fox nor SectionEdit > handles "sections" such as title directives. > > I know how to indicate the secti

Re: [pmwiki-users] Include static HTML

2010-07-13 Thread Chris Cox
On Tue, 2010-07-13 at 09:26 -0700, pmw...@911networks.com wrote: > >Not sure if the following is perfect, but it works... > > > >Markup( > > 'html', > > 'fulltext', > > '/\\(:html:\\)(.*?)\\(:htmlend:\\)/esi', > > "'<:block>'.Keep(str_replace(array('>', '<', '&'), > > array('>', '<', '&'), PSS

Re: [pmwiki-users] Include static HTML

2010-07-13 Thread Chris Cox
On Tue, 2010-07-13 at 07:56 -0700, pmw...@911networks.com wrote: > Hi, > > I'm trying to include static HTML web pages into my web pages. I've > looked at cookbook/includeurl unsuccessfully. > > 1. Where do I place the static hml files? I have tried creating a > group Static in the wiki.d, but...

Re: [pmwiki-users] Including PTVs from other pages, for use in pagelists

2010-06-04 Thread Chris Cox
On Fri, 2010-06-04 at 07:41 +0200, Peter Bowers wrote: > On Thu, Jun 3, 2010 at 11:04 PM, Chris Cox wrote: > > On Thu, 2010-06-03 at 22:49 +0300, Eemeli Aro wrote: > >> On 3 June 2010 21:07, Chris Cox wrote: > >> > Ok... I have a page with PTVs on it. I would like

Re: [pmwiki-users] Including PTVs from other pages, for use in pagelists

2010-06-03 Thread Chris Cox
On Thu, 2010-06-03 at 22:49 +0300, Eemeli Aro wrote: > On 3 June 2010 21:07, Chris Cox wrote: > > Ok... I have a page with PTVs on it. I would like to include PTVs from > > a different page (e.g. using include for example). > > > > What I'd like is to be able to h

[pmwiki-users] Including PTVs from other pages, for use in pagelists

2010-06-03 Thread Chris Cox
Ok... I have a page with PTVs on it. I would like to include PTVs from a different page (e.g. using include for example). What I'd like is to be able to have a pagelist query have access to all PTVs, for the page and the pages it includes. Possible? ___

[pmwiki-users] Getting pagelist to return csv of PTVs as a csv streamed out

2010-06-03 Thread Chris Cox
I can get pagelists to return PTVs as a set of comma separated items. Now I would love to be able to get a pagelist to return those items as a streamed mime type output (so that you get a save dialog from the browser). Possible? ___ pmwiki-users maili

Re: [pmwiki-users] pmwiki.org web server instability

2010-05-28 Thread Chris Cox
scrap what I said about idle... it is under some load (httpd's). ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] pmwiki.org web server instability

2010-05-28 Thread Chris Cox
On Fri, 2010-05-28 at 17:15 -0400, DaveG wrote: > On 5/28/2010 5:09 PM, Chris Cox wrote: > >> I've been running into the same thing. > > > > Cursory look at the server... I'm not seeing anything right now. > Same problem, right now. IMHO, it's not a prob

Re: [pmwiki-users] pmwiki.org web server instability

2010-05-28 Thread Chris Cox
On Fri, 2010-05-28 at 13:50 +0200, Peter Bowers wrote: > On Fri, May 28, 2010 at 12:43 PM, Eemeli Aro wrote: > > For the last week or so (hard to say exactly) I've seen brief periods > > when pmwiki.org and pmichaud.com have been refusing connections on > > port 80. > > I've been running into the

Re: [pmwiki-users] PmWiki vs Drupal

2010-05-23 Thread Chris Cox
Francesco Sblendorio wrote: > I never used drupal, joomla or any other CMS but PmWiki. > Some one can tell what are the main differences and > advantages/disadvantages with respect to PmWiki? > > I installed PmWiki and started using it with a very little training. > Tried installing drupal but I h

Re: [pmwiki-users] Delete docs

2010-02-04 Thread Chris Cox
On Thu, 2010-02-04 at 08:57 -0800, pmw...@911networks.com wrote: > Can I safely delete the /docs directory? > Yes... err... it will run fine without it. You must be really desperate for space :-) Just realize the GPL notice is there... ___ pmwiki-u

Re: [pmwiki-users] Display PDF

2010-01-21 Thread Chris Cox
On Thu, 2010-01-21 at 11:18 -0800, pmw...@911networks.com wrote: > Hi, > > Is there a way of displaying an existing PDF? I ealier did a search > on PmWiki.org, by the way it 11:20am PST and pmwiki.org is down, and > could only found find how to output to PDF. > > Any suggestion? Well... oddly en

Re: [pmwiki-users] pmwiki & redirects

2009-12-10 Thread Chris Cox
On Thu, 2009-12-10 at 09:37 -0800, pmw...@911networks.com wrote: > Hi guys, > > I converted an old website to pmwiki. Now there are a lot of pages to > be redirected. > > Is there a way of having a redirect page in pmwiki so that would say > something like: > > (:redirect from-source-page to-des

Re: [pmwiki-users] Include HTML or URL

2009-12-01 Thread Chris Cox
On Tue, 2009-12-01 at 10:07 -0800, pmw...@911networks.com wrote: > Hi, > > I asked this question a couple of days ago and got no answer, so I'm > re-posting > > Thanks > > I want to include photos from a gallery. Should I use enablehtml or > includeurl? includeurl is safer of course. But, if t

Re: [pmwiki-users] polldaddy

2009-11-05 Thread Chris Cox
On Thu, 2009-11-05 at 14:23 -0700, Daniel Otis wrote: > Is there a way to embed a polldaddy poll in a wiki page? > > http://www.polldaddy.com > You can always embed it... e.g. using includeSite or something else (embed a foreign url into a frame): http://theendlessnow.com/ten/PollDaddy/PollDadd

Re: [pmwiki-users] Cookbook/Flash - splitting the page into two?

2009-10-20 Thread Chris Cox
On Tue, 2009-10-20 at 14:16 -0700, adam overton wrote: > hi there > i'm about to upload a major update to the swf-sites.php recipe hosted at > http://www.pmwiki.org/wiki/Cookbook/Flash, plus i plan to majorly overhaul > the page, as it's cluttered with comments, and it's can be confusing to > navig

Re: [pmwiki-users] Forcing a new list

2009-10-13 Thread Chris Cox
On Tue, 2009-10-13 at 17:22 -0400, DaveG wrote: > How do I force the creation of a new list, without actually putting text > between the lists? So in the case below, what needs to be between each > list to force it to become another list? > > # Item 1 > > # Item 1 > # Item 2 > # Item 3 > > # I

Re: [pmwiki-users] Setting page privs from config.php

2009-10-01 Thread Chris Cox
On Thu, 2009-10-01 at 10:29 -0400, DaveG wrote: > > On 10/1/2009 3:06 AM, Hans wrote: > > Thursday, October 1, 2009, 4:28:29 AM, DaveG wrote: > > > >> Is there a way to set the permissions for a particular page from within > >> config.php? I'd like to change the permissions of a single page in a >

Re: [pmwiki-users] Single column skin(s)?

2009-09-24 Thread Chris Cox
On Thu, 2009-09-24 at 08:31 -0800, Chris Lott wrote: > I'm in a bit of a time crunch and trying to find a single column (no > sidebar) pmwiki skin for a presentation. Any ideas? > > I've only found one so far (JH and derivative JHMP), but they are > problematic because they don't include HTMLFoote

Re: [pmwiki-users] Changing the way a link is created?

2009-09-17 Thread Chris Cox
On Thu, 2009-09-17 at 21:54 +0100, Sergio Lopes wrote: > Hi, > > I've been trying to see how I can add Google Analytics to pmwiki, and > though adding the header/footer javascript is easy enough, using the > download tracking functions is looking like a problem. > > Is there any way I can tell pm

Re: [pmwiki-users] Recommended recipes?

2009-08-27 Thread Chris Cox
Twylite wrote: > Hi, > > I'm new here, and I have a lengthy question that comes down to: what > recipes are recommended and/or commonly & widely used (and how does one > find out this information)? I'm alive and kicking. I have a vested interest in keeping PmWiki going with add-ons and such (w

Re: [pmwiki-users] Improving PITS

2009-07-08 Thread Chris Cox
On Wed, 2009-07-08 at 17:38 +0200, Petko Yotov wrote: ... > I've been doing some cleanup in PITS this week to make it easier for us to > overview, prioritize and deal with issue reports and feature requests. Please > compare the two versions : > http://www.pmwiki.org/wiki/PITS/PITS-old - this w

Re: [pmwiki-users] :SPAM: RE: Get Rid of Main

2009-07-02 Thread Chris Cox
On Thu, 2009-07-02 at 11:34 -0500, Tim E. Rhodes wrote: > Come on please, someone help me out here. Am I posting my question > incorrectly, or is it that no one knows me, or do I have to offer free > sex to even get some acknowledgement? Ack. I think the issue is that this recipe, since I would i

Re: [pmwiki-users] How to submit patches to PmWiki?

2009-06-26 Thread Chris Cox
I think there are two sides... I like PmWiki as a set of lower level tools... a toolkit upon which we can build extensions (we often call these recipes). The other side are those looking for a feature rich deployment platform where little to no configuration (even downloading a "recipe") is requir

Re: [pmwiki-users] CleanURLs problem in apache 2.2

2009-06-18 Thread Chris Cox
On Thu, 2009-06-18 at 23:24 +0200, Julius Thijssen wrote: > On Thu, Jun 18, 2009 at 22:35, Chris Cox wrote: > > > RewriteEngine On > > > RewriteRule ^[/]*$ /pmwiki/pmwiki.php [QSA,L] > > RewriteRule ^([^/a-z~].*)$ /pmwiki/pmwiki.php?n=$1 [QSA,L] > > Index d

Re: [pmwiki-users] CleanURLs problem in apache 2.2

2009-06-18 Thread Chris Cox
My example: RewriteEngine On RewriteRule ^$ http://labs.mycompany.com/Main/HomePage RewriteRule ^[/]*$ /pmwiki/pmwiki.php [QSA,L] RewriteRule ^([^/a-z~].*)$ /pmwiki/pmwiki.php?n=$1 [QSA,L] RewriteRule ^up/([^/a-z~].*)$ /pmwiki/up/$1 [QSA,L] (my site is an intranet, internal site) Rule1: Just lab

Re: [pmwiki-users] CondAuth inside of config.php after include authuser, returns ok when read password GroupAttributes enabled.

2009-05-21 Thread Chris Cox
On Thu, 2009-05-21 at 17:31 -0500, Chris Cox wrote: ... > if (CondAuth($pagename,$action)) { > $ok='ok'; > } else { > $ok='not ok'; > } Answering my own question. Protection is done for 'read', which isn't an action, and certai

[pmwiki-users] CondAuth inside of config.php after include authuser, returns ok when read password GroupAttributes enabled.

2009-05-21 Thread Chris Cox
I'm seeing an interesting problem. In my config.php I have: $DefaultPasswords['admin'] = array(crypt('secret'),'@sysadmin'); $DefaultPasswords['attr'] = '@sysadmin'; $DefaultPasswords['edit'] = 'id:*'; $DefaultPasswords['upload'] = ''; $DefaultPasswords['browse'] = ''; $HandleAuth['upload'] = 'edi

Re: [pmwiki-users] [[!topic |link text]]

2009-04-29 Thread Chris Cox
On Wed, 2009-04-29 at 16:39 +0200, Peter Bowers wrote: ... > > Is there some way of changing [[!X]] into [[$CategoryGroup/X]] while > still getting it to format using class=categorylink? If so that would > give us the best of all worlds without having to multiply the number > of markup rules...

Re: [pmwiki-users] Logout issues

2009-04-18 Thread Chris Cox
Susan M. Garrett wrote: > I have a login/logout set up on an info bar due to a skin. There's a > login/logout cookbook recipe that allows you to have the user flipped > back to the home page upon logout. Just a thought... if they're hitting a PmWiki link to logout, why not something like [[Main

Re: [pmwiki-users] Clear search and restart

2009-04-10 Thread Chris Cox
On Fri, 2009-04-10 at 12:21 -0700, pmw...@911networks.com wrote: ... > > Is there a global way of cleaning up the search, and "re-index" every > page? > Can't answer the rest... but as far as cleaning out the search cache... delete your .pageindex file in the wiki.d dir. On the next search, it

[pmwiki-users] Initial alpha release of PmDocConvert

2009-04-04 Thread Chris Cox
See: http://pmwiki.org/wiki/Cookbook/PmDocConvert PmDocConvert uses an instance of Open Office running in daemon mode listening for UNO commands. PmDocConvert includes DC.py, which is a program that can be used standalone to convert files from one format to another in batch. I'm sure there are b

Re: [pmwiki-users] links to open upload folder in external apps

2009-03-30 Thread Chris Cox
On Mon, 2009-03-30 at 16:23 -0500, Chris Cox wrote: > On Mon, 2009-03-30 at 22:15 +0200, noskule wrote: > > Chris Cox schrieb: > > > On Mon, 2009-03-30 at 18:11 +0200, noskule wrote: > > > > > >> hi list > > >> I would like to do a link for a

Re: [pmwiki-users] links to open upload folder in external apps

2009-03-30 Thread Chris Cox
On Mon, 2009-03-30 at 22:15 +0200, noskule wrote: > Chris Cox schrieb: > > On Mon, 2009-03-30 at 18:11 +0200, noskule wrote: > > > >> hi list > >> I would like to do a link for authors so they could open upload folders > >> in an external applicati

Re: [pmwiki-users] links to open upload folder in external apps

2009-03-30 Thread Chris Cox
On Mon, 2009-03-30 at 18:11 +0200, noskule wrote: > hi list > I would like to do a link for authors so they could open upload folders > in an external application using (s)ftp or webdav. Has anyone done this > or knows how to do it? It's just another directory... so if your web permissions allow

Re: [pmwiki-users] embed blogger atom feed

2009-03-24 Thread Chris Cox
Justin Davies wrote: > Okay, I tried that but I still get the result > > Error: It's not possible to reach RSS file > \"http://mertonmcrannouncements.blogspot.com/feeds/posts/default?alt=rss\"; > ... > > Is it possible my server is set up to be able to use the IncludeUrl > cookbook but NOT the pm

Re: [pmwiki-users] embed blogger atom feed

2009-03-24 Thread Chris Cox
On Tue, 2009-03-24 at 22:07 +, Justin Davies wrote: > (:pmfeed > feed="http://mertonmcrannouncements.blogspot.com/feeds/posts/default":) Can you use the RSS one instead? (:pmfeed feed='http://mertonmcrannouncements.blogspot.com/feeds/posts/default?alt=rss':) That one works for me.

[pmwiki-users] Any way of getting the good PmWiki docs from pmwiki.org?

2009-03-13 Thread Chris Cox
I'd like have the nice pmwiki.org PmWiki group docs on my site instead of the very limited ones that come with the download. Any change those could be tarred/zipped and placed somewhere for download? Thanks.. ___ pmwiki-users mailing list pmwiki-users

[pmwiki-users] Working on a new one, PmDocConvert

2009-03-05 Thread Chris Cox
We have a wonderful internal wiki with LOTS of customizations, including the ability to use markup to turn a page into SSL for example... and much more. Some of the code needs cleaning up... but I've been working on a new addition to allow fo rthe easy upload and portrayal of proprietary (i.e. Mi

Re: [pmwiki-users] pmwikidraw - several people have problems under linux. java issue?

2009-03-03 Thread Chris Cox
Patrick Ogay (lists) wrote: > I asked in a previous posting whether pmwikidraw is functional on the > pmwiki site. It is. > Everything was fine for me too, when I tested my implementation of > pmwikidraw under Windows. > > Until know *it doesn't work* on my systems with ubuntu 8.04 and 8.10. > A

Re: [pmwiki-users] Another stab at ratings on PmCalendar page

2009-02-24 Thread Chris Cox
On Tue, 2009-02-24 at 15:29 +1100, Kathryn Andersen wrote: > On Mon, Feb 23, 2009 at 04:59:03PM -0600, Chris Cox wrote: > > [[Cookbook/PmCalendar-Fan]] > > > > And then that boosts the "rating" (or fans I guess is better). > > You can see the total count on

[pmwiki-users] Another stab at ratings on PmCalendar page

2009-02-23 Thread Chris Cox
Simon made some edits that were close (I think) ... I re did it a bit. Now all you have to do is just put a link on your Profile page for example: [[Cookbook/PmCalendar-Fan]] And then that boosts the "rating" (or fans I guess is better). You can see the total count on the PmCalendar page, going

Re: [pmwiki-users] Rating cookbooks: a concrete suggestion

2009-02-20 Thread Chris Cox
Chris Cox wrote: > On Thu, 2009-02-19 at 14:46 -0500, DaveG wrote: >> Chris Cox wrote: >>> If you have a Rating Group per cookbook, then create authored pages >>> under the group if you like it/use it. A pagelist count could >>> be shown on the cookbook page.

Re: [pmwiki-users] New image/gallery recipe : Maxi, picture viewer with inline zoom

2009-02-20 Thread Chris Cox
On Fri, 2009-02-20 at 18:13 +0100, Petko Yotov wrote: > On Friday 20 February 2009 17:17:08 Chris Cox wrote: > > Doesn't work at all for me... Firefox, openSUSE 11.0. > > I was just doing some tests on the live demo and you may have tried at the > bad > moment when

Re: [pmwiki-users] New image/gallery recipe : Maxi, picture viewer with inline zoom

2009-02-20 Thread Chris Cox
Doesn't work at all for me... Firefox, openSUSE 11.0. On Fri, 2009-02-20 at 10:02 +0100, Petko Yotov wrote: > Hello, > > I am writing a PmWiki recipe for an image viewer with inline zoom. It is > suitable for large drawings, maps, diagrams, mindmaps or panoramic > photographs. > > Please see M

Re: [pmwiki-users] Rating cookbooks: a concrete suggestion

2009-02-19 Thread Chris Cox
On Thu, 2009-02-19 at 14:46 -0500, DaveG wrote: > Chris Cox wrote: > > If you have a Rating Group per cookbook, then create authored pages > > under the group if you like it/use it. A pagelist count could > > be shown on the cookbook page. > A separate page per cookbook

Re: [pmwiki-users] Rating cookbooks: a concrete suggestion

2009-02-19 Thread Chris Cox
Just thinking wiki... If you have a Rating Group per cookbook, then create authored pages under the group if you like it/use it. A pagelist count could be shown on the cookbook page. If a person doesn't like it anymore, they can delete their page. Obviously this is all subject to the same issue

Re: [pmwiki-users] new host setup Qs

2009-01-16 Thread Chris Cox
On Fri, 2009-01-16 at 09:36 -0600, Tegan Dowling wrote: > On Fri, Jan 16, 2009 at 9:33 AM, Patrick R. Michaud > wrote: > > On Fri, Jan 16, 2009 at 07:54:38AM -0600, Tegan Dowling wrote: > >> I'm trying out a new host, and trying to get my uninformed head around > >> the various settings and optio

Re: [pmwiki-users] Using latest PmWiki and AuthUser, but can't set a READ password

2009-01-16 Thread Chris Cox
Petko Yotov wrote: > On Thursday 15 January 2009 23:37:31 Chris Cox wrote: >> On Thu, 2009-01-15 at 23:07 +0100, Petko Yotov wrote: >>> On Thursday 15 January 2009 18:02:11 Chris Cox wrote: >>>> I'm stuck. I have AuthUser installed ... snip... > Are you

Re: [pmwiki-users] Using latest PmWiki and AuthUser, but can't set a READ password

2009-01-15 Thread Chris Cox
On Thu, 2009-01-15 at 12:44 -0500, Michael Shanley wrote: > > > On Thu, Jan 15, 2009 at 12:02 PM, Chris Cox > wrote: > I'm stuck. I have AuthUser installed > > $DefaultPasswords['admin'] = crypt('secret'); >

[pmwiki-users] Using latest PmWiki and AuthUser, but can't set a READ password

2009-01-15 Thread Chris Cox
I'm stuck. I have AuthUser installed $DefaultPasswords['admin'] = crypt('secret'); $DefaultPasswords['attr'] = crypt('secret'); $DefaultPasswords['edit'] = 'id:*'; $DefaultPasswords['upload'] = 'edit'; $HandleAuth['upload'] = 'edit'; $HandleAuth['diff'] = 'edit'; include_once("$FarmD/scripts

Re: [pmwiki-users] hosting

2008-09-06 Thread Chris Cox
Swift, Chris wrote: ... > > 2. http://www.dreamhost.com/hosting.html which is currently offering a > deal with unlimited bandwith and unlimited disk storage. Does anyone > have any experience with them? They're cheap. They oversell their capacity... obviously everyone doesn't have a Terabyt

Re: [pmwiki-users] non-standard characters when I use IncludeURL?

2008-08-07 Thread Chris Cox
Tegan Dowling wrote: > Hi list: > > I'm experimenting with using > http://www.pmwiki.org/wiki/Cookbook/IncludeUrl to display a client's > blogger blog in a page on their wiki. Funny formatting stuff happens > that I think we can live with, except for the appearance of some > non-standard char

Re: [pmwiki-users] Error: It's not possible to reach RSS file ...

2008-07-18 Thread Chris Cox
Graham Archer wrote: > Hi, > > I am trying to get recipe pmfeed working. > > I am using pmwiki-2.2.0-beta63 and pmfeed version 0.7. > > I have these three feeds in a test page: > > (:pmfeed > feed='http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml' > :) > (:pmfeed feed='ht

Re: [pmwiki-users] pmwiki-users not working?

2008-07-04 Thread Chris Cox
Peter Bowers wrote: > Is the server down or something? I can see messages on the web > interface but they aren't coming here. Got confirmation from some > other members that it's not working for them either. Is this general > or something specific to our situation? I see you!!

Re: [pmwiki-users] GodTube

2008-06-17 Thread Chris Cox
Steve Rowe wrote: > It has been a week since my last post on this topic and I received no > responses, so I thought I'd repost (My original post is at the end.) > Can anyone tell me if the GodTube version of the Flash Recipe works? If so, > what is the code you use to get it to work properly? If

Re: [pmwiki-users] Include pre-rendered pages?

2008-04-08 Thread Chris Cox
Hans wrote: > Tuesday, April 8, 2008, 8:17:24 PM, Mailinglists wrote: > >> The reason I'm looking for this is because I'm trying to put markup >> to use the pmFeed recipe within a table cell: > >> http://www.pmwiki.org/wiki/Cookbook/PmFeed > >> But when I do this the markup is displayed as-is, i

Re: [pmwiki-users] ?action=upload

2008-02-29 Thread Chris Cox
Stéphane Heckel wrote: > Greetings, ... > > Just wondering if it's possible to upload a file and set all required > parameters in the URL, ie source file, target, ... to avoid being prompted ? Probably possible to craft it... but now we'll have a whole discussion about upload spam (sigh). But,

Re: [pmwiki-users] Can I add a banner in the header part of PmWiki?

2008-02-27 Thread Chris Cox
Maxime Joanis wrote: > I would simply like to add a banner in the header, other than the logo; > something centered between the logo and the search box would be great. I've > looked in Site/, thought I'd find the header script, but well... Any solution > for this? Well.. you could modify an existi

Re: [pmwiki-users] Removing index.php from address?

2008-02-26 Thread Chris Cox
Maxime Joanis wrote: > http://wiki.example.com/index.php/Site/Search > > Wouldn't it look better w/o index.php? > > I don't know if this can be done easily, I'm already using the > $EnablePathInfo = > 1; config... > > Any way I can do this? I use Apache and use mod_rewrite for this. I also use

Re: [pmwiki-users] New Recipe: WikiSh

2008-02-01 Thread Chris Cox
Peter & Melodye Bowers wrote: >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:pmwiki-users- >> [EMAIL PROTECTED] On Behalf Of Chris Cox >> Sent: Thursday, January 31, 2008 8:29 PM >> To: pmwiki-users@pmichaud.com >> Subject: Re: [pmwiki-us

Re: [pmwiki-users] Protecting part of a page

2008-01-31 Thread Chris Cox
Steven Benmosh wrote: > I have an interesting wish - I would like to protect parts of a page, > while allowing users to edit the rest of the page. Is that possible? > > Scenario #1: I want to create a page on a topic, include the subject, > description, and allow the users to fill in the rest. How

Re: [pmwiki-users] New Recipe: WikiSh

2008-01-31 Thread Chris Cox
We use one we call "shellout". It merely allows you to execute a shell command. The security is that the program has to be in /usr/local/sbin (which we'll assume is root controlled). Usage: (:shellout cmd=mycustomcommand parms="arguments to pass":) Markup('shellout','fulltext', "/\\(:

Re: [pmwiki-users] Clarification on table editing question

2008-01-24 Thread Chris Cox
Gabriel Beal wrote: > After I wrote the previous question I realized that I wasn't stating my > problem correctly. The problem is caused by having a column that is a > continuation of another column, like this: > > ||Names|| || Numbers|| ||More Names|| || More Numbers|| > ||Names|| || Numbers||

Re: [pmwiki-users] List Categories

2008-01-10 Thread Chris Cox
Sandy wrote: > Simon wrote: >> You can't. >> See http://pmwiki.org/wiki/Category/Category >> and vote for http://www.pmwiki.org/wiki/PITS/00447 >> >> >> >> On 11/01/2008, Jorge Efrain Mamani C. <[EMAIL PROTECTED]> wrote: >>> How I can list all the existing categories. Only I see to list the pages >

Re: [pmwiki-users] Placing an image with a link on a wiki page

2007-12-21 Thread Chris Cox
Sergio Lopes wrote: > Hi, > I'm setting up a project page at the BerliOS web hosting and I'm > having some problems placing their logo in the project's pages. > > The logo, if placed in a normal HTML page would be placed using the > following code: > http://developer.berlios.de"; title="BerliOS De

Re: [pmwiki-users] PmCal and event lists

2007-11-20 Thread Chris Cox
Chris Nestrud wrote: > I'm using the PmCal recipe found here: > > http://www.pmwiki.org/wiki/cookbook/PmCal > > I'm trying to create a page called PmCal.HomePage which will contain > three things: the calendar in table form, a list of upcoming events > (starting with today and sorting ascending b

Re: [pmwiki-users] wiki etiquette for pmwiki documentation

2007-10-29 Thread Chris Cox
[EMAIL PROTECTED] wrote: > On Sun, 28 Oct 2007, Chris Cox wrote: > >>> Hmm... well, if there's a maintainer and you add an important >>> question etc, maybe it'd be a good idea to notify him? Not sure >>> about this. >> >> It's a

Re: [pmwiki-users] wiki etiquette for pmwiki documentation

2007-10-28 Thread Chris Cox
[EMAIL PROTECTED] wrote: > On Sun, 28 Oct 2007, Peter & Melodye Bowers wrote: > >> I have been making minor modifications to documentation of various >> cookbook recipes and etc over the past few days whenever I find >> anything that was unclear or something like that or making inline >> comments

Re: [pmwiki-users] Rollback from many editings ago

2007-10-28 Thread Chris Cox
Arrigo Marchiori wrote: > Dear list, > > I've just seen that the page > http://www.pmwiki.org/wiki/Main/CreatingNewPages has been changed to a > useless content. I went to see its ?action=diff, but it displays only > the most recent changes. Therefore, it seems impossible to me to > rollback to th

[pmwiki-users] PmFeed 0.07 released

2007-10-24 Thread Chris Cox
I have updated PmFeed with a bug fix. ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Separte SideBar Content - group pages?

2007-10-15 Thread Chris Cox
Jeff wrote: > Chris and Hans - I have new features and template authoring to study! Thank > you for the help! > You're welcome! I just got so frustrated trying to fit things inside of the provided skins "box" (so to speak). The good news? It's very easy to come up with a template/skin/css th

Re: [pmwiki-users] Separte SideBar Content for different group pages?

2007-10-14 Thread Chris Cox
Jeff wrote: > Is it possible to have a different SideBar content for different group pages? There's been a LOT of discussion of things lately that make one believe that somehow all of the design elements are FIXED or limited. You REALLY can build you own flexible design, your own templates and ha

Re: [pmwiki-users] Stuck creating markup to add self link to included pages

2007-10-02 Thread Chris Cox
DaveG wrote: > This actually doesn't seem to work. It appears to simply point to the > current page, rather than the included page. Worked for me though (the OP). Maybe you are at different version level? ___ pmwiki-users mailing list pmwiki-users@pmic

Re: [pmwiki-users] Stuck creating markup to add self link to included pages

2007-10-01 Thread Chris Cox
Dominique Faure wrote: > On 10/1/07, Chris Cox <[EMAIL PROTECTED]> wrote: >> Dominique Faure wrote: >>> On 9/29/07, Chris Cox <[EMAIL PROTECTED]> wrote: >>>> In later version of PmWiki you can do put the following in a page: >>>> >>>

Re: [pmwiki-users] Stuck creating markup to add self link to included pages

2007-09-30 Thread Chris Cox
Dominique Faure wrote: > On 9/29/07, Chris Cox <[EMAIL PROTECTED]> wrote: >> In later version of PmWiki you can do put the following in a page: >> >> [[{$FullName}?action=edit|edit]] >> >> And then when the page is (:include:)'d, it's a link >&

[pmwiki-users] Stuck creating markup to add self link to included pages

2007-09-28 Thread Chris Cox
In later version of PmWiki you can do put the following in a page: [[{$FullName}?action=edit|edit]] And then when the page is (:include:)'d, it's a link to edit the included content. Nice. I'd like to create a new markup that adds this to a page instead of typing all of the above in. But, I ca

Re: [pmwiki-users] comment character?

2007-09-28 Thread Chris Cox
[EMAIL PROTECTED] wrote: > Hello, > > I'm a pmwiki newb and was wondering if there is a markup or some sort of > character to COMMENT-OUT a section of page text or markups. This would > be an alternative to simply deleting text. It would also be useful for > in-line style comments to myself. It

Re: [pmwiki-users] Bulk import and categories

2007-09-20 Thread Chris Cox
Michel wrote: > Hello, > > I wish to import in PmWiki over than 3,500 text files created by another > tool. > > I have set up a script translating the pages to the Pmwiki format > according to the specs : http://www.pmwiki.org/wiki/PmWiki/PageFileFormat > > After that, I have copied the pages u

Re: [pmwiki-users] Banner Rotation

2007-09-11 Thread Chris Cox
Brian Kramer wrote: > Anyone have a good way of incorporating banner ads into pmwiki? > Preferably a certain ad or ads on certain pages. I wrote a random rotation recipe a long time ago. PmWiki can now produce randomized lists back from a pagelist markup, and if you limit it down to just returni

Re: [pmwiki-users] Post to the list

2007-09-06 Thread Chris Cox
Honglan Jin wrote: > Hi pmwiki-users, Hello. > > Can I post to the list? Yes... looks like it. > My email is [EMAIL PROTECTED] Thank you. Perhaps you are subscribed to the list? > > -Kim > ___ pmwiki-users mailing list pmwiki-users@pmichaud.com

Re: [pmwiki-users] Next version?

2007-09-06 Thread Chris Cox
Athan Dimoy wrote: > "Jean DEMARTINI" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> It is (probably) simply because no serious bug has been detected or >> because no enhancement has to be included in the core. >> >> The different versions of PmWiki are only related to the core.

Re: [pmwiki-users] Hiding the edit button (:if auth admin:)

2007-09-04 Thread Chris Cox
Hans wrote: ... > > It is a lot easier for some clients to remember that there is a login > link to click, than to remember what exactly to type into the browser > url address bar. Yes... I understand.. just that the OP seemed to want both and neither :)

Re: [pmwiki-users] Hiding the edit button (:if auth admin:)

2007-09-04 Thread Chris Cox
Matt Strauser wrote: > What is your advice some good ways to hide the "Edit" button on a site > that is not being used for collaboration? > > I have been using (:if auth admin:) to hide buttons but at least one > button has to be visible to prompt for the admin's or editor's password. > > The rea

Re: [pmwiki-users] Vertical sections

2007-09-01 Thread Chris Cox
RONALD PYATT wrote: > I'm not sure if I'm asking this right, but I'm looking > for a way to have 2 vertical sections (editable) on a > page. Something similar to Section Edit and Include > With Edit, but the sections would be side by side. Is > this possible? Consider (:table:) (:cell:) (:include

Re: [pmwiki-users] question about headings

2007-08-22 Thread Chris Cox
Shi Sherebrin wrote: > Ben Wilson wrote: >> On 8/21/07, Shi Sherebrin <[EMAIL PROTECTED]> wrote: >>> I'm trying to set up a style for my skin such that the first heading on >>> a page won't have any margin above it, but other headings will. >> Are we referring to the page title heading, or a sectio

Re: [pmwiki-users] question about headings

2007-08-22 Thread Chris Cox
Shi Sherebrin wrote: > Chris Cox wrote: >> Replacing first header on a page, inside your config.php: >> (off the top of my head) >> >> Markup('^!', 'block', >> '/^(!{1,6})\\s?(.*)$/e', >> "MyHeadings('$1&#x

Re: [pmwiki-users] question about headings

2007-08-21 Thread Chris Cox
Replacing first header on a page, inside your config.php: (off the top of my head) Markup('^!', 'block', '/^(!{1,6})\\s?(.*)$/e', "MyHeadings('$1','$2')"); $FirstHeaderDone=false; function MyHeadings($exclam, $headertext) { global $FirstHeaderDone; if (!$FirstHeaderDone) {

Re: [pmwiki-users] Keep() and an line with http: in it

2007-08-11 Thread Chris Cox
Chris Cox wrote: > I want to preserve html output from some custom markup that contains a > url in the output. I don't really want to have it declared as 'block' > for inline markup processing, but rather I'd like to use 'directives' > (because the ma

  1   2   >