-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploy TEIC/Documentation to github.com/TEIC/Documentation.git:gh-pages
- Loading branch information
0 parents
commit 28bd897
Showing
12,564 changed files
with
1,270,120 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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,9 @@ | ||
# OS generated files # | ||
###################### | ||
.DS_Store | ||
.DS_Store? | ||
._* | ||
.Spotlight-V100 | ||
.Trashes | ||
ehthumbs.db | ||
Thumbs.db |
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,18 @@ | ||
language: minimal | ||
|
||
before-install: | ||
- sudo apt-get update | ||
- sudo apt-get -y install xsltproc | ||
|
||
script: | ||
- curl https://raw.githubusercontent.com/TEIC/CETEIcean/master/xslt/make-CETEIcean.xsl -o make-CETEIcean.xsl | ||
- git clone https://github.com/TEIC/teic.github.io.git | ||
- ./bin/publish.sh | ||
|
||
deploy: | ||
provider: pages | ||
skip_cleanup: true | ||
github_token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable | ||
keep_history: true | ||
on: | ||
branch: master |
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,8 @@ | ||
# Documentation | ||
Repository for current TEI Technical Council documentation and working papers. | ||
|
||
The Official working papers archive is at: http://www.tei-c.org/activities/council/working/ which should contain links to these documents but also older non-current technical council working papers. | ||
|
||
# Publication | ||
Documents here have corresponding [CETEIcean](https://github.com/TEIC/CETEIcean) pages in the (TEIC GitHub Pages repo](https://github.com/TEIC/teic.github.io). Updates to these documents will be reflected (almost) immediately [there](http://teic.github.io/TCW/). If you add a new document here, you should add a corresponding HTML page that pulls it in there. | ||
|
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,152 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_odds.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?> | ||
<?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_odds.rng" type="application/xml" | ||
schematypens="http://purl.oclc.org/dsdl/schematron"?> | ||
<TEI xmlns="http://www.tei-c.org/ns/1.0"> | ||
<teiHeader> | ||
<fileDesc> | ||
<titleStmt> | ||
<title>Testing changed content models for anyXML</title> | ||
</titleStmt> | ||
<publicationStmt> | ||
<p>Publication Information</p> | ||
</publicationStmt> | ||
<sourceDesc> | ||
<p>Information about the source</p> | ||
</sourceDesc> | ||
</fileDesc> | ||
</teiHeader> | ||
<text> | ||
<body> | ||
<schemaSpec ident="anyXML"> | ||
<moduleRef key="tei"/> | ||
<moduleRef key="tagdocs"/> | ||
<moduleRef key="header"/> | ||
<moduleRef key="core"/> | ||
|
||
|
||
<elementSpec ident="constraint" mode="change" module="tagdocs"> | ||
<content > | ||
<alternate minOccurs="0" maxOccurs="unbounded"> | ||
<textNode/> | ||
<anyElement/> | ||
</alternate> | ||
</content> | ||
</elementSpec> | ||
|
||
<elementSpec ident="content" mode="change" module="tagdocs"> | ||
<content> | ||
<classRef minOccurs="0" maxOccurs="unbounded" key="model.contentPart" | ||
/> | ||
</content> | ||
</elementSpec> | ||
|
||
<elementSpec ident="egXML" mode="change" module="tagdocs"> | ||
<content> | ||
<alternate minOccurs="0" maxOccurs="unbounded"> | ||
<textNode/> | ||
<anyElement | ||
include="http://www.tei-c.org/ns/Examples"/> | ||
</alternate> | ||
</content> | ||
</elementSpec> | ||
|
||
<elementSpec ident="xenoData" mode="change" module="tagdocs"> | ||
<content> | ||
<alternate minOccurs="1" maxOccurs="unbounded"> | ||
<textNode/> | ||
<anyElement exccept="http://www.tei-c.org/ns/1.0"/> | ||
</alternate> | ||
</content> | ||
</elementSpec> | ||
|
||
<macroSpec ident="macro.schemaPattern" mode="change" module="tagdocs"> | ||
<content> | ||
<anyElement | ||
include="http://relaxng.org/ns/structure/1.0"/> | ||
</content> | ||
</macroSpec> | ||
|
||
<macroSpec ident="macro.anyXML" mode="change" module="tagdocs"> | ||
|
||
<content> | ||
<sequence> | ||
<anyElement except="http://www.tei-c.org/ns/1.0"/> | ||
<alternate minOccurs="0" maxOccurs="undefined"> | ||
<textNode/> | ||
<anyElement except="http://www.tei-c.org/ns/1.0"/> | ||
</alternate> | ||
</sequence> | ||
</content> | ||
</macroSpec> | ||
|
||
<elementSpec module="tagdocs" ident="anyElement"> | ||
<desc versionDate="2014-07-01" xml:lang="en">indicates the presence | ||
of any elements in a content model</desc> | ||
<classes> | ||
<memberOf key="att.global"/> | ||
<memberOf key="model.contentPart"/> | ||
<memberOf key="att.repeatable"/> | ||
</classes> | ||
<content/> | ||
|
||
<attList org="choice"> | ||
<attDef ident="include"> | ||
<desc versionDate="2011-09-21" xml:lang="en">supplies a list of namespaces to which the | ||
permitted element must belong. | ||
</desc> | ||
<datatype minOccurs="0" maxOccurs="unbounded"> | ||
<dataRef key="teidata.namespace"/></datatype> | ||
</attDef> | ||
<attDef ident="except"> | ||
<desc versionDate="2011-09-21" xml:lang="en">supplies a list of namespaces to which the permitted | ||
element may not belong.</desc> | ||
<datatype minOccurs="0" maxOccurs="unbounded"><dataRef key="teidata.namespace"/></datatype> | ||
</attDef> | ||
</attList> | ||
|
||
<exemplum xml:lang="en"> | ||
<egXML xmlns="http://www.tei-c.org/ns/Examples"> | ||
<content> | ||
<anyElement except="http://www.tei-c.org/ns/1.0" /> | ||
</content> | ||
</egXML> | ||
<p>This <gi>content</gi> element permits one occurrence of any element which | ||
does not belong to the TEI namespace.</p> | ||
</exemplum> | ||
|
||
<exemplum xml:lang="en"> | ||
<egXML xmlns="http://www.tei-c.org/ns/Examples"> | ||
<content> | ||
<anyElement minOccurs="1" maxOccurs="unbounded" | ||
include="http://www.w3.org/1998/Math/MathML http://www.tei-c.org/ns/Examples/1.0"/> | ||
</content> | ||
</egXML> | ||
<p>This <gi>content</gi> element permits one or more elements which | ||
belong either to the MathML namespace or to the TEI examples namespace.</p> | ||
</exemplum> | ||
|
||
<exemplum xml:lang="en"> | ||
<egXML xmlns="http://www.tei-c.org/ns/Examples"> | ||
<content> | ||
<alternate minOccurs="1" maxOccurs="unbounded"> | ||
<textNode/> | ||
<anyElement include="http://www.tei-c.org/ns/Examples/1.0"/> | ||
</alternate> | ||
</content> | ||
</egXML> | ||
<p>This <gi>content</gi> element permits one or more children which are | ||
either text nodes or elements from the TEI examples namespace. It is the equivalent of the content model <code>ANY</code> | ||
in an XML DTD using the TEI All schema.</p> | ||
</exemplum> | ||
|
||
<listRef> | ||
<ptr target="#TD"/> | ||
</listRef> | ||
</elementSpec> | ||
|
||
|
||
</schemaSpec> | ||
</body> | ||
</text> | ||
</TEI> |
Oops, something went wrong.