TiddlyWiki does this out-of-the-box already. The chkHttpReadOnly option (checked by default) hides all editing options when your wiki is viewed over an HTTP link. This means you can put in on your server (FTP, etc.) and users who see it over the web will get a read-only view.
As far as disabling editing if you share the file itself, edit the file itself and search for the string "readOnly = (window". After this line, add readOnly = true; and that will put the whole file in read- only mode. There is probably a way to do this programmatically via a config.option.chkReadOnly for example but this is all I could come up with. Frank On May 27, 8:56 pm, jvelf777 <[email protected]> wrote: > I'm new to Tiddly Wiki and am not sure if this is the right solution > for what I intend to use it for. I love the simplicity of creating > and modifying, however, my requirement is to be the sole poster to the > tiddly wiki. I simply want to share the information I post in the TW > but I don't want others to be able to modify or delete. Just read- > only. > > Let me know if tiddly wiki is the right solution. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

