cpee-frames 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/AUTHORS +2 -0
- data/LICENSE +674 -0
- data/README.md +0 -0
- data/Rakefile +21 -0
- data/cpee-frames.gemspec +25 -0
- data/lib/cpee-frames/frames.xml +141 -0
- data/lib/cpee-frames/implementation.rb +539 -0
- data/lib/cpee-frames/ui/framedata.html +60 -0
- data/lib/cpee-frames/ui/menu.html +71 -0
- data/lib/cpee-frames/ui/template.html +64 -0
- data/lib/cpee-frames/ui/test.html +55 -0
- data/lib/cpee-frames/ui/tutorial.html +170 -0
- data/server/frames +38 -0
- data/server/frames.conf +2 -0
- data/tools/cpee-frames +83 -0
- data/ui/css/favicon-16x16.png +0 -0
- data/ui/css/favicon-32x32.png +0 -0
- data/ui/css/favicon-96x96.png +0 -0
- data/ui/css/frames.css +49 -0
- data/ui/js/frame_data.js +68 -0
- data/ui/js/language.js +71 -0
- data/ui/js/test.js +68 -0
- data/ui/js/ui.js +374 -0
- metadata +98 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: d549532f26e718c9800b3e4a4b2f4cc3c3264447f30f7356a2392b8345f98e80
|
4
|
+
data.tar.gz: ccd549964fa50aa35f0470192cc428243329bdbe3e22ef2c2983f77d34ec981d
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: aa5f4abdf8e1a7f4cb6c02f1ff6dd0f1779d336e4741f78cccdc31ef5e3818f7e3969078a00a198d5129eb5bd562a58b8c05337399d0d95e6d6528065faddd7d
|
7
|
+
data.tar.gz: ab57e995ecfc1c6cc02ee56d7025b694154674f0bd18ba89d8763a3c4df07b576106834fdf9e64454747a43d838fec391504c97f8dad51ac450bcfa6ac582262
|
data/AUTHORS
ADDED