Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

master
Joey Hess 2010-07-08 14:06:40 -04:00
commit 3473524e0a
3 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://joey.kitenet.net/"
nickname="joey"
subject="do parameter missing"
date="2010-07-08T06:04:44Z"
content="""
I just debugged this problem with someone else who was using ngix-fcgi. There was a problem with it not passing CGI environment variables properly. If you're using that, it might explain your problem.
"""]]

View File

@ -90,3 +90,16 @@ Pawel
>>>
>>> Otherwise, take a look at [[tips/optimising_ikiwiki]]
>>> for some advice on things that can make ikiwiki run slowly. --[[Joey]]
>>>> Thanks for the hints! I don't understand it, but it seems that refreshing
>>>> all pages has resolved the problem and now my wiki works well again :)
>>>>
>>>> No, I use `rebuild-pages.sh` script only when I want to rebuild
>>>> my wiki manually, for example when you release new Ikiwiki version
>>>> then I need to update my templates. Some of them have been translated
>>>> to Polish by me.
>>>>
>>>> Fortunately my wiki and its Subversion repo are located on the same host.
>>>> We have a lot of Subversion repos for our projects and I don't want to
>>>> change only wiki repo for better performance. I'm rather satisfied with
>>>> its speed. --[[Paweł|ptecza]]

View File

@ -0,0 +1 @@
What is the syntax for enabling plugins in the setup file?