diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-26 21:57:59 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-26 21:57:59 +0000 |
commit | 2bec3518c22c2627df4062c80179a5b7027c52bf (patch) | |
tree | 99b7fe914a0565bb413e52432cfe075c12c0ecc0 /doc/patchqueue | |
parent | 02a2de8ead6d7afd828643397e2f68f0c63acb70 (diff) |
* Patch from James Westby to add a template for the search form.
* Cache search form for speedup.
Diffstat (limited to 'doc/patchqueue')
-rw-r--r-- | doc/patchqueue/make-searchform-template.mdwn | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/patchqueue/make-searchform-template.mdwn b/doc/patchqueue/make-searchform-template.mdwn deleted file mode 100644 index 97a8b7e11..000000000 --- a/doc/patchqueue/make-searchform-template.mdwn +++ /dev/null @@ -1,13 +0,0 @@ -Here is a small patch that adds a new template for the search form. - -http://jameswestby.net/scratch/search_template.diff - -I wanted this so I could add a label to it easily. - -I don't really think there's a problem with doing it except that it makes it -more easy to break the search box. - - Thanks for the patch. The only problem I see is that the template - is identical but gets rebuilt per-page. Would probably be better to - build it only the first time, then reuse the rendered text for all - further pages, to avoid slowing ikiwiki down any. --[[Joey]] |