Categories:
Author:
Current version:
0.1
About It:
Get it:
Rate it:
Flag it:
jmd_wiki_events
<txp:jmd_wiki_events/> is a rewrite of mdn_wikitoday. It returns a list of Wikipedia events based on either the article’s date or the current date, depending on its context. Wikipedia events are stored in a table for two months before being updated.
Note: Requires PHP5.
Keywords/tags:
Initially released:
2008-03-29Posted here:
30 Mar 2008Article modified:
31 Mar 2008









If there is a comment form at the Information URL, you may want to leave your comments/questions there or at the Forum thread for quicker feedback. Otherwise, comment away:
Commented (3)
There is small problem with your plugin – it depends on strftime function, which formats date according to locale settings. For example, on my Polish textpattern installation, it produces url http://en.wikipedia.org/wiki/lipiec_17 which doesn’t work.
I’m using $this->day = date(‘M_j’, strtotime($this->date)); instead, and now it works just fine.
Thanks for a great plugin, anyway!
My bad, it should be ‘F_j’, not ‘M_j’.
Thanks Neratin. I’ll post an update soon.
If you find anymore issues, please post them in the forum thread – I don’t visit txp.org often.
Subscribe to this article's comments RSS feed. [ ? ] View Recent Comments across the site.