====== PhpImplicitNoCache plugin ====== ---- plugin ---- description: Make pages with PHP code NOCACHE by default author : B.J. Black email : bj@schmong.org type : syntax lastupdate : 2007-11-27 compatible : depends : conflicts : similar : tags : cache downloadurl: https://trello.com/1/cards/5d581aaf732f4a5d4ecd2d19/attachments/5d581b12c019ce06c4d2d24f/download/phpimplicitnocache.zip bugtracker : sourcerepo : donationurl: screenshot_img: ---- ===== Introduction ===== When using tags in a page, the page is still cached by default (you have to use the ~~NOCACHE~~ directive to keep a page from getting cached otherwise). This is a problem if you're trying to write most types of web apps using DokuWiki as a framework. While I am [[http://www.freelists.org/archives/dokuwiki/11-2007/msg00061.html|lobbying]] to get a fix in the base DokuWiki code, this plugin should work on most older versions until the bytes fall to the masses :-D ===== Installation ===== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. ===== Acknowledgments ===== Thanks to [[chris@jalakai.dot.co.uk|Christopher Smith]] for his careful tutelage and the [[plugin:actionlink|ActionLink]] plugin (from whom I borrowed some of this page's bits). ===== Discussion ===== This is my first DokuWiki plugin ever, so please, be gentle ;-) --- //[[bj@schmong.org|B.J. Black]] 2007-11-27//