#309: Support locally-installed third party javascript/css ------------------------+--------------------------------------------------- Reporter: dom | Owner: Nobody Type: defect | Status: new Priority: normal | Milestone: Component: openguides | Version: svn Severity: normal | Keywords: ------------------------+--------------------------------------------------- Currently OpenGuides seems to depend on the following external sites for various functionality:
http://cdn.leafletjs.com/leaflet-0.4/leaflet.css http://cdn.leafletjs.com/leaflet-0.4/leaflet.js https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
I don't particularly want to go down the route of bundling these directly, but it would be nice to support replacing each of these with different URLs (for example jquery is packaged separately in Debian so could be served up by the same system as openguides is installed in without much trouble). This would enable OpenGuides to be used on closed networks, and to be less exposed to the third-party risks.