timwis / jkan

A lightweight, backend-free open data portal, powered by Jekyll
https://jkan.io
MIT License
219 stars 308 forks source link

make jkan social? #112

Open iltempe opened 8 years ago

iltempe commented 8 years ago

what do you think to make Jkan more social? I mean include the possibility to create community, comments the datasets published. is it a crazy thing?

jalbertbowden commented 8 years ago

isn't there a plan to implement disqus? i think this is a novel idea, especially allowing signup/in via 3rd party like github/stackoverflow/etc.

iltempe commented 8 years ago

yes! disquis should be an idea, I mean, my portal is intended for "normal people" that are not part of governements staff so social should be nice.

JJediny commented 8 years ago

There was an issue #5 for adding disqus (which can certainly be done) but there is also already a setting to turn on hypothesis which not only also for threaded conversation but annotation of any content on the site, just change the hypothesis setting in the _config.yml to true:

https://github.com/timwis/jkan/blob/gh-pages/_config.yml#L66

timwis commented 8 years ago

I think adding disqus comments would be a great addition. It also seems pretty straightforward to do. Would anyone like to give it a shot?

iltempe commented 8 years ago

I've added the possibility to make comments with DISQUS on datasets.

It's just a question to set a tag in the dataset md file, "comment: true" and in _config.yml your disqus shortname.

In dataset.html page i've inserted the JS code to enable disqus where comments are enable.

you can look everythig on http://iltempe.github.io/opendatagentediprato/datasets/

you have a pull request on jkan, please verify wich changes you need.

willemvanopstal commented 6 years ago

@iltempe Looks good with the disquss comment sections. Can you explain a little bit more on how to incorporate this functionaility?

matbrgz commented 6 years ago

https://staticman.net has a good approuch about this.. take a look.

timwis commented 6 years ago

Wow that's a pretty cool approach! Feels more jekylly than something like disqus would, which is nice.