gwt-eclipse-plugin icon indicating copy to clipboard operation
gwt-eclipse-plugin copied to clipboard

index.html for update site is obsolete

Open protoism opened this issue 2 years ago • 2 comments

This file: https://github.com/gwt-plugins/gwt-eclipse-plugin/blob/master/repo/src/main/resources/index.html is using very old xslt APIS.

Here a more modern example, we could use as a starting point

https://developer.mozilla.org/en-US/docs/Web/XSLT/XSLT_JS_interface_in_Gecko/Basic_Example

protoism avatar Jan 18 '23 17:01 protoism

Do other plugin repos offer an example of what we could use instead, rather than building our own?

niloc132 avatar Jan 31 '23 01:01 niloc132

I looked at just this one: http://sdbg.github.io/p2/ There is an hand made index.html and no site.xml at all. site.xml is a legacy format, if I get it right. So we could:

  • remove the site.xml file
  • write a small index.html with installation instructions

protoism avatar Jan 31 '23 23:01 protoism