diff options
author | http://smcv.pseudorandom.co.uk/ <smcv@web> | 2013-07-17 04:11:25 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-07-17 04:11:25 -0400 |
commit | 9f71ca5ffef194c12a96679e1e21c70a7cd9ac5a (patch) | |
tree | 7c3d790e9c94e66211f90d4971135e20d49523a0 | |
parent | 871e0f3482913b95267420936390e977d9abf363 (diff) | |
download | ikiwiki-9f71ca5ffef194c12a96679e1e21c70a7cd9ac5a.tar ikiwiki-9f71ca5ffef194c12a96679e1e21c70a7cd9ac5a.tar.gz |
removed
-rw-r--r-- | doc/forum/Can_ikiwiki_be_configured_as_multi_user_blog__63__/comment_1_223a8061b9a4cd45da927ff088f6b0b8._comment | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/doc/forum/Can_ikiwiki_be_configured_as_multi_user_blog__63__/comment_1_223a8061b9a4cd45da927ff088f6b0b8._comment b/doc/forum/Can_ikiwiki_be_configured_as_multi_user_blog__63__/comment_1_223a8061b9a4cd45da927ff088f6b0b8._comment deleted file mode 100644 index 97011401b..000000000 --- a/doc/forum/Can_ikiwiki_be_configured_as_multi_user_blog__63__/comment_1_223a8061b9a4cd45da927ff088f6b0b8._comment +++ /dev/null @@ -1,27 +0,0 @@ -[[!comment format=mdwn - username="http://smcv.pseudorandom.co.uk/" - nickname="smcv" - subject="It's a wiki" - date="2013-07-17T08:08:50Z" - content=""" -Ikiwiki is a wiki, so you can certainly have multiple users. Any user -with appropriate access can create any number of blogs: they just need -to put an [[ikiwiki/directive/inline]] directive on any page they can -edit. - -If you want \"most\" users to *only* be able to write on their own blog, -and not on other users' blogs (for instance: Alice the wiki admin -can edit anything, but Bob can only edit /users/bob/... and Chris can -only edit /users/chris/...) then you can use [[plugins/lockedit]], -something like: - - locked_pages: * and !(user(bob) and (users/bob or users/bob/*)) and !(user(chris) and (users/chris or users/chris/*)) - -(Wiki admins can always edit locked pages.) - -If you have lots of users and you know a bit of Perl, you might want to -[[plugins/write|write a plugin]] that adds a function-like [[ikiwiki/PageSpec]] -like `owndirectory(users)`, which would match if there is a logged-in user -and the page being edited is equal to or a subpage of their directory in -`users`. -"""]] |