Differences From:
File
src/wiki.c
part of check-in
[b2e55c0d4d]
- Add the /wiki and /bwiki web pages. Currently renders content from
the check-out as readonly.
by
drh on
2007-09-01 21:11:33.
Also file
src/wiki.c
part of check-in
[bbcb6326c9]
- Pulled in the navbar and timeline changes.
by
aku on
2007-09-17 00:58:51.
[view]
To:
File
src/wiki.c
part of check-in
[ab637af752]
- Add enumeration lists and indented paragraphs in the wiki.
by
drh on
2007-09-28 15:44:08.
[view]
@@ -110,9 +110,9 @@
/* Render the page */
style_header(zTitle);
blob_init(&page, z, -1);
- wiki_convert(&page, cgi_output_blob(), WIKI_HTML);
+ wiki_convert(&page, 0);
blob_reset(&src);
}else{
style_header("Unknown Wiki Page");
@ The wiki page "%h(zPageName)" does not exist.