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

fix demo site https://olado.github.io/doT/ #236

Open
coclav opened this issue Aug 9, 2017 · 14 comments
Open

fix demo site https://olado.github.io/doT/ #236

coclav opened this issue Aug 9, 2017 · 14 comments

Comments

@coclav
Copy link

coclav commented Aug 9, 2017

when using the demo site over https, jquery won't load because it's HTTP (not S)

I think it's a quick fix ;-)

thanks

@epoberezkin
Copy link
Collaborator

@coclav demo site is http://olado.github.io/doT/ - it works. Why do you need it to work for https?

@thomasdarimont
Copy link

Just stumbled upon this issue as well since another site (https://www.sitepoint.com/top-javascript-frameworks-libraries-tools-use/) linked to the doT demo site via https.

Couldn't you just load jquery with a protocol-independent absolute path?
This would then work in both cases.

<script src="//code.jquery.com/jquery.min.js">

@epoberezkin
Copy link
Collaborator

Yes, I would accept the PR

@zlumer
Copy link

zlumer commented Sep 7, 2017

I'd gladly make a PR but I can't find the source code for the website. Could you please direct me to it?

@MikeRalphson
Copy link

@zlumer
Copy link

zlumer commented Sep 7, 2017

This PR is 3 years old:
olado/olado.github.com#6

@itzsaga
Copy link

itzsaga commented Nov 1, 2017

@epoberezkin would love to do the work to move the official site off of @olado's GH pages. Doesn't look like she's actively maintaining it or anybody has access to it. Would a gh-pages branch here be best? Create a doT.js org and transfer ownership of both to that? Or maybe just fill out the wiki here? Could start with a simple clone of what's already done then move forward. Secure a dot.js.org domain and in time it would top the search engines. Thoughts?

@epoberezkin
Copy link
Collaborator

@itzsaga I will see what I can do - doing some review of all little things with doT :)

@epoberezkin
Copy link
Collaborator

epoberezkin commented Dec 14, 2019

@olado dot.js.org is now available to move the website there, so I plan to do the following:

@epoberezkin
Copy link
Collaborator

epoberezkin commented Dec 14, 2019

@olado actually I can't do it as I don't have access to repo settings... I possibly could do it on the fork, but better if you could enable Github pages on gh-pages branch in this repo.

@epoberezkin
Copy link
Collaborator

The only way to fix is to move to my or some other account... I would rather not tbh... cc @olado - can you help here?

@epoberezkin
Copy link
Collaborator

epoberezkin commented Jul 25, 2020

probably best to move to dot-template - @olado, if there are no objections please move there (you're invited) or I will move a fork if I don't hear in a week...

@techguydave
Copy link

Looks like you never moved it over and she doesn't seem to be active anymore. What's the latest status?

@pke
Copy link

pke commented Aug 29, 2021

Seems like this will never happen? Its such an easy fix, yet its stalled because the original creator is unresponsive.
How about forking the site and setup this repo to generate the demo site GH pages from this repos "gh-pages" folder? Can be changed in the settings of this repo.

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

8 participants