manage caching of form actions (kwiki)
mi <[email protected]>
| Newsgroups | gmane.network.wwwoffle.user |
|---|---|
| Message-ID | <20040722190113.06a0bd96@woody> |
Hello, i'm trying kwiki first time, and wonder how to get wwwoffle not to cache edit / post actions. Some wwwoffle index entries of http://kwiki.org: > /index.cgi?!action=edit&page_id=SandBox!POST:BJdjCGSpGT6m1qQmYlto9g.40ffde34 > /index.cgi?SandBox I wonder that both show the same content, of http://kwiki.org/index.cgi?SandBox. There's little javascript inside, afaics works like > a href="index.cgi?action=edit&page_id=SandBox" accesskey="e" title="Edit This Page"> for editing and > <form method="post" action="index.cgi" enctype="application/x-www-form-urlencoded" style="display: inline"> for posting. Can i have wwwoffle to not cache the edit and post actions, *but* still do cache ~/index.cgi?Sandbox ? However, i'd like to cache some special edit actions, to be able to lookup sourcers offline: [Löschen] /index.cgi?action=edit&page_id=SandBox [Löschen] /index.cgi?action=edit&page_id=KwikiFormattingRules Can i just put parameters like ?action= inside the DontCache section ? I'll go try all this out, however, i would appreciate some general statement. -- mi