@jinntec/fore 1.0.0-1 → 1.0.0-2

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
@@ -197,4 +197,14 @@ Include the repective bundle in your webpage with a module import:
197
197
  </script>
198
198
  ```
199
199
 
200
+ ## Giant shoulders
201
+
202
+ The giants that made Fore possible:
203
+
204
+ * 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.
205
+ * [fontoXPath](https://github.com/FontoXML/fontoxpath) - without this wonderful XPath 3.1 implementation in the browser Fore has never been possible - period.
206
+ * [depGraph](https://github.com/jriecken/dependency-graph) - finding this gem saved a big bunch of work.
207
+
208
+ Thanks to all giants!
209
+
200
210