summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/resources/webidl2/test/widlproc/README.md
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-02-25 01:03:57 +0000
committerMoonchild <moonchild@palemoon.org>2021-02-25 01:03:57 +0000
commitceadffab6b357723981a429e11222daf6cd6dcfb (patch)
tree5603053048d6a460f79b22bdf165fb74d32d39b0 /testing/web-platform/tests/resources/webidl2/test/widlproc/README.md
parent14fb2f966e9b54598c451e3cb35b4aa0480dafed (diff)
parentad5a13bd501e379517da1a944c104a11d951a3f5 (diff)
downloadUXP-RC_20210225.tar
UXP-RC_20210225.tar.gz
UXP-RC_20210225.tar.lz
UXP-RC_20210225.tar.xz
UXP-RC_20210225.zip
Merge branch 'master' into releaseRC_20210225
Diffstat (limited to 'testing/web-platform/tests/resources/webidl2/test/widlproc/README.md')
-rw-r--r--testing/web-platform/tests/resources/webidl2/test/widlproc/README.md40
1 files changed, 0 insertions, 40 deletions
diff --git a/testing/web-platform/tests/resources/webidl2/test/widlproc/README.md b/testing/web-platform/tests/resources/webidl2/test/widlproc/README.md
deleted file mode 100644
index 8ed824e7d..000000000
--- a/testing/web-platform/tests/resources/webidl2/test/widlproc/README.md
+++ /dev/null
@@ -1,40 +0,0 @@
-# Uses
-
-widlproc can be used to validate WebIDL in W3C specifications. It serves as the basis for the [W3C Web IDL on-line checker](http://www.w3.org/2009/07/webidl-check).
-
-widlproc's generated XML is used to generate [webinos JavaScript APIs specifications](http://dev.webinos.org/specifications/draft/).
-
-# License
-
-widlproc is licensed under the Apache 2 License.
-
-# Others
-
-See also [webidl.js](https://github.com/darobin/webidl.js), a JavaScript-based Web IDL parser used by various tools in W3C.
-
-# Credits
-
-Most of the work on widlproc was done by Tim Renouf and Paddy Byers. Aplix corporation owns the copyright of the code up to June 2011.
-
-The tool is kept up to date with the changes in the spec by Dominique Hazael-Massieux, through funding from the [webinos project](http://webinos.org/) since June 2011.
-
-# Documentation
-
-See doc/widlproc.html in the tree.
-
-# Build Instructions
-
-## Windows
-
-Install requirements
-* Cygwin - must install must install libs/libxslt
-* Visual Studio express 2012 or 2010 (see difference below)
-
-makefile uses cygwin make. References are coded in the make file to detect teh current version of visual studio
-
-# Future work
-windows build could be improved to handle multipe versions with vcvars.bat
-http://stackoverflow.com/questions/62029/vs2008-command-prompt-cygwin
-
-
-