aboutsummaryrefslogtreecommitdiff
path: root/doc/patchqueue/make-searchform-template.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-26 21:57:59 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-26 21:57:59 +0000
commit2bec3518c22c2627df4062c80179a5b7027c52bf (patch)
tree99b7fe914a0565bb413e52432cfe075c12c0ecc0 /doc/patchqueue/make-searchform-template.mdwn
parent02a2de8ead6d7afd828643397e2f68f0c63acb70 (diff)
downloadikiwiki-2bec3518c22c2627df4062c80179a5b7027c52bf.tar
ikiwiki-2bec3518c22c2627df4062c80179a5b7027c52bf.tar.gz
* Patch from James Westby to add a template for the search form.
* Cache search form for speedup.
Diffstat (limited to 'doc/patchqueue/make-searchform-template.mdwn')
-rw-r--r--doc/patchqueue/make-searchform-template.mdwn13
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]]