gwt-plugins / gwt-eclipse-plugin

GWT Eclipse Plugin Documentation
http://gwt-plugins.github.io/documentation/
Eclipse Public License 1.0
114 stars 47 forks source link

index.html for update site is obsolete #430

Open protoism opened 1 year ago

protoism commented 1 year ago

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

niloc132 commented 1 year ago

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

protoism commented 1 year ago

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: