Recent Changes - Search:

PmWiki

pmwiki.org

Petko

Petko is busy in real life and may not respond swiftly to queries.

Hi, I'm Petko Yotov, a.k.a. 5ko. I recently (2004) found PmWiki and I like it very much. I've been working for some time on several other wikis (MediaWiki, Tavi, Wikini, Wacko) and CMSs, but I'm considering switching all my sites to PmWiki.

My contributions

If you use/like one of my recipes and wish to thank me, you should know that I very much like recieving postcards (made of paper, with a stamp, showing a view from your location/city). This is an old-fashioned, easy way to give me something small, but real and valuable for my contributions and will encourage me to keep working on PmWiki. If you mention your e-mail address, I will send you a note when I recieve your postcard. :-)

Address for postcard:

Petko Yotov, 56 boulevard des Invalides, 75007 Paris, France

(please mention which recipe of mine are you using).

A strtotime MarkupExpression that understands the format "DATE +1 days", in config.php:

 $MarkupExpr['strtotime'] = 'strftime( 
   (@$args[1]>"" ? $args[1]:"m-%d"), 
   strtotime(@$args[0]>""? $args[0] : "now"))';

and then, in a page, for the default %Y-%m-%d format:

  {(strtotime "{*$Name} +1 days")}

or, to specify another format:

  {(strtotime "{*$Name} +1 days" "%d/%m/%Y")}

Notes:

Contact

  • e-mail: 5ko snail free period fr.
  • http://5ko.free.fr/ personal site, mostly in Bulgarian and French language.

PmWiki Version : pmwiki-2.2.0-beta65.

  • May 18, 2008, at 12:51 AM PmWiki time
  • May 18, 2008, at 07:51 AM CET

Mailing lists : pmwiki.user gmane fr google | pmwiki.devel : gmane google anon

Watch list

See Cookbook.Watch lists

Cookbook

Latest 15 recent changes in the Cookbook. Cookbook-New.

Change log

<< | Documentation Index | >>

See the cookbook recent changes page for additional updates and activity by other developers, or join the pmwiki mailing lists to discuss feature development with us.

  • Add content-type/charset to Abort() output (suggested by Petko).

Version 2.2.0-beta65 (2007-11-17)

  • Fix SiteAdmin.AuthList so that it defaults to list=all (reported by Roman).
  • Fix pmwiki skin to include xmlns= attribute in <html> tag (PITS:00989, reported by Mateusz Czaplinski and Petko Yotov).

Version 2.2.0-beta64 (2007-11-13)

  • Add times to PmWiki date parsing (e.g., 2007-08-09T12:22:04).
  • Suppress warning from ini_set in diag.php (suggested by Petko).
  • Fix handling of -> links in trails (reported by Eemeli Aro).
  • Add .kml and .kmz as valid attachment types.
  • Fix handling of &amp; in markup (PITS:00988, reported by Stirling Westrup).
  • Fix duplication of language markers in $XLLangs (PITS:00987, reported by Stirling Westrup).
  • Correct typo in DRange() call in stdmarkup.php (reported by Stirling Westrup).
  • Turn on error displays when diagnostics are enabled.

PmForm

See PmForm and Path:/pmform/

PmWikiFr

Latest 10 recent changes in the PmWikiFr (rc, [1]).

100 aRC

Edit - History - Print - Recent Changes - Search
Page last modified on April 19, 2008, at 11:07 PM