[dokuwiki] Re: problem new syntax plugin should not cache
- From: Chris Smith <chris@xxxxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Mon, 31 Oct 2005 20:25:22 +0000
Thomas Baumann wrote:
Hello list,
I try to create a new syntax plugin with
dynamic content, but the content is only refreshed
when I change the code between the <myplugin>...</myplugin>.
How can I avoid the caching ?
How can the data between <myplugin>...</myplugin> always
been rendered ?
Thanks for any help in advance.
Thomas.
There is a parser property to force no caching. Take a look at the
include plugin, I am pretty sure it does what you describe.
Cheers,
Chris
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
- Follow-Ups:
- References:
- [dokuwiki] problem new syntax plugin should not cache
- From: Thomas Baumann
Other related posts:
- » [dokuwiki] problem new syntax plugin should not cache
- » [dokuwiki] Re: problem new syntax plugin should not cache
- » [dokuwiki] Re: problem new syntax plugin should not cache
- » [dokuwiki] Re: problem new syntax plugin should not cache
- » [dokuwiki] Re: problem new syntax plugin should not cache
Hello list,
I try to create a new syntax plugin with
dynamic content, but the content is only refreshed when I change the code between the <myplugin>...</myplugin>.
How can I avoid the caching ? How can the data between <myplugin>...</myplugin> always been rendered ?
Thanks for any help in advance.
Thomas.
- [dokuwiki] problem new syntax plugin should not cache
- From: Thomas Baumann