-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add menu item on gloss: 'Show in Signbank' #9
Comments
Is it possible to have a reference to Signbank in an ECV? |
@ocrasborn Alright. I have given it some more thought. Some explanation of my earlier comment: to make this function generic for all future Signbanks, where ever they are hosted, we need some way to determine that an ECV reference is without a doubt a Signbank-ECV reference. We could for now use the heuristic 'is the text "signbank" in the reference url', but it may result in 'page not found's if it is actually not a Signbank. |
It might not always be that, but it is always possible to redirect that url to the correct one. |
@henrinie Alright, but that implies that the ELAN user will have that power to make that happen somehow. And the path may actually be used for something else. (Perhaps I am too much of a pessimist.) |
@vanlummelhuizen That sounds great.
Will that support https? |
@henrinie From an ELAN point of view, it can be either http or https. We could demand https. From a Signbank point of view I would hope https is at least a possibility. Perhaps @Woseseltops can chip in here. |
@vanlummelhuizen I really hope it will be https only. |
Ah, good point. I am going to check if https could be added for ECVs. |
@ocrasborn This is implemented now. You can download the new jar. A few things are hardcoded:
|
@henrinie I tested using an ECV over a https connection. It works as it should so there might be a problem with your https connections. You could investigate using these helpful urls: https://www.ssllabs.com/ssltest/analyze.html and http://www.digicert.com/help I problem I encountered before was a broken certificate chain, which means your specific https certificate does not refer to one of the worlds main certificate authorities. |
Sorry for the off topic in this issue. It might be that I have some other problem too. If you have a test ecv online behind https I would like to test it if possible. |
@henrinie This is interesting: when started from a regular installation, I encounter the problems you describe. But when started from my development environment (Eclipse IDE), there is no problem. I reckon it can be easily fixed, but finding that solution may take a while. Perhaps I contact Han Sloetjes (main devoper of ELAN, Max Planck Institute Nijmegen) about this. I will let you know. |
@henrinie Ok, I came this far: starting ELAN from Eclipse or directly from the commandline makes it accept https. When starting from the installation script (InstallAnywhere/LaunchAnywhere) https is not accepted. I think I will mail Han Sloetjes now, since the responsibility for this lies with him. I will let him know that it is like this on Ubuntu. What OS are you using? |
@vanlummelhuizen Thank you for testing this. |
@henrinie I just tested it on Window 7 and I got the same problem. Han will look into this next week. I will keep you posted. |
Tested; works fine. |
… External Reference for opening a Signbank entry from a ECV entry.
The text was updated successfully, but these errors were encountered: