diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-03 12:25:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-03 12:25:48 -0400 |
commit | 7d62bcd5bfc6a695a178561311cfe337f5f58093 (patch) | |
tree | 699d2387e1559cab7d0764c0242a1bf20ce09c3f | |
parent | 136846d442ea25a79203cdefe1eafbbce37197b1 (diff) | |
download | ikiwiki-7d62bcd5bfc6a695a178561311cfe337f5f58093.tar ikiwiki-7d62bcd5bfc6a695a178561311cfe337f5f58093.tar.gz |
comments
-rw-r--r-- | doc/plugins/editpage/discussion.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/plugins/editpage/discussion.mdwn b/doc/plugins/editpage/discussion.mdwn index 568836fb2..2ca586ade 100644 --- a/doc/plugins/editpage/discussion.mdwn +++ b/doc/plugins/editpage/discussion.mdwn @@ -11,3 +11,14 @@ Can two different websites be regenerated at the same time? Or is there any CSS I do have a secret page that I use to add new blog entry (postform). -- [[JeremyReed]] + +> You can have two different sites if you want, and perhaps push from +> the "edit" site to the main site. See [[tips/laptop_wiki_with_git]] for example. +> +> There has been talk about finding a way to hide the edit links from +> users who are not logged in sufficiently to be able to edit, using +> javascript, but nothing yet. +> +> Ikiwiki puts x-wiki headers on pages, and these can be used by +> plugins at <http://universaleditbutton.org/Universal_Edit_Button>, +> then you can disable the edit links. --[[Joey]] |