-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merging release branch into master branch
- Loading branch information
Showing
191 changed files
with
9,948 additions
and
99,110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
sudo: required | ||
|
||
language: java | ||
|
||
services: | ||
- docker | ||
|
||
# before we can run the docker image for the tests, we need to | ||
# * pull the docker image | ||
# * get the current VERSION file of the stylesheets from the artifacts server | ||
# * get the latest stylesheets zip file from the artifacts server | ||
# * install the stylesheets within our working dir in a dedicated sub dir | ||
before_install: | ||
- docker pull teic/jenkins:dev | ||
- curl https://jenkins.tei-c.org/view/TEI%20dev/job/Stylesheets-dev/lastSuccessfulBuild/artifact/dist/doc/tei-xsl/VERSION -o XSLVERSION | ||
- curl https://jenkins.tei-c.org/view/TEI%20dev/job/Stylesheets-dev/lastStableBuild/artifact/tei-xsl-`head -1 XSLVERSION`.zip -o stylesheets.zip | ||
- mkdir stylesheets | ||
- unzip stylesheets.zip -d stylesheets | ||
|
||
script: | ||
- docker run --rm -w /var/tei/P5 -it -v `pwd`:/var/tei -v $TRAVIS_BUILD_DIR/stylesheets/xml/tei/stylesheet:/usr/share/xml/tei/stylesheet -u $UID --entrypoint "make" teic/jenkins:dev clean validate test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
namespace ns1 = "http://www.tei-c.org/ns/1.0" | ||
namespace rng = "http://relaxng.org/ns/structure/1.0" | ||
|
||
include "http://www.tei-c.org/schema/relaxng/header.rnc" inherit = ns1 | ||
include "http://www.tei-c.org/schema/relaxng/core.rnc" inherit = ns1 | ||
include "http://www.tei-c.org/schema/relaxng/tei.rnc" inherit = ns1 | ||
include "http://www.tei-c.org/schema/relaxng/textstructure.rnc" inherit = ns1 | ||
include "http://www.tei-c.org/release/xml/tei/schema/relaxng/header.rnc" inherit = ns1 | ||
include "http://www.tei-c.org/release/xml/tei/schema/relaxng/core.rnc" inherit = ns1 | ||
include "http://www.tei-c.org/release/xml/tei/schema/relaxng/tei.rnc" inherit = ns1 | ||
include "http://www.tei-c.org/release/xml/tei/schema/relaxng/textstructure.rnc" inherit = ns1 | ||
start = TEI |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
namespace ns1 = "http://www.tei-c.org/ns/1.0" | ||
namespace rng = "http://relaxng.org/ns/structure/1.0" | ||
|
||
include "http://www.tei-c.org/schema/relaxng/header.rnc" inherit = ns1 | ||
include "http://www.tei-c.org/release/xml/tei/schema/relaxng/header.rnc" inherit = ns1 | ||
[ define [ name = "mentioned" notAllowed [ ] ] ] | ||
include "http://www.tei-c.org/schema/relaxng/core.rnc" inherit = ns1 | ||
include "http://www.tei-c.org/schema/relaxng/tei.rnc" inherit = ns1 | ||
include "http://www.tei-c.org/schema/relaxng/textstructure.rnc" inherit = ns1 | ||
include "http://www.tei-c.org/release/xml/tei/schema/relaxng/core.rnc" inherit = ns1 | ||
include "http://www.tei-c.org/release/xml/tei/schema/relaxng/tei.rnc" inherit = ns1 | ||
include "http://www.tei-c.org/release/xml/tei/schema/relaxng/textstructure.rnc" inherit = ns1 | ||
start = TEI |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> You must indicate the level of the section 1st level section 2nd level section 3rd level section |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
<elementSpec ident="xinclude" | ||
mode="add" | ||
xmlns:rng="http://relaxng.org/ns/structure/1.0" | ||
ns="http://www.w3.org/2001/XInclude"> | ||
<altIdent>include</altIdent> | ||
<classes> | ||
<memberOf key="model.common"/> | ||
</classes> | ||
<content> | ||
<elementRef key="fallback" minOccurs="0" maxOccurs="1"/> | ||
</content> | ||
<!-- | ||
</elementRef> | ||
<rng:optional> | ||
<rng:element name="fallback" | ||
ns="http://www.w3.org/2001/XInclude"> | ||
<rng:zeroOrMore> | ||
<rng:element> | ||
<rng:anyName/> | ||
<rng:zeroOrMore> | ||
<rng:attribute> | ||
<rng:anyName/> | ||
</rng:attribute> | ||
</rng:zeroOrMore> | ||
</rng:element> | ||
</rng:zeroOrMore> | ||
</rng:element> | ||
</rng:optional> | ||
</content>--> | ||
<attList> | ||
<attDef ident="href" usage="req"> | ||
<datatype> | ||
<dataRef name="anyURI"/> | ||
</datatype> | ||
</attDef> | ||
<attDef ident="parse"> | ||
<datatype> | ||
<rng:choice> | ||
<rng:value>xml</rng:value> | ||
<rng:value>text</rng:value> | ||
</rng:choice> | ||
</datatype> | ||
<defaultVal>xml</defaultVal> | ||
</attDef> | ||
<attDef ident="xpointer"> | ||
<datatype> | ||
<dataRef key="teidata.text"/> | ||
</datatype> | ||
</attDef> | ||
<attDef ident="encoding"> | ||
<datatype> | ||
<dataRef key="teidata.text"/> | ||
</datatype> | ||
</attDef> | ||
<attDef ident="accept"> | ||
<datatype> | ||
<dataRef key="teidata.text"/> | ||
</datatype> | ||
</attDef> | ||
<attDef | ||
ident="accept-charset"> | ||
<datatype> | ||
<dataRef key="teidata.text"/> | ||
</datatype> | ||
</attDef> | ||
<attDef ident="accept-language"> | ||
<datatype> | ||
<dataRef key="teidata.text"/> | ||
</datatype> | ||
</attDef> | ||
</attList> | ||
</elementSpec> | ||
|
||
<elementSpec ident="fallback" ns="http://www.w3.org/2001/XInclude"> | ||
<content> | ||
<anyElement except="http://www.w3.org/2001/XInclude" | ||
minOccurs="1" maxOccurs="unlimited"/> | ||
</content> | ||
</elementSpec> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
local.mk | ||
repodate.xml | ||
|
||
Exemplars/isofs.xsl | ||
Exemplars/oNVDL/ | ||
oNVDL/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.