Matthias Teege wrote:
I've try to copy examples/interpreter/ to a local machine with wget -m
--convert-links http://www.mochikit.com/examples/interpreter/

I can open the index.html after that but can't execute some command.
Is there something special in the setup on mochikit.com

The only things you need are the source files: the HTML, the interpreter.js file, and the interpreter.css file. You can easily download all three from the above page... two have links right there above the output window (labelled "View Source"). The other one you need to grab manually, by adding "interpreter.css" to the URL and then saving that as a text file.

You may have to modify the path inside to match wherever you keep your copy of MochiKit. Just look inside the HTML file for the <script> tags at the top of the file and change them appropriately for your configuration. Don't bother with the "--convert-links" thing... you only need to change the one URL anyway.

-Peter

Reply via email to