! This the manifest file for the Quixe in-browser interpreter, and gives ! the necessary details to Inform's release component (called cBlorb) so that ! the interpreter can be bundled into a released website, all set up ready ! to play the IF story file being released. ! Manifest files have a simple format. They are allowed to set the value of ! any cBlorb placeholders that they would like to, but the ones below are the ! only ones they will likely want to set. These two are needed for the footer ! of the play page: [INTERPRETERVERSION] Quixe for Inform 7 (v. 2.1.0) [] [INTERPRETERURL] http://eblong.com/zarf/glulx/quixe/ [] ! Note that we don't set [INTERPRETER]: cBlorb has already set that to the ! name of the interpreter, in this case, to "Quixe". ! This declares whether the interpreter can handle blorbed Z-machine files ! ("z"), blorbed Glulx files ("g") or both ("zg" or "gz"). No other values ! are legal; note lower case. [INTERPRETERVM] g [] ! [INTERPRETERHEAD] provides code to go into the
... of the ! web page playing the work. (Placeholder text starts on the line after the ! name, and continues until a line reads just []. Line breaks are included ! between lines, though not at the end of the final line; white space is ! stripped out at the left and right hand edges of each line.) ! In writing the head and body, note that the structure of the site being ! constructed is: ! play.html <-- page on which the interpreter runs ! interpreter ! ...the base64-encoded story file... ! ...any files copied over according to the manifest below... ! The placeholder [ENCODEDSTORYFILE] expands to the leafname of the base64 ! version of the story file, which might be (but should not be assumed ! to be) "story.zblorb.js". [INTERPRETERHEAD] [] ! [INTERPRETERBODY] provides the part of the page where the window ! or gadget actually appears. [INTERPRETERBODY]