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.
Mailing lists :
pmwiki.user gmane fr |
pmwiki.devel : gmane
anon
PmWiki Version : pmwiki-2.2.0-beta67.
- July 20, 2008, at 07:49 PM PmWiki time
- July 21, 2008, at 02:49 AM CET 02h49
|
Watch list - see Cookbook.Watch lists
Change log
Version 2.2.0-beta67 (2008-07-13)
- Add {$LastModifiedTime} page variable.
- Add
$EnableSessionPasswords variable to control session password usage.
- Add
$SessionEncode and $SessionDecode variables to specify functions for encoding/decoding sensitive session data.
- Updated httpauth.php to use SessionAuth instead of poking in session guts directly.
Version 2.2.0-beta66 (2008-07-04)
- Add content-type/charset to Abort() output (suggested by Petko).
- Close minor XSS vulnerability (PITS:01030).
- Add "nested if" capability.
- Fix bug in $Transition handling that would enable all transitions if any were set (reported by John Rankin).
|
Cookbook (rc)
PmWikiBg (rc)
PmWikiFr (rc)
|
100 aRC