SIMEXP / niak

GNU Octave library for connectivity analysis in large fMRI datasets
http://niak.simexp-lab.org
Other
27 stars 21 forks source link

https online version of the doc is not working #395

Closed bpinsard closed 4 years ago

bpinsard commented 5 years ago

The website for niak and psom with https (referenced by default on google) are not working. The cause seems to be that it depends on javascript loaded from unencrypted location.

pbellec commented 5 years ago

mmmmhhhhh ok :/

I see, so all these lines should load from https? https://github.com/SIMEXP/niak/blob/gh-pages/index.html#L13-L19

I'll have a look.

pbellec commented 5 years ago

ok so I have updated to https, but it does not fix the problem. flatdoc seems to default to http, and still gets blocked.

It also looks like the project is not maintained anymore https://github.com/rstacruz/flatdoc/issues/100

May be simpler to rebuild with sphinx. I'll look into this, I want to learn how to use it anyway.

pbellec commented 5 years ago

I have started importing old markdown content in a new repo: https://github.com/SIMEXP/niak_docs

It's missing some important material, but that's the core of what is still relevant.

pbellec commented 5 years ago

Alright, so the sphinx doc was relatively easy to build, and it does work with https https://simexp.github.io/niak_docs/build/html/index.html

A few things to tweak, and it will be ready to push on readthedocs

I'll redirect niak.simexp-lab.org there once it's done.

pbellec commented 5 years ago

I've finished the port to sphynx. https://niak.simexp-lab.org should now work fine.

Also in the end I decided to leave the website on the gh-pages branch of niak, I would need to reconfigure the DNS, and it's painful.