aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/google.pm
Commit message (Collapse)AuthorAge
* Add placeholder text in search form (in html5 mode only).Joey Hess2010-05-02
|
* bugfixesJoey Hess2010-04-24
|
* add support for mass dependenciesJoey Hess2010-04-24
| | | | Registered by passing "" as page name to add_depends.
* look for templates in srcdir and underlays, firstJoey Hess2010-04-22
| | | | | | | | | | | | | | | This entailed changing template_params; it no longer takes the template filename as its first parameter. Add template_depends to api and replace calls to template() with template_depends() in appropriate places, where a dependency should be added on the template. Other plugins don't use template(), so will need further work. Also, includes are disabled for security. Enabling includes only when using templates from the templatedir would be nice, but would add a lot of complexity to the implementation.
* add section informationJoey Hess2010-02-12
|
* google: Pass the whole wiki url to google, not just the domain, so that ↵Joey Hess2009-10-29
| | | | search works correctly for wikis that are located in subdirectories of domains.
* avoid mixing english with translationJoey Hess2009-01-26
| | | | | "google search" is english which would get mixed in with translated text. Instead, usr just the plugin name.
* po: gettext-ize error messagesintrigeri2009-01-02
| | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* finalise version 3.00 of the plugin apiJoey Hess2008-12-23
|
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
|
* optimise url parsing and add guard against failure to parseJoey Hess2008-10-10
|
* google plugin: Use google.com to search the local site.Peter Simons2008-10-10
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.