summaryrefslogtreecommitdiff
path: root/templates/googleform.tmpl
AgeCommit message (Collapse)Author
2010-05-05consistently drop NAME= in templatesJoey Hess
also add template syntax smoke test
2010-05-02Add placeholder text in search form (in html5 mode only).Joey Hess
2009-10-29google: Pass the whole wiki url to google, not just the domain, so that ↵Joey Hess
search works correctly for wikis that are located in subdirectories of domains.
2009-02-14apply patch to fix googleform xhtmlJoey Hess
2008-10-10google plugin: Use google.com to search the local site.Peter Simons
Google allows has a nice feature, sitesearch, that allows anyone to limit search results to a specific site. Obviously, this feature can be used to provide a search engine for the local ikiwiki site without the need to install any additional software. Just enable the 'google' plugin and make sure that --url uses the proper hostname. Thanks to Joey for helping to get the Perl implementation right.