]> git.plutz.net Git - flarejs/commitdiff
Merge commit '68a6666004a13f6c61bcca2756d46e59e83143e3' as 'cgilite'
authorPaul Hänsch <paul@plutz.net>
Tue, 4 Feb 2020 17:33:55 +0000 (18:33 +0100)
committerPaul Hänsch <paul@plutz.net>
Tue, 4 Feb 2020 17:33:55 +0000 (18:33 +0100)
Makefile [new file with mode: 0644]
cgilite/cgilite.sh [moved from cgilite.sh with 100% similarity]
cgilite/file.sh [moved from file.sh with 100% similarity]
cgilite/html-sh.sed [moved from html-sh.sed with 100% similarity]
cgilite/logging.sh [moved from logging.sh with 100% similarity]
cgilite/session.sh [moved from session.sh with 100% similarity]
cgilite/storage.sh [moved from storage.sh with 100% similarity]
flarejs.html [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..24781a9
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+.PHONY: _subtrees
+
+_subtrees: _cgilite
+
+cgilite:
+       git subtree add --squash -P $@ https://git.plutz.net/git/$@ master
+
+_cgilite: cgilite
+       git subtree pull --squash -P $< https://git.plutz.net/git/$< master
similarity index 100%
rename from cgilite.sh
rename to cgilite/cgilite.sh
similarity index 100%
rename from file.sh
rename to cgilite/file.sh
similarity index 100%
rename from html-sh.sed
rename to cgilite/html-sh.sed
similarity index 100%
rename from logging.sh
rename to cgilite/logging.sh
similarity index 100%
rename from session.sh
rename to cgilite/session.sh
similarity index 100%
rename from storage.sh
rename to cgilite/storage.sh
diff --git a/flarejs.html b/flarejs.html
new file mode 100644 (file)
index 0000000..06c1fed
--- /dev/null
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML>
+<html><head>
+  <title>FlareJS</title>
+</head><body onload="script();">
+  <canvas id="view" width=640 height=480 />
+  <script>
+
+view = getElementById("view");
+
+function Mob(textdef) {
+}
+
+  </script>
+</body></html>