From: Thomas W. <tho...@gm...> - 2010-02-07 21:52:10
|
Dannes, In jQuery we have a main module usually jquery-x.x.x.js and self contained modules called plugins. It is a common practice plugin file names to be in the format jquery.{plugin-name}-{version}.js for the commend version and jquery.{plugin-name}-{version}.min.js for the minified version. The way JavaScript files are organised in the list you sent, follow the best practices for JavaScript projects. I am still not involved in the this part of eXist project but from looking at the list and in my experience in working on large jQuery projects, I can assure you the JavaScript files are fine the way they are. Regards, Thomas ------ Thomas White Mobile:+44 7711 922 966 Skype: thomaswhite gTalk: thomas.0007 Linked-In:http://www.linkedin.com/in/thomaswhite0007 facebook: http://www.facebook.com/thomas.0007 On 7 February 2010 21:09, Dannes Wessels <da...@ex...> wrote: > Some questions about recent commits > > trunk/eXist/webapp/administration/scripts/dynatree/license-bsd.txt >> trunk/eXist/webapp/administration/scripts/dynatree/license-gpl2.txt >> > > Are these licenses checked to be compatible with our L-GPL? GPL2 is clearly > not.... > > and... how many versions of jquery do we have? find . -name "jquery*" | > grep -v svn > ./administration/scripts/dataTables/jquery.dataTables-1.6.1.js > ./administration/scripts/dataTables/jquery.dataTables-1.6.1.min.js > ./administration/scripts/dataTables/jquery.dataTables-1.6.1.min.js.gz > ./administration/scripts/dynatree/jquery.dynatree-0.5.2.js > ./administration/scripts/dynatree/jquery.dynatree-0.5.2.min.js > ./administration/scripts/jquery > ./administration/scripts/jquery/jquery-1.4.1.js > ./administration/scripts/jquery/jquery-1.4.1.min.js > ./administration/scripts/jquery.cookie > ./administration/scripts/jquery.cookie/jquery.cookie.js > ./administration/scripts/jquery.ui > ./administration/scripts/jquery.ui/jquery.ui.full-1.7.2.min.js > ./biblio/jquery-utils.js > ./biblio/jquery.xql > ./scripts/jquery > ./scripts/jquery/css/jquery.autocomplete.css > ./scripts/jquery/css/smoothness/jquery-ui-1.7.2.custom.css > ./scripts/jquery/jquery-1.3.2.min.js > ./scripts/jquery/jquery-ui-1.7.2.custom.min.js > ./scripts/jquery/jquery.autocomplete.min.js > > we have .js , .js.gzm 1.3.2, af few 1.7.2 's .... all over the archive. > > I remember we decided that we would not do it this way? Please can we merge > to one consistent set of scripts, with the licenses checked of-course..... > And have some version info on come of the js files.... > > regards > > Dannes > > > > > -- > eXist-db Native XML Database - http://exist-db.org > Join us on linked-in: http://www.linkedin.com/groups?gid=35624 > > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the > business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development > > |