|
1 | | -[](https://ci.appveyor.com/project/xspec/xspec/branch/master) |
2 | | -[](https://dev.azure.com/xspec/xspec/_build/latest?definitionId=1&branchName=master) |
3 | | -[](https://github.com/xspec/xspec/actions/workflows/test.yml) |
4 | | -[](https://github.com/xspec/xspec/actions/workflows/lint.yml) |
5 | | - |
6 | | -## XSpec [](https://github.com/xspec/xspec/releases/latest) |
| 1 | +## XSpec |
7 | 2 |
|
8 | 3 | XSpec is a unit test and [behaviour-driven development](https://en.wikipedia.org/wiki/Behavior_Driven_Development) (BDD) framework for XSLT, XQuery, and Schematron. It is based on the Spec framework of [RSpec](https://rspec.info/), which is a BDD framework for Ruby. |
9 | 4 |
|
10 | | -XSpec consists of a syntax for describing the behaviour of XSLT, XQuery, or Schematron code, and some code that enables you to test the code against those descriptions. |
11 | | - |
12 | | -## Getting Started |
13 | | - |
14 | | -To get started, check out the installation instructions for [macOS/Linux](https://github.com/xspec/xspec/wiki/Installation-on-Mac-and-Linux) and [Windows](https://github.com/xspec/xspec/wiki/Installation-on-Windows) and how to [write your first XSpec test](https://github.com/xspec/xspec/wiki/Getting-Started). |
15 | | - |
16 | | -## Support |
17 | | - |
18 | | -Check out the XSpec documentation in the [wiki](https://github.com/xspec/xspec/wiki) before raising an issue or asking a question. If you have any question that is not answered in the wiki, feel free to [raise an issue](https://github.com/xspec/xspec/issues). For historical searches, the unmonitored [XSpec discussion list](https://groups.google.com/d/forum/xspec-users) might also be useful. |
19 | | - |
20 | | -## Contribute |
21 | | - |
22 | | -XSpec is an open source project originally written by [Jeni Tennison](https://github.com/JeniT). It was maintained in the past years by [Florent Georges](https://github.com/fgeorges). Active development of XSpec restarted in 2016 and the project is currently maintained by [AirQuick](https://github.com/AirQuick), [Amanda Galtman](https://github.com/galtm) (technical development) and [Sandro Cirulli](https://github.com/cirulls) (management and community) with the help of the XSpec community. |
23 | | - |
24 | | -If you wish to contribute to XSpec, please read the [contributing guidelines](https://github.com/xspec/xspec/blob/master/CONTRIBUTING.md) and then [raise or pick up an issue](https://github.com/xspec/xspec/issues) and [send us your pull requests](https://github.com/xspec/xspec/pulls). Please document any issue with examples of your XSpec code. |
25 | | - |
26 | | -## License |
27 | | - |
28 | | -XSpec code is released under the [MIT License](LICENSE), except: |
29 | | - |
30 | | -- The `lib/` directory consists of third-party code in subdirectories that each contain their own `LICENSE` files. |
31 | | -- [A few parts of the codebase](https://github.com/xspec/xspec/blob/master/java/com/jenitennison/xslt/tests/XSLTCoverageTraceListener.java) are released under the [Mozilla Public License](https://www.mozilla.org/en-US/MPL/). |
32 | | -- Some files are derived from code examples that are licensed under the [W3C Software License](https://www.w3.org/copyright/software-license-2023/). Such files indicate their license in a code comment that includes "W3C Software License" text. |
33 | | - |
34 | | -The content of the XSpec wiki is released under the [Creative Commons 3.0 BY](https://creativecommons.org/licenses/by/3.0/) license. |
| 5 | +This repository has been archived. For the latest XSpec code and documentation, go to: https://github.com/xspec/xspec |
0 commit comments