@jinntec/fore 1.0.0-0 → 1.0.0-3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -14,7 +14,13 @@
14
14
 
15
15
  [![Twitter URL](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Ftwitter.com%2FJinnForeTec)](https://twitter.com/JinnForeTec)
16
16
 
17
- ## [Demos](https://jinntec.github.io/Fore)
17
+ ## [Demos Demos Demos Demos Demos](https://jinntec.github.io/Fore)
18
+
19
+ Sorry for being loud - some people complaining not finding demos.
20
+
21
+ ## [Element Reference](https://jinntec.github.io/Fore/doc/reference.html)
22
+
23
+ For latest and greatest please use a local installation. See 'Running demos and docs'
18
24
 
19
25
  # What it does
20
26
 
@@ -197,4 +203,14 @@ Include the repective bundle in your webpage with a module import:
197
203
  </script>
198
204
  ```
199
205
 
206
+ ## Giant shoulders
207
+
208
+ The giants that made Fore possible:
209
+
210
+ * past and current [XForms editors](https://www.w3.org/community/xformsusers/wiki/XForms_2.0) - not all brilliant ideas get traction and fame. Nevertheless a brilliantly worked out state engine.
211
+ * [fontoXPath](https://github.com/FontoXML/fontoxpath) - without this wonderful XPath 3.1 implementation in the browser Fore has never been possible - period.
212
+ * [depGraph](https://github.com/jriecken/dependency-graph) - finding this gem saved a big bunch of work.
213
+
214
+ Thanks to all giants!
215
+
200
216