Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

index.html for update site is obsolete #430

Open
protoism opened this issue Jan 18, 2023 · 2 comments
Open

index.html for update site is obsolete #430

protoism opened this issue Jan 18, 2023 · 2 comments

Comments

@protoism
Copy link
Contributor

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
Copy link
Member

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

@protoism
Copy link
Contributor Author

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 protoism added this to the 4.1 milestone Feb 8, 2023
keinhaar added a commit to keinhaar/gwt-eclipse-plugin that referenced this issue Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants