Guys, I need advice on how to best go about getting a branch of JSTemplate into the Shindig codebase.
JSTemplate is a DOM-based template library currently used by the client-side OpenSocial template implementation. libhttp:// code.google.com/p/google-jstemplate/ As a result of some spec changes, I have had to modify this library to continue working for us - and these changes aren't likely to be integrated back into the trunk of JST because they are pretty specific to some decisions made by OpenSocial. Therefore, I would like to create a copy within the Shindig codebase and modify it as needed. I had initially (and naively) simply copied the files in as part of a patch (http://codereview.appspot.com/32041/show) but Evan has suggested that a more formal process may be in order. Please let me know what the best way to go about this is.

