On Sat, Oct 29, 2016 at 4:14 PM, Borys Jurgiel <[email protected]> wrote:
> Dnia piątek, 28 października 2016 13:58:53 Alessandro Pasotti pisze: > > You can also avoid any server-side scripting completely if you create a > set > > of static filtered XMLs for the different QGIS versions and you serve > them > > statically after some url rewriting (Apache or Nginx doesn't really > matter). > > I guess there is no need to create the set of xmls. Just one static file > with > all the plugin versions is enough, as the QgisMinimumVersion and > QgisMaximumVersion tags will do the job. I believe the reason you > implemented > the sever-side filtering was to limit the response size, what isn't any > problem > in a small repo. > > Regards, > Borys > Hi Borys, you are absolutely right, this was the reason for the official repo, if you don't have many plugins I think you can safely use a static XML and let the client do the version filtering. -- Alessandro Pasotti w3: www.itopen.it
_______________________________________________ Qgis-developer mailing list [email protected] List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer
