responses and doc improvement
[ikiwiki] / doc / bugs / HTML_is_not_update_nor_created_when_editing_markdown_via_CGI.mdwn
1 I don't know if I have a missed configuration. But under 1.35 using the CGI to create login, to login, and to edit and save the markdown works fine. But the resulting HTML is not generated (updated or created). Using ikiwiki from command line will then update the HTML for me.
2
3 An example of the problem: edit worked to update source *.mdw file but www version was not updated,
4 so when have new page it has a "?Page". (So CGI is working that much.) I edit ("create") by clicking the ? question mark and save but then receive an HTTP 404 error because the testingpage.html?updated file is not found.
5
6 How to get that file generated automatically on save (via edit)?
7
8 If this is documented, sorry I missed it.
9
10 > If a revision control system is configured, ikiwiki relies on a hook
11 > being triggered by its commit to the RCS, which then runs ikiwiki again
12 > to do the build, same as happens when a commit is made to the RCS
13 > directly. If the appropriate hook is not uncommented and configured in
14 > the setup file, you could see the behavior you describe.
15 >
16 > If no revision control system is used, ikiwiki handles the build after
17 > writing the file.
18
19 > --[[Joey]]