summaryrefslogtreecommitdiff
path: root/lib/exe/opensearch.php
Commit message (Collapse)AuthorAge
* fixed references to images in old template (FS#2816)Anika Henke2013-07-21
|
* removed some more occurances of DOKU_TPL*Andreas Gohr2012-02-01
|
* Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3Michael Hamann2010-11-29
| | | | | | As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is opened, thus this commit removes the enc setting from the modeline.
* don't use fullpath() before initializedAndreas Gohr2007-09-30
| | | | darcs-hash:20070930201133-7ad00-a35a6c40f880116009efd9e50cb002bd75733369.gz
* don't use realpath() anymore (FS#1261 and others)Andreas Gohr2007-09-30
| | | | | | | | | | | The use of realpath() to clean up relative file names caused some trouble in certain setups relying on symlinks or having restricitve file structure setups. This patch replaces all realpath() calls with a PHP only replacement which should solve those problems. darcs-hash:20070930184250-7ad00-512ff04c95f57fc9eaf104f80372237a3c94286f.gz
* opensearch uses correct path to templatesTom N Harris2007-04-02
| | | | darcs-hash:20070402043249-6942e-c69c700456d6feb5d275f3fab46bdba82505e30f.gz
* added missing with/height attributes to opensearch image tagMichael Klier2007-01-25
| | | | darcs-hash:20070124232113-23886-5fdea45dec232c6a94995d83439f1c05beb33c6e.gz
* fix opensearch icon searchMike Frysinger2006-12-07
| | | | darcs-hash:20061207165258-5224c-8b65b6bd08d123fae7e141fd1b1ff497a0e3c1ce.gz
* OpenSearch supportAndreas Gohr2006-11-10
This adds support for the OpenSearch specification to autodetect DokuWiki's search engine. The patch was submitted by Mike Frysinger some time ago. Some changes were made to the original patch. Only tested in FireFox 2.0 darcs-hash:20061110151453-7ad00-298ad77603854a604a642c0afd3975a997b8dc09.gz