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

Replace the crawler by an XSLT transformation #2

Open
AlainVagner opened this issue Apr 11, 2022 · 2 comments
Open

Replace the crawler by an XSLT transformation #2

AlainVagner opened this issue Apr 11, 2022 · 2 comments

Comments

@AlainVagner
Copy link
Owner

AlainVagner commented Apr 11, 2022

The current way to generate the html definition of a word is to crawl it from the website. This approach is highly inefficient and unreliable but was the fastest one for an MVP. The idea here is to remove the crawler and replace it with an (XSLT?) transformation.
By having more control on the html generation, this would let us improve the accessibility of the generated code, notably for headings and lists.

@AlainVagner AlainVagner mentioned this issue Apr 12, 2022
2 tasks
@AlainVagner
Copy link
Owner Author

Maybe the XSLT in this project can be reused:
https://github.com/tigran-a/lod2xdxf

@AlainVagner
Copy link
Owner Author

AlainVagner commented Jul 9, 2022

The crawler cannot work anymore, as the website has been totally revamped. Maybe the API can also help here: https://lod.lu/api/doc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant