From f9957d11ed3674b5c2ff7ba7c234bed7cb036b5f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 10 Oct 2008 00:13:19 +0200 Subject: google plugin: Use google.com to search the local site. 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. --- templates/googleform.tmpl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 templates/googleform.tmpl (limited to 'templates/googleform.tmpl') diff --git a/templates/googleform.tmpl b/templates/googleform.tmpl new file mode 100644 index 000000000..523cff001 --- /dev/null +++ b/templates/googleform.tmpl @@ -0,0 +1,6 @@ +
+
+ + +
+
-- cgit v1.2.3