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

Add a simple HTML representation for clients without JavaScript? #160

Open
ptgolden opened this issue May 26, 2020 · 1 comment
Open

Add a simple HTML representation for clients without JavaScript? #160

ptgolden opened this issue May 26, 2020 · 1 comment

Comments

@ptgolden
Copy link
Member

(Just something I'm jotting down.)

It would be nice to serve some sort of alternative HTML representation of the dataset to clients without JavaScript enabled.

Of course, there could be a passive aggressive static message in the index.html file in the client that says "Your browser does not support JavaScript. Please use a browser that does." But there's also a possibility of serving some kind of simple representation of a paginated table of periods.

We'd be re-implementing some things server side that we already do on the client, but it would be fundamentally simpler. Something like...

Label Start Stop Source Download
Bronze Age 3300BCE 1200BCE The new encyclopedia of the... .jsonld .ttl

Only a paginated list, maybe a search on label...

Seriously not necessary, but it would be nice to be able to browse the dataset from the Web in, say, Lynx. And to at least have the ability to show something without a full ES7+ compatible browser.

@rybesh
Copy link
Member

rybesh commented Jun 25, 2020

There are these representations:

https://data.perio.do/gtzvd.ttl.html

But I like the idea of having something more browsable.

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

2 participants