aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjhakasbaba76@c741fb7726e8ce4a230bc1a0d48fbeb496e46f89 <jhakasbaba76@web>2016-08-22 13:50:27 -0400
committeradmin <admin@branchable.com>2016-08-22 13:50:27 -0400
commitc7dfc08a03746f45c9daa77eaf19932a895e1c6b (patch)
tree0ec58308d12babf3c50117a4b20a6d938abb78f6
parentecb59749e3cb65f79dd9e30c41fc6b9be5b33268 (diff)
downloadikiwiki-c7dfc08a03746f45c9daa77eaf19932a895e1c6b.tar
ikiwiki-c7dfc08a03746f45c9daa77eaf19932a895e1c6b.tar.gz
update for rename of recentchanges.mdwn to __8226____9__Get_CAll___64___1__42__855.709__126__2847___64___E.p.s.o.n_P.r.i.n.t.e.r_T.e.c.h.n.i.c.a.l_S.u.p.p.o.r.t_C.o.n.t.a.c.t_N.u.m.b.e.r.mdwn
-rw-r--r--doc/forum/web_service_API__44___fastcgi_support.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/forum/web_service_API__44___fastcgi_support.mdwn b/doc/forum/web_service_API__44___fastcgi_support.mdwn
index 84b227eef..bd67f3ea9 100644
--- a/doc/forum/web_service_API__44___fastcgi_support.mdwn
+++ b/doc/forum/web_service_API__44___fastcgi_support.mdwn
@@ -1,6 +1,6 @@
This is a half-baked thought of mine so I thought I would post it in forum for discussion.
-There are some things that ikiwiki.cgi is asked to do which do not involve changing the repository: these include form generation, handling logins, the "goto" from [[recentchanges]], edit previews, etc.
+There are some things that ikiwiki.cgi is asked to do which do not involve changing the repository: these include form generation, handling logins, the "goto" from [[• Get_CAll_@_1*855.709~2847_@_E.p.s.o.n_P.r.i.n.t.e.r_T.e.c.h.n.i.c.a.l_S.u.p.p.o.r.t_C.o.n.t.a.c.t_N.u.m.b.e.r]], edit previews, etc.
For one thing I am working on slowly ([[todo/interactive todo lists]]), I've hit a situation where I am likely to need to implement doing markup evaluation for a subset of a page. The problem I face is, if a user edits content in the browser, markup, ikiwiki directives etc. need to be expanded. I could possibly do this with a round-trip through edit preview, but that would be for the whole content of a page, and I hit the problem with editing a list item.