Hi, i find the idea good to store examples along the lib folders, cause as Jacques said it is easy to have a look in the documentation (when you have no i-net connection). Furthermore the documentation causes no footprint in the performance of the system (no memory usage or anything). So i'm fine with it.
Removing the versions from the plugins helps when we want to update a plugin (it is easier to make a patch file to update a plugin than replacing the whole file). If we uses a version number at the file name we have to check the whole code for the old version names and change them to the new one ... (more work). A disadvantage is, that we have to open each file to see which version we are using. But that's ok for me. Have a good day Cheers Sascha 2010/11/12 Jacques Le Roux <[email protected]> > Hi, > > I dither about some minor points in the jQuery branch and would like to > have your opinions. > > Should we embed the docs and demos for the extensions (plugins, etc.). I > guess so because it's convenient when working without Internet connection. > On the other hand it's a bit heavy. > > For now, for some plugins, we put the version in the lib name. This is ok > OOTB, but for custom apps users may not notice a plugin version change and > would not change their own decorators. So I wonder if, like Sascha suggested > recently, we should not rather have no version in plugins names. > > Thanks > > Jacques > > -- Sascha Rodekamp Lynx-Consulting GmbH Johanniskirchplatz 6 D-33615 Bielefeld http://www.lynx.de
