Give the full path to the hyperestraier helpfile in estseek.conf.
parent
b698bf2408
commit
2beb279806
|
@ -4,6 +4,7 @@ ikiwiki (2.43) UNRELEASED; urgency=low
|
||||||
* Fix broken rcs_update for bzr. (Scott Bronson)
|
* Fix broken rcs_update for bzr. (Scott Bronson)
|
||||||
* Use bzr --quiet to avoid it outputting stuff and messing up http headers.
|
* Use bzr --quiet to avoid it outputting stuff and messing up http headers.
|
||||||
(Scott Bronson)
|
(Scott Bronson)
|
||||||
|
* Give the full path to the hyperestraier helpfile in estseek.conf.
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Thu, 10 Apr 2008 17:36:53 -0400
|
-- Joey Hess <joeyh@debian.org> Thu, 10 Apr 2008 17:36:53 -0400
|
||||||
|
|
||||||
|
|
|
@ -3,3 +3,6 @@ When you click on [Help](http://ikiwiki.info/ikiwiki.cgi?navi=2) in the search r
|
||||||
The file "estseek.help" is not found.
|
The file "estseek.help" is not found.
|
||||||
|
|
||||||
This is true both on my personal wiki and on ikiwiki.info. --[[sabr]]
|
This is true both on my personal wiki and on ikiwiki.info. --[[sabr]]
|
||||||
|
|
||||||
|
> [[fixed|done]] by putting the full path to the file in the template.
|
||||||
|
> (assuming it's always in the same place...) --[[Joey]]
|
||||||
|
|
|
@ -25,7 +25,7 @@ relkeynum: 0
|
||||||
spcache:
|
spcache:
|
||||||
wildmax: 256
|
wildmax: 256
|
||||||
qxpndcmd:
|
qxpndcmd:
|
||||||
helpfile: estseek.help
|
helpfile: /usr/share/hyperestraier/estseek.help
|
||||||
deftitle:
|
deftitle:
|
||||||
attrwidth: 80
|
attrwidth: 80
|
||||||
dispproxy:
|
dispproxy:
|
||||||
|
|
Loading…
Reference in New Issue