aboutsummaryrefslogtreecommitdiff
path: root/templates/searchform.tmpl
Commit message (Collapse)AuthorAge
* Always produce HTML5 doctype and new attributes, but not new elementsSimon McVittie2014-10-16
| | | | | | | | | | | | | According to caniuse.com, a significant fraction of Web users are still using Internet Explorer versions that do not support HTML5 sectioning elements. However, claiming we're XHTML 1.0 Strict means we can't use features invented in the last 12 years, even if they degrade gracefully in older browsers (like the role and placeholder attributes). This means our output is no longer valid according to any particular DTD. Real browsers and other non-validator user-agents have never cared about DTD compliance anyway, so I don't think this is a real loss.
* Add placeholder text in search form (in html5 mode only).Joey Hess2010-05-02
|
* Added a small icon to the search input box.Joey Hess2008-08-06
|
* search: Converted to use xapian-omega.Joey Hess2008-06-03
| | | | | Everything is done except for the actual indexing. I plan to do incremental indexing as pages change.
* * Patch from James Westby to add a template for the search form.joey2006-08-26
* Cache search form for speedup.