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)
|
||||
* Use bzr --quiet to avoid it outputting stuff and messing up http headers.
|
||||
(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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
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:
|
||||
wildmax: 256
|
||||
qxpndcmd:
|
||||
helpfile: estseek.help
|
||||
helpfile: /usr/share/hyperestraier/estseek.help
|
||||
deftitle:
|
||||
attrwidth: 80
|
||||
dispproxy:
|
||||
|
|
Loading…
Reference in New Issue