> Given my relative naivete with html/js, my question is how to protect > the content? Can an app or app functions of a TW be compiled? Are > there other ways to encrypt html/js source code? If there aren't, > then I suppose I won't try.
There are ways to compress/obfuscate JavaScript code - but it remains interpreted code[1], so it's as opaque as compiling to object/binary code. You might want to ask yourself whether this "protection" is really necessary though. I won't go on a Free/Open-Source Software rant here, but the problem you're trying to address is likely not a problem at all. TiddlyWiki itself, and your intent to build something on top of it, demonstrate that there's immense value in providing access to the source code, allowing others to reuse and refine your product. There are countless other examples of this, and more and more people (and companies) are beginning to realize that. -- F. [1] http://en.wikipedia.org/wiki/Interpreted_language [2] http://en.wikipedia.org/wiki/Obfuscated_code --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

