![]() |
index : ikiwiki/legacy | |
old ikiwiki engine, based on git.ikiwiki.info | Jonas Smedegaard |
summaryrefslogtreecommitdiff |
historyurl
hash
in setup file. But if I want to disable discussions, then I need
to set discussion=0
there. So, you can see that we don't have
one common method here.
Maybe Ikiwiki setup file should has more hashes for action URLs,
for example edit=[01]
, recentchanges=[01]
, prefs=[01]
and history=[01]
?
If you are curious why I need that features, I can clarify it.
I'm building "parallel" version of my site. It means that I want
to have one editable version for internal users and second only
readable version (+ search feature) for external users. I build
both versions on secure, internal machine from the same pages,
of course, and separated setup files and different templates.
The readable version of the site will be rsynced to clustered WWW
front-ends immediately via post-commit
hook file or periodically
by Cron. I haven't decided how to do it yet. --[[Paweł|ptecza]]
You disable display of recentchanges by disabling that plugin.
Thanks for the hint! I didn't think about it :)
You disable edit and preferences by not enabling a cgiurl at all.
Yes,
-rw-r--r-- README 3
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ the following locales:* danish (da) by Jonas Smedegaard <dr@jones.dk>+Additionally, the configuration has been simplified to not mention non-Git VCS+systems, and deprecated placeholder files has been removed from basewiki.+Getting the source------------------