-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathREADME.txt
57 lines (41 loc) · 2.06 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
GlkOte -- a Javascript display library for IF interfaces
GlkOte Library: version 2.3.6.
Designed by Andrew Plotkin <[email protected]>
<http://eblong.com/zarf/glk/glkote.html>
GlkOte is a tool for creating interactive fiction -- and other
text-based applications -- on a web page. It is a Javascript library
which handles the mechanics of displaying text, arranging panes of
text, and accepting text input from the user.
* Contents
Documentation:
- README.txt -- this file
- docs.html -- how to use GlkOte in your game (or other application)
What you need:
- glkote.js -- the GlkOte library
- glkapi.js -- a Glk API layer
- dialog.js -- a library for loading and saving game data
- electrofs.js -- replacement for dialog.js for Electron.atom.io
- jquery-1.12.4.js -- the jQuery library
- jquery-1.12.4.min.js -- the jQuery library, compressed
- glkote.css -- the GlkOte default stylesheet
- dialog.css -- the stylesheet for the dialog library
- waiting.gif -- an animated "loading" image
Example pages:
- sample-demo.html -- a "fake game" that demonstrates library features
- sample-demo.js -- source code for the fake game
- sample-demo2.html -- same fake game with a different stylesheet
- glkote-demo2.css -- the different stylesheet
- sample-help.html -- pop-up help page for the fake game
- sample-demobase.html -- a simpler, one-window use of the library
- sample-minimal.html -- minimal, no-window use of the library
* Permissions
The GlkOte, GlkAPI, and Dialog Javascript libraries are copyright
2008-2024 by Andrew Plotkin. They are distributed under the MIT
license; see the "LICENSE" file.
The GlkOte documentation is licensed under a Creative Commons
Attribution-Noncommercial-ShareAlike 4.0 International License.
See <http://creativecommons.org/licenses/by-nc-sa/4.0>
This package includes the jQuery JavaScript framework, version 1.12.4
Copyright jQuery Foundation and other contributors
Released under the MIT license <http://jquery.org/license>
For details, see the jQuery web site: <http://jquery.com/>