<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.tei-c.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kshawkin</id>
	<title>TEIWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tei-c.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kshawkin"/>
	<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Special:Contributions/Kshawkin"/>
	<updated>2026-04-21T23:50:04Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=TXM&amp;diff=16526</id>
		<title>TXM</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=TXM&amp;diff=16526"/>
		<updated>2019-05-30T17:24:55Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* Current version number and date of release */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tools]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrative tools]]&lt;br /&gt;
[[Category:Development tools]]&lt;br /&gt;
[[Category:Conversion and preprocessing tools]]&lt;br /&gt;
[[Category:Publishing and delivery tools]]&lt;br /&gt;
[[Category:Querying tools]]&lt;br /&gt;
[[Category:Analysis tools]]&lt;br /&gt;
[[Category:All-in-one Tools]]&lt;br /&gt;
[[Category:Interfaces]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Discovering]]&lt;br /&gt;
[[Category:Comparing]]&lt;br /&gt;
[[Category:Sampling]]&lt;br /&gt;
[[Category:Illustrating]]&lt;br /&gt;
[[Category:Representing]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
&lt;br /&gt;
[http://textometrie.ens-lyon.fr/?lang=en TXM] is a free and open-source XML &amp;amp; TEI compatible textual corpus analysis framework and graphical client based on the CQP search engine and the R statistical software. It is available as a [http://textometrie.ens-lyon.fr/spip.php?rubrique61 desktop software] for Microsoft Windows, Linux, Mac OS X and as a J2EE [https://sourceforge.net/projects/txm/files/software/TXM%20portal/ web portal software]&amp;lt;ref&amp;gt;See a [https://groupes.renater.fr/wiki/txm-users/public/references_portails list of public portals]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
=== Provides qualitative analysis tools ===&lt;br /&gt;
&lt;br /&gt;
* kwic '''concordances''' of word patterns based on the efficient [http://cwb.sourceforge.net CQP] full text search engine and its powerfull CQL query language&lt;br /&gt;
* word pattern '''frequency lists''' based on any word property (graphical form or type, lemma, pos...)&lt;br /&gt;
* word pattern '''progression graphics'''&lt;br /&gt;
* Examples of word patterns, expressed in the CQL query language which is based on word &amp;amp; structural level properties:&lt;br /&gt;
** &amp;quot;aiming&amp;quot; to simply search for the word 'aiming'&lt;br /&gt;
** &amp;quot;.*ing&amp;quot; to search for words ending in &amp;quot;ing&amp;quot; (including mainly verb forms)&lt;br /&gt;
** [pos=&amp;quot;VERB&amp;quot; &amp;amp; word=&amp;quot;.*ing&amp;quot;] to search for verb forms ending in &amp;quot;.ing&amp;quot; (where Part of Speech annotation is present)&lt;br /&gt;
** [lemma=&amp;quot;group&amp;quot;] []{0,3} [pos=&amp;quot;VERB&amp;quot; &amp;amp; word=&amp;quot;.*ing&amp;quot;] to search for the collocation &amp;lt;group lemma&amp;gt; followed by a &amp;lt;verb with progressive aspect&amp;gt; with at most 3 words in between&lt;br /&gt;
* rich HTML-based text edition navigation with links from all other tools&lt;br /&gt;
&lt;br /&gt;
=== Provides quantitative analysis tools, based on [http://www.r-project.org R packages] ===&lt;br /&gt;
* '''factorial correspondance analysis'''&lt;br /&gt;
* '''cluster analysis'''&lt;br /&gt;
* '''specific''' word patterns analysis&lt;br /&gt;
* '''collocations''' analysis&lt;br /&gt;
&lt;br /&gt;
=== Helps to build various corpus configurations ===&lt;br /&gt;
(for contrastive analysis between text structures or word selections)&lt;br /&gt;
* '''sub-corpora'''&lt;br /&gt;
* '''partitions'''&lt;br /&gt;
&lt;br /&gt;
=== Large spectrum of input formats ===&lt;br /&gt;
* several text formats (from raw to rich):&lt;br /&gt;
** '''Unicode TXT'''&lt;br /&gt;
** '''ODT'''&lt;br /&gt;
** '''XML'''&lt;br /&gt;
** '''XML/w''' (where some or all word limits and properties can be pre-encoded)&lt;br /&gt;
** XML-'''TEI P4''' (according to Perseus project practice)&lt;br /&gt;
** XML-'''TEI P5''' (according to various projects practice: BFM, BVH, NLTK, etc.)&lt;br /&gt;
* speech transcription: XML-'''TRS''' (from Transcriber software, with time synchro)&lt;br /&gt;
* aligned corpora: XML-'''TMX''' (with texts in relation of translation or versioning)&lt;br /&gt;
* news portal articles: XML-'''PPS''' (Factiva), Europresse&lt;br /&gt;
* etc.&lt;br /&gt;
&lt;br /&gt;
=== And more ===&lt;br /&gt;
* Applies various NLP tools on the fly on texts before analysis (e.g. '''TreeTagger''' for lemmatization and pos tagging)&lt;br /&gt;
* Indexes words and their properties as well as hierarchical structure of texts&lt;br /&gt;
* Indexes external or internal text metadata or speaker metadata&lt;br /&gt;
* '''Export'''s any result in CSV, XML or SVG format&lt;br /&gt;
* Provides Scripting facilities for repetitive or lengthy tasks automation or for platform extension (in '''Groovy'''/Java dynamic language)&lt;br /&gt;
* Includes a complete '''text editor''' to edit data sources, results and scripts&lt;br /&gt;
* Runs as a desktop application for '''Windows''', '''Mac OS X''' or '''Linux'''&lt;br /&gt;
* Runs also as '''web portal''' to give corpora access and analysis online through any web browser (including account and access control management)&lt;br /&gt;
* '''Open source''' licence: based on the best open source components for text analysis: CQP, R and Java &amp;amp; XSLT libraries&lt;br /&gt;
* Modular architecture (Eclipse RCP OSGi and J2EE conformant): one toolbox connecting all core components to build the applications&lt;br /&gt;
* Efficient Eclipse or Netbeans powered development framework&lt;br /&gt;
&lt;br /&gt;
== User comments ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
The desktop version runs on:&lt;br /&gt;
* Windows - 32bit or 64bit (tested on XP, Vista, 7 and 8)&lt;br /&gt;
* Mac OS X (tested on 10.5, 10.6, 10.7, 10.8 and 10.9)&lt;br /&gt;
* Linux - 32bit or 64bit (tested on Ubuntu and Debian)&lt;br /&gt;
&lt;br /&gt;
The portal server runs on any J2EE capable platform (tested in Tomcat and Glassfish).&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
Open Source under GPL V3 licence: [http://sourceforge.net/p/txm/code/HEAD/tree/trunk http://sourceforge.net/p/txm/code/HEAD/tree/trunk].&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
Supports TEI and TEI Lite &amp;quot;out of the box&amp;quot; '''at XML level semantics''': words will be tokenized inside any #PCDATA and all the XML structure will be imported directly as textual structure.&lt;br /&gt;
&lt;br /&gt;
Supports various flavours of TEI P5 encoding semantics '''at TEI level semantics''':&lt;br /&gt;
* words and their properties: &amp;lt;nowiki&amp;gt;#PCDATA, &amp;lt;w&amp;gt;, &amp;lt;num&amp;gt;...&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* editorial markup: &amp;lt;nowiki&amp;gt;&amp;lt;sic&amp;gt;, &amp;lt;corr&amp;gt;...&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* texts and their properties: &amp;lt;nowiki&amp;gt;&amp;lt;TEI&amp;gt;, &amp;lt;text&amp;gt;...&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* intermediate text structures and their properties: &amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;, &amp;lt;p&amp;gt;...&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* edition rendering: &amp;lt;nowiki&amp;gt;&amp;lt;pb/&amp;gt;, &amp;lt;p&amp;gt;, &amp;lt;lb/&amp;gt;...&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* what should not be indexed but considered for edition rendering: &amp;lt;nowiki&amp;gt;&amp;lt;teiHeader&amp;gt;, &amp;lt;note&amp;gt;...&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* alignment between texts: &amp;lt;nowiki&amp;gt;&amp;lt;teiCorpus&amp;gt;, &amp;lt;linkGrp&amp;gt;, &amp;lt;link&amp;gt;...&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* words identifier policy: &amp;lt;nowiki&amp;gt;@xml:id&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* language declaration policy: &amp;lt;nowiki&amp;gt;@xml:lang&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
See the &amp;quot;BFM encoding manual&amp;quot; for an example of TEI encoding practice interpreted by TXM, in French, http://bfm.ens-lyon.fr/article.php3?id_article=158.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;TEI P5 BFM&amp;quot; TXM import module consists of Groovy and XSL scripts: they can be adapted directly by the user to any specific TEI encoding usage.&lt;br /&gt;
&lt;br /&gt;
TXM Import Modules also provide various import parameters to tune each import process to specific data sources.&lt;br /&gt;
&lt;br /&gt;
TEI sources from the following projects are currently imported into TXM at TEI level semantics:&lt;br /&gt;
* Perseus Digital Library (classical latin, old greek): http://www.perseus.tufts.edu/hopper&lt;br /&gt;
* TextGrid (german): http://www.textgrid.de/en&lt;br /&gt;
* Base de Français Médiéval - BFM (old french): http://bfm.ens-lyon.fr&lt;br /&gt;
* BVH Epistemon (middle french): http://www.bvh.univ-tours.fr/Epistemon &amp;amp;amp; https://groupes.renater.fr/wiki/txm-users/public/mise_en_ligne_du_corpus_bvh_avec_txm&lt;br /&gt;
* PROCLAC mesopotamian tablets (akkadian): https://groupes.renater.fr/wiki/txm-users/public/umr_proclac_corpus_akkadien&lt;br /&gt;
* Bouvard&amp;amp;Pécuchet (french): http://dossiers-flaubert.ish-lyon.cnrs.fr&lt;br /&gt;
* NLTK - Brown Corpus - TEI XML Version (american english): http://nltk.googlecode.com/svn/trunk/nltk_data/index.xml&lt;br /&gt;
* Presses Universitaires de Caen (PUC), MRSH de Caen - Revues.org (french): http://www.unicaen.fr/recherche/mrsh/document_numerique/outils ([[http://discours.revues.org?lang=en DISCOURS scientific journal]])&lt;br /&gt;
* Frantext - libre (french): http://www.cnrtl.fr/corpus/frantext&lt;br /&gt;
* XML-TXM - TXM own pivot format (any language): https://groupes.renater.fr/wiki/txm-info/xml_tei_txm&lt;br /&gt;
&lt;br /&gt;
Experiments with other TEI sources:&lt;br /&gt;
* Victorian Women Writers Project (english): http://www.dlib.indiana.edu/collections/vwwp&lt;br /&gt;
&lt;br /&gt;
TEI sources are preprocessed by several XSL stylesheets, one can find in TXM source code.&lt;br /&gt;
Some of those stylesheets are available in the online TXM XSL stylesheets library:&lt;br /&gt;
http://sourceforge.net/projects/txm/files/library/xsl&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
&lt;br /&gt;
=== User Interface Language(s) ===&lt;br /&gt;
The user interface is currently available in:&lt;br /&gt;
* desktop version:&lt;br /&gt;
** English (EN)&lt;br /&gt;
** French (FR)&lt;br /&gt;
** Russian (RU)&lt;br /&gt;
* portal  version:&lt;br /&gt;
** English (EN)&lt;br /&gt;
** French (FR)&lt;br /&gt;
&lt;br /&gt;
=== Documentation Language(s) ===&lt;br /&gt;
The documentation is currently available in:&lt;br /&gt;
* desktop version:&lt;br /&gt;
** English (EN)&lt;br /&gt;
** French (FR)&lt;br /&gt;
* portal  version:&lt;br /&gt;
** French (FR) (tutorial - alpha state)&lt;br /&gt;
&lt;br /&gt;
=== Text/Corpus Language(s) ===&lt;br /&gt;
TXM works natively with any Unicode-conformant corpus.&amp;lt;br/&amp;gt;&lt;br /&gt;
Language support is specific to each NLP tool used (for example, TreeTagger can tag the following languages: BG, DE, EN, ES, ET, FR, FRO, GL, IT, LA, PT, RU, SW, ZH).&amp;lt;br/&amp;gt;&lt;br /&gt;
* ZH: best results have been reported by using the ZPar tokenizer &amp;amp;amp; tagger - http://sourceforge.net/projects/zpar&lt;br /&gt;
&lt;br /&gt;
=== Programming Language(s) ===&lt;br /&gt;
TXM is written in the following programming languages:&lt;br /&gt;
* '''C''' for CQP search engine (independent open source project http://cwb.sourceforge.net)&lt;br /&gt;
* '''C''' and '''R''' for statistical packages (independent open source project http://www.r-project.org)&lt;br /&gt;
* '''Java''' for the Toolbox and the Applications (driven by an independent open consortium http://jcp.org/en/home/index)&lt;br /&gt;
** Eclipse RCP framework used for the desktop version (independent open source project http://wiki.eclipse.org/index.php/Rich_Client_Platform)&lt;br /&gt;
** GWT framework used for the web portal version (independent open source project http://code.google.com/intl/fr/webtoolkit)&lt;br /&gt;
* '''Groovy''' for the import modules and command scripts (independent open source project http://groovy.codehaus.org)&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
* TXM manual (in French) http://perso.ens-lyon.fr/serge.heiden/txm/files/software/TXM/0.7.7/Manuel%20de%20TXM%200.7%20FR.pdf&lt;br /&gt;
* TXM user community wiki (in French) at https://listes.cru.fr/wiki/txm-users (includes a FAQ)&lt;br /&gt;
* TXM developers wiki (in French) https://groupes.renater.fr/wiki/txm-info&lt;br /&gt;
* All published documentation (for users and for developers) published on Sourceforge: http://sourceforge.net/projects/txm/files/documentation&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
&lt;br /&gt;
Tech support is community based.&lt;br /&gt;
&lt;br /&gt;
Feedbacks and bug reports:&lt;br /&gt;
# Check if your feedback is not already reported in the [http://forge.cbp.ens-lyon.fr/redmine/projects/txm/issues?query_id=31 TXM platform bug tracker]&lt;br /&gt;
# If not, send your feedback either:&lt;br /&gt;
#* in the [https://lists.sourceforge.net/lists/listinfo/txm-open txm-open mailing list]&lt;br /&gt;
#* by directly editing the [https://groupes.renater.fr/wiki/txm-users/public/retours_de_bugs_logiciel/txm_0.7.7 txm-users wiki]&lt;br /&gt;
#* by chating directly with the developers on the #txm IRC channel of the 'irc.freenode.net' server ([http://webchat.freenode.net/?channels=txm web access])&lt;br /&gt;
#* by contacting the TXM team at the 'textometrie AT ens-lyon.fr' address&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
TXM community uses two mailing lists and a wiki:&lt;br /&gt;
* International mailing list : txm-open AT lists.sourceforge.net (very low activity for the moment)&lt;br /&gt;
** See archives at http://sourceforge.net/mailarchive/forum.php?forum_name=txm-open&lt;br /&gt;
* The mostly French-speaking mailing list : txm-users AT cru.fr (the most active)&lt;br /&gt;
** See archives at https://listes.cru.fr/sympa/arc/txm-users&lt;br /&gt;
* TXM user community wiki (in French) at https://listes.cru.fr/wiki/txm-users&lt;br /&gt;
&lt;br /&gt;
Training in the use of TXM is available:&lt;br /&gt;
* Monthly in Lyon (France): https://groupes.renater.fr/wiki/txm-users/public/ateliers_txm&lt;br /&gt;
* Regularly in workshops: [http://dh2015.org/workshops Sydney 2015], [http://www.germanistik.uni-wuerzburg.de/lehrstuehle/computerphilologie/aktuelles/veranstaltungen/workshop_introduction_to_the_txm_content_analysis_platform Wurzburg 2014]&lt;br /&gt;
* and Summer schools: MISAT 2011, [http://www.iqla.org/IQLA-GIAT%20Summer%20School%202013.pdf Padova 2013] &lt;br /&gt;
&lt;br /&gt;
The JADT biennal international conference (http://jadt.org) is the main meeting place for the TXM user community.&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
The desktop version of TXM is delivered with several sample corpora included, which can be directly analyzed from within TXM after installation.&lt;br /&gt;
&lt;br /&gt;
The portal version of TXM has a demo running online at http://portal.textometrie.org/demo/?locale=en.&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
* 0.8.0 (2019-05-29)&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
See software development project report page: http://forge.cbp.ens-lyon.fr/redmine/projects/txm/issues/report.&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
http://textometrie.ens-lyon.fr/spip.php?rubrique61&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
For publications related to TXM, please visit the Textométrie project web site at http://textometrie.ens-lyon.fr/spip.php?article82&amp;amp;lang=en:&lt;br /&gt;
* See for example:&amp;lt;br/&amp;gt;Heiden, S. (2010b). The TXM Platform: Building Open-Source Textual Analysis Software Compatible with the TEI Encoding Scheme. In K. I. Ryo Otoguro (Ed.), 24th Pacific Asia Conference on Language, Information and Computation - [http://www.compling.jp/paclic24 PACLIC24] (p. 389-398). Institute for Digital Enhancement of Cognitive Development, Waseda University, Sendai, Japan. [http://halshs.archives-ouvertes.fr/halshs-00549764/en Online].&lt;br /&gt;
&lt;br /&gt;
Sponsors &amp;amp; Contributors:&lt;br /&gt;
* Initial design and development of TXM (jan 2007- dec 2011) supported by French ANR grant #ANR-06-CORP-029&lt;br /&gt;
* Currently the platform continues its development through various contracts:&lt;br /&gt;
** ENS-LYON contract jun-aug 2009 (Rhône-Alpes region Cluster 13 grant): Queste del saint Graal web prototype&lt;br /&gt;
** ENS-LYON contract sept 2009 - jul 2010 (ANR CORPTEF Research Project funding): portal development&lt;br /&gt;
** Lyon 3 University contract jan-mar 2011: XML-Transcriber import, R GUI&lt;br /&gt;
** CNRS contract 2011 (DGLFLF grant): GGHF corpus processing&lt;br /&gt;
** Paris 1 University contract jan 2012 - dec 2014 (Matrice Equipex): TXM development and infrastructure for historians&lt;br /&gt;
* Other independent projects also improve TXM (community of developers):&lt;br /&gt;
** LASLA project 2011: import of ancient latin and greek corpora&lt;br /&gt;
** GREYC-PUC project may-jul 2011: PUC corpora import, improvement of portal, test on Glassfish&lt;br /&gt;
** PhD thesis on micro-finance 2011-: Factiva and Calibre import&lt;br /&gt;
** ANR-DFG SRCMF contract jun-jul 2012 : Tiger Search module, import &amp;amp; syntactic concordances&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=OXygen&amp;diff=16525</id>
		<title>OXygen</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=OXygen&amp;diff=16525"/>
		<updated>2019-05-25T18:18:53Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* Current version number and date of release */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tools]]&lt;br /&gt;
&lt;br /&gt;
[[Category:All-in-one Tools]]&lt;br /&gt;
[[Category:Development tools]]&lt;br /&gt;
[[Category:Editing tools]]&lt;br /&gt;
[[Category:Conversion and preprocessing tools]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
&amp;lt;oXygen/&amp;gt; is a high-powered, cross-platform, graphical XML editor with built-in support for TEI.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
Supports most features typical of a high-end XML editor, including:&lt;br /&gt;
* syntax coloring&lt;br /&gt;
* context-sensitive content assistant&lt;br /&gt;
* built-in validation and well-formedness checking&lt;br /&gt;
* built-in XSLT engines&lt;br /&gt;
* Unicode support&lt;br /&gt;
* formatting and indentation&lt;br /&gt;
* folding&lt;br /&gt;
* outline view (shows document structure)&lt;br /&gt;
* model view (shows element content model)&lt;br /&gt;
* XPath support&lt;br /&gt;
* XSLT debugger&lt;br /&gt;
* DTD/schema editor&lt;br /&gt;
* Text, Grid, and Author (tagless) editing modes&lt;br /&gt;
&lt;br /&gt;
See also http://www.oxygenxml.com/features.html .&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
I have found this program to be affordable, easy to use, and pre-loaded with TEI capabilities.  Also, the platform gets upgraded on a regular basis. -- Greg Moses (Austin, TeiXas!)&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
Runs under Windows, Linux, and Mac operating systems. Requires a Java VM (virtual machine).&lt;br /&gt;
&lt;br /&gt;
(One of the download options for Windows users is an installer that includes the Java VM, eliminating the need to download and install Java separately.)&lt;br /&gt;
&lt;br /&gt;
For detailed requirements, see http://www.oxygenxml.com/download.html .&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
Closed source.  Academic licenses available for $48 per person, allowing you to install for your own use on many computers and use with the current major version number. A discount is available for TEI subscribers and individuals from TEI member institutions; the discount code may be found by logging in to [http://members.tei-c.org/MemberInfo http://members.tei-c.org/MemberInfo].  Free 30-day trial license available.&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
===The TEI Framework in &amp;amp;lt;oXygen&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
As of Version 9.0 build 2007110615, &amp;amp;lt;oXygen&amp;amp;gt; has TEI P5 schemas, templates and the TEI XSL stylesheets included as an officially-supported framework.&lt;br /&gt;
&lt;br /&gt;
If you are not using the &amp;lt;code&amp;gt;tei-oxygen&amp;lt;/code&amp;gt; [[TEIDebian|Debian package]] (for which a package manager will provide automatic updates for new versions of the stylesheet library), you can upgrade your copy of the stylesheet library without needing to download a new version of &amp;amp;lt;oXygen/&amp;amp;gt; doing doing either of the following:&lt;br /&gt;
&lt;br /&gt;
* With version 15.2 or later of &amp;amp;lt;oXygen/&amp;amp;gt;, &amp;quot;subscribe&amp;quot; to the regularly-updated TEI distribution of the framework according to the instructions in this blog post: https://faqingperplxd.wordpress.com/2014/04/02/auto-update-your-tei-framework-in-oxygen/ .&lt;br /&gt;
&lt;br /&gt;
* Use [http://sourceforge.net/projects/tei/files/oxygen-tei/ oxygen-tei], the open-source TEI framework built into &amp;amp;lt;oXygen/&amp;amp;gt;. To install this, look in your Oxygen folder for a &amp;quot;frameworks&amp;quot; directory that contains a directory called &amp;quot;tei&amp;quot;. That's where the contents of the zip would go, replacing the old contents of that directory.  ''Note that this is not the same thing as the &amp;lt;code&amp;gt;tei-oxygen&amp;lt;/code&amp;gt; [[TEIDebian|Debian package]]!'' You can also build this framework for yourself if you are interested in doing so; the [https://github.com/TEIC/oxygen-tei project code is available on GitHub].&lt;br /&gt;
&lt;br /&gt;
=== Other TEI-related Plugins ===&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;oXygen/&amp;amp;gt; allows third-party plugins and frameworks.  The following are of possible interest to TEI users:&lt;br /&gt;
&lt;br /&gt;
====HisTEI====&lt;br /&gt;
&lt;br /&gt;
If you work with historical documents, you might use [https://github.com/odaata/HisTEI HisTEI], a framework designed to make historical documents easier to transcribe in &amp;amp;lt;&amp;lt;oXygen/&amp;gt;'s XML Author mode.&amp;lt;ref&amp;gt;http://www.oxygenxml.com/pipermail/oxygen-sdk/2014-November/000182.html&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Severin ====&lt;br /&gt;
&lt;br /&gt;
[http://code.google.com/p/severin-image-viewer/ Severin] is an image viewer plugin, by Kilian Schmidtner and Stefan Krause, that can be used to see images as you browse though documents. It is an open source project (MIT license), and on the project page you can find a video presentation that uses a TEI document as example.&lt;br /&gt;
&lt;br /&gt;
==== TEI-Facsimile-Plugin ====&lt;br /&gt;
&lt;br /&gt;
[https://github.com/oxygenxml/TEI-Facsimile-Plugin TEI-Facsimile-Plugin] &amp;quot;provides support for working with Digital Facsimiles in Text Encoding Initiative (TEI) vocabulary. The plugin contributes a new View in which the user can load an image and draw shapes. These shapes are then converted into TEI &amp;quot;zone&amp;quot; elements. All the existing &amp;quot;zone&amp;quot; elements from the document are also rendered over the image.&amp;quot;&amp;lt;ref&amp;gt;https://github.com/oxygenxml/TEI-Facsimile-Plugin&amp;lt;/ref&amp;gt; This plugin requires oXygen version 15 or later.&lt;br /&gt;
&lt;br /&gt;
==== dbTagger ====&lt;br /&gt;
&lt;br /&gt;
https://github.com/aerhard/dbTagger&lt;br /&gt;
&lt;br /&gt;
==== ediarum ====&lt;br /&gt;
&lt;br /&gt;
[[Ediarum]]&lt;br /&gt;
&lt;br /&gt;
==== TEI Completer ====&lt;br /&gt;
&lt;br /&gt;
https://github.com/BCDH/TEI-Completer&lt;br /&gt;
&lt;br /&gt;
==== oXygen-XML-editor-attribute-editor ====&lt;br /&gt;
&lt;br /&gt;
* [https://listserv.brown.edu/archives/cgi-bin/wa?A2=TEI-L;7d49b3c3.1612 announcement]&lt;br /&gt;
* https://github.com/AlexJitianu/oXygen-XML-editor-attribute-editor&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
Interface available in English, French, German, Italian, Japanese and Dutch.&lt;br /&gt;
&lt;br /&gt;
Documentation available in English.&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
http://www.oxygenxml.com/documentation.html&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
http://www.oxygenxml.com/techSupport.html&lt;br /&gt;
&lt;br /&gt;
Can buy maintenance and support pack, providing free upgrades and tech support.&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
* http://www.oxygenxml.com/mailman/listinfo/oxygen-user/&lt;br /&gt;
* http://www.oxygenxml.com/forum/&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
21.1 (2019-05-23)&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
See http://www.oxygenxml.com/software_archive.html .&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
http://www.oxygenxml.com/download.html&lt;br /&gt;
&lt;br /&gt;
If you use Debian or Ubuntu, you should instead install the &amp;lt;tt&amp;gt;tei-oxygen&amp;lt;/tt&amp;gt; package at http://tei.oucs.ox.ac.uk/teideb/ .  (More information below.)&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
&lt;br /&gt;
David Sewell wrote:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Because the schema files distributed with oXygen sometimes lag behind&lt;br /&gt;
the latest TEI releases, kind souls like Syd Bauman have from time to&lt;br /&gt;
time packaged new schema files so that they can be unpacked to replace&lt;br /&gt;
part of the oXygen frameworks hierarchy. You could also go to&lt;br /&gt;
&lt;br /&gt;
 http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/&lt;br /&gt;
&lt;br /&gt;
and grab the files there to replace the ones in a local oXygen&lt;br /&gt;
directory.&lt;br /&gt;
&amp;lt;ref&amp;gt;https://listserv.brown.edu/archives/cgi-bin/wa?A2=TEI-L;8d5b98b2.0804&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sebastian Rahtz added that if you use Debian or Ubuntu, you should instead install the &amp;lt;code&amp;gt;tei-oxygen&amp;lt;/code&amp;gt; package.  He explained that &amp;quot;this replaces the oXygen TEI package with a link to one installed by the tei-p5-schema package, which is kept up to date. This means you have only one set of TEI files on your machine.&amp;quot;  It's available at http://tei.oucs.ox.ac.uk/teideb/ .&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Marcus Bingenheimer:&lt;br /&gt;
If you edit ODD files you need to validate the ODD against tei_odds. tei_all will not catch all mistakes and gives and error whenever elements in the RNG or other namespaces are used within &amp;lt;datatype&amp;gt;. &lt;br /&gt;
As usual you can associate the tei_odds with a oxygen specific processing command similar to this:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;?oxygen RNGSchema=&amp;quot;{your oxygen folder}/frameworks/tei/xml/tei/custom/schema/relaxng/tei_odds.rng&amp;quot; type=&amp;quot;xml&amp;quot;?&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Textgrid&amp;diff=16520</id>
		<title>Textgrid</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Textgrid&amp;diff=16520"/>
		<updated>2019-03-03T21:20:56Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: added Category:Tools&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;TextGrid is a project funded by the German Federal Ministry of&lt;br /&gt;
Education and Research (BMBF) as part of the ongoing global movement towards&lt;br /&gt;
grid infrastructures and the convergence of e-Science technologies in general. Project&lt;br /&gt;
partners include both, technologists and domain experts from six German higher&lt;br /&gt;
education institutions and two commercial partners.&lt;br /&gt;
&lt;br /&gt;
'''Project homepage:''' http://www.textgrid.de/&lt;br /&gt;
&lt;br /&gt;
[[Category:Projects]]&lt;br /&gt;
[[Category:Tools]]&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Transkribus&amp;diff=16519</id>
		<title>Transkribus</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Transkribus&amp;diff=16519"/>
		<updated>2019-03-03T01:08:03Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: Created page with &amp;quot;Category:Tools Category:All-in-one Tools  == Synopsis == &amp;quot;Transkribus is a comprehensive platform for the automated recognition, transcription and searching of histori...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tools]]&lt;br /&gt;
[[Category:All-in-one Tools]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
&amp;quot;Transkribus is a comprehensive platform for the automated recognition, transcription and searching of historical documents.&amp;quot;&amp;lt;ref&amp;gt;https://transkribus.eu/wiki/index.php/Main_Page&amp;lt;/ref&amp;gt; &amp;quot;Transkribus can be used for several purposes. The most important are:&lt;br /&gt;
&amp;quot;i. Transcribe documents for a scholarly edition&lt;br /&gt;
&amp;quot;ii. Create training data to feed the Handwritten Text Recognition (HTR) system so it can learn to decipher your historical documents.&lt;br /&gt;
&amp;quot;iii. Run HTR on your documents and receive automatically generated transcripts.&lt;br /&gt;
&amp;quot;iv. Search for distinct words in your document collections with Keyword Spotting which is much more powerful than standard full-text search.&lt;br /&gt;
&amp;quot;v. The platform lives from the community. The more data uploaded to Transkribus, the more efficient the program and especially the Handwritten Text Recognition will get.&amp;quot;&amp;lt;ref&amp;gt;https://transkribus.eu/wiki/images/7/77/How_to_use_TRANSKRIBUS_-_10_steps.pdf&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* first feature&lt;br /&gt;
* second feature&lt;br /&gt;
* third feature&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
(please leave the above note about signing comments, and add signed comments here below it)&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
(type in that information here)&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
(Is it open-source?  If so, what license type?)&lt;br /&gt;
(For non-open source software, What does a license cost?)&lt;br /&gt;
(Is there any technical support fee?  How often do you have to pay it?)&lt;br /&gt;
(Is there any discount for academic institutions?)&lt;br /&gt;
(Is there a discount for TEI members?)&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
(Does it support TEI or TEI Lite &amp;quot;out of the box&amp;quot;?)&lt;br /&gt;
(How easily can TEI be implemented?)&lt;br /&gt;
(Are there customized versions of the tool created for the TEI community, perhaps even by those not affiliated with the tool's creators?)&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
(What computer language is the tool written in?)&lt;br /&gt;
(What language(s) are used in the interface?)&lt;br /&gt;
(What language(s) are used in the documentation?)&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
(link to or information about documentation available)&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
(What technical support is provided by the creators of the tool?)&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
(Are there any communities of users?)&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
(links to demo sites running the tool or successful implementations of it)&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
(type in that information here)&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
(type in that information here)&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
https://transkribus.eu/&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
(type in that information here)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=OXygen&amp;diff=16518</id>
		<title>OXygen</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=OXygen&amp;diff=16518"/>
		<updated>2019-02-28T14:54:35Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* Current version number and date of release */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tools]]&lt;br /&gt;
&lt;br /&gt;
[[Category:All-in-one Tools]]&lt;br /&gt;
[[Category:Development tools]]&lt;br /&gt;
[[Category:Editing tools]]&lt;br /&gt;
[[Category:Conversion and preprocessing tools]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
&amp;lt;oXygen/&amp;gt; is a high-powered, cross-platform, graphical XML editor with built-in support for TEI.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
Supports most features typical of a high-end XML editor, including:&lt;br /&gt;
* syntax coloring&lt;br /&gt;
* context-sensitive content assistant&lt;br /&gt;
* built-in validation and well-formedness checking&lt;br /&gt;
* built-in XSLT engines&lt;br /&gt;
* Unicode support&lt;br /&gt;
* formatting and indentation&lt;br /&gt;
* folding&lt;br /&gt;
* outline view (shows document structure)&lt;br /&gt;
* model view (shows element content model)&lt;br /&gt;
* XPath support&lt;br /&gt;
* XSLT debugger&lt;br /&gt;
* DTD/schema editor&lt;br /&gt;
* Text, Grid, and Author (tagless) editing modes&lt;br /&gt;
&lt;br /&gt;
See also http://www.oxygenxml.com/features.html .&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
I have found this program to be affordable, easy to use, and pre-loaded with TEI capabilities.  Also, the platform gets upgraded on a regular basis. -- Greg Moses (Austin, TeiXas!)&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
Runs under Windows, Linux, and Mac operating systems. Requires a Java VM (virtual machine).&lt;br /&gt;
&lt;br /&gt;
(One of the download options for Windows users is an installer that includes the Java VM, eliminating the need to download and install Java separately.)&lt;br /&gt;
&lt;br /&gt;
For detailed requirements, see http://www.oxygenxml.com/download.html .&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
Closed source.  Academic licenses available for $48 per person, allowing you to install for your own use on many computers and use with the current major version number. A discount is available for TEI subscribers and individuals from TEI member institutions; the discount code may be found by logging in to [http://members.tei-c.org/MemberInfo http://members.tei-c.org/MemberInfo].  Free 30-day trial license available.&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
===The TEI Framework in &amp;amp;lt;oXygen&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
As of Version 9.0 build 2007110615, &amp;amp;lt;oXygen&amp;amp;gt; has TEI P5 schemas, templates and the TEI XSL stylesheets included as an officially-supported framework.&lt;br /&gt;
&lt;br /&gt;
If you are not using the &amp;lt;code&amp;gt;tei-oxygen&amp;lt;/code&amp;gt; [[TEIDebian|Debian package]] (for which a package manager will provide automatic updates for new versions of the stylesheet library), you can upgrade your copy of the stylesheet library without needing to download a new version of &amp;amp;lt;oXygen/&amp;amp;gt; doing doing either of the following:&lt;br /&gt;
&lt;br /&gt;
* With version 15.2 or later of &amp;amp;lt;oXygen/&amp;amp;gt;, &amp;quot;subscribe&amp;quot; to the regularly-updated TEI distribution of the framework according to the instructions in this blog post: https://faqingperplxd.wordpress.com/2014/04/02/auto-update-your-tei-framework-in-oxygen/ .&lt;br /&gt;
&lt;br /&gt;
* Use [http://sourceforge.net/projects/tei/files/oxygen-tei/ oxygen-tei], the open-source TEI framework built into &amp;amp;lt;oXygen/&amp;amp;gt;. To install this, look in your Oxygen folder for a &amp;quot;frameworks&amp;quot; directory that contains a directory called &amp;quot;tei&amp;quot;. That's where the contents of the zip would go, replacing the old contents of that directory.  ''Note that this is not the same thing as the &amp;lt;code&amp;gt;tei-oxygen&amp;lt;/code&amp;gt; [[TEIDebian|Debian package]]!'' You can also build this framework for yourself if you are interested in doing so; the [https://github.com/TEIC/oxygen-tei project code is available on GitHub].&lt;br /&gt;
&lt;br /&gt;
=== Other TEI-related Plugins ===&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;oXygen/&amp;amp;gt; allows third-party plugins and frameworks.  The following are of possible interest to TEI users:&lt;br /&gt;
&lt;br /&gt;
====HisTEI====&lt;br /&gt;
&lt;br /&gt;
If you work with historical documents, you might use [https://github.com/odaata/HisTEI HisTEI], a framework designed to make historical documents easier to transcribe in &amp;amp;lt;&amp;lt;oXygen/&amp;gt;'s XML Author mode.&amp;lt;ref&amp;gt;http://www.oxygenxml.com/pipermail/oxygen-sdk/2014-November/000182.html&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Severin ====&lt;br /&gt;
&lt;br /&gt;
[http://code.google.com/p/severin-image-viewer/ Severin] is an image viewer plugin, by Kilian Schmidtner and Stefan Krause, that can be used to see images as you browse though documents. It is an open source project (MIT license), and on the project page you can find a video presentation that uses a TEI document as example.&lt;br /&gt;
&lt;br /&gt;
==== TEI-Facsimile-Plugin ====&lt;br /&gt;
&lt;br /&gt;
[https://github.com/oxygenxml/TEI-Facsimile-Plugin TEI-Facsimile-Plugin] &amp;quot;provides support for working with Digital Facsimiles in Text Encoding Initiative (TEI) vocabulary. The plugin contributes a new View in which the user can load an image and draw shapes. These shapes are then converted into TEI &amp;quot;zone&amp;quot; elements. All the existing &amp;quot;zone&amp;quot; elements from the document are also rendered over the image.&amp;quot;&amp;lt;ref&amp;gt;https://github.com/oxygenxml/TEI-Facsimile-Plugin&amp;lt;/ref&amp;gt; This plugin requires oXygen version 15 or later.&lt;br /&gt;
&lt;br /&gt;
==== dbTagger ====&lt;br /&gt;
&lt;br /&gt;
https://github.com/aerhard/dbTagger&lt;br /&gt;
&lt;br /&gt;
==== ediarum ====&lt;br /&gt;
&lt;br /&gt;
[[Ediarum]]&lt;br /&gt;
&lt;br /&gt;
==== TEI Completer ====&lt;br /&gt;
&lt;br /&gt;
https://github.com/BCDH/TEI-Completer&lt;br /&gt;
&lt;br /&gt;
==== oXygen-XML-editor-attribute-editor ====&lt;br /&gt;
&lt;br /&gt;
* [https://listserv.brown.edu/archives/cgi-bin/wa?A2=TEI-L;7d49b3c3.1612 announcement]&lt;br /&gt;
* https://github.com/AlexJitianu/oXygen-XML-editor-attribute-editor&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
Interface available in English, French, German, Italian, Japanese and Dutch.&lt;br /&gt;
&lt;br /&gt;
Documentation available in English.&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
http://www.oxygenxml.com/documentation.html&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
http://www.oxygenxml.com/techSupport.html&lt;br /&gt;
&lt;br /&gt;
Can buy maintenance and support pack, providing free upgrades and tech support.&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
* http://www.oxygenxml.com/mailman/listinfo/oxygen-user/&lt;br /&gt;
* http://www.oxygenxml.com/forum/&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
21.0 (2019-02-22)&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
See http://www.oxygenxml.com/software_archive.html .&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
http://www.oxygenxml.com/download.html&lt;br /&gt;
&lt;br /&gt;
If you use Debian or Ubuntu, you should instead install the &amp;lt;tt&amp;gt;tei-oxygen&amp;lt;/tt&amp;gt; package at http://tei.oucs.ox.ac.uk/teideb/ .  (More information below.)&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
&lt;br /&gt;
David Sewell wrote:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Because the schema files distributed with oXygen sometimes lag behind&lt;br /&gt;
the latest TEI releases, kind souls like Syd Bauman have from time to&lt;br /&gt;
time packaged new schema files so that they can be unpacked to replace&lt;br /&gt;
part of the oXygen frameworks hierarchy. You could also go to&lt;br /&gt;
&lt;br /&gt;
 http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/&lt;br /&gt;
&lt;br /&gt;
and grab the files there to replace the ones in a local oXygen&lt;br /&gt;
directory.&lt;br /&gt;
&amp;lt;ref&amp;gt;https://listserv.brown.edu/archives/cgi-bin/wa?A2=TEI-L;8d5b98b2.0804&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sebastian Rahtz added that if you use Debian or Ubuntu, you should instead install the &amp;lt;code&amp;gt;tei-oxygen&amp;lt;/code&amp;gt; package.  He explained that &amp;quot;this replaces the oXygen TEI package with a link to one installed by the tei-p5-schema package, which is kept up to date. This means you have only one set of TEI files on your machine.&amp;quot;  It's available at http://tei.oucs.ox.ac.uk/teideb/ .&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Marcus Bingenheimer:&lt;br /&gt;
If you edit ODD files you need to validate the ODD against tei_odds. tei_all will not catch all mistakes and gives and error whenever elements in the RNG or other namespaces are used within &amp;lt;datatype&amp;gt;. &lt;br /&gt;
As usual you can associate the tei_odds with a oxygen specific processing command similar to this:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;?oxygen RNGSchema=&amp;quot;{your oxygen folder}/frameworks/tei/xml/tei/custom/schema/relaxng/tei_odds.rng&amp;quot; type=&amp;quot;xml&amp;quot;?&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=TEI_Publisher&amp;diff=16517</id>
		<title>TEI Publisher</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=TEI_Publisher&amp;diff=16517"/>
		<updated>2019-02-25T02:57:31Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* Current version number and date of release */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Not to be confused with [[TeiPublisher|teiPublisher]]'''.&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Publishing and delivery tools]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
&amp;quot;The instant publishing toolbox&amp;quot;&amp;lt;ref&amp;gt;http://teipublisher.com/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* High quality editions: Publish your digital edition without writing code. Using the TEI Processing Model, customising the appearance of the text is all done in XML.&lt;br /&gt;
* Cross media &amp;amp; multidevice: TEI Publisher generates applications which work well across devices and include features like page by page browsing, search and cross-media export.&lt;br /&gt;
* Single source publishing: Create HTML, ePUBs or PDFs from a single document and its associated processing model. No media specific stylesheets required.&lt;br /&gt;
* Lean code: For developers, TEI Publisher heavily reduces the amount of custom code required by typical digital edition projects. Save thousands of lines on handwritten transformations and rely on maintained code libraries instead.&amp;lt;ref&amp;gt;http://teipublisher.com/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
[[Exist]] 4.x.x for version 4.0&amp;lt;ref&amp;gt;https://teipublisher.com/exist/apps/tei-publisher/doc/blog/tei-publisher-40.xml&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
http://teipublisher.com/exist/apps/tei-publisher/doc/documentation.xml&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
http://teipublisher.com/index.html#tp-showcases&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
&lt;br /&gt;
4.1 (2019-02-22)&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
https://gitlab.existsolutions.com/tei-publisher&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Tei-xsl&amp;diff=16512</id>
		<title>Tei-xsl</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Tei-xsl&amp;diff=16512"/>
		<updated>2019-01-30T14:43:57Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* Current version number and date of release */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tools]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Conversion and preprocessing tools]]&lt;br /&gt;
[[Category:Publishing and delivery tools]]&lt;br /&gt;
[[Category:XSLT]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
This is a family of XSLT 2.0 stylesheets to transform TEI XML documents to various formats, including XHTML, LaTeX, XSL Formatting Objects, ePub, plain text, RDF, JSON; and to/from Word OOXML (docx) and OpenOfice (odt). They concentrate on the core TEI modules which are used for simple transcription and &amp;quot;born digital&amp;quot; writing. It is important to understand that they do  '''not'''&lt;br /&gt;
* cover ''all'' TEI elements and possible attribute values&lt;br /&gt;
* attempt to define a standard TEI processing or rendering model&lt;br /&gt;
They should not be treated as the definitive view of the TEI Consortium about rendering TEI documents.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
&amp;quot;The XSL FO style sheets were developed for use with PassiveTeX (http://projects.oucs.ox.ac.uk/passivetex/), a system using XSL formatting objects to render XML to PDF via LaTeX. They have not been extensively tested with the other XSL FO implementations.&amp;quot;&amp;lt;ref&amp;gt;http://www.tei-c.org/release/doc/tei-xsl/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Software dependencies:&lt;br /&gt;
&lt;br /&gt;
* Saxon 9.2 or later.  If using Debian or Ubuntu, you can get it from http://tei.oucs.ox.ac.uk/teideb/ .&lt;br /&gt;
* ant and ant-contrib.  Note that as of 2011-11-30, ant-contrib is not availabe as as RedHat package.&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
This software is dual-licensed:&lt;br /&gt;
&lt;br /&gt;
1. Distributed under a Creative Commons Attribution-ShareAlike 3.0&lt;br /&gt;
Unported License http://creativecommons.org/licenses/by-sa/3.0/ &lt;br /&gt;
&lt;br /&gt;
2. http://www.opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
The stylesheets render TEI XML documents to various formats, with the constraint that they do not offer an implementation of all tags,&lt;br /&gt;
and only support a limited range of values for the @rend attribute.&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
Documentation is in English.&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-xsl/&lt;br /&gt;
&lt;br /&gt;
Among the components of this package of stylesheets not documented are the following:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;tools/oddbyexample.xsl&amp;lt;/code&amp;gt; &amp;amp;ndash; generates a list of all the attribute values used in the directory of texts you apply it to, in the form of an [[ODD]] file, from which you can in turn generate documentation and schemas using Roma&lt;br /&gt;
* &amp;lt;code&amp;gt;tools/odd2nuodd.xsl&amp;lt;/code&amp;gt; &amp;amp;ndash; switches from a traditional ODD-by-exclusion to a newer form ODD-by-inclusion&lt;br /&gt;
&lt;br /&gt;
See also this guide by Laura Mandell, which contains some documentation and some videos: http://idhmc.tamu.edu/chat/xslt/modifyTEI.html&lt;br /&gt;
However, be aware that this covers an earlier release, and things may have changed&lt;br /&gt;
&lt;br /&gt;
=== Creating a custom profile ===&lt;br /&gt;
&lt;br /&gt;
To create a profile for converting to/from a format and TEI XML, create either or both as needed:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;profiles/$PROFILENAME/$FORMAT/to.xsl&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;profiles/$PROFILENAME/$FORMAT/from.xsl&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start by copying the files in &amp;lt;code&amp;gt;profiles/default/$FORMAT/&amp;lt;/code&amp;gt; and then adding your own overrides and/or additional templates.  See [http://listserv.brown.edu/archives/cgi-bin/wa?A2=ind1303&amp;amp;L=TEI-L&amp;amp;F=&amp;amp;S=&amp;amp;P=99998 this brief example of additional templates].&lt;br /&gt;
&lt;br /&gt;
Note that if your &amp;lt;code&amp;gt;$FORMAT&amp;lt;/code&amp;gt; is docx, this directory must contain a file &amp;lt;code&amp;gt;template.docx&amp;lt;/code&amp;gt; which is used to create .docx files from. See the sample in the default profile.&lt;br /&gt;
&lt;br /&gt;
=== Converting from DOCX format ===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The TEI conversions from docx are better in many ways than the conversions from other the wordprocessing formats. There are also small tricks like having docx styles of 'tei_elementName' to get certain phrase-level elements converted.&amp;quot;&amp;lt;ref&amp;gt;https://listserv.brown.edu/archives/cgi-bin/wa?A2=TEI-L;1123776a.1605&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
Bugs and feature requests should be made in GitHub: https://github.com/TEIC/Stylesheets/issues&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
&lt;br /&gt;
The package includes a number of profiles in the &amp;lt;code&amp;gt;profiles/&amp;lt;/code&amp;gt; directory.&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
&lt;br /&gt;
7.47.0 (2019-01-29)&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
See detailed changelog at https://github.com/TEIC/Stylesheets and automatically generated commit log at https://github.com/TEIC/Stylesheets/commits/master .  Past versions can be downloaded at https://sourceforge.net/projects/tei/files/Stylesheets/ .&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
&lt;br /&gt;
If you use [[Oxygen]], the easiest thing to do might be to download as part of [http://code.google.com/p/oxygen-tei/ oxygen-tei], the open-source TEI framework built into &amp;amp;lt;oXygen/&amp;amp;gt;.  Otherwise, there are '''three options''':&lt;br /&gt;
&lt;br /&gt;
=== a) Download zip file ===&lt;br /&gt;
Download the latest zip file (below all of the folders) from https://sourceforge.net/projects/tei/files/Stylesheets/ .&lt;br /&gt;
&lt;br /&gt;
=== b) Install the Debian package ===&lt;br /&gt;
&lt;br /&gt;
Install the &amp;lt;code&amp;gt;tei-xsl&amp;lt;/code&amp;gt; Debian package from the [http://tei.oucs.ox.ac.uk/teideb/ list of Debian packages].&lt;br /&gt;
&lt;br /&gt;
=== c) Get from Github ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
git clone git@github.com:TEIC/Stylesheets.git /path/to/local/directory/Stylesheets&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, if you want to add these to &amp;lt;code&amp;gt;/usr/&amp;lt;/code&amp;gt; (which you will need to do in order to use the command-line shell scripts), you can do the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
cd /path/to/local/directory/Stylesheets/&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
make install&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;but note the following&amp;lt;/strong&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
* You will need to run &amp;lt;code&amp;gt;make install&amp;lt;/code&amp;gt; as a user with write permission to &amp;lt;code&amp;gt;/usr/&amp;lt;/code&amp;gt; .  So if using Ubuntu, for example, you will need to instead do &amp;lt;code&amp;gt;sudo make install&amp;lt;/code&amp;gt; .&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
The XSLT 1.0 version of this stylesheet family, which is no longer actively maintained, can be found on Github at  https://github.com/sebastianrahtz/TEIXSL-v1.git&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Samples_of_TEI_texts&amp;diff=16483</id>
		<title>Samples of TEI texts</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Samples_of_TEI_texts&amp;diff=16483"/>
		<updated>2019-01-25T14:53:21Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* Texts */ added Van Gogh letters&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Markup]] [[Category: TEI:P4]] [[Category: TEI:P5]] __NOTOC__&lt;br /&gt;
The availability of texts enables others to learn by example; fosters similar approaches to solving the same problems across the entire community of practice; and gives developers of TEI-based tools a broader sample of texts to test against. The fact a text is listed here should not be taken as a licence to redistribute the text, please check with text owners should they wish to make any more in-depth use of these materials.&lt;br /&gt;
&lt;br /&gt;
== Explicitly Pedagogical Samples ==&lt;br /&gt;
&lt;br /&gt;
* [http://teibyexample.org TEI By Example] is a set of examples design to teach the basics of TEI. Includes TEI P3 (SGML) and P5 examples. [http://creativecommons.org/licenses/by-sa/3.0/ CC licensed].&lt;br /&gt;
&lt;br /&gt;
== Texts == &lt;br /&gt;
&lt;br /&gt;
* [http://insaph.kcl.ac.uk/ala2004/redist/inscriptions/inscriptions.zip ala2004] ([[EpiDoc]] XML) from the [http://insaph.kcl.ac.uk/ala2004 '''Aphrodisias in Late Antiquity'''] publication. The downloadable .zip archive contains 230 XML files, each containing an ancient Greek inscription, which validate to the version 4 of the [http://epidoc.sf.net/ EpiDoc] DTD (a TEI localization)--the DTD is also included in the archive. These files are licenced under [http://creativecommons.org/licenses/by/2.5/ Creative Commons Attribution], so please feel free to do whatever you like with them! (Format: TEI P4)&lt;br /&gt;
&lt;br /&gt;
* [http://archimedespalimpsest.net/ '''Archimedes Palimpsest'''], XML files containing the transcriptions of the Archimedes text, released (like all the Palimpsest data and metadata) under Creative Commons Attribution 3.0 Unported. Texts validate to TEI P5. One XML file per folio page (scroll down list of hi-res photographs in each directory). Format: TEI P5&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/StanfordUniversityLibraries/ap_tei '''FRDA'''] (French Revolution Digital Archive) TEI of full text for 82 volumes of French Revolution parliamentary debates from 1787 to 1794&lt;br /&gt;
&lt;br /&gt;
* [http://www.ota.ox.ac.uk/headers/2493.xml The '''Auchinleck Manuscript'''], made available by the [http://www.ota.ox.ac.uk/ Oxford Text Archive] contact [mailto:ota-info@rt.oucs.ox.ac.uk ota-info@rt.oucs.ox.ac.uk].  This text originates from the [http://www.nls.uk/auchinleck/ Auchinleck Manuscript Project] at the National Library of Scotland, please see their website for more contextual material. Format: TEI P5.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/CopticScriptorium/corpora Coptic SCRIPTORIUM corpora] for the [http://copticscriptorium.org/ Coptic SCRIPTORIUM]&lt;br /&gt;
&lt;br /&gt;
* [http://www.deutschestextarchiv.de/download '''DTA'''] Deutsches Textarchiv (2435 texts as of 2016-12-21)&lt;br /&gt;
&lt;br /&gt;
* [http://dramacode.github.io Dramacode], French classical plays (Corneille, Molière, Racine, etc.)&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/textcreationpartnership '''EEBO'''] collection Phase 1 TEI P5 XML versions of texts (Text Creation Partnership's Early English Books Online) ([https://raw.githubusercontent.com/textcreationpartnership/Texts/master/TCP.csv CSV file listing all the texts]) (32853 texts as of 2015-01-01)&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/papyri/idp.data '''Duke Databank'''/Heidelberg/APIS] ([[EpiDoc]] XML) aggregated data from the Duke Databank of Documentary Papyri (DDbDP: transcribed Greek texts) the Heidelberger Gesamtverzeichnis der griechischen Papyrusurkunden Ägyptens (HGV: metadata), and the Advanced Papyrological Information System. Approx 145,000 XML files released under Creative Commons Attribution license (CC-BY), by the [http://idp.atlantides.org/trac/idp/wiki Integrating Digital Papyrology] project. Format: TEI P5.&lt;br /&gt;
&lt;br /&gt;
* [http://epidoc.cch.kcl.ac.uk/inscriptions/index.html '''EpiDoc Demo''' Website], a growing collection of sample [[EpiDoc]] XML files, including examples from epigraphic, papyrological, and other ancient projects. XML downloadable from each transformed inscription. (Vintage 2007.) (Format: TEI P4)&lt;br /&gt;
&lt;br /&gt;
* [http://www.folgerdigitaltexts.org/ '''Folger Digital Texts''']: From the Folger Shakespeare Library, &amp;quot;Each play in Folger Digital Texts is rigorously encoded: every word, every punctuation mark, every space, within a sophisticated, TEI-compliant XML structure.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* A subset of [http://www.gutenberg.org/ Project '''Gutenberg'''] is available as TEI, go to [http://www.gutenberg.org/catalog/world/search http://www.gutenberg.org/catalog/world/search] and select &amp;quot;TEI Text Encoding Initiative (tei)&amp;quot; as the file type.&lt;br /&gt;
&lt;br /&gt;
* [http://insaph.kcl.ac.uk/iaph2007/inscriptions/xml-repo.html '''IAph2007''' ([[EpiDoc]] XML files)] from the [http://insaph.kcl.ac.uk/iaph2007/ Inscriptions of Aphrodisias (2007)] publication. There are approx 1500 XML files available (either in a single .zip or as individual files either downloadable or linkable directly for dynamic processing), each containing an ancient Greek or Latin inscription. All files validate to the [[EpiDoc]] DTD (version 5). These files are licensed under [http://creativecommons.org/licenses/by/2.0/uk/ Creative Commons Attribution (UK)], so please feel free to do exciting things with them. (Format: TEI P4)&lt;br /&gt;
&lt;br /&gt;
* [http://irt.kcl.ac.uk/irt2009/inscr/xmlrepo.html '''Inscriptions of Roman Tripolitania''' 2009] ([[EpiDoc]] XML), about 1000 Latin and Greek inscriptions available for download under Creative Commons Attribution (CC-BY) licence. Format: TEI P4.&lt;br /&gt;
&lt;br /&gt;
* [http://www.sbl-site.org/Resources/Resources_ManuscriptMarkup.aspx Files] referenced in Timothy J. Finney, &amp;quot;'''Manuscript Markup''',&amp;quot; in ''The Freer Biblical Manuscripts: Fresh Studies of an American Treasure Trove'' (ed. Larry W. Hurtado; SBLTCS 6; Atlanta: Society of Biblical Literature, 2006), 263-87. These include a partial [http://www.sbl-site.org/assets/U16/U16.xml transcription] of the Freer manuscript of Paul (Gregory-Aland I 016), a [http://www.sbl-site.org/assets/U16/U16.xsl transform], a [http://www.sbl-site.org/assets/U16/U16.css stylesheet] and a [http://www.sbl-site.org/assets/U16/U16.htm web page] produced from the transcription by the transform. (Format: TEI P5)&lt;br /&gt;
&lt;br /&gt;
* The [http://www.nzetc.org/ NZETC] has a range of '''New Zealand and Pacific-Islands''' texts. The texts are P5 encoded and the TEI is generally downloadable from the document table of contents. Features include:&lt;br /&gt;
** Use of &amp;lt;revisionDesc&amp;gt; and &amp;lt;change&amp;gt; tags to implement workflow&lt;br /&gt;
** &amp;lt;name&amp;gt; tag used extensively for personal, ship, place, organisation and work names (keyed to external authority at [http://authority.nzetc.org/])&lt;br /&gt;
** Use of  xml:lang=&amp;quot;en&amp;quot; and  xml:lang=&amp;quot;mi&amp;quot; for texts with English and Maori (plus small amounts of other languages)&lt;br /&gt;
** Page images, facsimile PDFs and typeset PDFs  (some texts only, for example [http://www.nzetc.org/tm/scholarly/tei-JCB-001.html this letter])&lt;br /&gt;
** Document-by-document licensing, some documents under a creative commons license (licensing info not currently stored in the TEI).&lt;br /&gt;
&lt;br /&gt;
* The University of [http://www.ota.ox.ac.uk/ '''Oxford Text Archive'''] (OTA) is home to some 2685 TEI P5 texts, including all of the ECCO texts which are in the public domain, all available under CC licences, plus some TEI P5 linguistic corpora, and others following older editions of the guidelines, with legacy licences. The OTA exists as a community resource, and projects and people are encouraged to offer texts for deposit in the archive.&lt;br /&gt;
&lt;br /&gt;
* The [http://www.perseus.tufts.edu/hopper/opensource Perseus Project] makes its TEI P4 XML collections in Greek, Latin, and English available from http://www.perseus.tufts.edu/hopper/opensource under a Creative Commons Sharalike/Non-Commercial/Attribution license.&lt;br /&gt;
&lt;br /&gt;
* The [http://buddhistinformatics.ddbc.edu.tw/BZA/bzaComCatWeb.html '''Samyukta Agama''' Project] at Dharma Drum Buddhist College provides access to its more than 1000 TEI source files. Click on any cluster and find the link to the TEI source at the bottom of each column. The files are in Chinese, Pali and Sanskrit. Markup documentation, schemas and stylesheets are available as a zip archive at the website.&lt;br /&gt;
&lt;br /&gt;
* The [http://buddhistinformatics.ddbc.edu.tw/biographies/gis/ '''Chinese Buddhist Bibliographies''' Project] at Dharma Drum Buddhist College provides access to different collections with more than 1000 biographies marked up in TEI for place and person names as well as dates. The archives contain basic documentation, schema etc. The data is in Chinese, linked to authority databases and available through three different interfaces visualizing it as GIS light, social network and on a timeline. All the data is published under a CC licence.&lt;br /&gt;
&lt;br /&gt;
* The [http://buddhistinformatics.ddbc.edu.tw/fosizhi/ '''Chinese Buddhist Temple Gazetteers''' Project] at Dharma Drum Buddhist College provides access to topographical descriptions of Buddhist temple marked up for place and person names as well as dates. All together there are 237 gazetteers, 13 of which are available with TEI markup and new punctuation. The archives contain the TEI, image files referenced in the TEI, schema, METS wrapper etc. The data is linked to authority databases and available through an interface that displays the marked-up edition next to the images. The data is published under a CC licence.&lt;br /&gt;
&lt;br /&gt;
* The [http://www.tei-c.org/Activities/MI/Samples/ '''Migration Samples'''] page on the main TEI website includes sample texts from (inter alia) the British National Corpus, the Thomas McGreevey Archive, Early English Books Online, Multext East, Documenting the American South, and the Women Writers Project which were prepared as part of the TEI P4 Migration Work Group, the purpose of which was to demonstrate how to migrate TEI P3 (SGML) to TEI P4 (XML). Most of the material here is therefore of a certain antiquity.&lt;br /&gt;
&lt;br /&gt;
* The [http://www.bvh.univ-tours.fr/ BVH] project ('''Virtual Humanistic Libraries''')  is a virtual library of high-quality digitised documents, offering a selection of Renaissance books located in the libraries of the Région Centre, Paris, Poitiers, Lyons, Troyes, etc. Three samples of TEI texts are proposed in html, pdf and xml/tei on [http://www.bvh.univ-tours.fr:8080/xtf/search?title=&amp;amp;creator=&amp;amp;year=&amp;amp;keyword=&amp;amp;type=tei Epistemon]. These files are licenced under Creative Commons Attribution.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/iulibdcs/tei_text TEI and Plain Text from Digital Collections Services, Indiana University Libraries]&lt;br /&gt;
&lt;br /&gt;
* TEI in dspace example http://dspace.nitle.org/handle/10090/11695 (P4?) (seems broken May 2012)&lt;br /&gt;
&lt;br /&gt;
* The [http://sarit.indology.info SARIT] project has recently brought out an electronic TEI-encoded edition of a 2007 print publication.  It is a work on Buddhist tantric religion:   Christian K. Wedemeyer, ed., ''Āryadeva's Lamp that Integrates the Practices (Caryāmelāpakapradīpa): The Gradual Path of Vajrayāna Buddhism According to the Esoteric Community Noble Tradition - Part Three: Critically Edited Sanskrit Text of Āryadeva's Caryāmelāpakapradīpa,'' (New York: The American Institute of Buddhist Studies at Columbia University in New York with Columbia University's Center for Buddhist Studies and Tibet House US, 2007). E-details and full text can be seen [[http://sarit.indology.info/newphilo/navigate.pl?indologica.16 here]].  Clicking [[http://sarit.indology.info/downloads.shtml Downloads]] on the above screen offers downloadable TEI, PDF and HTML versions of this e-text, and several others. The interesting thing about this e-text from the TEI point of view is the encoding and display of the manuscript variants to the critical edition.  It was good of the publishers and editors to give their permission for the e-dissemination of this work just three years after print publication. Best, Dr Dominik Wujastyk.&lt;br /&gt;
&lt;br /&gt;
* [http://txm.bfm-corpus.org/?command=documentation&amp;amp;path=/GRAAL '''La Queste del Saint Graal'''] (The Quest of the Holy Grail) online interactive edition offers a parallel multi-level (normalized, diplomatic and imitative) transcription of the Lyon MN PA 77 manuscript along with manuscript images and a translation in modern French, powered by TXM text search and statistical analysis platform. The complete source XML-TEI P5 encoded with Menota extensions manuscript transcriptions and an ODD customization file, as well as the stylesheets used to produce HTML editions and a PDF printable version are freely available for [http://txm.bfm-corpus.org/txm/images/graal_src.zip download] under a CC BY-NC-SA 3.0 license.&lt;br /&gt;
&lt;br /&gt;
* [http://docsouth.unc.edu/southlit/poe/menu.html &amp;quot;Tales&amp;quot; by Edgar Allan Poe] at University of North Carolina at Chapel Hill. Uses mnemonic entity references for non-ASCII characters.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/TEI-examples/tei-examples tei-examples] -- Examples of TEI documents dealing with different use-cases.&lt;br /&gt;
&lt;br /&gt;
* [https://textgrid.de/digitale-bibliothek '''TextGrid''' Digital Library] conversion from Zeno-XML-Markup to XML-TEI and additional markup&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/stuartyeates/sampler URLs to diverse TEI files] in terms of language, structure, linguistics, coding, tools in use, hosting method, etc.&lt;br /&gt;
&lt;br /&gt;
* [http://vangoghletters.org/vg/ Vincent Van Gogh: The Letters] -- See [http://vangoghletters.org/vg/about_6.html &amp;quot;About this edition&amp;quot;].&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/oeuvres Works in French and TEI] (Baudelaire, Hugo, Rimbaud, Verlaine, Balzac, Descartes, La Fayette, Sade, Saint-Simon, etc.)&lt;br /&gt;
&lt;br /&gt;
== Dictionaries ==&lt;br /&gt;
* [[FreeDict]] is a repository of various TEI-encoded bilingual translating dictionaries on free licenses (http://www.freedict.org/). Most of the dictionaries have been converted from TEI P4 to TEI P5, but not all of the changes can be found in the official releases yet. Visiting [http://freedict.svn.sourceforge.net/viewvc/freedict/trunk/ the SVN repository] directly may be the better way out.&lt;br /&gt;
* [http://ducange.enc.sorbonne.fr/ Du Cange] is a medieval latin dictionary (mostly written during XVIIe XVIIIe). The printed text is encoded in TEI-P5, freely available at http://svn.code.sf.net/p/ducange/code/xml/ as an [http://sourceforge.net/p/ducange/wiki/Home/ open source project]. The TEI choices are [http://svn.code.sf.net/p/ducange/code/xml/ducange.html documented (in french)].&lt;br /&gt;
* [http://algone.net/littre/ Littré] a classical French dictionary, encoded in TEI-P5, freely available at https://svn.code.sf.net/p/javacrim/code/littre/xml/, [https://svn.code.sf.net/p/javacrim/code/littre/xml/schema.html documented in French with the words of Littré himself]&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=TEI_Publisher&amp;diff=16452</id>
		<title>TEI Publisher</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=TEI_Publisher&amp;diff=16452"/>
		<updated>2018-12-23T17:34:11Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* Current version number and date of release */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Not to be confused with [[TeiPublisher|teiPublisher]]'''.&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Publishing and delivery tools]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
&amp;quot;The instant publishing toolbox&amp;quot;&amp;lt;ref&amp;gt;http://teipublisher.com/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* High quality editions: Publish your digital edition without writing code. Using the TEI Processing Model, customising the appearance of the text is all done in XML.&lt;br /&gt;
* Cross media &amp;amp; multidevice: TEI Publisher generates applications which work well across devices and include features like page by page browsing, search and cross-media export.&lt;br /&gt;
* Single source publishing: Create HTML, ePUBs or PDFs from a single document and its associated processing model. No media specific stylesheets required.&lt;br /&gt;
* Lean code: For developers, TEI Publisher heavily reduces the amount of custom code required by typical digital edition projects. Save thousands of lines on handwritten transformations and rely on maintained code libraries instead.&amp;lt;ref&amp;gt;http://teipublisher.com/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
[[Exist]] 4.x.x for version 4.0&amp;lt;ref&amp;gt;https://teipublisher.com/exist/apps/tei-publisher/doc/blog/tei-publisher-40.xml&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
http://teipublisher.com/exist/apps/tei-publisher/doc/documentation.xml&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
http://teipublisher.com/index.html#tp-showcases&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
&lt;br /&gt;
4.0 (2018-12-20)&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
https://gitlab.existsolutions.com/tei-publisher&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=TEI_Publisher&amp;diff=16451</id>
		<title>TEI Publisher</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=TEI_Publisher&amp;diff=16451"/>
		<updated>2018-12-23T17:33:59Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* System requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Not to be confused with [[TeiPublisher|teiPublisher]]'''.&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Publishing and delivery tools]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
&amp;quot;The instant publishing toolbox&amp;quot;&amp;lt;ref&amp;gt;http://teipublisher.com/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* High quality editions: Publish your digital edition without writing code. Using the TEI Processing Model, customising the appearance of the text is all done in XML.&lt;br /&gt;
* Cross media &amp;amp; multidevice: TEI Publisher generates applications which work well across devices and include features like page by page browsing, search and cross-media export.&lt;br /&gt;
* Single source publishing: Create HTML, ePUBs or PDFs from a single document and its associated processing model. No media specific stylesheets required.&lt;br /&gt;
* Lean code: For developers, TEI Publisher heavily reduces the amount of custom code required by typical digital edition projects. Save thousands of lines on handwritten transformations and rely on maintained code libraries instead.&amp;lt;ref&amp;gt;http://teipublisher.com/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
[[Exist]] 4.x.x for version 4.0&amp;lt;ref&amp;gt;https://teipublisher.com/exist/apps/tei-publisher/doc/blog/tei-publisher-40.xml&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
http://teipublisher.com/exist/apps/tei-publisher/doc/documentation.xml&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
http://teipublisher.com/index.html#tp-showcases&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
&lt;br /&gt;
4.0 (2018-12-21)&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
https://gitlab.existsolutions.com/tei-publisher&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=TEI_Publisher&amp;diff=16450</id>
		<title>TEI Publisher</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=TEI_Publisher&amp;diff=16450"/>
		<updated>2018-12-23T17:32:54Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* Current version number and date of release */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Not to be confused with [[TeiPublisher|teiPublisher]]'''.&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Publishing and delivery tools]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
&amp;quot;The instant publishing toolbox&amp;quot;&amp;lt;ref&amp;gt;http://teipublisher.com/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* High quality editions: Publish your digital edition without writing code. Using the TEI Processing Model, customising the appearance of the text is all done in XML.&lt;br /&gt;
* Cross media &amp;amp; multidevice: TEI Publisher generates applications which work well across devices and include features like page by page browsing, search and cross-media export.&lt;br /&gt;
* Single source publishing: Create HTML, ePUBs or PDFs from a single document and its associated processing model. No media specific stylesheets required.&lt;br /&gt;
* Lean code: For developers, TEI Publisher heavily reduces the amount of custom code required by typical digital edition projects. Save thousands of lines on handwritten transformations and rely on maintained code libraries instead.&amp;lt;ref&amp;gt;http://teipublisher.com/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
[[Exist]] 3.6.0 or later for version 3.0&amp;lt;ref&amp;gt;http://teipublisher.com/exist/apps/tei-publisher-home/index.html&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
http://teipublisher.com/exist/apps/tei-publisher/doc/documentation.xml&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
http://teipublisher.com/index.html#tp-showcases&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
&lt;br /&gt;
4.0 (2018-12-21)&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
https://gitlab.existsolutions.com/tei-publisher&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=TEITOK&amp;diff=16435</id>
		<title>TEITOK</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=TEITOK&amp;diff=16435"/>
		<updated>2018-12-06T01:43:12Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* Additional notes */ alternative path to website&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tools]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Conversion and preprocessing tools]]&lt;br /&gt;
[[Category:Publishing and delivery tools]]&lt;br /&gt;
[[Category:Querying tools]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
&lt;br /&gt;
TEITOK - the Tokenized TEI Environment, a web-based platform for viewing, creating, and editing corpora with both rich textual mark-up and linguistic annotation pereferably in TEI annotation. It is developed at the Centro de Linguística da Universidade de Lisboa.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* Build a corpus where each text consists of a TEI/XML file&lt;br /&gt;
* Annotate and edit each text in the corpus&lt;br /&gt;
** Use a variety of scripts to provide automatic annotations&lt;br /&gt;
** Use an easy GUI to edit manually&lt;br /&gt;
* Search the corpus using [http://cwb.sourceforge.net CQP]&lt;br /&gt;
** Search results give XML fragments rather than raw CQP results&lt;br /&gt;
** Statistical data about the results can be rendered as graphs&lt;br /&gt;
** Edit XML documents directly from the CQP results&lt;br /&gt;
* Visualize each TEI/XML file individually&lt;br /&gt;
** Various visualization options depending on the content of the file&lt;br /&gt;
* Plot the XML documents on the world map (OpenStreetMap)&lt;br /&gt;
** Provide search results direclty on the map&lt;br /&gt;
* Align the XML transcription with a facsimile image&lt;br /&gt;
** Visualize each manuscript line above its transription&lt;br /&gt;
** Get facsimile images of words from a CQP search&lt;br /&gt;
** Transcribe directly from the facsimile image to TEI/XML&lt;br /&gt;
* Work with dependency relations in TEI/XML&lt;br /&gt;
** Searchable using a modified version of CQP (TT-CQP)&lt;br /&gt;
** Create word sketches from the corpus&lt;br /&gt;
* Align the XML transcription with an audio file&lt;br /&gt;
** Get audio fragments direclty from a CQP search&lt;br /&gt;
** Visualize the audio as a waveform&lt;br /&gt;
** Transcribe directly from the audio file to TEI/XML&lt;br /&gt;
* Use stand-off annotation alongside the TEI/XML files&lt;br /&gt;
** Visualization and editing of the stand-off inspired by Brat&lt;br /&gt;
** Search the stand-off annotations direclty in CQP&lt;br /&gt;
* Work with interlinear glossed texts&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
&lt;br /&gt;
Server based software that runs on most Linux servers&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
&lt;br /&gt;
The source code is available from GitLab, and can be used free of charge &lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
In principle, TEITOK works with generic XML files, and can hence handle most flavours of TEI/XML. For more advanced features, it assumes the XML to be in TEI/XML P5. &lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
&lt;br /&gt;
* Interface written in PHP and Javascript&lt;br /&gt;
* Scripts written in Perl and C++&lt;br /&gt;
* Multilingual interface with customizable internationalization&lt;br /&gt;
* Documentation in English&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
[http://www.teitok.org/index.php?action=about]&lt;br /&gt;
[http://www.teitok.org/index.php?action=help]&lt;br /&gt;
&lt;br /&gt;
Publications: [http://www.teitok.org/index.php?action=publications]&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
&lt;br /&gt;
For tech support, there is both a [https://groups.google.com/forum/#!forum/teitok Google group mailing list] and a [https://www.facebook.com/maartenes Facebook page] for TEITOK.&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
&lt;br /&gt;
Examples of projects using TEITOK can be found on the project website: http://www.teitok.org/. Here are some highlighted projects:&lt;br /&gt;
&lt;br /&gt;
* [http://ps.clul.ul.pt Postscriptum] - a corpus of handwritten letter in Portuguese and Spanish&lt;br /&gt;
* [http://corpora.ugr.es/ode ODE] - a historic corpus of mediaeval Spanish&lt;br /&gt;
* [http://cards-fly.clul.ul.pt/teitok/madison MADISON] - a dialectal corpus of Portuguese&lt;br /&gt;
* [http://teitok.iltec.pt/croltec/ CroLTeC] - a learner corpus of Croatian&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
&lt;br /&gt;
Frequent updates, current version is 2.3 (August 2018)&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
A complete version changelog can be found on [https://gitlab.com/maartenes/TEITOK/blob/master/CHANGELOG.md GitLab]&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
&lt;br /&gt;
TEITOK is currently a private project on GitLab. Anybody interested in using TEITOK, please create an account on GitLab and contact the author with your account details to add you as a user to the project: Maarten Janssen.&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
If the teitok.org domain name is not resolving, try accessing the website through http://beta.clul.ul.pt/teitok/site/index.php?action=home .&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Editors&amp;diff=16434</id>
		<title>Editors</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Editors&amp;diff=16434"/>
		<updated>2018-11-23T17:44:39Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* Table of Editors */ link to TEI-L discussion about Atom&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Periodically the question of which editor to use for TEI tasks arises on the TEI mailing list. There is no single answer to this question, but this page attempts to help you frame the question correctly. &lt;br /&gt;
&lt;br /&gt;
Before thinking about an editor, you should think about who is going to be using it, how often, for what and where. &lt;br /&gt;
&lt;br /&gt;
Those from a technical background are already likely to have a preferred programmable editor. Those from a non-technical background are likely to be more interested in ease of use. Occasional or temporary users are going to what a program that works as similarly as possible to the other applications they use, whereas full-time permanent users are more likely to get a benefit from more powerful editor, even if it has a learning curve. Projects which use large XML files need to be aware that some editors struggle with large XML files. The sed editor (see below) is a special case, allowing for truly arbitrary sizes. Users who need to edit files directly on remote servers may need vt100-capable  editors (emacs, vi, sed, etc).&lt;br /&gt;
&lt;br /&gt;
'''If you are a teacher looking for an editor suitable for TEI instruction, have a look at the list of features that are seen as the minimal set needed for a [[Editor for teaching TEI - features|&amp;quot;student version&amp;quot; of a commercial editor]]. This feature set is under discussion and you are welcome to take part in it.'''&lt;br /&gt;
&lt;br /&gt;
The following table an be sorted by several keys. You can accomplish that by clicking on the symbol in the relevant table header cell. Javascript needs to be enabled for the dynamic sorting to work. You can sort by a secondary key with the Shift key pressed.&lt;br /&gt;
&lt;br /&gt;
== Table of Editors ==&lt;br /&gt;
&amp;lt;!-- Please be so kind as to add new rows in the alphabetical order of the tool's name, and please do avoid advertising (it will be removed) --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+Editors for TEI&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Operating Systems or Environments !! [http://en.wikipedia.org/wiki/FLOSS FLOSS]? !!  Explicit support for XML !! Explicit support for TEI !! class=&amp;quot;unsortable&amp;quot;|URL !!Projects Using !! Beginner-friendliness&amp;lt;br/&amp;gt;(scale 1-10, 1=hard) !! [http://en.wikipedia.org/wiki/Right-to-left RTL] support !! Notes&lt;br /&gt;
|-&lt;br /&gt;
| Ace|| Web-based || Yes || Yes, but primitive and buggy || No || [http://ace.ajax.org/] || [[ANGLES]] || 2 || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[ANGLES]]|| Web-based || Yes || In-progress || ? || [http://umd-mith.github.com/angles/] || ||   || || The [https://securegrants.neh.gov/publicquery/Download.aspx?data=EbwGdSyLkD7zoB3W75cvd%2bXST%2bWypC%2blxN287EYCLJwL%2fBHyeaDHU3RDLrfbJLx%2b1ItCBTsjaJWE63FMYJfoM3kRWI6WIx3tbxFY0YxJWCwUaJYoXKOUXjj912Gj3rBbZPl64VCB8sIYhhUUUvZJSw%3d%3d white paper] released as part of the NEH grant which funded ANGLES' development indicates that development has ceased. This editor is based on the [http://ace.ajax.org/ Ace] editor. &lt;br /&gt;
|-&lt;br /&gt;
| Atom || Win, Linux, MacOS || Yes || Yes || No || [https://atom.io/] || [[ATOM]] || 2 || || Needs the package [https://atom.io/packages/linter-autocomplete-jing] to validate with a declared schema. See [https://listserv.brown.edu/cgi-bin/wa?A2=TEI-L;b3a054c.1811 more discussion on TEI-L].&lt;br /&gt;
|-&lt;br /&gt;
| CodeMirror|| Web-based || Yes || Yes, but primitive and buggy || No || [http://codemirror.net/] || XET || 2 || || Cannot support namespaces without an architectural change due to the absence of lookahead for modes.&lt;br /&gt;
|-&lt;br /&gt;
| Emeditor || Win || No||  No || No || [http://www.emeditor.com] ||[http://www.lib.umich.edu/tcp/ TCP]|| 9 || || PRO: large-file support, utf-8 support, diff.&lt;br /&gt;
|-&lt;br /&gt;
| [[Editix]]|| Win, Linux, MacOS || No ||  Yes || No || [http://www.editix.com/] || || || || A free Lite version exists.&lt;br /&gt;
|-&lt;br /&gt;
| EditPad Pro || Win ||No  || No || No || [http://www.editpadpro.com] ||[http://www.lib.umich.edu/tcp/ TCP]|| 8 || || PRO: UTF-8 support, excellent character-encoding conversions, syntax coloring, regex search/replace, XML 'content folding', handles large files well. CON: no search-in-files, sort, uniq, or diff.&lt;br /&gt;
|-&lt;br /&gt;
| EditTEI|| all (Java) || No ||  No || No || [http://www.digiscrib.com/Fra/Edittei.html] || || || || Claiming many features, accessible after registration.&lt;br /&gt;
|-&lt;br /&gt;
| [[Emacs]] || Mac, Win, Linux, Solaris || Yes ||  Yes || No || [http://savannah.gnu.org/projects/emacs/] || [http://www.nzetc.org/ NZETC] [http://www.wwp.brown.edu/ WWP]||  3 || || (See also [[TEIEmacs]]) Best mode for TEI XML is nXML, using RELAX NG compact schemas. For Mac look for Aquamacs package&lt;br /&gt;
|-&lt;br /&gt;
| epcEdit || Win, Linux, Solaris || No ||  Yes || No || [http://www.epcedit.com] ||[http://www.lib.umich.edu/tcp/ TCP]|| 7 || || Free; also supports SGML; feels a bit like XMetaL&lt;br /&gt;
|-&lt;br /&gt;
| Essential XML Editor (formerly Open XML Editor)       || Win           || Yes  ||  Yes || No || [http://www.philo.de/xmledit/] ||  || 8 || || Text-based editing, DTD validation, various input encodings but output only in UTF-8, plugin of Saxon XSLT processor and hex editor possible; plugin of Jing, Libxml2 and MSV (W3C-schema, RelaxNG validation) possible only in purchased version&lt;br /&gt;
|-&lt;br /&gt;
| [[Exchanger XML Editor]]||all (Java) || || || No || [http://www.exchangerxml.com/editor/] || || || || Heavily obsolete (as of Feb'15), won't run on a new Java installation&lt;br /&gt;
|-&lt;br /&gt;
| [[FontoXML]] || Web-based || No ||  Yes || Yes ||  [http://www.FontoXML.com]||  || 9 || 2014 || Web-based XML editor, including a TEI-edition. FontoXML integrates seamlessly into most web content management systems and workflow software. &lt;br /&gt;
|-&lt;br /&gt;
| [[Geany]] || all || Yes ||  Yes || No || [http://www.geany.org] || || || || Geany is a cross-platform IDE suitable for XML and HTML, C, Java, PHP, HTML, Python, Perl and Pascal.&lt;br /&gt;
|-&lt;br /&gt;
| [[jEdit]] || all (Java)           || Yes || Yes || Yes || [http://www.jedit.org/] || [http://www.nzetc.org/ NZETC] || 7 || || XML use requires plugins, and only supports DTDs&lt;br /&gt;
|-&lt;br /&gt;
| Liquid XML Editor|| Win || No ||  Yes || No || [http://www.liquid-technologies.com/xml-editor.aspx/] || || || || Features of the XML Editor include Validation, XML Syntax Highlighting and Multi-step undo/redo. &lt;br /&gt;
|-&lt;br /&gt;
| [[Notepad++]]|| Win || Yes || Yes || No || [http://notepad-plus.sourceforge.net/] || [http://www.lib.umich.edu/tcp/ TCP] || 9 || || Freeware. XML support via XMLTools plugin. Basic editor made more versatile by plugin system (eg. Base64 encode-decode, hex editor, etc)&lt;br /&gt;
|-&lt;br /&gt;
| Office suite + OxGarage || All || ?||  Yes || Yes ||  [http://www.oucs.ox.ac.uk/oxgarage/]||  || 9 || || Users edit using standard office suite and documents converted to TEI via webservice &lt;br /&gt;
|-&lt;br /&gt;
| [[oXygen]]       || all (Java)           || No  ||  Yes || Yes || [http://www.oxygenxml.com/] ||[http://www.wwp.brown.edu/ WWP] [http://www.digitalhumanities.org/dhq/ DHQ]  || 8 || in Editor, possibly in Author || Can validate using DTD, W3C schema, RELAX NG, and Schematron; can run XSL transformations on file; WYSIWYG mode using CSS; support for TEI ODD files (editing and schema generation)&lt;br /&gt;
|-&lt;br /&gt;
| [[Sacodeyl Annotator]]|| all (Java) || ||  || || [http://www.um.es/sacodeyl/en/pages/software.htm#annotator] || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| sed || Mac, Win, Linux, Solaris  || Yes ||  No || No || [http://www.grymoire.com/Unix/Sed.html] ||  ||  -1 || || Handles with ease files a order of magnitude larger than the system RAM&lt;br /&gt;
|-&lt;br /&gt;
| [[Serna]]|| || No || Yes || unknown || [http://www.serna-xmleditor.com/] || || || yes || Part of Corena studio now.&lt;br /&gt;
|-&lt;br /&gt;
| [[Serna|Serna Free]]|| || Yes || Yes || Yes || [https://sourceforge.net/projects/sernafree/] || || || yes || [http://en.wikipedia.org/wiki/Syntext_Serna Wikipedia] reports that the free version of Serna is no longer &amp;quot;distributed.&amp;quot; This probably means that the parent company no longer expends any resources on it. The source code of the free version is still available under a GPL license, hosted on Sourceforge.&lt;br /&gt;
|-&lt;br /&gt;
| [[TextMate]]|| MacOS || No ||  || No || [http://macromates.com/] || || || || An extension is needed for XML editing&lt;br /&gt;
|-&lt;br /&gt;
| TextPad || Win || No || No || No || [http://www.textpad.com] ||[http://www.lib.umich.edu/tcp/ TCP]|| 9 || || PRO: simple interface, powerful regex/multi-file replace, search-in-files, primary and secondary sort, uniq, diff, hotlinked search results, syntax coloring. CON: no utf-8 support.&lt;br /&gt;
|-&lt;br /&gt;
| UltraEdit || Win, Linux  || No ||  Yes || No || [http://www.ultraedit.com/] ||  ||  9 || || customizable for TEI-support; can handle extremely large files; powerful regex/multi-file replace; macro recording&lt;br /&gt;
|-&lt;br /&gt;
| vi || Mac, Win, Linux, Solaris  || Yes ||  No || No || [http://www.vim.org/] ||  ||  1 || || Ships on all POSIX systems (linux, solaris, BSD, etc) as standard, thus the lowest common denominator editor for server configuration&lt;br /&gt;
|-&lt;br /&gt;
| [[Wed]] || Web-based           || Yes || Yes || Yes || [http://mangalam-research.github.io/wed/] || [https://btw.mangalamresearch.org/ BTW] || 7 || Not as of version 0.20.0 || Provides validation and guided editing. Understands RNG. Can be customized for specific projects. Can show XML structures in a way that mirrors the XML (labels showing location of open and close tags) or stylistically (e.g. headings in bold) in a single view.&lt;br /&gt;
|-&lt;br /&gt;
| [[XML Copy Editor]] || Win, Ubuntu || Yes || Yes || Yes || [http://xml-copy-editor.sourceforge.net/] ||[http://www.lib.umich.edu/tcp/ TCP]|| 7 || || Free; validates to DTD, XSD, Relax.ng&lt;br /&gt;
|-&lt;br /&gt;
| XMLBlueprint|| Win ||  ||  ||  || [http://www.xmlblueprint.com/] || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| XMLMax || Win || No || Yes || No || [http://www.xponentsoftware.com/] ||  || 8 || || Unlimited XML file size support with low memory requirement. XML parsing with error reporting and fixing. Collapsable treeview, DTD and XML schema validation. XPATH and XSLT.&lt;br /&gt;
|-&lt;br /&gt;
| [[XMLmind]]|| all (Java) || No || Yes || No || [http://www.xmlmind.com/xmleditor/] || || || no || An evaluation version can be used for 30 days. The last free version is/was the 5.4.0 personal edition.&lt;br /&gt;
|-&lt;br /&gt;
| XPontus || all (Java) || Yes ||  Yes || No || [http://xpontus.sourceforge.net] || || || || XPontus XML Editor is a simple XML Editor oriented towards text editing. It can perform validation(DTD, XML Schema, Relax NG, Batch XML validation), XSL transformations(HTML, XML, PDF, SVG), schema/DTD generation, XML/DTD/HTML/XSL code completion, code formatting and much more. Plugin based.&lt;br /&gt;
|-&lt;br /&gt;
| [[XMLSpy]]|| all (Java) || No || Yes || No || [http://www.altova.com/xml-editor/] || || || yes || Fully functional free 30-day trial versions are offered.&lt;br /&gt;
|-&lt;br /&gt;
| XMLwriter|| Win || ||  ||  || [http://xmlwriter.net/] || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Humour ==&lt;br /&gt;
&lt;br /&gt;
Tension between emacs and vi users is longstanding and well summarised on the [http://en.wikipedia.org/wiki/Editor_war Editor war] Wikipedia page. vi was included in the [http://en.wikipedia.org/wiki/POSIX POSIX] standard, whereas emacs was not, perhaps because vi was historically available in multiple implementations from multiple vendors. The following cartoon illustrates the commonly-held assumptions that emacs and vi are very powerful but obscure while their competitors make users do all the work.&lt;br /&gt;
&lt;br /&gt;
[[Image:0xbabaf000l.png|Copyright (c) 2007 Laurent Gregoire http://tnerual.eriogerg.free.fr/0xBABAF000L/10_en.html]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;br /&gt;
[[Category:Editing tools| ]] &amp;lt;!-- Pipe and space characters after category name are intentional in order to keep this page at front of alphabetical list --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=OXygen&amp;diff=16420</id>
		<title>OXygen</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=OXygen&amp;diff=16420"/>
		<updated>2018-10-23T18:38:47Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* Current version number and date of release */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tools]]&lt;br /&gt;
&lt;br /&gt;
[[Category:All-in-one Tools]]&lt;br /&gt;
[[Category:Development tools]]&lt;br /&gt;
[[Category:Editing tools]]&lt;br /&gt;
[[Category:Conversion and preprocessing tools]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
&amp;lt;oXygen/&amp;gt; is a high-powered, cross-platform, graphical XML editor with built-in support for TEI.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
Supports most features typical of a high-end XML editor, including:&lt;br /&gt;
* syntax coloring&lt;br /&gt;
* context-sensitive content assistant&lt;br /&gt;
* built-in validation and well-formedness checking&lt;br /&gt;
* built-in XSLT engines&lt;br /&gt;
* Unicode support&lt;br /&gt;
* formatting and indentation&lt;br /&gt;
* folding&lt;br /&gt;
* outline view (shows document structure)&lt;br /&gt;
* model view (shows element content model)&lt;br /&gt;
* XPath support&lt;br /&gt;
* XSLT debugger&lt;br /&gt;
* DTD/schema editor&lt;br /&gt;
* Text, Grid, and Author (tagless) editing modes&lt;br /&gt;
&lt;br /&gt;
See also http://www.oxygenxml.com/features.html .&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
I have found this program to be affordable, easy to use, and pre-loaded with TEI capabilities.  Also, the platform gets upgraded on a regular basis. -- Greg Moses (Austin, TeiXas!)&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
Runs under Windows, Linux, and Mac operating systems. Requires a Java VM (virtual machine).&lt;br /&gt;
&lt;br /&gt;
(One of the download options for Windows users is an installer that includes the Java VM, eliminating the need to download and install Java separately.)&lt;br /&gt;
&lt;br /&gt;
For detailed requirements, see http://www.oxygenxml.com/download.html .&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
Closed source.  Academic licenses available for $48 per person, allowing you to install for your own use on many computers and use with the current major version number. A discount is available for TEI subscribers and individuals from TEI member institutions; the discount code may be found by logging in to [http://members.tei-c.org/MemberInfo http://members.tei-c.org/MemberInfo].  Free 30-day trial license available.&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
===The TEI Framework in &amp;amp;lt;oXygen&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
As of Version 9.0 build 2007110615, &amp;amp;lt;oXygen&amp;amp;gt; has TEI P5 schemas, templates and the TEI XSL stylesheets included as an officially-supported framework.&lt;br /&gt;
&lt;br /&gt;
If you are not using the &amp;lt;code&amp;gt;tei-oxygen&amp;lt;/code&amp;gt; [[TEIDebian|Debian package]] (for which a package manager will provide automatic updates for new versions of the stylesheet library), you can upgrade your copy of the stylesheet library without needing to download a new version of &amp;amp;lt;oXygen/&amp;amp;gt; doing doing either of the following:&lt;br /&gt;
&lt;br /&gt;
* With version 15.2 or later of &amp;amp;lt;oXygen/&amp;amp;gt;, &amp;quot;subscribe&amp;quot; to the regularly-updated TEI distribution of the framework according to the instructions in this blog post: https://faqingperplxd.wordpress.com/2014/04/02/auto-update-your-tei-framework-in-oxygen/ .&lt;br /&gt;
&lt;br /&gt;
* Use [http://sourceforge.net/projects/tei/files/oxygen-tei/ oxygen-tei], the open-source TEI framework built into &amp;amp;lt;oXygen/&amp;amp;gt;. To install this, look in your Oxygen folder for a &amp;quot;frameworks&amp;quot; directory that contains a directory called &amp;quot;tei&amp;quot;. That's where the contents of the zip would go, replacing the old contents of that directory.  ''Note that this is not the same thing as the &amp;lt;code&amp;gt;tei-oxygen&amp;lt;/code&amp;gt; [[TEIDebian|Debian package]]!'' You can also build this framework for yourself if you are interested in doing so; the [https://github.com/TEIC/oxygen-tei project code is available on GitHub].&lt;br /&gt;
&lt;br /&gt;
=== Other TEI-related Plugins ===&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;oXygen/&amp;amp;gt; allows third-party plugins and frameworks.  The following are of possible interest to TEI users:&lt;br /&gt;
&lt;br /&gt;
====HisTEI====&lt;br /&gt;
&lt;br /&gt;
If you work with historical documents, you might use [https://github.com/odaata/HisTEI HisTEI], a framework designed to make historical documents easier to transcribe in &amp;amp;lt;&amp;lt;oXygen/&amp;gt;'s XML Author mode.&amp;lt;ref&amp;gt;http://www.oxygenxml.com/pipermail/oxygen-sdk/2014-November/000182.html&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Severin ====&lt;br /&gt;
&lt;br /&gt;
[http://code.google.com/p/severin-image-viewer/ Severin] is an image viewer plugin, by Kilian Schmidtner and Stefan Krause, that can be used to see images as you browse though documents. It is an open source project (MIT license), and on the project page you can find a video presentation that uses a TEI document as example.&lt;br /&gt;
&lt;br /&gt;
==== TEI-Facsimile-Plugin ====&lt;br /&gt;
&lt;br /&gt;
[https://github.com/oxygenxml/TEI-Facsimile-Plugin TEI-Facsimile-Plugin] &amp;quot;provides support for working with Digital Facsimiles in Text Encoding Initiative (TEI) vocabulary. The plugin contributes a new View in which the user can load an image and draw shapes. These shapes are then converted into TEI &amp;quot;zone&amp;quot; elements. All the existing &amp;quot;zone&amp;quot; elements from the document are also rendered over the image.&amp;quot;&amp;lt;ref&amp;gt;https://github.com/oxygenxml/TEI-Facsimile-Plugin&amp;lt;/ref&amp;gt; This plugin requires oXygen version 15 or later.&lt;br /&gt;
&lt;br /&gt;
==== dbTagger ====&lt;br /&gt;
&lt;br /&gt;
https://github.com/aerhard/dbTagger&lt;br /&gt;
&lt;br /&gt;
==== ediarum ====&lt;br /&gt;
&lt;br /&gt;
[[Ediarum]]&lt;br /&gt;
&lt;br /&gt;
==== TEI Completer ====&lt;br /&gt;
&lt;br /&gt;
https://github.com/BCDH/TEI-Completer&lt;br /&gt;
&lt;br /&gt;
==== oXygen-XML-editor-attribute-editor ====&lt;br /&gt;
&lt;br /&gt;
* [https://listserv.brown.edu/archives/cgi-bin/wa?A2=TEI-L;7d49b3c3.1612 announcement]&lt;br /&gt;
* https://github.com/AlexJitianu/oXygen-XML-editor-attribute-editor&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
Interface available in English, French, German, Italian, Japanese and Dutch.&lt;br /&gt;
&lt;br /&gt;
Documentation available in English.&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
http://www.oxygenxml.com/documentation.html&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
http://www.oxygenxml.com/techSupport.html&lt;br /&gt;
&lt;br /&gt;
Can buy maintenance and support pack, providing free upgrades and tech support.&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
* http://www.oxygenxml.com/mailman/listinfo/oxygen-user/&lt;br /&gt;
* http://www.oxygenxml.com/forum/&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
20.1 build ID 2018101517 (2018-10-23)&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
See http://www.oxygenxml.com/software_archive.html .&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
http://www.oxygenxml.com/download.html&lt;br /&gt;
&lt;br /&gt;
If you use Debian or Ubuntu, you should instead install the &amp;lt;tt&amp;gt;tei-oxygen&amp;lt;/tt&amp;gt; package at http://tei.oucs.ox.ac.uk/teideb/ .  (More information below.)&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
&lt;br /&gt;
David Sewell wrote:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Because the schema files distributed with oXygen sometimes lag behind&lt;br /&gt;
the latest TEI releases, kind souls like Syd Bauman have from time to&lt;br /&gt;
time packaged new schema files so that they can be unpacked to replace&lt;br /&gt;
part of the oXygen frameworks hierarchy. You could also go to&lt;br /&gt;
&lt;br /&gt;
 http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/&lt;br /&gt;
&lt;br /&gt;
and grab the files there to replace the ones in a local oXygen&lt;br /&gt;
directory.&lt;br /&gt;
&amp;lt;ref&amp;gt;https://listserv.brown.edu/archives/cgi-bin/wa?A2=TEI-L;8d5b98b2.0804&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sebastian Rahtz added that if you use Debian or Ubuntu, you should instead install the &amp;lt;code&amp;gt;tei-oxygen&amp;lt;/code&amp;gt; package.  He explained that &amp;quot;this replaces the oXygen TEI package with a link to one installed by the tei-p5-schema package, which is kept up to date. This means you have only one set of TEI files on your machine.&amp;quot;  It's available at http://tei.oucs.ox.ac.uk/teideb/ .&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Marcus Bingenheimer:&lt;br /&gt;
If you edit ODD files you need to validate the ODD against tei_odds. tei_all will not catch all mistakes and gives and error whenever elements in the RNG or other namespaces are used within &amp;lt;datatype&amp;gt;. &lt;br /&gt;
As usual you can associate the tei_odds with a oxygen specific processing command similar to this:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;?oxygen RNGSchema=&amp;quot;{your oxygen folder}/frameworks/tei/xml/tei/custom/schema/relaxng/tei_odds.rng&amp;quot; type=&amp;quot;xml&amp;quot;?&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Tei-xsl&amp;diff=16411</id>
		<title>Tei-xsl</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Tei-xsl&amp;diff=16411"/>
		<updated>2018-10-06T12:53:43Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* Current version number and date of release */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tools]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Conversion and preprocessing tools]]&lt;br /&gt;
[[Category:Publishing and delivery tools]]&lt;br /&gt;
[[Category:XSLT]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
This is a family of XSLT 2.0 stylesheets to transform TEI XML documents to various formats, including XHTML, LaTeX, XSL Formatting Objects, ePub, plain text, RDF, JSON; and to/from Word OOXML (docx) and OpenOfice (odt). They concentrate on the core TEI modules which are used for simple transcription and &amp;quot;born digital&amp;quot; writing. It is important to understand that they do  '''not'''&lt;br /&gt;
* cover ''all'' TEI elements and possible attribute values&lt;br /&gt;
* attempt to define a standard TEI processing or rendering model&lt;br /&gt;
They should not be treated as the definitive view of the TEI Consortium about rendering TEI documents.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
&amp;quot;The XSL FO style sheets were developed for use with PassiveTeX (http://projects.oucs.ox.ac.uk/passivetex/), a system using XSL formatting objects to render XML to PDF via LaTeX. They have not been extensively tested with the other XSL FO implementations.&amp;quot;&amp;lt;ref&amp;gt;http://www.tei-c.org/release/doc/tei-xsl/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Software dependencies:&lt;br /&gt;
&lt;br /&gt;
* Saxon 9.2 or later.  If using Debian or Ubuntu, you can get it from http://tei.oucs.ox.ac.uk/teideb/ .&lt;br /&gt;
* ant and ant-contrib.  Note that as of 2011-11-30, ant-contrib is not availabe as as RedHat package.&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
This software is dual-licensed:&lt;br /&gt;
&lt;br /&gt;
1. Distributed under a Creative Commons Attribution-ShareAlike 3.0&lt;br /&gt;
Unported License http://creativecommons.org/licenses/by-sa/3.0/ &lt;br /&gt;
&lt;br /&gt;
2. http://www.opensource.org/licenses/BSD-2-Clause&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
The stylesheets render TEI XML documents to various formats, with the constraint that they do not offer an implementation of all tags,&lt;br /&gt;
and only support a limited range of values for the @rend attribute.&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
Documentation is in English.&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-xsl/&lt;br /&gt;
&lt;br /&gt;
Among the components of this package of stylesheets not documented are the following:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;tools/oddbyexample.xsl&amp;lt;/code&amp;gt; &amp;amp;ndash; generates a list of all the attribute values used in the directory of texts you apply it to, in the form of an [[ODD]] file, from which you can in turn generate documentation and schemas using Roma&lt;br /&gt;
* &amp;lt;code&amp;gt;tools/odd2nuodd.xsl&amp;lt;/code&amp;gt; &amp;amp;ndash; switches from a traditional ODD-by-exclusion to a newer form ODD-by-inclusion&lt;br /&gt;
&lt;br /&gt;
See also this guide by Laura Mandell, which contains some documentation and some videos: http://idhmc.tamu.edu/chat/xslt/modifyTEI.html&lt;br /&gt;
However, be aware that this covers an earlier release, and things may have changed&lt;br /&gt;
&lt;br /&gt;
=== Creating a custom profile ===&lt;br /&gt;
&lt;br /&gt;
To create a profile for converting to/from a format and TEI XML, create either or both as needed:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;profiles/$PROFILENAME/$FORMAT/to.xsl&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;profiles/$PROFILENAME/$FORMAT/from.xsl&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start by copying the files in &amp;lt;code&amp;gt;profiles/default/$FORMAT/&amp;lt;/code&amp;gt; and then adding your own overrides and/or additional templates.  See [http://listserv.brown.edu/archives/cgi-bin/wa?A2=ind1303&amp;amp;L=TEI-L&amp;amp;F=&amp;amp;S=&amp;amp;P=99998 this brief example of additional templates].&lt;br /&gt;
&lt;br /&gt;
Note that if your &amp;lt;code&amp;gt;$FORMAT&amp;lt;/code&amp;gt; is docx, this directory must contain a file &amp;lt;code&amp;gt;template.docx&amp;lt;/code&amp;gt; which is used to create .docx files from. See the sample in the default profile.&lt;br /&gt;
&lt;br /&gt;
=== Converting from DOCX format ===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The TEI conversions from docx are better in many ways than the conversions from other the wordprocessing formats. There are also small tricks like having docx styles of 'tei_elementName' to get certain phrase-level elements converted.&amp;quot;&amp;lt;ref&amp;gt;https://listserv.brown.edu/archives/cgi-bin/wa?A2=TEI-L;1123776a.1605&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
Bugs and feature requests should be made in GitHub: https://github.com/TEIC/Stylesheets/issues&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
&lt;br /&gt;
The package includes a number of profiles in the &amp;lt;code&amp;gt;profiles/&amp;lt;/code&amp;gt; directory.&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
&lt;br /&gt;
7.46.0 (2018-10-05)&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
See detailed changelog at https://github.com/TEIC/Stylesheets and automatically generated commit log at https://github.com/TEIC/Stylesheets/commits/master .  Past versions can be downloaded at https://sourceforge.net/projects/tei/files/Stylesheets/ .&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
&lt;br /&gt;
If you use [[Oxygen]], the easiest thing to do might be to download as part of [http://code.google.com/p/oxygen-tei/ oxygen-tei], the open-source TEI framework built into &amp;amp;lt;oXygen/&amp;amp;gt;.  Otherwise, there are '''three options''':&lt;br /&gt;
&lt;br /&gt;
=== a) Download zip file ===&lt;br /&gt;
Download the latest zip file (below all of the folders) from https://sourceforge.net/projects/tei/files/Stylesheets/ .&lt;br /&gt;
&lt;br /&gt;
=== b) Install the Debian package ===&lt;br /&gt;
&lt;br /&gt;
Install the &amp;lt;code&amp;gt;tei-xsl&amp;lt;/code&amp;gt; Debian package from the [http://tei.oucs.ox.ac.uk/teideb/ list of Debian packages].&lt;br /&gt;
&lt;br /&gt;
=== c) Get from Github ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
git clone git@github.com:TEIC/Stylesheets.git /path/to/local/directory/Stylesheets&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, if you want to add these to &amp;lt;code&amp;gt;/usr/&amp;lt;/code&amp;gt; (which you will need to do in order to use the command-line shell scripts), you can do the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
cd /path/to/local/directory/Stylesheets/&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
make install&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;but note the following&amp;lt;/strong&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
* You will need to run &amp;lt;code&amp;gt;make install&amp;lt;/code&amp;gt; as a user with write permission to &amp;lt;code&amp;gt;/usr/&amp;lt;/code&amp;gt; .  So if using Ubuntu, for example, you will need to instead do &amp;lt;code&amp;gt;sudo make install&amp;lt;/code&amp;gt; .&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
The XSLT 1.0 version of this stylesheet family, which is no longer actively maintained, can be found on Github at  https://github.com/sebastianrahtz/TEIXSL-v1.git&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Workgroup_to_revise_the_Best_Practices_for_TEI_in_Libraries&amp;diff=16388</id>
		<title>Workgroup to revise the Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Workgroup_to_revise_the_Best_Practices_for_TEI_in_Libraries&amp;diff=16388"/>
		<updated>2018-09-10T16:00:41Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* Meeting minutes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Background ==&lt;br /&gt;
&lt;br /&gt;
[https://list.indiana.edu/sympa/arc/teilib-l/2015-11/msg00006.html Invitation to participate] in revision of ''[http://purl.oclc.org/NET/teiinlibraries Best Practices for TEI in Libraries]''&lt;br /&gt;
&lt;br /&gt;
== Logistics ==&lt;br /&gt;
&lt;br /&gt;
First Monday of each month&lt;br /&gt;
&lt;br /&gt;
9–10 a.m. Eastern Time in North America (14:00–15:00 UTC in winter in North America, 13:00–14:00 UTC at other times of the year)&lt;br /&gt;
&lt;br /&gt;
People with email addresses listed below will have hangout link sent to them for each meeting.  We can do up to 10 people with a regular hangout.  If we get more people, we'll find someone with a Google Apps for Education account who can support up to 15(?).&lt;br /&gt;
&lt;br /&gt;
: Actually, you can only invite up to 5 people to a Hangout.  Beyond that, you need to just share a link.  We'll plan to share the link on teilib-l shortly before each meeting.&lt;br /&gt;
&lt;br /&gt;
If you can't make it, follow along by reviewing minutes (linked below) and/or watching [https://github.com/kshawkin/Best-Practices-for-TEI-in-Libraries/issues issues on GitHub] (click &amp;quot;watch&amp;quot; after logging in) and adding comments there.&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* [https://drive.google.com/open?id=0B13gonNAATNSSmtJMk14VHpzazQ Our Google Drive folder]&lt;br /&gt;
* [http://paramedic.wwp.northeastern.edu/~syd/temp/BPTL/ latest development snapshot]&lt;br /&gt;
&lt;br /&gt;
== Members ==&lt;br /&gt;
* Kevin Hawkins (kevin.s.hawkins@gmail)&lt;br /&gt;
* stuart yeates ()&lt;br /&gt;
* stefanie gehrke (stefanie.gehrke9@gmail.com)&lt;br /&gt;
* Elli Mylonas (elli_mylonas@brown.edu)&lt;br /&gt;
* James Griffin (griffinj@lafayette.edu [or jrgriffiniii@gmail.com])&lt;br /&gt;
* Lisa McAulay ()&lt;br /&gt;
* Martin Mueller (martinmueller@northwestern.edu)&lt;br /&gt;
* Michelle Dalmau ()&lt;br /&gt;
* Antonio Rojas ()&lt;br /&gt;
* Paul Schaffner  (pfspfs@gmail.com [or pfs@umich.edu])&lt;br /&gt;
* Peter Gorman (peter.gorman@wisc.edu)&lt;br /&gt;
* Andrew Rouner (andrew.rouner@gmail.com)&lt;br /&gt;
* Syd Bauman (s.bauman@northeastern.edu)&lt;br /&gt;
&lt;br /&gt;
== Suggested meeting procedure ==&lt;br /&gt;
&lt;br /&gt;
# Appoint notetaker, creating a new Google Docs file in our Google Drive folder.&lt;br /&gt;
# Resume discussions postponed from last meeting.&lt;br /&gt;
# Go through issues not yet discussed in order of [[BP revision ticket triage]]. For each issue, someone volunteers to summarize the issue:&lt;br /&gt;
## If the issue is straightforward and there's immediate consensus, ask for volunteer to record consensus as a comment on the issue, wait 7 days for objections, and then implement*.&lt;br /&gt;
## If issue is complicated, ask for volunteer to examine issue more closely after the meeting to propose a solution (either rejecting suggestion or changing prose and/or schema to implement*).  Volunteer will post proposed solution as comment on the issue at least 7 days before our next meeting and lead discussion at next meeting.&lt;br /&gt;
### If there is consensus, volunteer implements* after the meeting.&lt;br /&gt;
### If there are any adjustments to proposal at that time, volunteer records in a comment on the issue and waits another 7 days for objections before implementing*.&lt;br /&gt;
# After meeting, those present review the minutes in the next 48 hours.  Notetaker then announces minutes on TEILIB-L.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; Change may be implemented either by committing to the master branch or making pull requests.  The advantage of a pull request is that it forces a second set of eyes to review changes.  This is especially important for changes to content models in the ODD (rather than simply to prose).&lt;br /&gt;
&lt;br /&gt;
== Meeting minutes ==&lt;br /&gt;
&lt;br /&gt;
* [[Minutes for February 1, 2016|February 1, 2016]]&lt;br /&gt;
* [[March 7, 2016]]&lt;br /&gt;
* [[April 4, 2016]]&lt;br /&gt;
* [[May 2, 2016]]&lt;br /&gt;
* [[June 6, 2016]]&lt;br /&gt;
* [[July 11, 2016]]&lt;br /&gt;
* [[August 1, 2016]]&lt;br /&gt;
* [[September 12, 2016]]&lt;br /&gt;
* [[October 10, 2016]]&lt;br /&gt;
* [[November 14, 2016]]&lt;br /&gt;
* [[December 12, 2016]]&lt;br /&gt;
* [[January 9, 2017]]&lt;br /&gt;
* [[February 13, 2017]]&lt;br /&gt;
* [[March 6, 2017]]&lt;br /&gt;
* [[April 3, 2017]]&lt;br /&gt;
* [https://github.com/kshawkin/Best-Practices-for-TEI-in-Libraries/blob/master/2017-05-08_notes.xml May 8, 2017]&lt;br /&gt;
* June 19, 2017 (decisions recorded only in GitHub issues)&lt;br /&gt;
* July 18, 2017 (decisions recorded only in GitHub issues)&lt;br /&gt;
* August 14, 2017 (decisions recorded only in GitHub issues)&lt;br /&gt;
* August 28, 2017&lt;br /&gt;
* September 11, 2017&lt;br /&gt;
* January 23, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
* February 13, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
* March 13, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
* April 11, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
* May 2, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
* May 29, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
* July 10, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
* August 14, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
* August 23, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
* August 30, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
[[Category:Workgroup to revise the Best Practices for TEI in Libraries]]&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Workgroup_to_revise_the_Best_Practices_for_TEI_in_Libraries&amp;diff=16376</id>
		<title>Workgroup to revise the Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Workgroup_to_revise_the_Best_Practices_for_TEI_in_Libraries&amp;diff=16376"/>
		<updated>2018-08-30T21:47:34Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* Meeting minutes */ added 2018-08-30 meeting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Background ==&lt;br /&gt;
&lt;br /&gt;
[https://list.indiana.edu/sympa/arc/teilib-l/2015-11/msg00006.html Invitation to participate] in revision of ''[http://purl.oclc.org/NET/teiinlibraries Best Practices for TEI in Libraries]''&lt;br /&gt;
&lt;br /&gt;
== Logistics ==&lt;br /&gt;
&lt;br /&gt;
First Monday of each month&lt;br /&gt;
&lt;br /&gt;
9–10 a.m. Eastern Time in North America (14:00–15:00 UTC in winter in North America, 13:00–14:00 UTC at other times of the year)&lt;br /&gt;
&lt;br /&gt;
People with email addresses listed below will have hangout link sent to them for each meeting.  We can do up to 10 people with a regular hangout.  If we get more people, we'll find someone with a Google Apps for Education account who can support up to 15(?).&lt;br /&gt;
&lt;br /&gt;
: Actually, you can only invite up to 5 people to a Hangout.  Beyond that, you need to just share a link.  We'll plan to share the link on teilib-l shortly before each meeting.&lt;br /&gt;
&lt;br /&gt;
If you can't make it, follow along by reviewing minutes (linked below) and/or watching [https://github.com/kshawkin/Best-Practices-for-TEI-in-Libraries/issues issues on GitHub] (click &amp;quot;watch&amp;quot; after logging in) and adding comments there.&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* [https://drive.google.com/open?id=0B13gonNAATNSSmtJMk14VHpzazQ Our Google Drive folder]&lt;br /&gt;
* [http://paramedic.wwp.northeastern.edu/~syd/temp/BPTL/ latest development snapshot]&lt;br /&gt;
&lt;br /&gt;
== Members ==&lt;br /&gt;
* Kevin Hawkins (kevin.s.hawkins@gmail)&lt;br /&gt;
* stuart yeates ()&lt;br /&gt;
* stefanie gehrke (stefanie.gehrke9@gmail.com)&lt;br /&gt;
* Elli Mylonas (elli_mylonas@brown.edu)&lt;br /&gt;
* James Griffin (griffinj@lafayette.edu [or jrgriffiniii@gmail.com])&lt;br /&gt;
* Lisa McAulay ()&lt;br /&gt;
* Martin Mueller (martinmueller@northwestern.edu)&lt;br /&gt;
* Michelle Dalmau ()&lt;br /&gt;
* Antonio Rojas ()&lt;br /&gt;
* Paul Schaffner  (pfspfs@gmail.com [or pfs@umich.edu])&lt;br /&gt;
* Peter Gorman (peter.gorman@wisc.edu)&lt;br /&gt;
* Andrew Rouner (andrew.rouner@gmail.com)&lt;br /&gt;
* Syd Bauman (s.bauman@northeastern.edu)&lt;br /&gt;
&lt;br /&gt;
== Suggested meeting procedure ==&lt;br /&gt;
&lt;br /&gt;
# Appoint notetaker, creating a new Google Docs file in our Google Drive folder.&lt;br /&gt;
# Resume discussions postponed from last meeting.&lt;br /&gt;
# Go through issues not yet discussed in order of [[BP revision ticket triage]]. For each issue, someone volunteers to summarize the issue:&lt;br /&gt;
## If the issue is straightforward and there's immediate consensus, ask for volunteer to record consensus as a comment on the issue, wait 7 days for objections, and then implement*.&lt;br /&gt;
## If issue is complicated, ask for volunteer to examine issue more closely after the meeting to propose a solution (either rejecting suggestion or changing prose and/or schema to implement*).  Volunteer will post proposed solution as comment on the issue at least 7 days before our next meeting and lead discussion at next meeting.&lt;br /&gt;
### If there is consensus, volunteer implements* after the meeting.&lt;br /&gt;
### If there are any adjustments to proposal at that time, volunteer records in a comment on the issue and waits another 7 days for objections before implementing*.&lt;br /&gt;
# After meeting, those present review the minutes in the next 48 hours.  Notetaker then announces minutes on TEILIB-L.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; Change may be implemented either by committing to the master branch or making pull requests.  The advantage of a pull request is that it forces a second set of eyes to review changes.  This is especially important for changes to content models in the ODD (rather than simply to prose).&lt;br /&gt;
&lt;br /&gt;
== Meeting minutes ==&lt;br /&gt;
&lt;br /&gt;
* [[Minutes for February 1, 2016|February 1, 2016]]&lt;br /&gt;
* [[March 7, 2016]]&lt;br /&gt;
* [[April 4, 2016]]&lt;br /&gt;
* [[May 2, 2016]]&lt;br /&gt;
* [[June 6, 2016]]&lt;br /&gt;
* [[July 11, 2016]]&lt;br /&gt;
* [[August 1, 2016]]&lt;br /&gt;
* [[September 12, 2016]]&lt;br /&gt;
* [[October 10, 2016]]&lt;br /&gt;
* [[November 14, 2016]]&lt;br /&gt;
* [[December 12, 2016]]&lt;br /&gt;
* [[January 9, 2017]]&lt;br /&gt;
* [[February 13, 2017]]&lt;br /&gt;
* [[March 6, 2017]]&lt;br /&gt;
* [[April 3, 2017]]&lt;br /&gt;
* [https://github.com/kshawkin/Best-Practices-for-TEI-in-Libraries/blob/master/2017-05-08_notes.xml May 8, 2017]&lt;br /&gt;
* June 19, 2017 (decisions recorded only in GitHub issues)&lt;br /&gt;
* July 18, 2017 (decisions recorded only in GitHub issues)&lt;br /&gt;
* August 14, 2017 (decisions recorded only in GitHub issues)&lt;br /&gt;
* August 28, 2017&lt;br /&gt;
* September 11, 2017&lt;br /&gt;
* January 23, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
* February 13, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
* March 13, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
* April 11, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
* May 2, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
* May 29, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
* July 10, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
* August 14, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
* August 23, 2018&lt;br /&gt;
* August 30, 2018&lt;br /&gt;
[[Category:Workgroup to revise the Best Practices for TEI in Libraries]]&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Upconversion&amp;diff=16320</id>
		<title>Upconversion</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Upconversion&amp;diff=16320"/>
		<updated>2018-08-26T16:39:51Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* Identifying named entities */ added HIRMEOS workshop on entity-fishing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction: on automating tagging ==&lt;br /&gt;
&lt;br /&gt;
When you begin learning text encoding, you might think that people transcribe a source document and then add all the tags into the document by hand.&lt;br /&gt;
&lt;br /&gt;
Then you learn how to use an [[:Category:Editing tools|XML editor]] to not only validate your XML but also save keystrokes on entering elements.&lt;br /&gt;
&lt;br /&gt;
And then you learn about [[Digitization tools|OCR software]], which can save you effort in transcribing a source document, leaving you just to correct OCR errors.&lt;br /&gt;
&lt;br /&gt;
And then you learn that there are vendors that will do some combination of scanning, OCR, and encoding documents (often through &amp;quot;double keyboarding&amp;quot; according to a vendor spec such as [[TEI Tite]], which guarantees verity high accuracy in transcription and encoding).  While vendors are generally not expected to add markup requiring specialized knowledge (this might be left to project staff), it is also not a good use of resources to expect a vendor to perform basic structural tagging if this can be easily deduced from OCR output or from page images.  ''Upconversion'' from a less structured format to a more structured one can sometimes be performed through rules-based techniques (like XSLT), but the data is usually inconsistent enough that there may be competing sets of rules. Basic ''heuristic techniques'' that choose between competing rules can be used to make judgments about features on the page and derive markup from these.  They are never perfect, but neither are human encoders.&lt;br /&gt;
&lt;br /&gt;
Furthermore, more advanced heuristics and information retrieval (IR) techniques can be used to identify named entities, topics, sentiment, tone, and complexity of a text, and IR techniques are frequently used for authorship attribution.&lt;br /&gt;
&lt;br /&gt;
Below are resources that might be helpful for those looking to use heuristic and IR techniques to add markup to an XML document.&lt;br /&gt;
&lt;br /&gt;
== Adding structural markup ==&lt;br /&gt;
&lt;br /&gt;
* [[GROBID]]&lt;br /&gt;
* [http://bilbo.hypotheses.org/ BILBO]&lt;br /&gt;
* [http://wing.comp.nus.edu.sg/parsCit/ ParsCit]&lt;br /&gt;
* [https://sourceforge.net/projects/pdf2xml/ pdf2xml]&lt;br /&gt;
* various projects coming out of [http://lamp.cfar.umd.edu/ LAMP]&lt;br /&gt;
* [http://pdfx.cs.man.ac.uk/ pdfx]&lt;br /&gt;
* [https://code.google.com/p/lapdftext/ LA-PDFText] (turns PDF into some sort of XML)&lt;br /&gt;
* [http://www.shabash.net/merops/default.html Merops]&lt;br /&gt;
* [https://github.com/scrapy/scrapely scrapely] -- HTML to JSON&lt;br /&gt;
* [https://github.com/coolwanglu/pdf2htmlEX pdf2htmlEX]&lt;br /&gt;
* see “Ideas” section of [http://web.archive.org/web/20130921075854/http://scholrev.org/hackathon http://scholrev.org/hackathon/]&lt;br /&gt;
* see [https://listserv.nd.edu/cgi-bin/wa?A2=ind1506&amp;amp;L=CODE4LIB&amp;amp;F=&amp;amp;S=&amp;amp;P=134330 discussion of structuring OCRd text on CODE4LIB]&lt;br /&gt;
* Open Typesetting Stack (formerly the PKP XML Parsing Service): ([https://github.com/pkp/ots sourcecode], [http://pkp-udev.lib.sfu.ca/ beta site]) -- discerns structure to create various output formats&lt;br /&gt;
&lt;br /&gt;
== Identifying named entities ==&lt;br /&gt;
&lt;br /&gt;
* [http://bilbo.hypotheses.org/ BILBO]&lt;br /&gt;
* [http://www.opencalais.com/ Calais]&lt;br /&gt;
* [http://seasr.org/ SEASR]&lt;br /&gt;
* [http://semlab.io/DADAlytics_ner_demo/ NER toolchain from Semantic Lab]&lt;br /&gt;
* [http://www.hirmeos.eu/2018/08/21/hirmeos-workshop-entity-fishing-for-digital-humanities-and-scholarly-publishing/ HIRMEOS Workshop: Entity-Fishing for Digital Humanities and Scholarly Publishing HIRMEOS Workshop: Entity-Fishing for Digital Humanities and Scholarly Publishing]&lt;br /&gt;
&lt;br /&gt;
== Identifying topics, sentiment, tone, and complexity ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.opencalais.com/ Calais]&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Workgroup_to_revise_the_Best_Practices_for_TEI_in_Libraries&amp;diff=16319</id>
		<title>Workgroup to revise the Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Workgroup_to_revise_the_Best_Practices_for_TEI_in_Libraries&amp;diff=16319"/>
		<updated>2018-08-23T17:07:13Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* Meeting minutes */ added August meetings&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Background ==&lt;br /&gt;
&lt;br /&gt;
[https://list.indiana.edu/sympa/arc/teilib-l/2015-11/msg00006.html Invitation to participate] in revision of ''[http://purl.oclc.org/NET/teiinlibraries Best Practices for TEI in Libraries]''&lt;br /&gt;
&lt;br /&gt;
== Logistics ==&lt;br /&gt;
&lt;br /&gt;
First Monday of each month&lt;br /&gt;
&lt;br /&gt;
9–10 a.m. Eastern Time in North America (14:00–15:00 UTC in winter in North America, 13:00–14:00 UTC at other times of the year)&lt;br /&gt;
&lt;br /&gt;
People with email addresses listed below will have hangout link sent to them for each meeting.  We can do up to 10 people with a regular hangout.  If we get more people, we'll find someone with a Google Apps for Education account who can support up to 15(?).&lt;br /&gt;
&lt;br /&gt;
: Actually, you can only invite up to 5 people to a Hangout.  Beyond that, you need to just share a link.  We'll plan to share the link on teilib-l shortly before each meeting.&lt;br /&gt;
&lt;br /&gt;
If you can't make it, follow along by reviewing minutes (linked below) and/or watching [https://github.com/kshawkin/Best-Practices-for-TEI-in-Libraries/issues issues on GitHub] (click &amp;quot;watch&amp;quot; after logging in) and adding comments there.&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* [https://drive.google.com/open?id=0B13gonNAATNSSmtJMk14VHpzazQ Our Google Drive folder]&lt;br /&gt;
* [http://paramedic.wwp.northeastern.edu/~syd/temp/BPTL/ latest development snapshot]&lt;br /&gt;
&lt;br /&gt;
== Members ==&lt;br /&gt;
* Kevin Hawkins (kevin.s.hawkins@gmail)&lt;br /&gt;
* stuart yeates ()&lt;br /&gt;
* stefanie gehrke (stefanie.gehrke9@gmail.com)&lt;br /&gt;
* Elli Mylonas (elli_mylonas@brown.edu)&lt;br /&gt;
* James Griffin (griffinj@lafayette.edu [or jrgriffiniii@gmail.com])&lt;br /&gt;
* Lisa McAulay ()&lt;br /&gt;
* Martin Mueller (martinmueller@northwestern.edu)&lt;br /&gt;
* Michelle Dalmau ()&lt;br /&gt;
* Antonio Rojas ()&lt;br /&gt;
* Paul Schaffner  (pfspfs@gmail.com [or pfs@umich.edu])&lt;br /&gt;
* Peter Gorman (peter.gorman@wisc.edu)&lt;br /&gt;
* Andrew Rouner (andrew.rouner@gmail.com)&lt;br /&gt;
* Syd Bauman (s.bauman@northeastern.edu)&lt;br /&gt;
&lt;br /&gt;
== Suggested meeting procedure ==&lt;br /&gt;
&lt;br /&gt;
# Appoint notetaker, creating a new Google Docs file in our Google Drive folder.&lt;br /&gt;
# Resume discussions postponed from last meeting.&lt;br /&gt;
# Go through issues not yet discussed in order of [[BP revision ticket triage]]. For each issue, someone volunteers to summarize the issue:&lt;br /&gt;
## If the issue is straightforward and there's immediate consensus, ask for volunteer to record consensus as a comment on the issue, wait 7 days for objections, and then implement*.&lt;br /&gt;
## If issue is complicated, ask for volunteer to examine issue more closely after the meeting to propose a solution (either rejecting suggestion or changing prose and/or schema to implement*).  Volunteer will post proposed solution as comment on the issue at least 7 days before our next meeting and lead discussion at next meeting.&lt;br /&gt;
### If there is consensus, volunteer implements* after the meeting.&lt;br /&gt;
### If there are any adjustments to proposal at that time, volunteer records in a comment on the issue and waits another 7 days for objections before implementing*.&lt;br /&gt;
# After meeting, those present review the minutes in the next 48 hours.  Notetaker then announces minutes on TEILIB-L.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; Change may be implemented either by committing to the master branch or making pull requests.  The advantage of a pull request is that it forces a second set of eyes to review changes.  This is especially important for changes to content models in the ODD (rather than simply to prose).&lt;br /&gt;
&lt;br /&gt;
== Meeting minutes ==&lt;br /&gt;
&lt;br /&gt;
* [[Minutes for February 1, 2016|February 1, 2016]]&lt;br /&gt;
* [[March 7, 2016]]&lt;br /&gt;
* [[April 4, 2016]]&lt;br /&gt;
* [[May 2, 2016]]&lt;br /&gt;
* [[June 6, 2016]]&lt;br /&gt;
* [[July 11, 2016]]&lt;br /&gt;
* [[August 1, 2016]]&lt;br /&gt;
* [[September 12, 2016]]&lt;br /&gt;
* [[October 10, 2016]]&lt;br /&gt;
* [[November 14, 2016]]&lt;br /&gt;
* [[December 12, 2016]]&lt;br /&gt;
* [[January 9, 2017]]&lt;br /&gt;
* [[February 13, 2017]]&lt;br /&gt;
* [[March 6, 2017]]&lt;br /&gt;
* [[April 3, 2017]]&lt;br /&gt;
* [https://github.com/kshawkin/Best-Practices-for-TEI-in-Libraries/blob/master/2017-05-08_notes.xml May 8, 2017]&lt;br /&gt;
* June 19, 2017 (decisions recorded only in GitHub issues)&lt;br /&gt;
* July 18, 2017 (decisions recorded only in GitHub issues)&lt;br /&gt;
* August 14, 2017 (decisions recorded only in GitHub issues)&lt;br /&gt;
* August 28, 2017&lt;br /&gt;
* September 11, 2017&lt;br /&gt;
* January 23, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
* February 13, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
* March 13, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
* April 11, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
* May 2, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
* May 29, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
* July 10, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
* August 14, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
* August 23, 2018&lt;br /&gt;
[[Category:Workgroup to revise the Best Practices for TEI in Libraries]]&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=ODD&amp;diff=16311</id>
		<title>ODD</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=ODD&amp;diff=16311"/>
		<updated>2018-08-20T13:51:07Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* Presentations */ added http://tei.it.ox.ac.uk/Talks/2014-10-odds/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''ODD''' stands for &amp;quot;One Document Does it all&amp;quot;. It is a TEI XML-conformant specification format that allows one to customize TEI P5 in a [[Wikipedia:literate programming|literate programming]] fashion. It uses elements from the new [http://www.tei-c.org/P5/Guidelines/TD.html Documentation Elements] module and is designed for processing in a pipeline as in [http://tei.it.ox.ac.uk/Talks/2014-10-odds/oddity.png this diagram].&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
The TEI Guidelines, its DTD, and its schema fragments, are all produced from a single XML resource containing:&lt;br /&gt;
&lt;br /&gt;
# Descriptive prose (lots of it)&lt;br /&gt;
# Examples of usage (plenty)&lt;br /&gt;
# Formal declarations for components of the TEI Abstract Model:&lt;br /&gt;
## elements and attributes&lt;br /&gt;
## modules&lt;br /&gt;
## classes and macros&lt;br /&gt;
&lt;br /&gt;
We call this resource an ODD (One Document Does it all), although the master source is instantiated as a gazillion XML mini-documents. &lt;br /&gt;
&lt;br /&gt;
A system of XSLT stylesheets called [[Roma]] has been created for the purpose of easy manipulation of ODD files.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
The TEI scheme can only be used by customizing it. Customizations are also expressed in the ODD language. For example: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;schemaSpec ident=&amp;quot;myTEIlite&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;desc&amp;gt;This is TEI Lite with simplified heads&amp;lt;/desc&amp;gt;&lt;br /&gt;
  &amp;lt;moduleRef key=&amp;quot;tei&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;moduleRef key=&amp;quot;textstructure&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;moduleRef key=&amp;quot;linking&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;moduleRef key=&amp;quot;core&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;moduleRef key=&amp;quot;header&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;elementSpec ident=&amp;quot;head&amp;quot; mode=&amp;quot;change&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;content&amp;gt;&amp;lt;textNode/&amp;gt;&amp;lt;/content&amp;gt;&lt;br /&gt;
  &amp;lt;/elementSpec&amp;gt;&lt;br /&gt;
&amp;lt;/schemaSpec&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
produces a schema a bit like TEI Lite, with a slight change : the element &amp;amp;lt;head&amp;gt; now can contain only text nodes.&lt;br /&gt;
&lt;br /&gt;
== Uses besides the TEI Guidelines and various customizations ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.w3.org/TR/its/ Internationalization Tag Set (ITS)]&lt;br /&gt;
* various standards proposal designed within ISO committee TC 37 have been totally or partially written in TEI/ODD: MLIF, MAF, ISO 16642 rev., ISOTimeML&lt;br /&gt;
&lt;br /&gt;
==  &amp;quot;Pure ODD&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
Over the years ODD has evolved in response to the needs of the TEI community, both as the core specification language for the TEI guidelines, and also as a generic customization language. Since 2004, much&lt;br /&gt;
effort has been put into making it less of a hybrid language, combining its own vocabulary with RelaxNG fragments and Schematron rules. Versions of TEI P5 later than 2.5 contain elements which can be used to express content models directly in the TEI ODD language, rather than in RELAXNG.  ODD is thus an entirely self-contained generic specification language, independent&lt;br /&gt;
of other existing grammars, and hence known as Pure ODD.  The proposals for Pure ODD were included in the Guidelines during January 2016, and are included as part of the 3.0.0 release&lt;br /&gt;
&lt;br /&gt;
If your existing TEI schema was developed prior to this release, you should probably read up on [http://teic.github.io/TCW/purifyDoc.html How to Update your ODD]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[http://en.wikipedia.org/wiki/ODD_%28Text_Encoding_Initiative%29 ODD (Text Encoding Initiative)] in Wikipedia&lt;br /&gt;
*[[ODD-dev]]   Not updated since 2012&lt;br /&gt;
*[[ODD chaining]]  Not updated since 2012&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
* [http://www.tei-c.org/Guidelines/Customization/odds.xml Getting Started with P5 ODDs]&lt;br /&gt;
* [http://teic.github.io/TCW/howtoGenerate.html How to Make an ODD Automagically]&lt;br /&gt;
* [http://teic.github.io/TCW/howtoChain.html ODD chaining for Beginners]&lt;br /&gt;
* [http://teic.github.io/TCW/purifyDoc.html How to Update your ODD] (from a pre 3.0 version)&lt;br /&gt;
* [http://www.w3.org/TR/xml-i18n-bp/#tei-modularization A fragment of W3C's Best Practices for XML Internationalization concerning ODD customization for the Internationalization Tag Set (ITS).]&lt;br /&gt;
* [[Mapping ODD processing]]&lt;br /&gt;
&lt;br /&gt;
=== Presentations ===&lt;br /&gt;
*[http://tei.oucs.ox.ac.uk/Oxford/2007-02-13-oucs/talk-odds.xml A talk about the ODD system], given on 13 Feb 2007 by Lou Burnard and Sebastian Rahtz at the OUCS ''Encoding Digital Texts'' workshop&lt;br /&gt;
*[http://tei.oucs.ox.ac.uk/Oxford/2006-09-methNet/Talks/RomaJourney.ppt A PowerPoint presentation on TEI/ODD] by Laurent Romary; OUCS, September 2006&lt;br /&gt;
*[http://www.balisage.net/Proceedings/vol7/html/Banski01/BalisageVol7-Banski01.html Literate serialization of linguistic metamodels] by Piotr Bański, Balisage-2011&lt;br /&gt;
*[http://tei.it.ox.ac.uk/Talks/2014-10-odds/ ODD workshop (October 2014)]&lt;br /&gt;
&lt;br /&gt;
=== Articles ===&lt;br /&gt;
* [http://jtei.revues.org/842 Resolving the Durand Conundrum], by Lou Burnard&lt;br /&gt;
* [http://conferences.idealliance.org/extreme/html/2004/Bauman01/EML2004Bauman01.html Odd Customizations], by Syd Bauman and Julia Flanders.&lt;br /&gt;
* [http://conferences.idealliance.org/extreme/html/2004/Burnard01/EML2004Burnard01.html RelaxNG with Son of ODD], by Lou Burnard and Sebastian Rahtz.&lt;br /&gt;
* [http://www.balisage.net/Proceedings/vol1/html/Bauman01/BalisageVol1-Bauman01.html Freedom to Constrain] by Syd Bauman&lt;br /&gt;
&lt;br /&gt;
[[Category:Customization|!]]&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=ODD&amp;diff=16310</id>
		<title>ODD</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=ODD&amp;diff=16310"/>
		<updated>2018-08-20T13:49:50Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: link to diagram of ODD processing pipeline&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''ODD''' stands for &amp;quot;One Document Does it all&amp;quot;. It is a TEI XML-conformant specification format that allows one to customize TEI P5 in a [[Wikipedia:literate programming|literate programming]] fashion. It uses elements from the new [http://www.tei-c.org/P5/Guidelines/TD.html Documentation Elements] module and is designed for processing in a pipeline as in [http://tei.it.ox.ac.uk/Talks/2014-10-odds/oddity.png this diagram].&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
The TEI Guidelines, its DTD, and its schema fragments, are all produced from a single XML resource containing:&lt;br /&gt;
&lt;br /&gt;
# Descriptive prose (lots of it)&lt;br /&gt;
# Examples of usage (plenty)&lt;br /&gt;
# Formal declarations for components of the TEI Abstract Model:&lt;br /&gt;
## elements and attributes&lt;br /&gt;
## modules&lt;br /&gt;
## classes and macros&lt;br /&gt;
&lt;br /&gt;
We call this resource an ODD (One Document Does it all), although the master source is instantiated as a gazillion XML mini-documents. &lt;br /&gt;
&lt;br /&gt;
A system of XSLT stylesheets called [[Roma]] has been created for the purpose of easy manipulation of ODD files.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
The TEI scheme can only be used by customizing it. Customizations are also expressed in the ODD language. For example: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;schemaSpec ident=&amp;quot;myTEIlite&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;desc&amp;gt;This is TEI Lite with simplified heads&amp;lt;/desc&amp;gt;&lt;br /&gt;
  &amp;lt;moduleRef key=&amp;quot;tei&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;moduleRef key=&amp;quot;textstructure&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;moduleRef key=&amp;quot;linking&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;moduleRef key=&amp;quot;core&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;moduleRef key=&amp;quot;header&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;elementSpec ident=&amp;quot;head&amp;quot; mode=&amp;quot;change&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;content&amp;gt;&amp;lt;textNode/&amp;gt;&amp;lt;/content&amp;gt;&lt;br /&gt;
  &amp;lt;/elementSpec&amp;gt;&lt;br /&gt;
&amp;lt;/schemaSpec&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
produces a schema a bit like TEI Lite, with a slight change : the element &amp;amp;lt;head&amp;gt; now can contain only text nodes.&lt;br /&gt;
&lt;br /&gt;
== Uses besides the TEI Guidelines and various customizations ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.w3.org/TR/its/ Internationalization Tag Set (ITS)]&lt;br /&gt;
* various standards proposal designed within ISO committee TC 37 have been totally or partially written in TEI/ODD: MLIF, MAF, ISO 16642 rev., ISOTimeML&lt;br /&gt;
&lt;br /&gt;
==  &amp;quot;Pure ODD&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
Over the years ODD has evolved in response to the needs of the TEI community, both as the core specification language for the TEI guidelines, and also as a generic customization language. Since 2004, much&lt;br /&gt;
effort has been put into making it less of a hybrid language, combining its own vocabulary with RelaxNG fragments and Schematron rules. Versions of TEI P5 later than 2.5 contain elements which can be used to express content models directly in the TEI ODD language, rather than in RELAXNG.  ODD is thus an entirely self-contained generic specification language, independent&lt;br /&gt;
of other existing grammars, and hence known as Pure ODD.  The proposals for Pure ODD were included in the Guidelines during January 2016, and are included as part of the 3.0.0 release&lt;br /&gt;
&lt;br /&gt;
If your existing TEI schema was developed prior to this release, you should probably read up on [http://teic.github.io/TCW/purifyDoc.html How to Update your ODD]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[http://en.wikipedia.org/wiki/ODD_%28Text_Encoding_Initiative%29 ODD (Text Encoding Initiative)] in Wikipedia&lt;br /&gt;
*[[ODD-dev]]   Not updated since 2012&lt;br /&gt;
*[[ODD chaining]]  Not updated since 2012&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
* [http://www.tei-c.org/Guidelines/Customization/odds.xml Getting Started with P5 ODDs]&lt;br /&gt;
* [http://teic.github.io/TCW/howtoGenerate.html How to Make an ODD Automagically]&lt;br /&gt;
* [http://teic.github.io/TCW/howtoChain.html ODD chaining for Beginners]&lt;br /&gt;
* [http://teic.github.io/TCW/purifyDoc.html How to Update your ODD] (from a pre 3.0 version)&lt;br /&gt;
* [http://www.w3.org/TR/xml-i18n-bp/#tei-modularization A fragment of W3C's Best Practices for XML Internationalization concerning ODD customization for the Internationalization Tag Set (ITS).]&lt;br /&gt;
* [[Mapping ODD processing]]&lt;br /&gt;
&lt;br /&gt;
=== Presentations ===&lt;br /&gt;
*[http://tei.oucs.ox.ac.uk/Oxford/2007-02-13-oucs/talk-odds.xml A talk about the ODD system], given on 13 Feb 2007 by Lou Burnard and Sebastian Rahtz at the OUCS ''Encoding Digital Texts'' workshop&lt;br /&gt;
*[http://tei.oucs.ox.ac.uk/Oxford/2006-09-methNet/Talks/RomaJourney.ppt A PowerPoint presentation on TEI/ODD] by Laurent Romary; OUCS, September 2006&lt;br /&gt;
*[http://www.balisage.net/Proceedings/vol7/html/Banski01/BalisageVol7-Banski01.html Literate serialization of linguistic metamodels] by Piotr Bański, Balisage-2011&lt;br /&gt;
&lt;br /&gt;
=== Articles ===&lt;br /&gt;
* [http://jtei.revues.org/842 Resolving the Durand Conundrum], by Lou Burnard&lt;br /&gt;
* [http://conferences.idealliance.org/extreme/html/2004/Bauman01/EML2004Bauman01.html Odd Customizations], by Syd Bauman and Julia Flanders.&lt;br /&gt;
* [http://conferences.idealliance.org/extreme/html/2004/Burnard01/EML2004Burnard01.html RelaxNG with Son of ODD], by Lou Burnard and Sebastian Rahtz.&lt;br /&gt;
* [http://www.balisage.net/Proceedings/vol1/html/Bauman01/BalisageVol1-Bauman01.html Freedom to Constrain] by Syd Bauman&lt;br /&gt;
&lt;br /&gt;
[[Category:Customization|!]]&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=User_talk:Maarten_Janssen&amp;diff=16303</id>
		<title>User talk:Maarten Janssen</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=User_talk:Maarten_Janssen&amp;diff=16303"/>
		<updated>2018-08-17T14:22:36Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Welcome to ''TEIWiki''!'''&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Kshawkin|Kshawkin]] 14:22, 17 August 2018 (UTC)&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=User:Maarten_Janssen&amp;diff=16302</id>
		<title>User:Maarten Janssen</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=User:Maarten_Janssen&amp;diff=16302"/>
		<updated>2018-08-17T14:22:35Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: Creating user page with biography of new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Developer of the TEITOK system for building TEI/XML based corpora - working at the CELGA-ILTEC institute of the University of Coimbra.&lt;br /&gt;
&lt;br /&gt;
[[Category:Users]]&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=TEI_Transviewer&amp;diff=16289</id>
		<title>TEI Transviewer</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=TEI_Transviewer&amp;diff=16289"/>
		<updated>2018-08-03T14:09:24Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* How to download or buy */ added link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tools]]&lt;br /&gt;
[[Category:Publishing and delivery tools]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
TEI Transviewer is &amp;quot;a tool for the transformation of XML-TEI documents so that they can be viewed in the browser. It is intended to facilitate the exploration of historical documents through side-by-side and single view of transcription and digital facsimile, synchronised scrolling and zooming, page and structural navigation, linear and diplomatic transcription view, free text search and search by categories of named entities (persons, organisations, places, dates), etc.&amp;quot;&amp;lt;ref&amp;gt;https://listserv.brown.edu/archives/cgi-bin/wa?A2=TEI-L;424fc759.1707&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
&amp;quot;If this type of tool may be of interest for some of you, an open source release will be made available soon.&amp;quot;&amp;lt;ref&amp;gt;https://listserv.brown.edu/archives/cgi-bin/wa?A2=TEI-L;424fc759.1707&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
&amp;quot;The TEI Transviewer is based on Java server-side XSLT transformation, Javascript and CSS.&amp;quot;&amp;lt;ref&amp;gt;https://listserv.brown.edu/archives/cgi-bin/wa?A2=TEI-L;424fc759.1707&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
https://www.cvce.eu/search?q=*&amp;amp;format=tei%2Bxml&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
https://github.com/C2DH/open-tei-transviewer&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=TEI_Transviewer&amp;diff=16288</id>
		<title>TEI Transviewer</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=TEI_Transviewer&amp;diff=16288"/>
		<updated>2018-08-03T14:06:56Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: removed leftovers from wiki template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tools]]&lt;br /&gt;
[[Category:Publishing and delivery tools]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
TEI Transviewer is &amp;quot;a tool for the transformation of XML-TEI documents so that they can be viewed in the browser. It is intended to facilitate the exploration of historical documents through side-by-side and single view of transcription and digital facsimile, synchronised scrolling and zooming, page and structural navigation, linear and diplomatic transcription view, free text search and search by categories of named entities (persons, organisations, places, dates), etc.&amp;quot;&amp;lt;ref&amp;gt;https://listserv.brown.edu/archives/cgi-bin/wa?A2=TEI-L;424fc759.1707&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
&amp;quot;If this type of tool may be of interest for some of you, an open source release will be made available soon.&amp;quot;&amp;lt;ref&amp;gt;https://listserv.brown.edu/archives/cgi-bin/wa?A2=TEI-L;424fc759.1707&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
&amp;quot;The TEI Transviewer is based on Java server-side XSLT transformation, Javascript and CSS.&amp;quot;&amp;lt;ref&amp;gt;https://listserv.brown.edu/archives/cgi-bin/wa?A2=TEI-L;424fc759.1707&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
https://www.cvce.eu/search?q=*&amp;amp;format=tei%2Bxml&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Workgroup_to_revise_the_Best_Practices_for_TEI_in_Libraries&amp;diff=16268</id>
		<title>Workgroup to revise the Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Workgroup_to_revise_the_Best_Practices_for_TEI_in_Libraries&amp;diff=16268"/>
		<updated>2018-07-18T00:46:59Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* Meeting minutes */ added last few meetings&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Background ==&lt;br /&gt;
&lt;br /&gt;
[https://list.indiana.edu/sympa/arc/teilib-l/2015-11/msg00006.html Invitation to participate] in revision of ''[http://purl.oclc.org/NET/teiinlibraries Best Practices for TEI in Libraries]''&lt;br /&gt;
&lt;br /&gt;
== Logistics ==&lt;br /&gt;
&lt;br /&gt;
First Monday of each month&lt;br /&gt;
&lt;br /&gt;
9–10 a.m. Eastern Time in North America (14:00–15:00 UTC in winter in North America, 13:00–14:00 UTC at other times of the year)&lt;br /&gt;
&lt;br /&gt;
People with email addresses listed below will have hangout link sent to them for each meeting.  We can do up to 10 people with a regular hangout.  If we get more people, we'll find someone with a Google Apps for Education account who can support up to 15(?).&lt;br /&gt;
&lt;br /&gt;
: Actually, you can only invite up to 5 people to a Hangout.  Beyond that, you need to just share a link.  We'll plan to share the link on teilib-l shortly before each meeting.&lt;br /&gt;
&lt;br /&gt;
If you can't make it, follow along by reviewing minutes (linked below) and/or watching [https://github.com/kshawkin/Best-Practices-for-TEI-in-Libraries/issues issues on GitHub] (click &amp;quot;watch&amp;quot; after logging in) and adding comments there.&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* [https://drive.google.com/open?id=0B13gonNAATNSSmtJMk14VHpzazQ Our Google Drive folder]&lt;br /&gt;
* [http://paramedic.wwp.northeastern.edu/~syd/temp/BPTL/ latest development snapshot]&lt;br /&gt;
&lt;br /&gt;
== Members ==&lt;br /&gt;
* Kevin Hawkins (kevin.s.hawkins@gmail)&lt;br /&gt;
* stuart yeates ()&lt;br /&gt;
* stefanie gehrke (stefanie.gehrke9@gmail.com)&lt;br /&gt;
* Elli Mylonas (elli_mylonas@brown.edu)&lt;br /&gt;
* James Griffin (griffinj@lafayette.edu [or jrgriffiniii@gmail.com])&lt;br /&gt;
* Lisa McAulay ()&lt;br /&gt;
* Martin Mueller (martinmueller@northwestern.edu)&lt;br /&gt;
* Michelle Dalmau ()&lt;br /&gt;
* Antonio Rojas ()&lt;br /&gt;
* Paul Schaffner  (pfspfs@gmail.com [or pfs@umich.edu])&lt;br /&gt;
* Peter Gorman (peter.gorman@wisc.edu)&lt;br /&gt;
* Andrew Rouner (andrew.rouner@gmail.com)&lt;br /&gt;
* Syd Bauman (s.bauman@northeastern.edu)&lt;br /&gt;
&lt;br /&gt;
== Suggested meeting procedure ==&lt;br /&gt;
&lt;br /&gt;
# Appoint notetaker, creating a new Google Docs file in our Google Drive folder.&lt;br /&gt;
# Resume discussions postponed from last meeting.&lt;br /&gt;
# Go through issues not yet discussed in order of [[BP revision ticket triage]]. For each issue, someone volunteers to summarize the issue:&lt;br /&gt;
## If the issue is straightforward and there's immediate consensus, ask for volunteer to record consensus as a comment on the issue, wait 7 days for objections, and then implement*.&lt;br /&gt;
## If issue is complicated, ask for volunteer to examine issue more closely after the meeting to propose a solution (either rejecting suggestion or changing prose and/or schema to implement*).  Volunteer will post proposed solution as comment on the issue at least 7 days before our next meeting and lead discussion at next meeting.&lt;br /&gt;
### If there is consensus, volunteer implements* after the meeting.&lt;br /&gt;
### If there are any adjustments to proposal at that time, volunteer records in a comment on the issue and waits another 7 days for objections before implementing*.&lt;br /&gt;
# After meeting, those present review the minutes in the next 48 hours.  Notetaker then announces minutes on TEILIB-L.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; Change may be implemented either by committing to the master branch or making pull requests.  The advantage of a pull request is that it forces a second set of eyes to review changes.  This is especially important for changes to content models in the ODD (rather than simply to prose).&lt;br /&gt;
&lt;br /&gt;
== Meeting minutes ==&lt;br /&gt;
&lt;br /&gt;
* [[Minutes for February 1, 2016|February 1, 2016]]&lt;br /&gt;
* [[March 7, 2016]]&lt;br /&gt;
* [[April 4, 2016]]&lt;br /&gt;
* [[May 2, 2016]]&lt;br /&gt;
* [[June 6, 2016]]&lt;br /&gt;
* [[July 11, 2016]]&lt;br /&gt;
* [[August 1, 2016]]&lt;br /&gt;
* [[September 12, 2016]]&lt;br /&gt;
* [[October 10, 2016]]&lt;br /&gt;
* [[November 14, 2016]]&lt;br /&gt;
* [[December 12, 2016]]&lt;br /&gt;
* [[January 9, 2017]]&lt;br /&gt;
* [[February 13, 2017]]&lt;br /&gt;
* [[March 6, 2017]]&lt;br /&gt;
* [[April 3, 2017]]&lt;br /&gt;
* [https://github.com/kshawkin/Best-Practices-for-TEI-in-Libraries/blob/master/2017-05-08_notes.xml May 8, 2017]&lt;br /&gt;
* June 19, 2017 (decisions recorded only in GitHub issues)&lt;br /&gt;
* July 18, 2017 (decisions recorded only in GitHub issues)&lt;br /&gt;
* August 14, 2017 (decisions recorded only in GitHub issues)&lt;br /&gt;
* August 28, 2017&lt;br /&gt;
* September 11, 2017&lt;br /&gt;
* January 23, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
* February 13, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
* March 13, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
* April 11, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
* May 2, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
* May 29, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
* July 10, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
[[Category:Workgroup to revise the Best Practices for TEI in Libraries]]&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=SIG:MSS&amp;diff=16267</id>
		<title>SIG:MSS</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=SIG:MSS&amp;diff=16267"/>
		<updated>2018-07-02T23:37:58Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* Manuscript Description */ new link for msw05&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;'''TEI Special Interest Group on Manuscripts (TEI MS SIG)'''&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
The goal of the TEI Special Interest Group on Manuscripts is to bring together users of the TEI who wish to improve the encoding strategies for marking up transcriptions and editions of manuscript materials. The SIG was originally setup by Elena Pierazzo, Susan Schreibman, and Edward Vanhoutte. It is currently convened by Gerrit Brüning and Stephen McCormick.&lt;br /&gt;
&lt;br /&gt;
The SIG runs a mailing list. To join visit http://listserv.brown.edu/tei-ms-sig.html.&lt;br /&gt;
&lt;br /&gt;
==Achievements==&lt;br /&gt;
The SIG’s most important achievements were in the field of the representation of primary sources, resulting in the proposals of the working group on [[Genetic Editions]] which were submitted as “[http://www.tei-c.org/Activities/Council/Working/tcw19.html An Encoding Model for Genetic Editions]” and largely incorporated in the TEI Guidelines.&lt;br /&gt;
&lt;br /&gt;
Important work was done towards a revision of the chapter on critical apparatus, see working group on [[Critical_Apparatus_Workgroup|Critical Apparatus]] / [[Textual Variance]].&lt;br /&gt;
&lt;br /&gt;
== Agenda of this SIG ==&lt;br /&gt;
Revision of the chapter on critical apparatus; issues of variation; clarify the role of using the critical apparatus tagset in manuscript transcription (which is dependent on whether one is encoding an edition or encoding a manuscript transcription). See&lt;br /&gt;
*[[Critical_Apparatus_Workgroup|Critical Apparatus]]&lt;br /&gt;
*[[Physical_Collation|Physical Collation]]&lt;br /&gt;
and the following threads on sourceforge, TEI-L, and SIG-L:&lt;br /&gt;
*http://sourceforge.net/p/tei/bugs/357/&lt;br /&gt;
*http://listserv.brown.edu/archives/cgi-bin/wa?A2=TEI-L;bfa42e32.1310&lt;br /&gt;
*http://listserv.brown.edu/archives/cgi-bin/wa?A2=TEI-MS-SIG;ad41772a.1401&lt;br /&gt;
*“[http://listserv.brown.edu/archives/cgi-bin/wa?A1=ind1401&amp;amp;L=TEI-MS-SIG#3 App. Crit. state of play and questions]” and related threads on SIG-L from January 2014.&lt;br /&gt;
*“[https://listserv.brown.edu/archives/cgi-bin/wa?A2=TEI-L;7d23da20.1407 &amp;lt;rdg&amp;gt;s that go on and on]“ (July 2014)&lt;br /&gt;
*http://sourceforge.net/p/tei/feature-requests/521/ &lt;br /&gt;
&lt;br /&gt;
Revision of the chapter on manuscript description; see working group on [[msDesc enhancement|MSS Description]].&lt;br /&gt;
&lt;br /&gt;
Continuing and extending the work on the chapter on the representation of primary sources, see [[Sandbox for Genetic Editing]].&lt;br /&gt;
&lt;br /&gt;
Further issues:&lt;br /&gt;
* how to encode fragments&lt;br /&gt;
* how to record codicology (the substance of the medium, ink stints, etc); Robinson noted that the TEI already has mechanisms to record this, but it needs to be better documented&lt;br /&gt;
&lt;br /&gt;
== Past Meetings ==&lt;br /&gt;
* The SIG met at the Third Annual TEI Members' Meeting in Nancy, France on 08 November 2003. The report can be found [http://www.tei-c.org/Activities/SIG/Manuscript/mssigr01.xml here].&lt;br /&gt;
* The second meeting of the SIG was held at the Fourth Annual TEI Members' Meeting at Johns Hopkins University, Baltimore, USA, 23 October 2004. The report can be found [http://www.tei-c.org/Activities/SIG/Manuscript/mssigr02.xml here].&lt;br /&gt;
* The third meeting of the SIG was held at Seventh Annual TEI Member's Meeting at University of Maryland, College Park, 3nd of November 2007. The agenda of the meeting can be found [[MS SIG Agenda 2007|here]]; the report can be found [[MS SIG Report 07|here]]. During the meeting several task forces were created to deal with specific problems: the task forces main page can be found [[MS task forces|here]].&lt;br /&gt;
* [[SIGMS_Agenda_20081108|Agenda SIG meeting, London 8 November 2008]]&lt;br /&gt;
* [[SIGMS_Minutes_20091114|Minutes SIG meeting, Ann Arbor 14 November 2009]]&lt;br /&gt;
* [[SIGMS_Minutes_20101112|Minutes SIG meeting, Zadar 12 November 2010]]&lt;br /&gt;
* [[SIGMS_Minutes_20111014|Minutes SIG meeting, Würzburg 14 October 2011]]&lt;br /&gt;
* [[MS_SIG_meeting,_Rome,_3_October_2013|Minutes SIG meeting, Rome, 3 October 2013]]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
=== Lists ===&lt;br /&gt;
*List of “institutions using TEI to encode and digitize manuscripts,” compiled by Tucker Hannah (https://listserv.brown.edu/archives/cgi-bin/wa?A2=TEI-MS-SIG;e8b927bf.1304)&amp;lt;br&amp;gt;Google spreadsheet https://docs.google.com/document/d/1Wv5Xn4aUW8uNUv1c-B5KNyzRx_TmWOKYEZylv5znPzc/edit&lt;br /&gt;
*“A Catalog of Digital Scholarly Editions” by Patrick Sahle http://www.digitale-edition.de./&lt;br /&gt;
*“A Catalogue of Digital Editions” by Greta Franzini https://sites.google.com/site/digitaleds/home&amp;lt;br&amp;gt;Google spreadsheet “Digital Editions Catalogue” https://docs.google.com/spreadsheet/ccc?key=0Ag9fg4mfdAuPdHF2Y0twOVpaYS1MbjVWY25UNFZYWFE#gid=0&lt;br /&gt;
*“Editionen-Datenbank” (Editions Database) of the Deutsches Literaturarchiv Marbach (DLA) http://www.dla-marbach.de/?id=60340&lt;br /&gt;
&lt;br /&gt;
=== Manuscript Description ===&lt;br /&gt;
&lt;br /&gt;
Projects, resources, guidelines concerning MS description.&lt;br /&gt;
&lt;br /&gt;
* [http://enrich.manuscriptorium.com ENRICH project] - standardising and aggregating medieval manuscript descriptions. See also [http://tei.oucs.ox.ac.uk/ENRICH/ OUCS ENRICH Website] containing ENRICH Schemas, ODD, Documentation and Training Materials.&lt;br /&gt;
* [http://sunsite3.berkeley.edu/Scriptorium/ Digital Scriptorium] (see especially the [http://sunsite3.berkeley.edu/Scriptorium/technical/description_dtd.html DESCRIPTION DTD] page).&lt;br /&gt;
* [http://www.hab.de/forschung/projekte/master-e.htm MASTER - Interface format for the description of medieval manuscripts]&lt;br /&gt;
* [http://www.tei-c.org/Vault/Workgroups/MS/msw05.html Reviews of the manuscript description chapter: A summary]&lt;br /&gt;
&lt;br /&gt;
=== Manuscript Editions ===&lt;br /&gt;
* [http://bdinski.obdurodon.org/ Bdinski sbornik: Manuscript and text]&lt;br /&gt;
* Carolingian Canon Law http://ccl.rch.uky.edu/&lt;br /&gt;
* Codex Sinaiticus http://www.codexsinaiticus.org/en/&lt;br /&gt;
* [http://www.kantl.be/ctb/project/dalf/ DALF: Digital Archive of Letters in Flanders]&lt;br /&gt;
* Queste del saint Graal http://txm.ish-lyon.cnrs.fr/bfm/?command=documentation&amp;amp;path=/GRAAL&lt;br /&gt;
* Hendrik Ibsens skrifter http://www.ibsen.uio.no/forside.xhtml&lt;br /&gt;
* [http://web.uvic.ca/hrd/lydgate/pilot.htm Partial Transcription of John Lydgate's &amp;quot;Fall of Princes&amp;quot;]&lt;br /&gt;
* [http://www.digitalmishnah.umd.edu/ Digital Mishnah Project], http://www.digitalmishnah.org/&lt;br /&gt;
* [http://digitalmitford.org Digital Mitford: The Mary Russell Mitford Archive]&lt;br /&gt;
* New Testament Transcripts http://nttranscripts.uni-muenster.de/&lt;br /&gt;
* New Testament Virtual Manuscript Room http://ntvmr.uni-muenster.de/&lt;br /&gt;
* [http://www.newtonproject.ic.ac.uk/prism.php?id=1 The Newton Project]&lt;br /&gt;
* [http://webapp1.dlib.indiana.edu/newton/index.jsp The Chymistry of Isaac Newton]&lt;br /&gt;
* [http://elec.enc.sorbonne.fr/chroniqueslatines/ Chroniques latines de Saint-Denis] : critical edition using TEI P4 (but we hope to migrate in P5 this year) : [http://elec.enc.sorbonne.fr/chroniqueslatines/xml/chroniquesstdenis.xml XML Files]&lt;br /&gt;
* [http://www.marktwainproject.org/homepage.html Mark Twain Project Online]&lt;br /&gt;
* Scholarly Digital Editions http://www.sd-editions.com/&lt;br /&gt;
* Les manuscrits de Stendhal en ligne http://stendhal.msh-alpes.fr/manuscrits/index.php&lt;br /&gt;
* [http://vbd.humnet.unipi.it/ Digital Vercelli Book]&lt;br /&gt;
* [http://www.desgodets.net Les Cours d'Antoine Desgodets]&lt;br /&gt;
* [http://tei.ibi.hu-berlin.de/berliner-intellektuelle/?en Letters and Texts. Intellectual Berlin around 1800]&lt;br /&gt;
&lt;br /&gt;
=== Manuscript Transcription ===&lt;br /&gt;
Projects, resources, guidelines concerning MS transcription.&lt;br /&gt;
* [http://www.cdlib.org/inside/diglib/stwg/ms/ CDL Encoding Guidelines for Manuscripts and Rare Books]&lt;br /&gt;
* [http://www.scriptorium.columbia.edu/ Digital Scriptorium] (see especially the [https://www1.columbia.edu/sec/cu/libraries/bts/digital_scriptorium/technical/ds-xml/transcription_dtd/index.html TRANSCRIPTION DTD] and [https://www1.columbia.edu/sec/cu/libraries/bts/digital_scriptorium/technical/ds-xml/description_dtd/index.html DESCRIPTION DTD] pages).&lt;br /&gt;
* [[EpiDoc]], guidelines for transcribing ancient texts&lt;br /&gt;
* [http://skaldic.arts.usyd.edu.au/docs/guidelines/guide.html Guidelines for the electronic edition of the skaldic corpus]&lt;br /&gt;
* [http://gandalf.aksis.uib.no/menota/guidelines/ The Menota handbook]&lt;br /&gt;
*[http://ahds.ac.uk/creating/case-studies/newton/index.htm The Newton Project: Implementing and Exploiting XML]&lt;br /&gt;
* [http://www.whitmanarchive.org/guidelines/ The Walt Whitman Archive Encoding Guidelines for Poetry Manuscripts]&lt;br /&gt;
* [http://jefferson.village.virginia.edu/seenet/piers/protocoltran.html Transcriptional Protocols: Piers Plowman Electronic Archive and SEENET]&lt;br /&gt;
* [http://lemo.irht.cnrs.fr/43/43-12.htm Réflexions sur l'utilisation de la TEI pour encoder les sources diplomatiques] and [http://elec.enc.sorbonne.fr/cartulaireblanc/guidebalisage/ Guide du balisage du Cartulaire blanc] : two resources in French&lt;br /&gt;
* [http://ccfm.ens-lsh.fr/IMG/pdf/BFM-Mss_Encodage-XML.pdf Base de Français Médiéval - MSS Encoding Guidelines (in French)]&lt;br /&gt;
* [http://marjorie.burghart.online.fr/?q=en/content/tei-critical-apparatus-cheatsheet TEI: Critical Apparatus Cheatsheet]&lt;br /&gt;
* Guidelines for Using TEI for the Carolingian Canon Law Project http://ccl.rch.uky.edu/using-TEI&lt;br /&gt;
&lt;br /&gt;
===Projects using the new genetic or documentary markup===&lt;br /&gt;
*'''[http://www.lokalbericht.ch Digital edition of Hermann Burger's Lokalbericht]'''; genetic markup, from which textual markup is derived; source files will be available in July 2017.&lt;br /&gt;
*“Diachronic Markup and Presentation Practices for Text Editions in Digital Research Environments“ http://www.ehumanities.uni-passau.de/projekte/diachronic-markup/&lt;br /&gt;
* '''[http://www.uni-goettingen.de/en/303691.html Genetic-critical and annotated hybrid-edition of Theodor Fontane’s notebooks based on a virtual research environment]''': The TEI code (not published yet) is based on a &amp;lt;sourceDoc&amp;gt;/&amp;lt;zone&amp;gt;/&amp;lt;line&amp;gt; structure.&amp;lt;!-- We're happy to discuss encoding issues here. --[[User:Martin de la Iglesia|Martin de la Iglesia]] 06:49, 25 October 2013 (EDT) --&amp;gt;&lt;br /&gt;
* '''[http://shelleygodwinarchive.org/ The Shelley-Godwin Archive]''' employs an encoding based on &amp;lt;sourceDoc&amp;gt;/&amp;lt;zone&amp;gt;/&amp;lt;line&amp;gt; and making use of &amp;lt;milestone&amp;gt; (e.g. &amp;lt;milestone unit=&amp;quot;tei:p&amp;quot;/&amp;gt;) and &amp;lt;anchor&amp;gt; elements. The archive distinguishes two stages of transcriptions (basic and fully vetted) and the TEI encodings are directly accessible through the browser.&lt;br /&gt;
*Edition of Goethe’s Faust https://faustedition.uni-wuerzburg.de/dev/project/about&lt;br /&gt;
*Transcription of the [http://en.wikipedia.org/wiki/Holy_Trinity_Church,_Long_Melford#Clopton_Chantry_Chapel John Lydgate verses at Holy Trinity, Long Melford], see Matthew Davis’ post on TEI-L: http://listserv.brown.edu/archives/cgi-bin/wa?A2=TEI-L;34ca5119.1311&lt;br /&gt;
*Representation of the papers of Fernando Pessoa, see http://listserv.brown.edu/archives/cgi-bin/wa?A2=tei-l;50923a39.1402&lt;br /&gt;
* Proust Prototype http://research.cch.kcl.ac.uk/proust_prototype/ (see http://markmail.org/message/vtuwcuckf4ukxqfk)&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG|MSS]]&lt;br /&gt;
[[Category:SIG:Manuscripts]]&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Textual_Communities&amp;diff=16266</id>
		<title>Textual Communities</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Textual_Communities&amp;diff=16266"/>
		<updated>2018-06-29T21:31:21Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: Created page with &amp;quot;Category:Tools  Category:Editing tools Category:Conversion and preprocessing tools Category:Publishing and delivery tools Category:Interfaces  == Synopsis == ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tools]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Editing tools]]&lt;br /&gt;
[[Category:Conversion and preprocessing tools]]&lt;br /&gt;
[[Category:Publishing and delivery tools]]&lt;br /&gt;
[[Category:Interfaces]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
&amp;quot;Textual Communities is an environment for the collaborative online creation of scholarly editions.&amp;quot;&amp;lt;ref&amp;gt;https://listserv.brown.edu/archives/cgi-bin/wa?A2=TEI-L;9bdf9845.1806&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* It is not an adaptation of any other system, but is built anew from the ground up;&lt;br /&gt;
* It understands text as a collection of leaves distributed across a document tree and an entity tree. Accordingly, it can both present text page by page (or line by line), as parts of a document tree, and it can present text entity by entity, as a hierarchy of acts of eommunication  (hence, line 1 of the General Prologue of the Canterbury Tales), as parts of an entity tree;&lt;br /&gt;
* It offers powerful collation tools, CollateX and the Collation Editor, permitting precise tailoring of the collation of any entity in muliple documents;&lt;br /&gt;
* It includes tools for managing collaboration: to invite, supervise and monitor multiple collaborators;&lt;br /&gt;
* It includes an IIIF image server, and can create editiable documents from IIIF manifests;&lt;br /&gt;
* It provides an API giving access to all materials through URI resource descriptors.&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
https://wiki.usask.ca/display/TC/Textual+Communities&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
* The production version: https://textualcommunities.org/&lt;br /&gt;
* The sandbox version: https://textualcommunitiessandbox.org/&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Apache_Cocoon&amp;diff=16264</id>
		<title>Apache Cocoon</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Apache_Cocoon&amp;diff=16264"/>
		<updated>2018-06-21T16:10:14Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: added &amp;lt;references/&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tools]]&lt;br /&gt;
[[Category:Publishing and delivery tools]]&lt;br /&gt;
&lt;br /&gt;
= Summary =&lt;br /&gt;
&lt;br /&gt;
Apache Cocoon is a web development framework built around the concepts of separation of concerns and component-based web development.  The TEI consortium website is dynamically produced from TEI XML using Cocoon.&lt;br /&gt;
&lt;br /&gt;
Note that ''Cocoon is no longer being updated''.&amp;lt;ref&amp;gt;https://cdrhdev.unl.edu/log/2018/api/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
Apache Cocoon is a web development framework built around the concepts of separation of concerns (making sure people can interact and collaborate on a project, without stepping on each other toes) and component-based web development.&lt;br /&gt;
&lt;br /&gt;
Cocoon implements these concepts around the notion of &amp;quot;component pipelines&amp;quot;, each component on the pipeline specializing on a particular operation. This makes it possible to use a &amp;quot;building block&amp;quot; approach for web solutions, hooking together components into pipelines without any required programming.&lt;br /&gt;
&lt;br /&gt;
Cocoon is &amp;quot;web glue for your web application development needs&amp;quot;. It is a glue that keeps concerns separate and allows parallel evolution of the two sides, improving development pace and reducing the chance of conflicts.&lt;br /&gt;
&lt;br /&gt;
Cocoon has been designed to coexist and interoperate side-by-side with your existing J2EE solutions or to give them new functionality without requiring any change in the existing infrastructure.&lt;br /&gt;
&lt;br /&gt;
Cocoon interacts with many data sources, including filesystems, RDBMS, LDAP, native XML databases, SAP® systems and network-based data sources. It adapts content delivery to the capabilities of different devices like HTML, WML, PDF, SVG, and RTF, to name just a few. You can run Cocoon as a Servlet as well as through a powerful, commandline interface. The deliberate design of its abstract environment gives you the freedom to extend its functionality to meet your special needs in a highly modular fashion.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Installation Notes =&lt;br /&gt;
&lt;br /&gt;
There are many different ways to install Cocoon, and so it is probably best that you look at the [http://cocoon.apache.org/2.1/installing/index.html Cocoon installation instructions].  Those using debian-compatible systems can install a packaged version of cocoon provided by the late Sebastian Rahtz: see http://tei.oucs.ox.ac.uk/teideb/ .&lt;br /&gt;
&lt;br /&gt;
Cocoon is also distributed with the [http://exist.sourceforge.net/ eXist] XML database already built into it (Cocoon built with eXist as a &amp;quot;block&amp;quot;) by the eXist project. If you are likely to want both eXist and Cocoon, this is a very handy package. [http://hcmc.uvic.ca/blogs/index.php?blog=11&amp;amp;p=2595&amp;amp;more=1&amp;amp;c=1&amp;amp;tb=1&amp;amp;pb=1 This blog entry] gives is a step-by-step guide used by staff at the UVic HCMC when they deploy a new Cocoon+eXist instance under the Tomcat servlet container.&lt;br /&gt;
&lt;br /&gt;
= Configuration =&lt;br /&gt;
&lt;br /&gt;
[[Serving &amp;quot;application/tei+xml&amp;quot; from Cocoon]]&lt;br /&gt;
&lt;br /&gt;
= External Links =&lt;br /&gt;
&lt;br /&gt;
* http://cocoon.apache.org/&lt;br /&gt;
* http://cocoon.apache.org/2.1/installing/index.html&lt;br /&gt;
* http://cocoon.apache.org/2.1/introduction.html&lt;br /&gt;
* http://tei.oucs.ox.ac.uk/teideb/&lt;br /&gt;
* http://en.wikipedia.org/wiki/Apache_Cocoon&lt;br /&gt;
&lt;br /&gt;
= References =&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Apache_Cocoon&amp;diff=16263</id>
		<title>Apache Cocoon</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Apache_Cocoon&amp;diff=16263"/>
		<updated>2018-06-21T16:09:49Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* Summary */ Cocoon no longer being updated.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tools]]&lt;br /&gt;
[[Category:Publishing and delivery tools]]&lt;br /&gt;
&lt;br /&gt;
= Summary =&lt;br /&gt;
&lt;br /&gt;
Apache Cocoon is a web development framework built around the concepts of separation of concerns and component-based web development.  The TEI consortium website is dynamically produced from TEI XML using Cocoon.&lt;br /&gt;
&lt;br /&gt;
Note that ''Cocoon is no longer being updated''.&amp;lt;ref&amp;gt;https://cdrhdev.unl.edu/log/2018/api/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
Apache Cocoon is a web development framework built around the concepts of separation of concerns (making sure people can interact and collaborate on a project, without stepping on each other toes) and component-based web development.&lt;br /&gt;
&lt;br /&gt;
Cocoon implements these concepts around the notion of &amp;quot;component pipelines&amp;quot;, each component on the pipeline specializing on a particular operation. This makes it possible to use a &amp;quot;building block&amp;quot; approach for web solutions, hooking together components into pipelines without any required programming.&lt;br /&gt;
&lt;br /&gt;
Cocoon is &amp;quot;web glue for your web application development needs&amp;quot;. It is a glue that keeps concerns separate and allows parallel evolution of the two sides, improving development pace and reducing the chance of conflicts.&lt;br /&gt;
&lt;br /&gt;
Cocoon has been designed to coexist and interoperate side-by-side with your existing J2EE solutions or to give them new functionality without requiring any change in the existing infrastructure.&lt;br /&gt;
&lt;br /&gt;
Cocoon interacts with many data sources, including filesystems, RDBMS, LDAP, native XML databases, SAP® systems and network-based data sources. It adapts content delivery to the capabilities of different devices like HTML, WML, PDF, SVG, and RTF, to name just a few. You can run Cocoon as a Servlet as well as through a powerful, commandline interface. The deliberate design of its abstract environment gives you the freedom to extend its functionality to meet your special needs in a highly modular fashion.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Installation Notes =&lt;br /&gt;
&lt;br /&gt;
There are many different ways to install Cocoon, and so it is probably best that you look at the [http://cocoon.apache.org/2.1/installing/index.html Cocoon installation instructions].  Those using debian-compatible systems can install a packaged version of cocoon provided by the late Sebastian Rahtz: see http://tei.oucs.ox.ac.uk/teideb/ .&lt;br /&gt;
&lt;br /&gt;
Cocoon is also distributed with the [http://exist.sourceforge.net/ eXist] XML database already built into it (Cocoon built with eXist as a &amp;quot;block&amp;quot;) by the eXist project. If you are likely to want both eXist and Cocoon, this is a very handy package. [http://hcmc.uvic.ca/blogs/index.php?blog=11&amp;amp;p=2595&amp;amp;more=1&amp;amp;c=1&amp;amp;tb=1&amp;amp;pb=1 This blog entry] gives is a step-by-step guide used by staff at the UVic HCMC when they deploy a new Cocoon+eXist instance under the Tomcat servlet container.&lt;br /&gt;
&lt;br /&gt;
= Configuration =&lt;br /&gt;
&lt;br /&gt;
[[Serving &amp;quot;application/tei+xml&amp;quot; from Cocoon]]&lt;br /&gt;
&lt;br /&gt;
= External Links =&lt;br /&gt;
&lt;br /&gt;
* http://cocoon.apache.org/&lt;br /&gt;
* http://cocoon.apache.org/2.1/installing/index.html&lt;br /&gt;
* http://cocoon.apache.org/2.1/introduction.html&lt;br /&gt;
* http://tei.oucs.ox.ac.uk/teideb/&lt;br /&gt;
* http://en.wikipedia.org/wiki/Apache_Cocoon&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Apache_Cocoon&amp;diff=16262</id>
		<title>Apache Cocoon</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Apache_Cocoon&amp;diff=16262"/>
		<updated>2018-06-21T16:08:20Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* Installation Notes */ copyediting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tools]]&lt;br /&gt;
[[Category:Publishing and delivery tools]]&lt;br /&gt;
&lt;br /&gt;
= Summary =&lt;br /&gt;
&lt;br /&gt;
Apache Cocoon is a web development framework built around the concepts of separation of concerns and component-based web development.  The TEI consortium website is dynamically produced from TEI XML using Cocoon.&lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
Apache Cocoon is a web development framework built around the concepts of separation of concerns (making sure people can interact and collaborate on a project, without stepping on each other toes) and component-based web development.&lt;br /&gt;
&lt;br /&gt;
Cocoon implements these concepts around the notion of &amp;quot;component pipelines&amp;quot;, each component on the pipeline specializing on a particular operation. This makes it possible to use a &amp;quot;building block&amp;quot; approach for web solutions, hooking together components into pipelines without any required programming.&lt;br /&gt;
&lt;br /&gt;
Cocoon is &amp;quot;web glue for your web application development needs&amp;quot;. It is a glue that keeps concerns separate and allows parallel evolution of the two sides, improving development pace and reducing the chance of conflicts.&lt;br /&gt;
&lt;br /&gt;
Cocoon has been designed to coexist and interoperate side-by-side with your existing J2EE solutions or to give them new functionality without requiring any change in the existing infrastructure.&lt;br /&gt;
&lt;br /&gt;
Cocoon interacts with many data sources, including filesystems, RDBMS, LDAP, native XML databases, SAP® systems and network-based data sources. It adapts content delivery to the capabilities of different devices like HTML, WML, PDF, SVG, and RTF, to name just a few. You can run Cocoon as a Servlet as well as through a powerful, commandline interface. The deliberate design of its abstract environment gives you the freedom to extend its functionality to meet your special needs in a highly modular fashion.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Installation Notes =&lt;br /&gt;
&lt;br /&gt;
There are many different ways to install Cocoon, and so it is probably best that you look at the [http://cocoon.apache.org/2.1/installing/index.html Cocoon installation instructions].  Those using debian-compatible systems can install a packaged version of cocoon provided by the late Sebastian Rahtz: see http://tei.oucs.ox.ac.uk/teideb/ .&lt;br /&gt;
&lt;br /&gt;
Cocoon is also distributed with the [http://exist.sourceforge.net/ eXist] XML database already built into it (Cocoon built with eXist as a &amp;quot;block&amp;quot;) by the eXist project. If you are likely to want both eXist and Cocoon, this is a very handy package. [http://hcmc.uvic.ca/blogs/index.php?blog=11&amp;amp;p=2595&amp;amp;more=1&amp;amp;c=1&amp;amp;tb=1&amp;amp;pb=1 This blog entry] gives is a step-by-step guide used by staff at the UVic HCMC when they deploy a new Cocoon+eXist instance under the Tomcat servlet container.&lt;br /&gt;
&lt;br /&gt;
= Configuration =&lt;br /&gt;
&lt;br /&gt;
[[Serving &amp;quot;application/tei+xml&amp;quot; from Cocoon]]&lt;br /&gt;
&lt;br /&gt;
= External Links =&lt;br /&gt;
&lt;br /&gt;
* http://cocoon.apache.org/&lt;br /&gt;
* http://cocoon.apache.org/2.1/installing/index.html&lt;br /&gt;
* http://cocoon.apache.org/2.1/introduction.html&lt;br /&gt;
* http://tei.oucs.ox.ac.uk/teideb/&lt;br /&gt;
* http://en.wikipedia.org/wiki/Apache_Cocoon&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=OXygen&amp;diff=16259</id>
		<title>OXygen</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=OXygen&amp;diff=16259"/>
		<updated>2018-06-16T01:08:31Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* Current version number and date of release */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tools]]&lt;br /&gt;
&lt;br /&gt;
[[Category:All-in-one Tools]]&lt;br /&gt;
[[Category:Development tools]]&lt;br /&gt;
[[Category:Editing tools]]&lt;br /&gt;
[[Category:Conversion and preprocessing tools]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
&amp;lt;oXygen/&amp;gt; is a high-powered, cross-platform, graphical XML editor with built-in support for TEI.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
Supports most features typical of a high-end XML editor, including:&lt;br /&gt;
* syntax coloring&lt;br /&gt;
* context-sensitive content assistant&lt;br /&gt;
* built-in validation and well-formedness checking&lt;br /&gt;
* built-in XSLT engines&lt;br /&gt;
* Unicode support&lt;br /&gt;
* formatting and indentation&lt;br /&gt;
* folding&lt;br /&gt;
* outline view (shows document structure)&lt;br /&gt;
* model view (shows element content model)&lt;br /&gt;
* XPath support&lt;br /&gt;
* XSLT debugger&lt;br /&gt;
* DTD/schema editor&lt;br /&gt;
* Text, Grid, and Author (tagless) editing modes&lt;br /&gt;
&lt;br /&gt;
See also http://www.oxygenxml.com/features.html .&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
I have found this program to be affordable, easy to use, and pre-loaded with TEI capabilities.  Also, the platform gets upgraded on a regular basis. -- Greg Moses (Austin, TeiXas!)&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
Runs under Windows, Linux, and Mac operating systems. Requires a Java VM (virtual machine).&lt;br /&gt;
&lt;br /&gt;
(One of the download options for Windows users is an installer that includes the Java VM, eliminating the need to download and install Java separately.)&lt;br /&gt;
&lt;br /&gt;
For detailed requirements, see http://www.oxygenxml.com/download.html .&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
Closed source.  Academic licenses available for $48 per person, allowing you to install for your own use on many computers and use with the current major version number. A discount is available for TEI subscribers and individuals from TEI member institutions; the discount code may be found by logging in to [http://members.tei-c.org/MemberInfo http://members.tei-c.org/MemberInfo].  Free 30-day trial license available.&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
===The TEI Framework in &amp;amp;lt;oXygen&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
As of Version 9.0 build 2007110615, &amp;amp;lt;oXygen&amp;amp;gt; has TEI P5 schemas, templates and the TEI XSL stylesheets included as an officially-supported framework.&lt;br /&gt;
&lt;br /&gt;
If you are not using the &amp;lt;code&amp;gt;tei-oxygen&amp;lt;/code&amp;gt; [[TEIDebian|Debian package]] (for which a package manager will provide automatic updates for new versions of the stylesheet library), you can upgrade your copy of the stylesheet library without needing to download a new version of &amp;amp;lt;oXygen/&amp;amp;gt; doing doing either of the following:&lt;br /&gt;
&lt;br /&gt;
* With version 15.2 or later of &amp;amp;lt;oXygen/&amp;amp;gt;, &amp;quot;subscribe&amp;quot; to the regularly-updated TEI distribution of the framework according to the instructions in this blog post: https://faqingperplxd.wordpress.com/2014/04/02/auto-update-your-tei-framework-in-oxygen/ .&lt;br /&gt;
&lt;br /&gt;
* Use [http://sourceforge.net/projects/tei/files/oxygen-tei/ oxygen-tei], the open-source TEI framework built into &amp;amp;lt;oXygen/&amp;amp;gt;. To install this, look in your Oxygen folder for a &amp;quot;frameworks&amp;quot; directory that contains a directory called &amp;quot;tei&amp;quot;. That's where the contents of the zip would go, replacing the old contents of that directory.  ''Note that this is not the same thing as the &amp;lt;code&amp;gt;tei-oxygen&amp;lt;/code&amp;gt; [[TEIDebian|Debian package]]!'' You can also build this framework for yourself if you are interested in doing so; the [https://github.com/TEIC/oxygen-tei project code is available on GitHub].&lt;br /&gt;
&lt;br /&gt;
=== Other TEI-related Plugins ===&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;oXygen/&amp;amp;gt; allows third-party plugins and frameworks.  The following are of possible interest to TEI users:&lt;br /&gt;
&lt;br /&gt;
====HisTEI====&lt;br /&gt;
&lt;br /&gt;
If you work with historical documents, you might use [https://github.com/odaata/HisTEI HisTEI], a framework designed to make historical documents easier to transcribe in &amp;amp;lt;&amp;lt;oXygen/&amp;gt;'s XML Author mode.&amp;lt;ref&amp;gt;http://www.oxygenxml.com/pipermail/oxygen-sdk/2014-November/000182.html&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Severin ====&lt;br /&gt;
&lt;br /&gt;
[http://code.google.com/p/severin-image-viewer/ Severin] is an image viewer plugin, by Kilian Schmidtner and Stefan Krause, that can be used to see images as you browse though documents. It is an open source project (MIT license), and on the project page you can find a video presentation that uses a TEI document as example.&lt;br /&gt;
&lt;br /&gt;
==== TEI-Facsimile-Plugin ====&lt;br /&gt;
&lt;br /&gt;
[https://github.com/oxygenxml/TEI-Facsimile-Plugin TEI-Facsimile-Plugin] &amp;quot;provides support for working with Digital Facsimiles in Text Encoding Initiative (TEI) vocabulary. The plugin contributes a new View in which the user can load an image and draw shapes. These shapes are then converted into TEI &amp;quot;zone&amp;quot; elements. All the existing &amp;quot;zone&amp;quot; elements from the document are also rendered over the image.&amp;quot;&amp;lt;ref&amp;gt;https://github.com/oxygenxml/TEI-Facsimile-Plugin&amp;lt;/ref&amp;gt; This plugin requires oXygen version 15 or later.&lt;br /&gt;
&lt;br /&gt;
==== dbTagger ====&lt;br /&gt;
&lt;br /&gt;
https://github.com/aerhard/dbTagger&lt;br /&gt;
&lt;br /&gt;
==== ediarum ====&lt;br /&gt;
&lt;br /&gt;
[[Ediarum]]&lt;br /&gt;
&lt;br /&gt;
==== TEI Completer ====&lt;br /&gt;
&lt;br /&gt;
https://github.com/BCDH/TEI-Completer&lt;br /&gt;
&lt;br /&gt;
==== oXygen-XML-editor-attribute-editor ====&lt;br /&gt;
&lt;br /&gt;
* [https://listserv.brown.edu/archives/cgi-bin/wa?A2=TEI-L;7d49b3c3.1612 announcement]&lt;br /&gt;
* https://github.com/AlexJitianu/oXygen-XML-editor-attribute-editor&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
Interface available in English, French, German, Italian, Japanese and Dutch.&lt;br /&gt;
&lt;br /&gt;
Documentation available in English.&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
http://www.oxygenxml.com/documentation.html&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
http://www.oxygenxml.com/techSupport.html&lt;br /&gt;
&lt;br /&gt;
Can buy maintenance and support pack, providing free upgrades and tech support.&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
* http://www.oxygenxml.com/mailman/listinfo/oxygen-user/&lt;br /&gt;
* http://www.oxygenxml.com/forum/&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
20.1 (2018-06-15)&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
See http://www.oxygenxml.com/software_archive.html .&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
http://www.oxygenxml.com/download.html&lt;br /&gt;
&lt;br /&gt;
If you use Debian or Ubuntu, you should instead install the &amp;lt;tt&amp;gt;tei-oxygen&amp;lt;/tt&amp;gt; package at http://tei.oucs.ox.ac.uk/teideb/ .  (More information below.)&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
&lt;br /&gt;
David Sewell wrote:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Because the schema files distributed with oXygen sometimes lag behind&lt;br /&gt;
the latest TEI releases, kind souls like Syd Bauman have from time to&lt;br /&gt;
time packaged new schema files so that they can be unpacked to replace&lt;br /&gt;
part of the oXygen frameworks hierarchy. You could also go to&lt;br /&gt;
&lt;br /&gt;
 http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/&lt;br /&gt;
&lt;br /&gt;
and grab the files there to replace the ones in a local oXygen&lt;br /&gt;
directory.&lt;br /&gt;
&amp;lt;ref&amp;gt;https://listserv.brown.edu/archives/cgi-bin/wa?A2=TEI-L;8d5b98b2.0804&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sebastian Rahtz added that if you use Debian or Ubuntu, you should instead install the &amp;lt;code&amp;gt;tei-oxygen&amp;lt;/code&amp;gt; package.  He explained that &amp;quot;this replaces the oXygen TEI package with a link to one installed by the tei-p5-schema package, which is kept up to date. This means you have only one set of TEI files on your machine.&amp;quot;  It's available at http://tei.oucs.ox.ac.uk/teideb/ .&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Marcus Bingenheimer:&lt;br /&gt;
If you edit ODD files you need to validate the ODD against tei_odds. tei_all will not catch all mistakes and gives and error whenever elements in the RNG or other namespaces are used within &amp;lt;datatype&amp;gt;. &lt;br /&gt;
As usual you can associate the tei_odds with a oxygen specific processing command similar to this:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;?oxygen RNGSchema=&amp;quot;{your oxygen folder}/frameworks/tei/xml/tei/custom/schema/relaxng/tei_odds.rng&amp;quot; type=&amp;quot;xml&amp;quot;?&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=OxGarage&amp;diff=16227</id>
		<title>OxGarage</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=OxGarage&amp;diff=16227"/>
		<updated>2018-05-19T16:19:20Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* Sample implementations */ added oxgarage-paderborn.tei-c.org&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tools]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Conversion and preprocessing tools]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
[http://www.tei-c.org/oxgarage/ OxGarage] is a web, and RESTful, service to manage the transformation of documents between a variety of formats. The majority of transformations use the Text Encoding Initiative format as a pivot format. It is a good tool for conversion from TEI to Word (.docx), or Word (.docx) to TEI, but also does many other formats.&lt;br /&gt;
&lt;br /&gt;
There is a [http://htmlpreview.github.io/?https://github.com/TEIC/oxgarage/blob/master/doc/matrix.html list of formats for conversion to and from] which OxGarage supports.&lt;br /&gt;
Some of these use [[Tei-xsl|XSLT-based transformations]] and others are provided by [http://www.artofsolving.com/opensource/jodconverter JODConverter].&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
OxGarage can be used to&lt;br /&gt;
* Convert TEI documents to HTML, LaTeX, Word, OpenOffice, and ePub&lt;br /&gt;
* Process TEI ODD documents to make schemas or documentation&lt;br /&gt;
* Convert Word documents to TEI&lt;br /&gt;
* Transform some common XML formats (NLM, P4, Docbook) to or from TEI&lt;br /&gt;
* Manage any of the document conversions supported by OpenOffice&lt;br /&gt;
&lt;br /&gt;
A user uploads a document, chooses the target format, OxGarage works out the pipeline of required transformation steps, performs them, and returns the resulting new document. For example, an ODD document can be turned into ePub by&lt;br /&gt;
&lt;br /&gt;
# expanding the ODD file by merging with the TEI P5 source&lt;br /&gt;
# converting the resulting XML to TEI Lite for formatting&lt;br /&gt;
# transforming TEI Lite XML to HTML and packaging as ePub&lt;br /&gt;
&lt;br /&gt;
OxGarage takes care of all three stages, the user does not need to know about the middle stage. All transformations using TEI are&lt;br /&gt;
performed with XSLT 2.0 stylesheets, some other transformations use JODConverter and a headless OpenOffice instance.&lt;br /&gt;
&lt;br /&gt;
The results for some transformations can be tweaked by choosing different output profiles. These are defined on the OxGarage server.&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
A standard modern web browser is all that is required to make use of the Web Client.  If you want to deploy the underlying system yourself you need Sun/Oracle Java 6 JRE, Tomcat, OpenOffice, etc. To build it you also need Maven and various java libraries, and a Debian setup is provided. For more information see https://github.com/TEIC/oxgarage&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
OxGarage source code is hosted on Github, at https://github.com/TEIC/oxgarage;&lt;br /&gt;
is is a fork and extension of the EGE project (on Sourceforge: http://enrich-ege.sourceforge.net/)&lt;br /&gt;
and is licensed under the GPL. &lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
The basic stylesheets provided with OxGarage (and ENRICH-EGE) use TEI as an output and pivot format.&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
The Web Client and Documentation is only provided in English&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
See doc directory at https://github.com/TEIC/oxgarage&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
&lt;br /&gt;
Create an issue in GitHub ( https://github.com/TEIC/oxgarage/issues ) for best-effort support concerning the OxGarage customisation.&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
&lt;br /&gt;
* Production version: http://www.tei-c.org/oxgarage/&lt;br /&gt;
* Possibly outdated copy: http://oxgarage.oucs.ox.ac.uk:8080/ege-webclient/&lt;br /&gt;
* Development version: https://oxgarage-paderborn.tei-c.org/&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
&lt;br /&gt;
Version 2.3.3 March 2014&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
&lt;br /&gt;
Download either:&lt;br /&gt;
* from  Github (https://github.com/TEIC/oxgarage)&lt;br /&gt;
* as a Debian package from http://tei.oucs.ox.ac.uk/teideb/&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=OxGarage&amp;diff=16226</id>
		<title>OxGarage</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=OxGarage&amp;diff=16226"/>
		<updated>2018-05-19T16:18:36Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* Tech support */ now use GitHub instead of email&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tools]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Conversion and preprocessing tools]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
[http://www.tei-c.org/oxgarage/ OxGarage] is a web, and RESTful, service to manage the transformation of documents between a variety of formats. The majority of transformations use the Text Encoding Initiative format as a pivot format. It is a good tool for conversion from TEI to Word (.docx), or Word (.docx) to TEI, but also does many other formats.&lt;br /&gt;
&lt;br /&gt;
There is a [http://htmlpreview.github.io/?https://github.com/TEIC/oxgarage/blob/master/doc/matrix.html list of formats for conversion to and from] which OxGarage supports.&lt;br /&gt;
Some of these use [[Tei-xsl|XSLT-based transformations]] and others are provided by [http://www.artofsolving.com/opensource/jodconverter JODConverter].&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
OxGarage can be used to&lt;br /&gt;
* Convert TEI documents to HTML, LaTeX, Word, OpenOffice, and ePub&lt;br /&gt;
* Process TEI ODD documents to make schemas or documentation&lt;br /&gt;
* Convert Word documents to TEI&lt;br /&gt;
* Transform some common XML formats (NLM, P4, Docbook) to or from TEI&lt;br /&gt;
* Manage any of the document conversions supported by OpenOffice&lt;br /&gt;
&lt;br /&gt;
A user uploads a document, chooses the target format, OxGarage works out the pipeline of required transformation steps, performs them, and returns the resulting new document. For example, an ODD document can be turned into ePub by&lt;br /&gt;
&lt;br /&gt;
# expanding the ODD file by merging with the TEI P5 source&lt;br /&gt;
# converting the resulting XML to TEI Lite for formatting&lt;br /&gt;
# transforming TEI Lite XML to HTML and packaging as ePub&lt;br /&gt;
&lt;br /&gt;
OxGarage takes care of all three stages, the user does not need to know about the middle stage. All transformations using TEI are&lt;br /&gt;
performed with XSLT 2.0 stylesheets, some other transformations use JODConverter and a headless OpenOffice instance.&lt;br /&gt;
&lt;br /&gt;
The results for some transformations can be tweaked by choosing different output profiles. These are defined on the OxGarage server.&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
A standard modern web browser is all that is required to make use of the Web Client.  If you want to deploy the underlying system yourself you need Sun/Oracle Java 6 JRE, Tomcat, OpenOffice, etc. To build it you also need Maven and various java libraries, and a Debian setup is provided. For more information see https://github.com/TEIC/oxgarage&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
OxGarage source code is hosted on Github, at https://github.com/TEIC/oxgarage;&lt;br /&gt;
is is a fork and extension of the EGE project (on Sourceforge: http://enrich-ege.sourceforge.net/)&lt;br /&gt;
and is licensed under the GPL. &lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
The basic stylesheets provided with OxGarage (and ENRICH-EGE) use TEI as an output and pivot format.&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
The Web Client and Documentation is only provided in English&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
See doc directory at https://github.com/TEIC/oxgarage&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
&lt;br /&gt;
Create an issue in GitHub ( https://github.com/TEIC/oxgarage/issues ) for best-effort support concerning the OxGarage customisation.&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
&lt;br /&gt;
* Production version: http://www.tei-c.org/oxgarage/&lt;br /&gt;
* Possibly outdated copy: http://oxgarage.oucs.ox.ac.uk:8080/ege-webclient/&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
&lt;br /&gt;
Version 2.3.3 March 2014&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
&lt;br /&gt;
Download either:&lt;br /&gt;
* from  Github (https://github.com/TEIC/oxgarage)&lt;br /&gt;
* as a Debian package from http://tei.oucs.ox.ac.uk/teideb/&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=TEI_Publisher&amp;diff=16225</id>
		<title>TEI Publisher</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=TEI_Publisher&amp;diff=16225"/>
		<updated>2018-05-19T16:15:13Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* How to download or buy */ new URL&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Not to be confused with [[TeiPublisher|teiPublisher]]'''.&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Publishing and delivery tools]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
&amp;quot;The instant publishing toolbox&amp;quot;&amp;lt;ref&amp;gt;http://teipublisher.com/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* High quality editions: Publish your digital edition without writing code. Using the TEI Processing Model, customising the appearance of the text is all done in XML.&lt;br /&gt;
* Cross media &amp;amp; multidevice: TEI Publisher generates applications which work well across devices and include features like page by page browsing, search and cross-media export.&lt;br /&gt;
* Single source publishing: Create HTML, ePUBs or PDFs from a single document and its associated processing model. No media specific stylesheets required.&lt;br /&gt;
* Lean code: For developers, TEI Publisher heavily reduces the amount of custom code required by typical digital edition projects. Save thousands of lines on handwritten transformations and rely on maintained code libraries instead.&amp;lt;ref&amp;gt;http://teipublisher.com/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
[[Exist]] 3.6.0 or later for version 3.0&amp;lt;ref&amp;gt;http://teipublisher.com/exist/apps/tei-publisher-home/index.html&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
http://teipublisher.com/exist/apps/tei-publisher/doc/documentation.xml&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
http://teipublisher.com/index.html#tp-showcases&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
&lt;br /&gt;
3.0 (2017-12-19)&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
https://gitlab.existsolutions.com/tei-publisher&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=TEI_Publisher&amp;diff=16224</id>
		<title>TEI Publisher</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=TEI_Publisher&amp;diff=16224"/>
		<updated>2018-05-19T16:14:15Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* Features */ explanations for each bullet point&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Not to be confused with [[TeiPublisher|teiPublisher]]'''.&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Publishing and delivery tools]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
&amp;quot;The instant publishing toolbox&amp;quot;&amp;lt;ref&amp;gt;http://teipublisher.com/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* High quality editions: Publish your digital edition without writing code. Using the TEI Processing Model, customising the appearance of the text is all done in XML.&lt;br /&gt;
* Cross media &amp;amp; multidevice: TEI Publisher generates applications which work well across devices and include features like page by page browsing, search and cross-media export.&lt;br /&gt;
* Single source publishing: Create HTML, ePUBs or PDFs from a single document and its associated processing model. No media specific stylesheets required.&lt;br /&gt;
* Lean code: For developers, TEI Publisher heavily reduces the amount of custom code required by typical digital edition projects. Save thousands of lines on handwritten transformations and rely on maintained code libraries instead.&amp;lt;ref&amp;gt;http://teipublisher.com/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
[[Exist]] 3.6.0 or later for version 3.0&amp;lt;ref&amp;gt;http://teipublisher.com/exist/apps/tei-publisher-home/index.html&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
http://teipublisher.com/exist/apps/tei-publisher/doc/documentation.xml&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
http://teipublisher.com/index.html#tp-showcases&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
&lt;br /&gt;
3.0 (2017-12-19)&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
http://gitlab.exist-db.org/tei-publisher/&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=OXygen&amp;diff=16219</id>
		<title>OXygen</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=OXygen&amp;diff=16219"/>
		<updated>2018-05-14T13:23:11Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* The TEI Framework in &amp;amp;lt;oXygen&amp;amp;gt; */ new URL for James's blog&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tools]]&lt;br /&gt;
&lt;br /&gt;
[[Category:All-in-one Tools]]&lt;br /&gt;
[[Category:Development tools]]&lt;br /&gt;
[[Category:Editing tools]]&lt;br /&gt;
[[Category:Conversion and preprocessing tools]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
&amp;lt;oXygen/&amp;gt; is a high-powered, cross-platform, graphical XML editor with built-in support for TEI.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
Supports most features typical of a high-end XML editor, including:&lt;br /&gt;
* syntax coloring&lt;br /&gt;
* context-sensitive content assistant&lt;br /&gt;
* built-in validation and well-formedness checking&lt;br /&gt;
* built-in XSLT engines&lt;br /&gt;
* Unicode support&lt;br /&gt;
* formatting and indentation&lt;br /&gt;
* folding&lt;br /&gt;
* outline view (shows document structure)&lt;br /&gt;
* model view (shows element content model)&lt;br /&gt;
* XPath support&lt;br /&gt;
* XSLT debugger&lt;br /&gt;
* DTD/schema editor&lt;br /&gt;
* Text, Grid, and Author (tagless) editing modes&lt;br /&gt;
&lt;br /&gt;
See also http://www.oxygenxml.com/features.html .&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
I have found this program to be affordable, easy to use, and pre-loaded with TEI capabilities.  Also, the platform gets upgraded on a regular basis. -- Greg Moses (Austin, TeiXas!)&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
Runs under Windows, Linux, and Mac operating systems. Requires a Java VM (virtual machine).&lt;br /&gt;
&lt;br /&gt;
(One of the download options for Windows users is an installer that includes the Java VM, eliminating the need to download and install Java separately.)&lt;br /&gt;
&lt;br /&gt;
For detailed requirements, see http://www.oxygenxml.com/download.html .&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
Closed source.  Academic licenses available for $48 per person, allowing you to install for your own use on many computers and use with the current major version number. A discount is available for TEI subscribers and individuals from TEI member institutions; the discount code may be found by logging in to [http://members.tei-c.org/MemberInfo http://members.tei-c.org/MemberInfo].  Free 30-day trial license available.&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
===The TEI Framework in &amp;amp;lt;oXygen&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
As of Version 9.0 build 2007110615, &amp;amp;lt;oXygen&amp;amp;gt; has TEI P5 schemas, templates and the TEI XSL stylesheets included as an officially-supported framework.&lt;br /&gt;
&lt;br /&gt;
If you are not using the &amp;lt;code&amp;gt;tei-oxygen&amp;lt;/code&amp;gt; [[TEIDebian|Debian package]] (for which a package manager will provide automatic updates for new versions of the stylesheet library), you can upgrade your copy of the stylesheet library without needing to download a new version of &amp;amp;lt;oXygen/&amp;amp;gt; doing doing either of the following:&lt;br /&gt;
&lt;br /&gt;
* With version 15.2 or later of &amp;amp;lt;oXygen/&amp;amp;gt;, &amp;quot;subscribe&amp;quot; to the regularly-updated TEI distribution of the framework according to the instructions in this blog post: https://faqingperplxd.wordpress.com/2014/04/02/auto-update-your-tei-framework-in-oxygen/ .&lt;br /&gt;
&lt;br /&gt;
* Use [http://sourceforge.net/projects/tei/files/oxygen-tei/ oxygen-tei], the open-source TEI framework built into &amp;amp;lt;oXygen/&amp;amp;gt;. To install this, look in your Oxygen folder for a &amp;quot;frameworks&amp;quot; directory that contains a directory called &amp;quot;tei&amp;quot;. That's where the contents of the zip would go, replacing the old contents of that directory.  ''Note that this is not the same thing as the &amp;lt;code&amp;gt;tei-oxygen&amp;lt;/code&amp;gt; [[TEIDebian|Debian package]]!'' You can also build this framework for yourself if you are interested in doing so; the [https://github.com/TEIC/oxygen-tei project code is available on GitHub].&lt;br /&gt;
&lt;br /&gt;
=== Other TEI-related Plugins ===&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;oXygen/&amp;amp;gt; allows third-party plugins and frameworks.  The following are of possible interest to TEI users:&lt;br /&gt;
&lt;br /&gt;
====HisTEI====&lt;br /&gt;
&lt;br /&gt;
If you work with historical documents, you might use [https://github.com/odaata/HisTEI HisTEI], a framework designed to make historical documents easier to transcribe in &amp;amp;lt;&amp;lt;oXygen/&amp;gt;'s XML Author mode.&amp;lt;ref&amp;gt;http://www.oxygenxml.com/pipermail/oxygen-sdk/2014-November/000182.html&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Severin ====&lt;br /&gt;
&lt;br /&gt;
[http://code.google.com/p/severin-image-viewer/ Severin] is an image viewer plugin, by Kilian Schmidtner and Stefan Krause, that can be used to see images as you browse though documents. It is an open source project (MIT license), and on the project page you can find a video presentation that uses a TEI document as example.&lt;br /&gt;
&lt;br /&gt;
==== TEI-Facsimile-Plugin ====&lt;br /&gt;
&lt;br /&gt;
[https://github.com/oxygenxml/TEI-Facsimile-Plugin TEI-Facsimile-Plugin] &amp;quot;provides support for working with Digital Facsimiles in Text Encoding Initiative (TEI) vocabulary. The plugin contributes a new View in which the user can load an image and draw shapes. These shapes are then converted into TEI &amp;quot;zone&amp;quot; elements. All the existing &amp;quot;zone&amp;quot; elements from the document are also rendered over the image.&amp;quot;&amp;lt;ref&amp;gt;https://github.com/oxygenxml/TEI-Facsimile-Plugin&amp;lt;/ref&amp;gt; This plugin requires oXygen version 15 or later.&lt;br /&gt;
&lt;br /&gt;
==== dbTagger ====&lt;br /&gt;
&lt;br /&gt;
https://github.com/aerhard/dbTagger&lt;br /&gt;
&lt;br /&gt;
==== ediarum ====&lt;br /&gt;
&lt;br /&gt;
[[Ediarum]]&lt;br /&gt;
&lt;br /&gt;
==== TEI Completer ====&lt;br /&gt;
&lt;br /&gt;
https://github.com/BCDH/TEI-Completer&lt;br /&gt;
&lt;br /&gt;
==== oXygen-XML-editor-attribute-editor ====&lt;br /&gt;
&lt;br /&gt;
* [https://listserv.brown.edu/archives/cgi-bin/wa?A2=TEI-L;7d49b3c3.1612 announcement]&lt;br /&gt;
* https://github.com/AlexJitianu/oXygen-XML-editor-attribute-editor&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
Interface available in English, French, German, Italian, Japanese and Dutch.&lt;br /&gt;
&lt;br /&gt;
Documentation available in English.&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
http://www.oxygenxml.com/documentation.html&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
http://www.oxygenxml.com/techSupport.html&lt;br /&gt;
&lt;br /&gt;
Can buy maintenance and support pack, providing free upgrades and tech support.&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
* http://www.oxygenxml.com/mailman/listinfo/oxygen-user/&lt;br /&gt;
* http://www.oxygenxml.com/forum/&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
20.0 (2018-03-16)&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
See http://www.oxygenxml.com/software_archive.html .&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
http://www.oxygenxml.com/download.html&lt;br /&gt;
&lt;br /&gt;
If you use Debian or Ubuntu, you should instead install the &amp;lt;tt&amp;gt;tei-oxygen&amp;lt;/tt&amp;gt; package at http://tei.oucs.ox.ac.uk/teideb/ .  (More information below.)&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
&lt;br /&gt;
David Sewell wrote:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Because the schema files distributed with oXygen sometimes lag behind&lt;br /&gt;
the latest TEI releases, kind souls like Syd Bauman have from time to&lt;br /&gt;
time packaged new schema files so that they can be unpacked to replace&lt;br /&gt;
part of the oXygen frameworks hierarchy. You could also go to&lt;br /&gt;
&lt;br /&gt;
 http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/&lt;br /&gt;
&lt;br /&gt;
and grab the files there to replace the ones in a local oXygen&lt;br /&gt;
directory.&lt;br /&gt;
&amp;lt;ref&amp;gt;https://listserv.brown.edu/archives/cgi-bin/wa?A2=TEI-L;8d5b98b2.0804&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sebastian Rahtz added that if you use Debian or Ubuntu, you should instead install the &amp;lt;code&amp;gt;tei-oxygen&amp;lt;/code&amp;gt; package.  He explained that &amp;quot;this replaces the oXygen TEI package with a link to one installed by the tei-p5-schema package, which is kept up to date. This means you have only one set of TEI files on your machine.&amp;quot;  It's available at http://tei.oucs.ox.ac.uk/teideb/ .&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Marcus Bingenheimer:&lt;br /&gt;
If you edit ODD files you need to validate the ODD against tei_odds. tei_all will not catch all mistakes and gives and error whenever elements in the RNG or other namespaces are used within &amp;lt;datatype&amp;gt;. &lt;br /&gt;
As usual you can associate the tei_odds with a oxygen specific processing command similar to this:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;?oxygen RNGSchema=&amp;quot;{your oxygen folder}/frameworks/tei/xml/tei/custom/schema/relaxng/tei_odds.rng&amp;quot; type=&amp;quot;xml&amp;quot;?&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Upconversion&amp;diff=16211</id>
		<title>Upconversion</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Upconversion&amp;diff=16211"/>
		<updated>2018-05-03T13:53:04Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* Adding structural markup */ missing square bracket&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction: on automating tagging ==&lt;br /&gt;
&lt;br /&gt;
When you begin learning text encoding, you might think that people transcribe a source document and then add all the tags into the document by hand.&lt;br /&gt;
&lt;br /&gt;
Then you learn how to use an [[:Category:Editing tools|XML editor]] to not only validate your XML but also save keystrokes on entering elements.&lt;br /&gt;
&lt;br /&gt;
And then you learn about [[Digitization tools|OCR software]], which can save you effort in transcribing a source document, leaving you just to correct OCR errors.&lt;br /&gt;
&lt;br /&gt;
And then you learn that there are vendors that will do some combination of scanning, OCR, and encoding documents (often through &amp;quot;double keyboarding&amp;quot; according to a vendor spec such as [[TEI Tite]], which guarantees verity high accuracy in transcription and encoding).  While vendors are generally not expected to add markup requiring specialized knowledge (this might be left to project staff), it is also not a good use of resources to expect a vendor to perform basic structural tagging if this can be easily deduced from OCR output or from page images.  ''Upconversion'' from a less structured format to a more structured one can sometimes be performed through rules-based techniques (like XSLT), but the data is usually inconsistent enough that there may be competing sets of rules. Basic ''heuristic techniques'' that choose between competing rules can be used to make judgments about features on the page and derive markup from these.  They are never perfect, but neither are human encoders.&lt;br /&gt;
&lt;br /&gt;
Furthermore, more advanced heuristics and information retrieval (IR) techniques can be used to identify named entities, topics, sentiment, tone, and complexity of a text, and IR techniques are frequently used for authorship attribution.&lt;br /&gt;
&lt;br /&gt;
Below are resources that might be helpful for those looking to use heuristic and IR techniques to add markup to an XML document.&lt;br /&gt;
&lt;br /&gt;
== Adding structural markup ==&lt;br /&gt;
&lt;br /&gt;
* [[GROBID]]&lt;br /&gt;
* [http://bilbo.hypotheses.org/ BILBO]&lt;br /&gt;
* [http://wing.comp.nus.edu.sg/parsCit/ ParsCit]&lt;br /&gt;
* [https://sourceforge.net/projects/pdf2xml/ pdf2xml]&lt;br /&gt;
* various projects coming out of [http://lamp.cfar.umd.edu/ LAMP]&lt;br /&gt;
* [http://pdfx.cs.man.ac.uk/ pdfx]&lt;br /&gt;
* [https://code.google.com/p/lapdftext/ LA-PDFText] (turns PDF into some sort of XML)&lt;br /&gt;
* [http://www.shabash.net/merops/default.html Merops]&lt;br /&gt;
* [https://github.com/scrapy/scrapely scrapely] -- HTML to JSON&lt;br /&gt;
* [https://github.com/coolwanglu/pdf2htmlEX pdf2htmlEX]&lt;br /&gt;
* see “Ideas” section of [http://web.archive.org/web/20130921075854/http://scholrev.org/hackathon http://scholrev.org/hackathon/]&lt;br /&gt;
* see [https://listserv.nd.edu/cgi-bin/wa?A2=ind1506&amp;amp;L=CODE4LIB&amp;amp;F=&amp;amp;S=&amp;amp;P=134330 discussion of structuring OCRd text on CODE4LIB]&lt;br /&gt;
* Open Typesetting Stack (formerly the PKP XML Parsing Service): ([https://github.com/pkp/ots sourcecode], [http://pkp-udev.lib.sfu.ca/ beta site]) -- discerns structure to create various output formats&lt;br /&gt;
&lt;br /&gt;
== Identifying named entities ==&lt;br /&gt;
&lt;br /&gt;
* [http://bilbo.hypotheses.org/ BILBO]&lt;br /&gt;
* [http://www.opencalais.com/ Calais]&lt;br /&gt;
* [http://seasr.org/ SEASR]&lt;br /&gt;
* [http://semlab.io/DADAlytics_ner_demo/ NER toolchain from Semantic Lab]&lt;br /&gt;
&lt;br /&gt;
== Identifying topics, sentiment, tone, and complexity ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.opencalais.com/ Calais]&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Upconversion&amp;diff=16210</id>
		<title>Upconversion</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Upconversion&amp;diff=16210"/>
		<updated>2018-05-03T13:51:53Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* Adding structural markup */ new link for sourcecode for Open Typesetting Stack&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction: on automating tagging ==&lt;br /&gt;
&lt;br /&gt;
When you begin learning text encoding, you might think that people transcribe a source document and then add all the tags into the document by hand.&lt;br /&gt;
&lt;br /&gt;
Then you learn how to use an [[:Category:Editing tools|XML editor]] to not only validate your XML but also save keystrokes on entering elements.&lt;br /&gt;
&lt;br /&gt;
And then you learn about [[Digitization tools|OCR software]], which can save you effort in transcribing a source document, leaving you just to correct OCR errors.&lt;br /&gt;
&lt;br /&gt;
And then you learn that there are vendors that will do some combination of scanning, OCR, and encoding documents (often through &amp;quot;double keyboarding&amp;quot; according to a vendor spec such as [[TEI Tite]], which guarantees verity high accuracy in transcription and encoding).  While vendors are generally not expected to add markup requiring specialized knowledge (this might be left to project staff), it is also not a good use of resources to expect a vendor to perform basic structural tagging if this can be easily deduced from OCR output or from page images.  ''Upconversion'' from a less structured format to a more structured one can sometimes be performed through rules-based techniques (like XSLT), but the data is usually inconsistent enough that there may be competing sets of rules. Basic ''heuristic techniques'' that choose between competing rules can be used to make judgments about features on the page and derive markup from these.  They are never perfect, but neither are human encoders.&lt;br /&gt;
&lt;br /&gt;
Furthermore, more advanced heuristics and information retrieval (IR) techniques can be used to identify named entities, topics, sentiment, tone, and complexity of a text, and IR techniques are frequently used for authorship attribution.&lt;br /&gt;
&lt;br /&gt;
Below are resources that might be helpful for those looking to use heuristic and IR techniques to add markup to an XML document.&lt;br /&gt;
&lt;br /&gt;
== Adding structural markup ==&lt;br /&gt;
&lt;br /&gt;
* [[GROBID]]&lt;br /&gt;
* [http://bilbo.hypotheses.org/ BILBO]&lt;br /&gt;
* [http://wing.comp.nus.edu.sg/parsCit/ ParsCit]&lt;br /&gt;
* [https://sourceforge.net/projects/pdf2xml/ pdf2xml]&lt;br /&gt;
* various projects coming out of [http://lamp.cfar.umd.edu/ LAMP]&lt;br /&gt;
* [http://pdfx.cs.man.ac.uk/ pdfx]&lt;br /&gt;
* [https://code.google.com/p/lapdftext/ LA-PDFText] (turns PDF into some sort of XML)&lt;br /&gt;
* [http://www.shabash.net/merops/default.html Merops]&lt;br /&gt;
* [https://github.com/scrapy/scrapely scrapely] -- HTML to JSON&lt;br /&gt;
* [https://github.com/coolwanglu/pdf2htmlEX pdf2htmlEX]&lt;br /&gt;
* see “Ideas” section of [http://web.archive.org/web/20130921075854/http://scholrev.org/hackathon http://scholrev.org/hackathon/]&lt;br /&gt;
* see [https://listserv.nd.edu/cgi-bin/wa?A2=ind1506&amp;amp;L=CODE4LIB&amp;amp;F=&amp;amp;S=&amp;amp;P=134330 discussion of structuring OCRd text on CODE4LIB]&lt;br /&gt;
* Open Typesetting Stack (formerly the PKP XML Parsing Service): (https://github.com/pkp/ots sourcecode], [http://pkp-udev.lib.sfu.ca/ beta site]) -- discerns structure to create various output formats&lt;br /&gt;
&lt;br /&gt;
== Identifying named entities ==&lt;br /&gt;
&lt;br /&gt;
* [http://bilbo.hypotheses.org/ BILBO]&lt;br /&gt;
* [http://www.opencalais.com/ Calais]&lt;br /&gt;
* [http://seasr.org/ SEASR]&lt;br /&gt;
* [http://semlab.io/DADAlytics_ner_demo/ NER toolchain from Semantic Lab]&lt;br /&gt;
&lt;br /&gt;
== Identifying topics, sentiment, tone, and complexity ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.opencalais.com/ Calais]&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Upconversion&amp;diff=16209</id>
		<title>Upconversion</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Upconversion&amp;diff=16209"/>
		<updated>2018-05-03T13:51:02Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* Identifying named entities */ added http://semlab.io/DADAlytics_ner_demo/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction: on automating tagging ==&lt;br /&gt;
&lt;br /&gt;
When you begin learning text encoding, you might think that people transcribe a source document and then add all the tags into the document by hand.&lt;br /&gt;
&lt;br /&gt;
Then you learn how to use an [[:Category:Editing tools|XML editor]] to not only validate your XML but also save keystrokes on entering elements.&lt;br /&gt;
&lt;br /&gt;
And then you learn about [[Digitization tools|OCR software]], which can save you effort in transcribing a source document, leaving you just to correct OCR errors.&lt;br /&gt;
&lt;br /&gt;
And then you learn that there are vendors that will do some combination of scanning, OCR, and encoding documents (often through &amp;quot;double keyboarding&amp;quot; according to a vendor spec such as [[TEI Tite]], which guarantees verity high accuracy in transcription and encoding).  While vendors are generally not expected to add markup requiring specialized knowledge (this might be left to project staff), it is also not a good use of resources to expect a vendor to perform basic structural tagging if this can be easily deduced from OCR output or from page images.  ''Upconversion'' from a less structured format to a more structured one can sometimes be performed through rules-based techniques (like XSLT), but the data is usually inconsistent enough that there may be competing sets of rules. Basic ''heuristic techniques'' that choose between competing rules can be used to make judgments about features on the page and derive markup from these.  They are never perfect, but neither are human encoders.&lt;br /&gt;
&lt;br /&gt;
Furthermore, more advanced heuristics and information retrieval (IR) techniques can be used to identify named entities, topics, sentiment, tone, and complexity of a text, and IR techniques are frequently used for authorship attribution.&lt;br /&gt;
&lt;br /&gt;
Below are resources that might be helpful for those looking to use heuristic and IR techniques to add markup to an XML document.&lt;br /&gt;
&lt;br /&gt;
== Adding structural markup ==&lt;br /&gt;
&lt;br /&gt;
* [[GROBID]]&lt;br /&gt;
* [http://bilbo.hypotheses.org/ BILBO]&lt;br /&gt;
* [http://wing.comp.nus.edu.sg/parsCit/ ParsCit]&lt;br /&gt;
* [https://sourceforge.net/projects/pdf2xml/ pdf2xml]&lt;br /&gt;
* various projects coming out of [http://lamp.cfar.umd.edu/ LAMP]&lt;br /&gt;
* [http://pdfx.cs.man.ac.uk/ pdfx]&lt;br /&gt;
* [https://code.google.com/p/lapdftext/ LA-PDFText] (turns PDF into some sort of XML)&lt;br /&gt;
* [http://www.shabash.net/merops/default.html Merops]&lt;br /&gt;
* [https://github.com/scrapy/scrapely scrapely] -- HTML to JSON&lt;br /&gt;
* [https://github.com/coolwanglu/pdf2htmlEX pdf2htmlEX]&lt;br /&gt;
* see “Ideas” section of [http://web.archive.org/web/20130921075854/http://scholrev.org/hackathon http://scholrev.org/hackathon/]&lt;br /&gt;
* see [https://listserv.nd.edu/cgi-bin/wa?A2=ind1506&amp;amp;L=CODE4LIB&amp;amp;F=&amp;amp;S=&amp;amp;P=134330 discussion of structuring OCRd text on CODE4LIB]&lt;br /&gt;
* Open Typesetting Stack (formerly the PKP XML Parsing Service): ([https://github.com/pkp/xmlps sourcecode], [http://pkp-udev.lib.sfu.ca/ beta site]) -- discerns structure to create various output formats&lt;br /&gt;
&lt;br /&gt;
== Identifying named entities ==&lt;br /&gt;
&lt;br /&gt;
* [http://bilbo.hypotheses.org/ BILBO]&lt;br /&gt;
* [http://www.opencalais.com/ Calais]&lt;br /&gt;
* [http://seasr.org/ SEASR]&lt;br /&gt;
* [http://semlab.io/DADAlytics_ner_demo/ NER toolchain from Semantic Lab]&lt;br /&gt;
&lt;br /&gt;
== Identifying topics, sentiment, tone, and complexity ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.opencalais.com/ Calais]&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Council-licensing&amp;diff=16205</id>
		<title>Council-licensing</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Council-licensing&amp;diff=16205"/>
		<updated>2018-04-21T18:49:44Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* Not Software */ also added boilerplate to each page generated by OpenCMS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Council]]&lt;br /&gt;
[[Council]] is looking at regularising/standardising the licences it uses for various bits of output of the TEI-C. Eventually it recommended to the [[Board]] that it dual license everything with [http://www.opensource.org/licenses/BSD-2-Clause BSD 2-Clause] and [http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution CC+BY 3.0]. Users can choose which license is most appropriate in their situation/use of materials, and use that. In both cases it is Attribution of materials used that is asked.&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;text-align:center;&amp;quot; cellpadding=&amp;quot;10px;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color:#AAF; font-weight:bold&amp;quot;&lt;br /&gt;
|Object&lt;br /&gt;
|'''Previous Licence'''&lt;br /&gt;
|'''Proposed Licence'''&lt;br /&gt;
|'''To be updated?  By whom?  Status?'''&lt;br /&gt;
|-&lt;br /&gt;
|Stylesheets&lt;br /&gt;
|[http://www.gnu.org/licenses/lgpl-2.1.html GNU LGPL 2.1]&lt;br /&gt;
|[http://creativecommons.org/licenses/by/3.0/ CC+BY 3.0] and [http://www.opensource.org/licenses/bsd-license.php BSD 2-Clause]&lt;br /&gt;
|dual CC / BSD.  Sebastian Rahtz.  Done on 2011-11-05. Let him know if any are missing the new licenses.&lt;br /&gt;
|-&lt;br /&gt;
|Roma&lt;br /&gt;
| GPL&lt;br /&gt;
| [http://creativecommons.org/licenses/by/3.0/ CC+BY 3.0] and [http://www.opensource.org/licenses/bsd-license.php BSD 2-Clause]&lt;br /&gt;
|dual CC / BSD.  Sebastian Rahtz.  Done on 2011-11-05. Let him know if any are missing the new licenses.&lt;br /&gt;
|-&lt;br /&gt;
|Exemplars&lt;br /&gt;
| misc&lt;br /&gt;
|[http://creativecommons.org/licenses/by/3.0/ CC+BY 3.0] and [http://www.opensource.org/licenses/bsd-license.php BSD 2-Clause] &lt;br /&gt;
|dual CC / BSD.  Sebastian Rahtz.  Done on 2011-11-05. Let him know if any are missing the new licenses.&lt;br /&gt;
|-&lt;br /&gt;
| TEIOO&lt;br /&gt;
| [http://www.gnu.org/licenses/lgpl-2.1.html GNU LGPL 2.1] &amp;lt;br/&amp;gt;(though LICENSE file has [http://www.gnu.org/licenses/gpl-2.0.html GNU GPL 2.0])&lt;br /&gt;
| [http://creativecommons.org/licenses/by/3.0/ CC+BY 3.0] and [http://www.opensource.org/licenses/bsd-license.php BSD 2-Clause]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Vesta&lt;br /&gt;
| GPL&lt;br /&gt;
| [http://creativecommons.org/licenses/by/3.0/ CC+BY 3.0] and [http://www.opensource.org/licenses/bsd-license.php BSD 2-Clause]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| PassiveTeX (SR/Oxford) &amp;lt;br/&amp;gt;(Should probably be removed from TEI-C repository?)&lt;br /&gt;
| 'Free' in LICENSE but 'COPYING' file has [http://www.gnu.org/licenses/gpl-2.0.html GNU GPL 2.0]&lt;br /&gt;
|  ??&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Not Software ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;text-align:center;&amp;quot; cellpadding=&amp;quot;10px;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color:#AAF; font-weight:bold&amp;quot;&lt;br /&gt;
|Object&lt;br /&gt;
|'''Previous Licence'''&lt;br /&gt;
|'''Proposed Licence'''&lt;br /&gt;
|'''To be updated?  By whom?  Status?'''&lt;br /&gt;
|-&lt;br /&gt;
|Guidelines (ODD source)&lt;br /&gt;
|[http://www.gnu.org/licenses/gpl-2.0.html GNU GPL 2.0]&lt;br /&gt;
|[http://creativecommons.org/licenses/by/3.0/ CC+BY 3.0] and [http://www.opensource.org/licenses/bsd-license.php BSD 2-Clause]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Guidelines (official HTML release)&lt;br /&gt;
|[http://www.gnu.org/licenses/gpl-2.0.html GNU GPL 2.0]&lt;br /&gt;
|[http://creativecommons.org/licenses/by/3.0/ CC+BY 3.0] and [http://www.opensource.org/licenses/bsd-license.php BSD 2-Clause]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Sample ODDs&lt;br /&gt;
| 'free' &amp;lt;br/&amp;gt;(mostly but some GPL exceptions &amp;lt;br/&amp;gt;like teilite and tei_enrich, &amp;lt;br/&amp;gt; and tei_tite is unlicensed)&lt;br /&gt;
| [http://creativecommons.org/licenses/by/3.0/ CC+BY 3.0] and [http://www.opensource.org/licenses/bsd-license.php BSD 2-Clause]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Pre-generated Schemas&lt;br /&gt;
| 'free' (mostly)&lt;br /&gt;
| [http://creativecommons.org/licenses/by/3.0/ CC+BY 3.0] and [http://www.opensource.org/licenses/bsd-license.php BSD 2-Clause]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Roma-generated Schemas&lt;br /&gt;
| Content of &amp;amp;lt;availability&amp;amp;gt;&lt;br /&gt;
| Content of &amp;amp;lt;availability&amp;amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Wiki &lt;br /&gt;
|[http://www.gnu.org/licenses/fdl-1.2.html GNU FDL 1.2]&lt;br /&gt;
|[http://creativecommons.org/licenses/by/3.0/ CC+BY 3.0] and [http://www.opensource.org/licenses/bsd-license.php BSD 2-Clause]&lt;br /&gt;
|[[User:James | James]] will update LocalSettings.php to point to http://www.tei-c.org/Guidelines/access.xml#body.1_div.2 which will be changed to reflect new dual-license. &lt;br /&gt;
|-&lt;br /&gt;
| TEI-C Website &amp;lt;br/&amp;gt;(other than Guidelines)&lt;br /&gt;
| Varies by page, but many unlicensed&lt;br /&gt;
| [http://creativecommons.org/licenses/by/3.0/ CC+BY 3.0] and [http://www.opensource.org/licenses/bsd-license.php BSD 2-Clause]&lt;br /&gt;
| [[User:James | James]] will update http://www.tei-c.org/Guidelines/access.xml#body.1_div.2 to reflect new dual-license.  This now says &amp;quot;most materials&amp;quot;, so if any page has other terms, those would take precedence. Update by [[User:Kshawkin|Kshawkin]] 04:37, 18 April 2018 (CEST): also revised http://www.tei-c.org/About/website.xml . Another update by [[User:Kshawkin|Kshawkin]] 20:49, 21 April 2018 (CEST): also added boilerplate text to bottom of each page generated by OpenCMS.&lt;br /&gt;
|- &lt;br /&gt;
| TEI CSS&lt;br /&gt;
| none&lt;br /&gt;
| [http://creativecommons.org/licenses/by/3.0/ CC+BY 3.0] and [http://www.opensource.org/licenses/BSD-2-Clause BSD 2-Clause]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| TEI-ISO Feature Structure Representation (ch. 18)&lt;br /&gt;
| [http://www.gnu.org/licenses/gpl-2.0.html GNU GPL 2.0]&lt;br /&gt;
| [http://creativecommons.org/licenses/by/3.0/ CC+BY 3.0] and [http://www.opensource.org/licenses/bsd-license.php BSD 2-Clause]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Not under consideration ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;text-align:center;&amp;quot; cellpadding=&amp;quot;10px;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color:#AAF; font-weight:bold&amp;quot;&lt;br /&gt;
|Object&lt;br /&gt;
|'''Current Licence'''&lt;br /&gt;
|'''Proposed Licence'''&lt;br /&gt;
|-&lt;br /&gt;
| jTEI&lt;br /&gt;
| [http://creativecommons.org/licenses/by-nd/3.0/ CC+by+nd 3.0]&lt;br /&gt;
| [http://creativecommons.org/licenses/by-nd/3.0/ CC+by+nd 3.0]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Council-licensing&amp;diff=16195</id>
		<title>Council-licensing</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Council-licensing&amp;diff=16195"/>
		<updated>2018-04-18T02:37:52Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* Not Software */ noted update to http://www.tei-c.org/About/website.xml as well&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Council]]&lt;br /&gt;
[[Council]] is looking at regularising/standardising the licences it uses for various bits of output of the TEI-C. Eventually it recommended to the [[Board]] that it dual license everything with [http://www.opensource.org/licenses/BSD-2-Clause BSD 2-Clause] and [http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution CC+BY 3.0]. Users can choose which license is most appropriate in their situation/use of materials, and use that. In both cases it is Attribution of materials used that is asked.&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;text-align:center;&amp;quot; cellpadding=&amp;quot;10px;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color:#AAF; font-weight:bold&amp;quot;&lt;br /&gt;
|Object&lt;br /&gt;
|'''Previous Licence'''&lt;br /&gt;
|'''Proposed Licence'''&lt;br /&gt;
|'''To be updated?  By whom?  Status?'''&lt;br /&gt;
|-&lt;br /&gt;
|Stylesheets&lt;br /&gt;
|[http://www.gnu.org/licenses/lgpl-2.1.html GNU LGPL 2.1]&lt;br /&gt;
|[http://creativecommons.org/licenses/by/3.0/ CC+BY 3.0] and [http://www.opensource.org/licenses/bsd-license.php BSD 2-Clause]&lt;br /&gt;
|dual CC / BSD.  Sebastian Rahtz.  Done on 2011-11-05. Let him know if any are missing the new licenses.&lt;br /&gt;
|-&lt;br /&gt;
|Roma&lt;br /&gt;
| GPL&lt;br /&gt;
| [http://creativecommons.org/licenses/by/3.0/ CC+BY 3.0] and [http://www.opensource.org/licenses/bsd-license.php BSD 2-Clause]&lt;br /&gt;
|dual CC / BSD.  Sebastian Rahtz.  Done on 2011-11-05. Let him know if any are missing the new licenses.&lt;br /&gt;
|-&lt;br /&gt;
|Exemplars&lt;br /&gt;
| misc&lt;br /&gt;
|[http://creativecommons.org/licenses/by/3.0/ CC+BY 3.0] and [http://www.opensource.org/licenses/bsd-license.php BSD 2-Clause] &lt;br /&gt;
|dual CC / BSD.  Sebastian Rahtz.  Done on 2011-11-05. Let him know if any are missing the new licenses.&lt;br /&gt;
|-&lt;br /&gt;
| TEIOO&lt;br /&gt;
| [http://www.gnu.org/licenses/lgpl-2.1.html GNU LGPL 2.1] &amp;lt;br/&amp;gt;(though LICENSE file has [http://www.gnu.org/licenses/gpl-2.0.html GNU GPL 2.0])&lt;br /&gt;
| [http://creativecommons.org/licenses/by/3.0/ CC+BY 3.0] and [http://www.opensource.org/licenses/bsd-license.php BSD 2-Clause]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Vesta&lt;br /&gt;
| GPL&lt;br /&gt;
| [http://creativecommons.org/licenses/by/3.0/ CC+BY 3.0] and [http://www.opensource.org/licenses/bsd-license.php BSD 2-Clause]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| PassiveTeX (SR/Oxford) &amp;lt;br/&amp;gt;(Should probably be removed from TEI-C repository?)&lt;br /&gt;
| 'Free' in LICENSE but 'COPYING' file has [http://www.gnu.org/licenses/gpl-2.0.html GNU GPL 2.0]&lt;br /&gt;
|  ??&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Not Software ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;text-align:center;&amp;quot; cellpadding=&amp;quot;10px;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color:#AAF; font-weight:bold&amp;quot;&lt;br /&gt;
|Object&lt;br /&gt;
|'''Previous Licence'''&lt;br /&gt;
|'''Proposed Licence'''&lt;br /&gt;
|'''To be updated?  By whom?  Status?'''&lt;br /&gt;
|-&lt;br /&gt;
|Guidelines (ODD source)&lt;br /&gt;
|[http://www.gnu.org/licenses/gpl-2.0.html GNU GPL 2.0]&lt;br /&gt;
|[http://creativecommons.org/licenses/by/3.0/ CC+BY 3.0] and [http://www.opensource.org/licenses/bsd-license.php BSD 2-Clause]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Guidelines (official HTML release)&lt;br /&gt;
|[http://www.gnu.org/licenses/gpl-2.0.html GNU GPL 2.0]&lt;br /&gt;
|[http://creativecommons.org/licenses/by/3.0/ CC+BY 3.0] and [http://www.opensource.org/licenses/bsd-license.php BSD 2-Clause]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Sample ODDs&lt;br /&gt;
| 'free' &amp;lt;br/&amp;gt;(mostly but some GPL exceptions &amp;lt;br/&amp;gt;like teilite and tei_enrich, &amp;lt;br/&amp;gt; and tei_tite is unlicensed)&lt;br /&gt;
| [http://creativecommons.org/licenses/by/3.0/ CC+BY 3.0] and [http://www.opensource.org/licenses/bsd-license.php BSD 2-Clause]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Pre-generated Schemas&lt;br /&gt;
| 'free' (mostly)&lt;br /&gt;
| [http://creativecommons.org/licenses/by/3.0/ CC+BY 3.0] and [http://www.opensource.org/licenses/bsd-license.php BSD 2-Clause]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Roma-generated Schemas&lt;br /&gt;
| Content of &amp;amp;lt;availability&amp;amp;gt;&lt;br /&gt;
| Content of &amp;amp;lt;availability&amp;amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Wiki &lt;br /&gt;
|[http://www.gnu.org/licenses/fdl-1.2.html GNU FDL 1.2]&lt;br /&gt;
|[http://creativecommons.org/licenses/by/3.0/ CC+BY 3.0] and [http://www.opensource.org/licenses/bsd-license.php BSD 2-Clause]&lt;br /&gt;
|[[User:James | James]] will update LocalSettings.php to point to http://www.tei-c.org/Guidelines/access.xml#body.1_div.2 which will be changed to reflect new dual-license. &lt;br /&gt;
|-&lt;br /&gt;
| TEI-C Website &amp;lt;br/&amp;gt;(other than Guidelines)&lt;br /&gt;
| Varies by page, but many unlicensed&lt;br /&gt;
| [http://creativecommons.org/licenses/by/3.0/ CC+BY 3.0] and [http://www.opensource.org/licenses/bsd-license.php BSD 2-Clause]&lt;br /&gt;
| [[User:James | James]] will update http://www.tei-c.org/Guidelines/access.xml#body.1_div.2 to reflect new dual-license.  This now says &amp;quot;most materials&amp;quot;, so if any page has other terms, those would take precedence. Update by [[User:Kshawkin|Kshawkin]] 04:37, 18 April 2018 (CEST): also revised http://www.tei-c.org/About/website.xml .&lt;br /&gt;
|- &lt;br /&gt;
| TEI CSS&lt;br /&gt;
| none&lt;br /&gt;
| [http://creativecommons.org/licenses/by/3.0/ CC+BY 3.0] and [http://www.opensource.org/licenses/BSD-2-Clause BSD 2-Clause]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| TEI-ISO Feature Structure Representation (ch. 18)&lt;br /&gt;
| [http://www.gnu.org/licenses/gpl-2.0.html GNU GPL 2.0]&lt;br /&gt;
| [http://creativecommons.org/licenses/by/3.0/ CC+BY 3.0] and [http://www.opensource.org/licenses/bsd-license.php BSD 2-Clause]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Not under consideration ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;text-align:center;&amp;quot; cellpadding=&amp;quot;10px;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background-color:#AAF; font-weight:bold&amp;quot;&lt;br /&gt;
|Object&lt;br /&gt;
|'''Current Licence'''&lt;br /&gt;
|'''Proposed Licence'''&lt;br /&gt;
|-&lt;br /&gt;
| jTEI&lt;br /&gt;
| [http://creativecommons.org/licenses/by-nd/3.0/ CC+by+nd 3.0]&lt;br /&gt;
| [http://creativecommons.org/licenses/by-nd/3.0/ CC+by+nd 3.0]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=DHConvalidator&amp;diff=16159</id>
		<title>DHConvalidator</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=DHConvalidator&amp;diff=16159"/>
		<updated>2018-03-23T15:37:14Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: Created page with &amp;quot;Category:Tools Category:Conversion and preprocessing tools  == Synopsis == This tool integrates with [http://www.conftool.net/ ConfTool] and OxGarage to create conver...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tools]]&lt;br /&gt;
[[Category:Conversion and preprocessing tools]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
This tool integrates with [http://www.conftool.net/ ConfTool] and [[OxGarage]] to create convert a DOCX or ODT file to TEI and create a package including the original file and the converted file.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
Requires access to an instance of [[OxGarage]]&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
GNU GPL v3.0&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
https://github.com/ADHO/dhconvalidator&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Crosswalks&amp;diff=16158</id>
		<title>Crosswalks</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Crosswalks&amp;diff=16158"/>
		<updated>2018-03-21T13:47:39Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* From TEI to other formats */ new section: TEI to ESE and EDM&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:SIG:Libraries]]&lt;br /&gt;
&lt;br /&gt;
This page is a central location to gather ''schema crosswalks'' (''mappings'') from TEI headers to other data formats and from other data formats to TEI headers, and to mention tools that implement these mappings.&lt;br /&gt;
&lt;br /&gt;
If you have a mapping that you'd like to share but don't have a place to put it, consider adding it directly to the wiki as its own page!&lt;br /&gt;
&lt;br /&gt;
== From TEI to other formats ==&lt;br /&gt;
&lt;br /&gt;
=== TEI to MARC ===&lt;br /&gt;
&lt;br /&gt;
[http://www.tei-c.org/SIG/Libraries/teiinlibraries/main-driver.html#index.xml-body.1_div.4_div.1_div.6 Section 4.1.6] of [http://purl.oclc.org/NET/teiinlibraries &amp;lt;cite&amp;gt;Best Practices for TEI in Libraries&amp;lt;/cite&amp;gt; (version 3.0)] provides a mapping.&lt;br /&gt;
&lt;br /&gt;
=== TEI to MODS ===&lt;br /&gt;
&lt;br /&gt;
[https://github.com/sarahjeansweeney/TEI2MODS TEI2MODS]&lt;br /&gt;
&lt;br /&gt;
=== TEI to Dublin Core ===&lt;br /&gt;
&lt;br /&gt;
?&lt;br /&gt;
&lt;br /&gt;
=== TEI to RIS ===&lt;br /&gt;
&lt;br /&gt;
[[BiblStruct-to-RIS]]&lt;br /&gt;
&lt;br /&gt;
=== TEI to ESE and EDM ===&lt;br /&gt;
&lt;br /&gt;
https://sourceforge.net/projects/eregia2eseedm/&lt;br /&gt;
&lt;br /&gt;
== From other formats to TEI ==&lt;br /&gt;
&lt;br /&gt;
=== MARC to TEI ===&lt;br /&gt;
&lt;br /&gt;
[http://www.tei-c.org/SIG/Libraries/teiinlibraries/main-driver.html#index.xml-body.1_div.4_div.1_div.6 Section 4.1.6] of [http://purl.oclc.org/NET/teiinlibraries &amp;lt;cite&amp;gt;Best Practices for TEI in Libraries&amp;lt;/cite&amp;gt; (version 3.0)] provides a mapping.  Conversion from MARCXML to TEI has been implemented in [[Thutmose_II]].&lt;br /&gt;
&lt;br /&gt;
=== TextGrid to TEI ===&lt;br /&gt;
&lt;br /&gt;
There is a &amp;quot;Copy TEI Header&amp;quot; button in the metadata forms in TextGridLab. Maybe this crosswalk is documented somewhere?&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=OXygen&amp;diff=16151</id>
		<title>OXygen</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=OXygen&amp;diff=16151"/>
		<updated>2018-03-16T15:18:46Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* Current version number and date of release */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tools]]&lt;br /&gt;
&lt;br /&gt;
[[Category:All-in-one Tools]]&lt;br /&gt;
[[Category:Development tools]]&lt;br /&gt;
[[Category:Editing tools]]&lt;br /&gt;
[[Category:Conversion and preprocessing tools]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
&amp;lt;oXygen/&amp;gt; is a high-powered, cross-platform, graphical XML editor with built-in support for TEI.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
Supports most features typical of a high-end XML editor, including:&lt;br /&gt;
* syntax coloring&lt;br /&gt;
* context-sensitive content assistant&lt;br /&gt;
* built-in validation and well-formedness checking&lt;br /&gt;
* built-in XSLT engines&lt;br /&gt;
* Unicode support&lt;br /&gt;
* formatting and indentation&lt;br /&gt;
* folding&lt;br /&gt;
* outline view (shows document structure)&lt;br /&gt;
* model view (shows element content model)&lt;br /&gt;
* XPath support&lt;br /&gt;
* XSLT debugger&lt;br /&gt;
* DTD/schema editor&lt;br /&gt;
* Text, Grid, and Author (tagless) editing modes&lt;br /&gt;
&lt;br /&gt;
See also http://www.oxygenxml.com/features.html .&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
I have found this program to be affordable, easy to use, and pre-loaded with TEI capabilities.  Also, the platform gets upgraded on a regular basis. -- Greg Moses (Austin, TeiXas!)&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
Runs under Windows, Linux, and Mac operating systems. Requires a Java VM (virtual machine).&lt;br /&gt;
&lt;br /&gt;
(One of the download options for Windows users is an installer that includes the Java VM, eliminating the need to download and install Java separately.)&lt;br /&gt;
&lt;br /&gt;
For detailed requirements, see http://www.oxygenxml.com/download.html .&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
Closed source.  Academic licenses available for $48 per person, allowing you to install for your own use on many computers and use with the current major version number. A discount is available for TEI subscribers and individuals from TEI member institutions; the discount code may be found by logging in to [http://members.tei-c.org/MemberInfo http://members.tei-c.org/MemberInfo].  Free 30-day trial license available.&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
&lt;br /&gt;
===The TEI Framework in &amp;amp;lt;oXygen&amp;amp;gt;===&lt;br /&gt;
&lt;br /&gt;
As of Version 9.0 build 2007110615, &amp;amp;lt;oXygen&amp;amp;gt; has TEI P5 schemas, templates and the TEI XSL stylesheets included as an officially-supported framework.&lt;br /&gt;
&lt;br /&gt;
If you are not using the &amp;lt;code&amp;gt;tei-oxygen&amp;lt;/code&amp;gt; [[TEIDebian|Debian package]] (for which a package manager will provide automatic updates for new versions of the stylesheet library), you can upgrade your copy of the stylesheet library without needing to download a new version of &amp;amp;lt;oXygen/&amp;amp;gt; doing doing either of the following:&lt;br /&gt;
&lt;br /&gt;
* With version 15.2 or later of &amp;amp;lt;oXygen/&amp;amp;gt;, &amp;quot;subscribe&amp;quot; to the regularly-updated TEI distribution of the framework according to the instructions in this blog post: [http://blogs.it.ox.ac.uk/jamesc/2014/04/02/auto-update-your-tei-framework-in-oxygen/ http://blogs.it.ox.ac.uk/jamesc/2014/04/02/auto-update-your-tei-framework-in-oxygen/]. &lt;br /&gt;
&lt;br /&gt;
* Use [http://sourceforge.net/projects/tei/files/oxygen-tei/ oxygen-tei], the open-source TEI framework built into &amp;amp;lt;oXygen/&amp;amp;gt;. To install this, look in your Oxygen folder for a &amp;quot;frameworks&amp;quot; directory that contains a directory called &amp;quot;tei&amp;quot;. That's where the contents of the zip would go, replacing the old contents of that directory.  ''Note that this is not the same thing as the &amp;lt;code&amp;gt;tei-oxygen&amp;lt;/code&amp;gt; [[TEIDebian|Debian package]]!'' You can also build this framework for yourself if you are interested in doing so; the [https://github.com/TEIC/oxygen-tei project code is available on GitHub].&lt;br /&gt;
&lt;br /&gt;
=== Other TEI-related Plugins ===&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;oXygen/&amp;amp;gt; allows third-party plugins and frameworks.  The following are of possible interest to TEI users:&lt;br /&gt;
&lt;br /&gt;
====HisTEI====&lt;br /&gt;
&lt;br /&gt;
If you work with historical documents, you might use [https://github.com/odaata/HisTEI HisTEI], a framework designed to make historical documents easier to transcribe in &amp;amp;lt;&amp;lt;oXygen/&amp;gt;'s XML Author mode.&amp;lt;ref&amp;gt;http://www.oxygenxml.com/pipermail/oxygen-sdk/2014-November/000182.html&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Severin ====&lt;br /&gt;
&lt;br /&gt;
[http://code.google.com/p/severin-image-viewer/ Severin] is an image viewer plugin, by Kilian Schmidtner and Stefan Krause, that can be used to see images as you browse though documents. It is an open source project (MIT license), and on the project page you can find a video presentation that uses a TEI document as example.&lt;br /&gt;
&lt;br /&gt;
==== TEI-Facsimile-Plugin ====&lt;br /&gt;
&lt;br /&gt;
[https://github.com/oxygenxml/TEI-Facsimile-Plugin TEI-Facsimile-Plugin] &amp;quot;provides support for working with Digital Facsimiles in Text Encoding Initiative (TEI) vocabulary. The plugin contributes a new View in which the user can load an image and draw shapes. These shapes are then converted into TEI &amp;quot;zone&amp;quot; elements. All the existing &amp;quot;zone&amp;quot; elements from the document are also rendered over the image.&amp;quot;&amp;lt;ref&amp;gt;https://github.com/oxygenxml/TEI-Facsimile-Plugin&amp;lt;/ref&amp;gt; This plugin requires oXygen version 15 or later.&lt;br /&gt;
&lt;br /&gt;
==== dbTagger ====&lt;br /&gt;
&lt;br /&gt;
https://github.com/aerhard/dbTagger&lt;br /&gt;
&lt;br /&gt;
==== ediarum ====&lt;br /&gt;
&lt;br /&gt;
[[Ediarum]]&lt;br /&gt;
&lt;br /&gt;
==== TEI Completer ====&lt;br /&gt;
&lt;br /&gt;
https://github.com/BCDH/TEI-Completer&lt;br /&gt;
&lt;br /&gt;
==== oXygen-XML-editor-attribute-editor ====&lt;br /&gt;
&lt;br /&gt;
* [https://listserv.brown.edu/archives/cgi-bin/wa?A2=TEI-L;7d49b3c3.1612 announcement]&lt;br /&gt;
* https://github.com/AlexJitianu/oXygen-XML-editor-attribute-editor&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
Interface available in English, French, German, Italian, Japanese and Dutch.&lt;br /&gt;
&lt;br /&gt;
Documentation available in English.&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
http://www.oxygenxml.com/documentation.html&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
http://www.oxygenxml.com/techSupport.html&lt;br /&gt;
&lt;br /&gt;
Can buy maintenance and support pack, providing free upgrades and tech support.&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
* http://www.oxygenxml.com/mailman/listinfo/oxygen-user/&lt;br /&gt;
* http://www.oxygenxml.com/forum/&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
20.0 (2018-03-16)&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
See http://www.oxygenxml.com/software_archive.html .&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
http://www.oxygenxml.com/download.html&lt;br /&gt;
&lt;br /&gt;
If you use Debian or Ubuntu, you should instead install the &amp;lt;tt&amp;gt;tei-oxygen&amp;lt;/tt&amp;gt; package at http://tei.oucs.ox.ac.uk/teideb/ .  (More information below.)&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
&lt;br /&gt;
David Sewell wrote:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Because the schema files distributed with oXygen sometimes lag behind&lt;br /&gt;
the latest TEI releases, kind souls like Syd Bauman have from time to&lt;br /&gt;
time packaged new schema files so that they can be unpacked to replace&lt;br /&gt;
part of the oXygen frameworks hierarchy. You could also go to&lt;br /&gt;
&lt;br /&gt;
 http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/&lt;br /&gt;
&lt;br /&gt;
and grab the files there to replace the ones in a local oXygen&lt;br /&gt;
directory.&lt;br /&gt;
&amp;lt;ref&amp;gt;https://listserv.brown.edu/archives/cgi-bin/wa?A2=TEI-L;8d5b98b2.0804&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sebastian Rahtz added that if you use Debian or Ubuntu, you should instead install the &amp;lt;code&amp;gt;tei-oxygen&amp;lt;/code&amp;gt; package.  He explained that &amp;quot;this replaces the oXygen TEI package with a link to one installed by the tei-p5-schema package, which is kept up to date. This means you have only one set of TEI files on your machine.&amp;quot;  It's available at http://tei.oucs.ox.ac.uk/teideb/ .&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Marcus Bingenheimer:&lt;br /&gt;
If you edit ODD files you need to validate the ODD against tei_odds. tei_all will not catch all mistakes and gives and error whenever elements in the RNG or other namespaces are used within &amp;lt;datatype&amp;gt;. &lt;br /&gt;
As usual you can associate the tei_odds with a oxygen specific processing command similar to this:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;?oxygen RNGSchema=&amp;quot;{your oxygen folder}/frameworks/tei/xml/tei/custom/schema/relaxng/tei_odds.rng&amp;quot; type=&amp;quot;xml&amp;quot;?&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=TEI_Critical_Apparatus_Toolbox&amp;diff=16150</id>
		<title>TEI Critical Apparatus Toolbox</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=TEI_Critical_Apparatus_Toolbox&amp;diff=16150"/>
		<updated>2018-03-09T14:39:03Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* Additional notes */ added link to jTEI article&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tools]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Testing and QA tools]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
The TEI Critical Apparatus Toolbox (formerly TEI Critical Edition Toolbox) &amp;quot;is a tool for people preparing a natively digital TEI critical edition.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The Toolbox lets you:&lt;br /&gt;
* Check your encoding: offers facilities to display your edition while it is still in the making, and check the consistency of your encoding&lt;br /&gt;
* Display parallel versions: choose the sigla of the witnesses, and the different versions of the text, following each chosen witness, will be displayed in parallel columns.&amp;quot;&amp;lt;ref&amp;gt;http://ciham-digital.huma-num.fr/teitoolbox/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
* Your edition must be encoded in TEI with the Parallel Segmentation method.&lt;br /&gt;
* You simply need a recent browser to access the application and upload your XML file (nothing to install).&amp;lt;ref&amp;gt;http://ciham-digital.huma-num.fr/teitoolbox/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
TEI markup must use the parallel segmentation method.&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
Interface is in English.&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
http://ciham-digital.huma-num.fr/teitoolbox/help.php&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
* http://ciham-digital.huma-num.fr/teitoolbox/check.php&lt;br /&gt;
* http://ciham-digital.huma-num.fr/teitoolbox/witnesses.php&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
available soon at http://ciham-digital.huma-num.fr/teitoolbox/download.php&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
&amp;quot;For a presentation of the Toolbox, see this article in the Journal of the Text Encoding Initiative: &lt;br /&gt;
The TEI Critical Apparatus Toolbox: Empowering Textual Scholars through Display, Control, and Comparison Features&lt;br /&gt;
http://journals.openedition.org/jtei/1520&amp;quot;&amp;lt;ref&amp;gt;https://listserv.brown.edu/archives/cgi-bin/wa?A2=TEI-L;ec22af28.1803&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=SIG:Newspapers%26Periodicals&amp;diff=16143</id>
		<title>SIG:Newspapers&amp;Periodicals</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=SIG:Newspapers%26Periodicals&amp;diff=16143"/>
		<updated>2018-03-02T02:52:12Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: Created page with &amp;quot;SIG convener: Dario Kampkaspar  Pulbications with any kind af regular publication cycle, from several times a day to cycles of several years, arguably form the majority of (print...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SIG convener: Dario Kampkaspar&lt;br /&gt;
&lt;br /&gt;
Pulbications with any kind af regular publication cycle, from several times a day to cycles of several years, arguably form the majority of (printed) texts nowadays. They span from newspapers via almanacs to comics and many others.&lt;br /&gt;
&lt;br /&gt;
While these different types all have their own needs, their periodicity means that there are special questions to keep in mind when systematically encoding them.&lt;br /&gt;
&lt;br /&gt;
The SIG Periodicals and Newspapers will focus on aspects that are common to all these kinds of periodicals:&lt;br /&gt;
&lt;br /&gt;
* how to encode this periodicity with its aspects in a concise and machine readable way;&lt;br /&gt;
* how to deal with parts of periodicals that have their own periodicity (e.g. weekly, monthly etc. additions);&lt;br /&gt;
* how to deal with texts continued over several issues of a perdiodical;&lt;br /&gt;
* how to encode the title of e.g. a newspaper (which usually do not cover an entire page).&lt;br /&gt;
&lt;br /&gt;
Additionally, the SIG will focus on methods and workflows for preparing full texts of periodicals by means of OCR and related technologies.&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG]]&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=User_talk:Andreas_Nolda&amp;diff=16115</id>
		<title>User talk:Andreas Nolda</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=User_talk:Andreas_Nolda&amp;diff=16115"/>
		<updated>2018-01-26T16:30:48Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: Welcome!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Welcome to ''TEIWiki''!'''&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Kshawkin|Kshawkin]] 17:30, 26 January 2018 (CET)&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=User:Andreas_Nolda&amp;diff=16114</id>
		<title>User:Andreas Nolda</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=User:Andreas_Nolda&amp;diff=16114"/>
		<updated>2018-01-26T16:30:47Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: Creating user page with biography of new user.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I am a linguist working with, and programming for, TEI since the SGML days in the 1990's.&lt;br /&gt;
&lt;br /&gt;
In 2004/05 I was involved in submitting a proposal for a revised bibliographic markup scheme in TEI, eventually leading to the creation of the &amp;lt;relatedItem&amp;gt; element and, later on, to a recursive re-definition of the content model of &amp;lt;bibl&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
I am using TEI in particular for my 'born digital' documents, for which I have created the TEI2X package (http://andreas.nolda.org/software.html#tei2x). This package provides XSLT stylesheets for the generation of TeX files, DOCX files, and HTML files from TEI source files.&lt;br /&gt;
&lt;br /&gt;
[[Category:Users]]&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Workgroup_to_revise_the_Best_Practices_for_TEI_in_Libraries&amp;diff=16109</id>
		<title>Workgroup to revise the Best Practices for TEI in Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Workgroup_to_revise_the_Best_Practices_for_TEI_in_Libraries&amp;diff=16109"/>
		<updated>2018-01-24T01:51:32Z</updated>

		<summary type="html">&lt;p&gt;Kshawkin: /* Meeting minutes */ added 2018-01-23 meeting for the record&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Background ==&lt;br /&gt;
&lt;br /&gt;
[https://list.indiana.edu/sympa/arc/teilib-l/2015-11/msg00006.html Invitation to participate] in revision of ''[http://purl.oclc.org/NET/teiinlibraries Best Practices for TEI in Libraries]''&lt;br /&gt;
&lt;br /&gt;
== Logistics ==&lt;br /&gt;
&lt;br /&gt;
First Monday of each month&lt;br /&gt;
&lt;br /&gt;
9–10 a.m. Eastern Time in North America (14:00–15:00 UTC in winter in North America, 13:00–14:00 UTC at other times of the year)&lt;br /&gt;
&lt;br /&gt;
People with email addresses listed below will have hangout link sent to them for each meeting.  We can do up to 10 people with a regular hangout.  If we get more people, we'll find someone with a Google Apps for Education account who can support up to 15(?).&lt;br /&gt;
&lt;br /&gt;
: Actually, you can only invite up to 5 people to a Hangout.  Beyond that, you need to just share a link.  We'll plan to share the link on teilib-l shortly before each meeting.&lt;br /&gt;
&lt;br /&gt;
If you can't make it, follow along by reviewing minutes (linked below) and/or watching [https://github.com/kshawkin/Best-Practices-for-TEI-in-Libraries/issues issues on GitHub] (click &amp;quot;watch&amp;quot; after logging in) and adding comments there.&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* [https://drive.google.com/open?id=0B13gonNAATNSSmtJMk14VHpzazQ Our Google Drive folder]&lt;br /&gt;
* [http://paramedic.wwp.northeastern.edu/~syd/temp/BPTL/ latest development snapshot]&lt;br /&gt;
&lt;br /&gt;
== Members ==&lt;br /&gt;
* Kevin Hawkins (kevin.s.hawkins@gmail)&lt;br /&gt;
* stuart yeates ()&lt;br /&gt;
* stefanie gehrke (stefanie.gehrke9@gmail.com)&lt;br /&gt;
* Elli Mylonas (elli_mylonas@brown.edu)&lt;br /&gt;
* James Griffin (griffinj@lafayette.edu [or jrgriffiniii@gmail.com])&lt;br /&gt;
* Lisa McAulay ()&lt;br /&gt;
* Martin Mueller (martinmueller@northwestern.edu)&lt;br /&gt;
* Michelle Dalmau ()&lt;br /&gt;
* Antonio Rojas ()&lt;br /&gt;
* Paul Schaffner  (pfspfs@gmail.com [or pfs@umich.edu])&lt;br /&gt;
* Peter Gorman (peter.gorman@wisc.edu)&lt;br /&gt;
* Andrew Rouner (andrew.rouner@gmail.com)&lt;br /&gt;
* Syd Bauman (s.bauman@northeastern.edu)&lt;br /&gt;
&lt;br /&gt;
== Suggested meeting procedure ==&lt;br /&gt;
&lt;br /&gt;
# Appoint notetaker, creating a new Google Docs file in our Google Drive folder.&lt;br /&gt;
# Resume discussions postponed from last meeting.&lt;br /&gt;
# Go through issues not yet discussed in order of [[BP revision ticket triage]]. For each issue, someone volunteers to summarize the issue:&lt;br /&gt;
## If the issue is straightforward and there's immediate consensus, ask for volunteer to record consensus as a comment on the issue, wait 7 days for objections, and then implement*.&lt;br /&gt;
## If issue is complicated, ask for volunteer to examine issue more closely after the meeting to propose a solution (either rejecting suggestion or changing prose and/or schema to implement*).  Volunteer will post proposed solution as comment on the issue at least 7 days before our next meeting and lead discussion at next meeting.&lt;br /&gt;
### If there is consensus, volunteer implements* after the meeting.&lt;br /&gt;
### If there are any adjustments to proposal at that time, volunteer records in a comment on the issue and waits another 7 days for objections before implementing*.&lt;br /&gt;
# After meeting, those present review the minutes in the next 48 hours.  Notetaker then announces minutes on TEILIB-L.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; Change may be implemented either by committing to the master branch or making pull requests.  The advantage of a pull request is that it forces a second set of eyes to review changes.  This is especially important for changes to content models in the ODD (rather than simply to prose).&lt;br /&gt;
&lt;br /&gt;
== Meeting minutes ==&lt;br /&gt;
&lt;br /&gt;
* [[Minutes for February 1, 2016|February 1, 2016]]&lt;br /&gt;
* [[March 7, 2016]]&lt;br /&gt;
* [[April 4, 2016]]&lt;br /&gt;
* [[May 2, 2016]]&lt;br /&gt;
* [[June 6, 2016]]&lt;br /&gt;
* [[July 11, 2016]]&lt;br /&gt;
* [[August 1, 2016]]&lt;br /&gt;
* [[September 12, 2016]]&lt;br /&gt;
* [[October 10, 2016]]&lt;br /&gt;
* [[November 14, 2016]]&lt;br /&gt;
* [[December 12, 2016]]&lt;br /&gt;
* [[January 9, 2017]]&lt;br /&gt;
* [[February 13, 2017]]&lt;br /&gt;
* [[March 6, 2017]]&lt;br /&gt;
* [[April 3, 2017]]&lt;br /&gt;
* [https://github.com/kshawkin/Best-Practices-for-TEI-in-Libraries/blob/master/2017-05-08_notes.xml May 8, 2017]&lt;br /&gt;
* June 19, 2017 (decisions recorded only in GitHub issues)&lt;br /&gt;
* July 18, 2017 (decisions recorded only in GitHub issues)&lt;br /&gt;
* August 14, 2017 (decisions recorded only in GitHub issues)&lt;br /&gt;
* August 28, 2017&lt;br /&gt;
* September 11, 2017&lt;br /&gt;
* January 23, 2018 (decisions recorded only in GitHub issues)&lt;br /&gt;
&lt;br /&gt;
[[Category:Workgroup to revise the Best Practices for TEI in Libraries]]&lt;br /&gt;
[[Category:SIG:Libraries]]&lt;/div&gt;</summary>
		<author><name>Kshawkin</name></author>
		
	</entry>
</feed>