Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
commit
57f9dd2e1a
|
@ -0,0 +1,8 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="http://jmtd.livejournal.com/"
|
||||||
|
ip="188.222.50.68"
|
||||||
|
subject="comment 1"
|
||||||
|
date="2010-09-09T21:41:07Z"
|
||||||
|
content="""
|
||||||
|
You probably need to run \"lighttpd-enable-mod userdir\"
|
||||||
|
"""]]
|
|
@ -11,3 +11,14 @@ can act upon them sequentially, or (2) optionally divorce the `ikiwiki
|
||||||
I'm not aware of web servers, at least apache, killing cgi processes when
|
I'm not aware of web servers, at least apache, killing cgi processes when
|
||||||
the user stops a page load. If this is happening ikiwiki should be able to
|
the user stops a page load. If this is happening ikiwiki should be able to
|
||||||
avoid it by blocking whatever signal is causing it to terminate. --[[Joey]]
|
avoid it by blocking whatever signal is causing it to terminate. --[[Joey]]
|
||||||
|
|
||||||
|
Just as an experiment, I tried running ikiwiki using a *remote* repository,
|
||||||
|
i.e. via "svn+ssh". After setting up the repo and relocating the working copy,
|
||||||
|
unfortunately, it doesn't work; editing a page gives the error:
|
||||||
|
|
||||||
|
Error: no element found at line 3, column 0, byte 28 at /opt/local/lib/perl5/vendor_perl/5.10.1/darwin-multi-2level/XML/Parser.pm line 187
|
||||||
|
|
||||||
|
I *think* this is because, despite a SetEnv directive in the apache configuration,
|
||||||
|
the CGI wrapper is expunging SVN_SSH from the environment (based on perusing
|
||||||
|
the source of Wrapper.pm and looking at "envsave" there at the top).
|
||||||
|
Is this the case? --Glenn
|
||||||
|
|
|
@ -35,10 +35,6 @@ Markdown rendering, for example).
|
||||||
|
|
||||||
<http://www.gnu.org/software/hurd/purify_html>
|
<http://www.gnu.org/software/hurd/purify_html>
|
||||||
|
|
||||||
## Tags -- [[bugs/tagged__40____41___matching_wikilinks]]
|
|
||||||
|
|
||||||
Tags should be a separate concept from wikilinks.
|
|
||||||
|
|
||||||
### \[[!map]] behavior
|
### \[[!map]] behavior
|
||||||
|
|
||||||
The \[[!map]] on, for example,
|
The \[[!map]] on, for example,
|
||||||
|
|
Loading…
Reference in New Issue