I've installed it locally. it's not too hard to figure out :-)
my memory is terrible.
in your webserver space eg /var/www/html/parchment
put
parchment.html
parchment.css
/src
/lib
and you want
zcode2js.py
make a story in inform7 and type
python zcode2js.py story.zblorb > story.js
put that in /var/www/html/parchment
make all the permissions sensible
then type in browser
http://turnip.home/parchment/parchment.html?story=story.js
I think thats it.
> http://turnip.home/parchment/parchment.html?story=story.js
ooops turnip.home= yourserver
--
You received this message because you're subscribed to the Parchment Google Group. http://groups.google.com/group/parchment
Would be nice to set up continuous integration and some basic
integration tests. Since parchment is javascript, it would technically
be possible to check on the app status using a static web site,
although it would probably not be possible to send out notification
emails.
Would be nice to set up continuous integration and some basic
integration tests. Since parchment is javascript, it would technically
be possible to check on the app status using a static web site,
although it would probably not be possible to send out notification
emails.
My apologises everyone, I obviously did not test my last commit, and
left out a change. The new mastertemp branch should work now.
--
mick