Skip to content

Commit 4d4ac16

Browse files
committed
deploy: a3c9dfc
1 parent b98aabd commit 4d4ac16

29 files changed

Lines changed: 65 additions & 42 deletions

File tree

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<!doctype html><html lang=en><head><link href=https://gmpg.org/xfn/11 rel=profile><meta charset=utf-8><meta http-equiv=x-ua-compatible content="IE=edge"><meta http-equiv=cache-control content="public"><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1"><meta name=generator content="Hugo 0.70.0"><title>404 Page not found • XSpec</title><meta name=twitter:card content="summary"><meta name=twitter:title content="404 Page not found"><meta name=twitter:description content><meta property="og:title" content="404 Page not found"><meta property="og:description" content><meta property="og:type" content="website"><meta property="og:url" content="https://xspec.github.io/404.html"><meta property="og:site_name" content="Title"><link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css><link rel=stylesheet href=/scss/hyde-hyde.9181f25ed2263aeb878ec6f8a84f10c4ebb16150000fca8767308880bdde5ca0.css integrity="sha256-kYHyXtImOuuHjsb4qE8QxOuxYVAAD8qHZzCIgL3eXKA="><link rel=stylesheet href=/scss/print.2744dcbf8a0b2e74f8a50e4b34e5f441be7cf93cc7de27029121c6a09f9e77bc.css integrity="sha256-J0Tcv4oLLnT4pQ5LNOX0Qb58+TzH3icCkSHGoJ+ed7w=" media=print><!--[if lt IE 9]><script src=https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js></script><script src=https://oss.maxcdn.com/respond/1.4.2/respond.min.js></script><![endif]--><link rel=apple-touch-icon-precomposed sizes=144x144 href=/apple-touch-icon-144-precomposed.png><link rel="shortcut icon" href=/favicon.png></head><body><div class=sidebar><div class=container><div class=sidebar-about><span class=site__title><a href=https://xspec.github.io/>XSpec</a></span><div class=author-image><img src=https://xspec.github.io/img/xspec_logo_inverted.png alt="Author Image" class="img--headshot element--center"></div><p class=site__description></p></div><div class=collapsible-menu><input type=checkbox id=menuToggle>
2-
<label for=menuToggle>XSpec</label><div class=menu-content><div><ul class=sidebar-nav><li><a href=/about/><span>About</span></a></li><li><a href=/documentation/><span>Documentation</span></a></li><li><a href=/posts/><span>Blog</span></a></li><li><a href=/help/><span>Get Help</span></a></li><li><a href=/contribute/><span>Contribute</span></a></li></ul></div><section class=social><a href=https://twitter.com/%3cusername%3e rel=me><i class="fab fa-twitter fa-lg" aria-hidden=true></i></a><a href=https://github.com/xspec/xspec rel=me><i class="fab fa-github fa-lg" aria-hidden=true></i></a><a href=https://stackoverflow.com/questions/tagged/xspec rel=me><i class="fab fa-stack-overflow fa-lg" aria-hidden=true></i></a></section></div></div><div class=copyright>&copy; 2020 - 2023 XSpec
2+
<label for=menuToggle>XSpec</label><div class=menu-content><div><ul class=sidebar-nav><li><a href=/about/><span>About</span></a></li><li><a href=/documentation/><span>Documentation</span></a></li><li><a href=/posts/><span>Blog</span></a></li><li><a href=/help/><span>Get Help</span></a></li><li><a href=/contribute/><span>Contribute</span></a></li></ul></div><section class=social><a href=https://twitter.com/%3cusername%3e rel=me><i class="fab fa-twitter fa-lg" aria-hidden=true></i></a><a href=https://github.com/xspec/xspec rel=me><i class="fab fa-github fa-lg" aria-hidden=true></i></a><a href=https://stackoverflow.com/questions/tagged/xspec rel=me><i class="fab fa-stack-overflow fa-lg" aria-hidden=true></i></a></section></div></div><div class=copyright>&copy; 2020 - 2024 XSpec
33
<a href=https://creativecommons.org/licenses/by-sa/4.0>CC BY-SA 4.0</a></div><div class=builtwith></div></div></div><div class="content container"><h1>404: Page not found</h1><p class=lead>Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href=https://xspec.github.io/>Head back home</a> to try finding it again.</p></div></body></html>

about/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html><html lang=en><head><link href=https://gmpg.org/xfn/11 rel=profile><meta charset=utf-8><meta http-equiv=x-ua-compatible content="IE=edge"><meta http-equiv=cache-control content="public"><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1"><meta name=generator content="Hugo 0.70.0"><title>About XSpec • XSpec</title><meta name=twitter:card content="summary"><meta name=twitter:title content="About XSpec"><meta name=twitter:description content="XSpec is a unit test and behaviour-driven development (BDD) framework for XSLT, XQuery, and Schematron. It is based on the Spec framework of RSpec, which is a BDD framework for Ruby.
22
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.
3-
To get started, check out the installation instructions for MacOS/Linux and Windows and how to write your first XSpec test."><meta property="og:title" content="About XSpec"><meta property="og:description" content="XSpec is a unit test and behaviour-driven development (BDD) framework for XSLT, XQuery, and Schematron. It is based on the Spec framework of RSpec, which is a BDD framework for Ruby.
3+
To get started, check out the installation instructions for macOS/Linux and Windows and how to write your first XSpec test."><meta property="og:title" content="About XSpec"><meta property="og:description" content="XSpec is a unit test and behaviour-driven development (BDD) framework for XSLT, XQuery, and Schematron. It is based on the Spec framework of RSpec, which is a BDD framework for Ruby.
44
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.
5-
To get started, check out the installation instructions for MacOS/Linux and Windows and how to write your first XSpec test."><meta property="og:type" content="article"><meta property="og:url" content="https://xspec.github.io/about/"><meta property="og:site_name" content="Title"><link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css><link rel=stylesheet href=/scss/hyde-hyde.9181f25ed2263aeb878ec6f8a84f10c4ebb16150000fca8767308880bdde5ca0.css integrity="sha256-kYHyXtImOuuHjsb4qE8QxOuxYVAAD8qHZzCIgL3eXKA="><link rel=stylesheet href=/scss/print.2744dcbf8a0b2e74f8a50e4b34e5f441be7cf93cc7de27029121c6a09f9e77bc.css integrity="sha256-J0Tcv4oLLnT4pQ5LNOX0Qb58+TzH3icCkSHGoJ+ed7w=" media=print><!--[if lt IE 9]><script src=https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js></script><script src=https://oss.maxcdn.com/respond/1.4.2/respond.min.js></script><![endif]--><link rel=apple-touch-icon-precomposed sizes=144x144 href=/apple-touch-icon-144-precomposed.png><link rel="shortcut icon" href=/favicon.png></head><body><div class=sidebar><div class=container><div class=sidebar-about><span class=site__title><a href=https://xspec.github.io/>XSpec</a></span><div class=author-image><img src=https://xspec.github.io/img/xspec_logo_inverted.png alt="Author Image" class="img--headshot element--center"></div><p class=site__description></p></div><div class=collapsible-menu><input type=checkbox id=menuToggle>
6-
<label for=menuToggle>XSpec</label><div class=menu-content><div><ul class=sidebar-nav><li><a href=/about/><span>About</span></a></li><li><a href=/documentation/><span>Documentation</span></a></li><li><a href=/posts/><span>Blog</span></a></li><li><a href=/help/><span>Get Help</span></a></li><li><a href=/contribute/><span>Contribute</span></a></li></ul></div><section class=social><a href=https://twitter.com/%3cusername%3e rel=me><i class="fab fa-twitter fa-lg" aria-hidden=true></i></a><a href=https://github.com/xspec/xspec rel=me><i class="fab fa-github fa-lg" aria-hidden=true></i></a><a href=https://stackoverflow.com/questions/tagged/xspec rel=me><i class="fab fa-stack-overflow fa-lg" aria-hidden=true></i></a></section></div></div><div class=copyright>&copy; 2020 - 2023 XSpec
7-
<a href=https://creativecommons.org/licenses/by-sa/4.0>CC BY-SA 4.0</a></div><div class=builtwith></div></div></div><div class="content container"><article><header><h1>About XSpec</h1><div class=post__meta><br></div></header><div class=post><p>XSpec is a unit test and <a href=http://en.wikipedia.org/wiki/Behavior_Driven_Development>behaviour-driven development</a> (BDD) framework for XSLT, XQuery, and Schematron. It is based on the Spec framework of <a href=http://rspec.info/>RSpec</a>, which is a BDD framework for Ruby.</p><p>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.</p><p>To get started, check out the installation instructions for <a href=https://github.com/xspec/xspec/wiki/Installation-on-Mac-and-Linux>MacOS/Linux</a> and <a href=https://github.com/xspec/xspec/wiki/Installation-on-Windows>Windows</a> and how to <a href=https://github.com/xspec/xspec/wiki/Getting-Started>write your first XSpec test</a>.</p></div></article></div><script defer src=https://use.fontawesome.com/releases/v5.11.2/js/all.js integrity=sha384-b3ua1l97aVGAPEIe48b4TC60WUQbQaGi2jqAWM90y0OZXZeyaTCWtBTKtjW2GXG1 crossorigin=anonymous></script><script src=https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js></script><script type=text/javascript>hljs.initHighlightingOnLoad();</script></body></html>
5+
To get started, check out the installation instructions for macOS/Linux and Windows and how to write your first XSpec test."><meta property="og:type" content="article"><meta property="og:url" content="https://xspec.github.io/about/"><meta property="og:site_name" content="Title"><link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css><link rel=stylesheet href=/scss/hyde-hyde.9181f25ed2263aeb878ec6f8a84f10c4ebb16150000fca8767308880bdde5ca0.css integrity="sha256-kYHyXtImOuuHjsb4qE8QxOuxYVAAD8qHZzCIgL3eXKA="><link rel=stylesheet href=/scss/print.2744dcbf8a0b2e74f8a50e4b34e5f441be7cf93cc7de27029121c6a09f9e77bc.css integrity="sha256-J0Tcv4oLLnT4pQ5LNOX0Qb58+TzH3icCkSHGoJ+ed7w=" media=print><!--[if lt IE 9]><script src=https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js></script><script src=https://oss.maxcdn.com/respond/1.4.2/respond.min.js></script><![endif]--><link rel=apple-touch-icon-precomposed sizes=144x144 href=/apple-touch-icon-144-precomposed.png><link rel="shortcut icon" href=/favicon.png></head><body><div class=sidebar><div class=container><div class=sidebar-about><span class=site__title><a href=https://xspec.github.io/>XSpec</a></span><div class=author-image><img src=https://xspec.github.io/img/xspec_logo_inverted.png alt="Author Image" class="img--headshot element--center"></div><p class=site__description></p></div><div class=collapsible-menu><input type=checkbox id=menuToggle>
6+
<label for=menuToggle>XSpec</label><div class=menu-content><div><ul class=sidebar-nav><li><a href=/about/><span>About</span></a></li><li><a href=/documentation/><span>Documentation</span></a></li><li><a href=/posts/><span>Blog</span></a></li><li><a href=/help/><span>Get Help</span></a></li><li><a href=/contribute/><span>Contribute</span></a></li></ul></div><section class=social><a href=https://twitter.com/%3cusername%3e rel=me><i class="fab fa-twitter fa-lg" aria-hidden=true></i></a><a href=https://github.com/xspec/xspec rel=me><i class="fab fa-github fa-lg" aria-hidden=true></i></a><a href=https://stackoverflow.com/questions/tagged/xspec rel=me><i class="fab fa-stack-overflow fa-lg" aria-hidden=true></i></a></section></div></div><div class=copyright>&copy; 2020 - 2024 XSpec
7+
<a href=https://creativecommons.org/licenses/by-sa/4.0>CC BY-SA 4.0</a></div><div class=builtwith></div></div></div><div class="content container"><article><header><h1>About XSpec</h1><div class=post__meta><br></div></header><div class=post><p>XSpec is a unit test and <a href=http://en.wikipedia.org/wiki/Behavior_Driven_Development>behaviour-driven development</a> (BDD) framework for XSLT, XQuery, and Schematron. It is based on the Spec framework of <a href=http://rspec.info/>RSpec</a>, which is a BDD framework for Ruby.</p><p>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.</p><p>To get started, check out the installation instructions for <a href=https://github.com/xspec/xspec/wiki/Installation-on-Mac-and-Linux>macOS/Linux</a> and <a href=https://github.com/xspec/xspec/wiki/Installation-on-Windows>Windows</a> and how to <a href=https://github.com/xspec/xspec/wiki/Getting-Started>write your first XSpec test</a>.</p></div></article></div><script defer src=https://use.fontawesome.com/releases/v5.11.2/js/all.js integrity=sha384-b3ua1l97aVGAPEIe48b4TC60WUQbQaGi2jqAWM90y0OZXZeyaTCWtBTKtjW2GXG1 crossorigin=anonymous></script><script src=https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js></script><script type=text/javascript>hljs.initHighlightingOnLoad();</script></body></html>

categories/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html><html lang=en><head><link href=https://gmpg.org/xfn/11 rel=profile><meta charset=utf-8><meta http-equiv=x-ua-compatible content="IE=edge"><meta http-equiv=cache-control content="public"><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1"><meta name=generator content="Hugo 0.70.0"><title>Categories • XSpec</title><meta name=twitter:card content="summary"><meta name=twitter:title content="Categories"><meta name=twitter:description content><meta property="og:title" content="Categories"><meta property="og:description" content><meta property="og:type" content="website"><meta property="og:url" content="https://xspec.github.io/categories/"><meta property="og:updated_time" content="2023-10-01T00:00:00+00:00"><meta property="og:site_name" content="Title"><link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css><link rel=stylesheet href=/scss/hyde-hyde.9181f25ed2263aeb878ec6f8a84f10c4ebb16150000fca8767308880bdde5ca0.css integrity="sha256-kYHyXtImOuuHjsb4qE8QxOuxYVAAD8qHZzCIgL3eXKA="><link rel=stylesheet href=/scss/print.2744dcbf8a0b2e74f8a50e4b34e5f441be7cf93cc7de27029121c6a09f9e77bc.css integrity="sha256-J0Tcv4oLLnT4pQ5LNOX0Qb58+TzH3icCkSHGoJ+ed7w=" media=print><!--[if lt IE 9]><script src=https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js></script><script src=https://oss.maxcdn.com/respond/1.4.2/respond.min.js></script><![endif]--><link rel=apple-touch-icon-precomposed sizes=144x144 href=/apple-touch-icon-144-precomposed.png><link rel="shortcut icon" href=/favicon.png><link rel=alternate type=application/rss+xml href=https://xspec.github.io/categories/index.xml title=XSpec></head><body><div class=sidebar><div class=container><div class=sidebar-about><span class=site__title><a href=https://xspec.github.io/>XSpec</a></span><div class=author-image><img src=https://xspec.github.io/img/xspec_logo_inverted.png alt="Author Image" class="img--headshot element--center"></div><p class=site__description></p></div><div class=collapsible-menu><input type=checkbox id=menuToggle>
2-
<label for=menuToggle>XSpec</label><div class=menu-content><div><ul class=sidebar-nav><li><a href=/about/><span>About</span></a></li><li><a href=/documentation/><span>Documentation</span></a></li><li><a href=/posts/><span>Blog</span></a></li><li><a href=/help/><span>Get Help</span></a></li><li><a href=/contribute/><span>Contribute</span></a></li></ul></div><section class=social><a href=https://twitter.com/%3cusername%3e rel=me><i class="fab fa-twitter fa-lg" aria-hidden=true></i></a><a href=https://github.com/xspec/xspec rel=me><i class="fab fa-github fa-lg" aria-hidden=true></i></a><a href=https://stackoverflow.com/questions/tagged/xspec rel=me><i class="fab fa-stack-overflow fa-lg" aria-hidden=true></i></a></section></div></div><div class=copyright>&copy; 2020 - 2023 XSpec
1+
<!doctype html><html lang=en><head><link href=https://gmpg.org/xfn/11 rel=profile><meta charset=utf-8><meta http-equiv=x-ua-compatible content="IE=edge"><meta http-equiv=cache-control content="public"><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1"><meta name=generator content="Hugo 0.70.0"><title>Categories • XSpec</title><meta name=twitter:card content="summary"><meta name=twitter:title content="Categories"><meta name=twitter:description content><meta property="og:title" content="Categories"><meta property="og:description" content><meta property="og:type" content="website"><meta property="og:url" content="https://xspec.github.io/categories/"><meta property="og:updated_time" content="2024-04-17T00:00:00+00:00"><meta property="og:site_name" content="Title"><link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css><link rel=stylesheet href=/scss/hyde-hyde.9181f25ed2263aeb878ec6f8a84f10c4ebb16150000fca8767308880bdde5ca0.css integrity="sha256-kYHyXtImOuuHjsb4qE8QxOuxYVAAD8qHZzCIgL3eXKA="><link rel=stylesheet href=/scss/print.2744dcbf8a0b2e74f8a50e4b34e5f441be7cf93cc7de27029121c6a09f9e77bc.css integrity="sha256-J0Tcv4oLLnT4pQ5LNOX0Qb58+TzH3icCkSHGoJ+ed7w=" media=print><!--[if lt IE 9]><script src=https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js></script><script src=https://oss.maxcdn.com/respond/1.4.2/respond.min.js></script><![endif]--><link rel=apple-touch-icon-precomposed sizes=144x144 href=/apple-touch-icon-144-precomposed.png><link rel="shortcut icon" href=/favicon.png><link rel=alternate type=application/rss+xml href=https://xspec.github.io/categories/index.xml title=XSpec></head><body><div class=sidebar><div class=container><div class=sidebar-about><span class=site__title><a href=https://xspec.github.io/>XSpec</a></span><div class=author-image><img src=https://xspec.github.io/img/xspec_logo_inverted.png alt="Author Image" class="img--headshot element--center"></div><p class=site__description></p></div><div class=collapsible-menu><input type=checkbox id=menuToggle>
2+
<label for=menuToggle>XSpec</label><div class=menu-content><div><ul class=sidebar-nav><li><a href=/about/><span>About</span></a></li><li><a href=/documentation/><span>Documentation</span></a></li><li><a href=/posts/><span>Blog</span></a></li><li><a href=/help/><span>Get Help</span></a></li><li><a href=/contribute/><span>Contribute</span></a></li></ul></div><section class=social><a href=https://twitter.com/%3cusername%3e rel=me><i class="fab fa-twitter fa-lg" aria-hidden=true></i></a><a href=https://github.com/xspec/xspec rel=me><i class="fab fa-github fa-lg" aria-hidden=true></i></a><a href=https://stackoverflow.com/questions/tagged/xspec rel=me><i class="fab fa-stack-overflow fa-lg" aria-hidden=true></i></a></section></div></div><div class=copyright>&copy; 2020 - 2024 XSpec
33
<a href=https://creativecommons.org/licenses/by-sa/4.0>CC BY-SA 4.0</a></div><div class=builtwith></div></div></div><div class="content container"><span class=section__title>Categories</span><ul class=posts><li><span class=list__title--small><a href=/categories/release/>Release</a>
4-
<time class="pull-right hidden-tablet">Oct 1, 2023</time></span></li></ul></div><script defer src=https://use.fontawesome.com/releases/v5.11.2/js/all.js integrity=sha384-b3ua1l97aVGAPEIe48b4TC60WUQbQaGi2jqAWM90y0OZXZeyaTCWtBTKtjW2GXG1 crossorigin=anonymous></script></body></html>
4+
<time class="pull-right hidden-tablet">Apr 17, 2024</time></span></li></ul></div><script defer src=https://use.fontawesome.com/releases/v5.11.2/js/all.js integrity=sha384-b3ua1l97aVGAPEIe48b4TC60WUQbQaGi2jqAWM90y0OZXZeyaTCWtBTKtjW2GXG1 crossorigin=anonymous></script></body></html>

0 commit comments

Comments
 (0)