That's a bit better - it's now loading the intepreter, but it still
can't seem to get the actual story file, it just sits on 'Please wait
whilst parchment loads - Retrieving story file...'
I'm probably missing something simple :)
Johnathon
Ok, sorry, old habits die hard! The full, proper URL is:
http://error.rockpapershotgun.com/
For testing purposes, the HTML that I've tried is there as well, till I
get it working there's no point in deploying it on the main site
(http://rockpapershotgun.com)
Best,
Johnathon
I've just updated, and now deployed:
http://www.rockpapershotgun.com/503test
It's not loading the story file still. I've tried all the options
visible in the HTML source ("testing options"). It's probably me being
silly again.. but are these options documented anywhere I can lookup?
Also, would you like the attribution link changed at all, whilst I've
got you? I'll probably strip the date. :-)
Best,
Johnathon
.. I'm sure I'm not missing those two!
http://error.rockpapershotgun.com/interpreter/gnusto.min.js
http://error.rockpapershotgun.com/interpreter/zmachine.min.js
Those have been there for a while:
-rw-r--r-- 1 shotgun shotgun 54156 2011-07-18 15:24 gnusto.min.js
-rw-r--r-- 1 shotgun shotgun 12754 2011-07-18 15:24 zmachine.min.js
Is the system trying to access those files from
www.rockpapershotgun.com? That isn't possible - whilst the system is in
error state, it's only capable of delivering raw HTML, and I don't
particularly want to have to inline that much javascript into the
varnish configuration.. it looks enough of a mess with the HTML in there
as it is ;)
Best,
Johnathon
Whoo, getting there!
Is parchment detecting the device width? The browser-generated content
I'm seeing now (which you can see by going here:
http://www.rockpapershotgun.com/503test) is currently putting this
around the main content window:
<div style="width: 0px;" id="content">
I can see there's this looking option in the header, before the
parchment options:
<meta name="viewport" content="width=device-width">
I've tried setting that to a percentage, and pixel defined, but it
doesn't appear to change the restriction the javascript seems to be
adding. I've even tried removing that meta tag completely, to no avail,
so I suspect that that is a red-herring.
Any ideas? :)
Best,
Johnathon
Would it be easier if I just re-write the HTML from scratch? (I used to
design and develop sites for a living, HTML and CSS aren't a problem for
me).
Do you have any template HTML to work from, or documentation of the
options that need to be specified for parchment in the HTML, above the
calls?
Johnathon
And, it's working :) Thank you!
Best,
Johnathon