# a list of the softlinks to make in order to fullfill stupid GET requests like, # GET /ajax/libs/jquery/1.4/jquery.min.js?ver=3.4.2 # see how it calls for 1.4, but in the dir stucture there is only # /ajax/libs/jquery/1.4.0/ # so correct it by hand. cd ajax/ cd libs/ cd jquery ln -s 1.3.0/ 1.3 ln -s 1.4.0/ 1.4 ln -s 1.5.0/ 1.5 ln -s 1.6.0/ 1.6 ln -s 1.7.0/ 1.7 ln -s 1.8.0/ 1.8 ln -s 1.9.0/ 1.9 ln -s 1.10.0/ 1.10 ln -s 2.0.0/ 2.0 ln -s 2.0.0/ 2 ln -s 2.1.0/ 2.1 cd .. cd jquerymobile/ ln -s 1.4.0/ 1.4 cd .. cd webfont/ ln -s 1.0.0/ 1.0 cd .. cd mootools/ ln -s 1.3.0/ 1.3 ln -s 1.4.0/ 1.4 ln -s 1.5.0/ 1.5 cd .. cd jqueryui/ ln -s 1.6.0/ 1.6 ln -s 1.7.0/ 1.7 ln -s 1.8.0/ 1.8 ln -s 1.9.0/ 1.9 ln -s 1.10.0/ 1.10 ln -s 1.11.0/ 1.11 cd .. cd ext-core/ ln -s 3.0.0/ 3.0 ln -s 3.0.0/ 3 cd .. cd dojo/ ln -s 1.2.0/ 1.2 ln -s 1.3.0/ 1.3 ln -s 1.4.0/ 1.4 ln -s 1.5.0/ 1.5 ln -s 1.6.0/ 1.6 ln -s 1.7.0/ 1.7 ln -s 1.8.0/ 1.8 ln -s 1.9.0/ 1.9 ln -s 1.10.0/ 1.10 cd .. cd chrome-frame/ ln -s 1.0.0/ 1.0 ln -s 1.0.0/ 1