open-xml-templating / docxtemplater

Generate docx, pptx, and xlsx from templates (Word, Powerpoint and Excel documents), from Node.js or the browser. Demo: https://www.docxtemplater.com/demo. #docx #office #generator #templating #report #json #generate #generation #template #create #pptx #docx #xlsx #react #vuejs #angularjs #browser #typescript #image #html #table #chart
https://www.docxtemplater.com
Other
3.01k stars 348 forks source link

Demo site is down #271

Closed arogachev closed 7 years ago

arogachev commented 7 years ago

I'm interested in using your library, however after visiting the demo link I noticed that site is down. 😞

edi9999 commented 7 years ago

Do you mean http://javascript-ninja.fr/docxtemplater/v3/examples/demo.html ?

It seems up to me .

arogachev commented 7 years ago

@edi9999 Yes, I just can't load it. Tried with 2 different internet providers.

ping javascript-ninja.fr

also fails.

Maybe it's a local problem related with my country / internet provider, sorry then. Other sites are loading without any problems though.

edi9999 commented 7 years ago

The site is up now for everyone.

It was an issue in the DNS servers of the hosting service (http://status.ovh.net/?do=details&id=14307)

edi9999 commented 7 years ago

I'm not sure whether it is up, because I can't ping javascript-ninja.fr either

edi9999 commented 7 years ago

You can have the demo locally by doing

git clone https://github.com/open-xml-templating/docxtemplater.git
cd docxtemplater
npm install
npm run preversion
python -m SimpleHTTPServer 8888
google-chrome localhost:8888/examples/demo.html
edi9999 commented 7 years ago

It seems that the fact that the site cannot be pinged is just that the host does not reply to pings at all. But the site is up for everyone now

arogachev commented 7 years ago

@edi9999 I still can't open it in the browser, Mozilla Firefox shows standard message that waiting time is expired.

edi9999 commented 7 years ago

I think then it might be your internet service provider.

http://www.downforeveryoneorjustme.com/http://javascript-ninja.fr/docxtemplater/v3/examples/demo.html

Works fine

On 13 Jan 2017 06:12, "Alexey Rogachev" notifications@github.com wrote:

@edi9999 https://github.com/edi9999 I still can't open it in the browser, Mozilla shows standard message that waiting time is expired.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/open-xml-templating/docxtemplater/issues/271#issuecomment-272362881, or mute the thread https://github.com/notifications/unsubscribe-auth/AB-bKCOpAbarZf50-NpdSQ4V3750TwTDks5rRwfWgaJpZM4LchW7 .

arogachev commented 7 years ago

@edi9999 Thanks, seems like it's down only for me. Sorry, will try to contact my internet provider and ask them.