<?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=Christof.s</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=Christof.s"/>
	<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Special:Contributions/Christof.s"/>
	<updated>2026-04-18T18:00:17Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=JEdit&amp;diff=14226</id>
		<title>JEdit</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=JEdit&amp;diff=14226"/>
		<updated>2015-03-06T11:27:43Z</updated>

		<summary type="html">&lt;p&gt;Christof.s: /* User commentary */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tools]]&lt;br /&gt;
&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;
{{stub}}&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
'''jEdit''' is a programmer's editor, licensed under GPL 2.0, with numerous plugins.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
As a generic text editor, jEdit has a lot of features like plugins, syntax highlighting, code folding, Unicode support, etc. For working with TEI, especially features from the XML/XSLT plugins are helpful:&lt;br /&gt;
&lt;br /&gt;
* Tree view of the document&lt;br /&gt;
* XML tag/attribute completion&lt;br /&gt;
* Validation and error highlighting with support for DTD, XSD and RNG&lt;br /&gt;
* Matching tag highlighting and selection&lt;br /&gt;
* XML reformatting/reindenting&lt;br /&gt;
* Built-in XSLT processor (in XSLT plugin)&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;
In my experience, this is a really nice and simple editor for working with XML/TEI files, with most of the most fundamental needs catered for. It is a good choice for use with learners of TEI, because it is not too overwhelmingly complex and has an open license. Syntax highlighting, the tree view, validation and basic transformations are all there. However, autocomplete / context-dependent tag or attribute suggestions do not really work as expected. It doesn't have the elegance of Geany, nor the simplicity of XMLCopy, nor the feature-richness of oXygen, but it does get many things right as long as your needs are relatively basic. --[[User:Christof.s|christof.s]] 12:27, 6 March 2015 (CET)&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
Cross-platform, Java-based&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
Licensed under GPL 2.0&lt;br /&gt;
&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;
jEdit does not support TEI “out of the box.” Through the XML plugin, schema-validation is possible.&lt;br /&gt;
&lt;br /&gt;
In order to validate all documents in TEI namespace against an RNG schema, it is possible to add a ''schemas.xml'' file to the local directory or install it globally in the XML plugin’s settings directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; ?&amp;gt;&lt;br /&gt;
&amp;lt;locatingRules xmlns=&amp;quot;http://thaiopensource.com/ns/locating-rules/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;namespace ns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; uri=&amp;quot;tei_all.rng&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/locatingRules&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In addition to validation using the XML plugin, the XSLT plugin provides features for transforming XML documents using XSLT stylesheets and for searching XML documents using XPath expressions.&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;
jEdit is written in Java. It support scripts and macros in BeanShell and Python (through the Jython plugin).&lt;br /&gt;
&lt;br /&gt;
The interface supports these languages:&lt;br /&gt;
&lt;br /&gt;
* English&lt;br /&gt;
* German&lt;br /&gt;
* French&lt;br /&gt;
* Japanese&lt;br /&gt;
* Czech&lt;br /&gt;
* Russian&lt;br /&gt;
* Chinese&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
Documentation is available through a built-in help browser, and online from http://www.jedit.org/users-guide/.&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;
&lt;br /&gt;
The first release of jEdit was in 1998. On February 5, 2015, jEdit version 5.2.0 has been released.&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
* Home page: http://www.jedit.org/&lt;br /&gt;
* Sourceforge page: https://sourceforge.net/projects/jedit/&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
(type in that information here)&lt;/div&gt;</summary>
		<author><name>Christof.s</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=JEdit&amp;diff=14225</id>
		<title>JEdit</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=JEdit&amp;diff=14225"/>
		<updated>2015-03-06T11:19:35Z</updated>

		<summary type="html">&lt;p&gt;Christof.s: /* History of versions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tools]]&lt;br /&gt;
&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;
{{stub}}&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
'''jEdit''' is a programmer's editor, licensed under GPL 2.0, with numerous plugins.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
As a generic text editor, jEdit has a lot of features like plugins, syntax highlighting, code folding, Unicode support, etc. For working with TEI, especially features from the XML/XSLT plugins are helpful:&lt;br /&gt;
&lt;br /&gt;
* Tree view of the document&lt;br /&gt;
* XML tag/attribute completion&lt;br /&gt;
* Validation and error highlighting with support for DTD, XSD and RNG&lt;br /&gt;
* Matching tag highlighting and selection&lt;br /&gt;
* XML reformatting/reindenting&lt;br /&gt;
* Built-in XSLT processor (in XSLT plugin)&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;
Cross-platform, Java-based&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
Licensed under GPL 2.0&lt;br /&gt;
&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;
jEdit does not support TEI “out of the box.” Through the XML plugin, schema-validation is possible.&lt;br /&gt;
&lt;br /&gt;
In order to validate all documents in TEI namespace against an RNG schema, it is possible to add a ''schemas.xml'' file to the local directory or install it globally in the XML plugin’s settings directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; ?&amp;gt;&lt;br /&gt;
&amp;lt;locatingRules xmlns=&amp;quot;http://thaiopensource.com/ns/locating-rules/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;namespace ns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; uri=&amp;quot;tei_all.rng&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/locatingRules&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In addition to validation using the XML plugin, the XSLT plugin provides features for transforming XML documents using XSLT stylesheets and for searching XML documents using XPath expressions.&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;
jEdit is written in Java. It support scripts and macros in BeanShell and Python (through the Jython plugin).&lt;br /&gt;
&lt;br /&gt;
The interface supports these languages:&lt;br /&gt;
&lt;br /&gt;
* English&lt;br /&gt;
* German&lt;br /&gt;
* French&lt;br /&gt;
* Japanese&lt;br /&gt;
* Czech&lt;br /&gt;
* Russian&lt;br /&gt;
* Chinese&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
Documentation is available through a built-in help browser, and online from http://www.jedit.org/users-guide/.&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;
&lt;br /&gt;
The first release of jEdit was in 1998. On February 5, 2015, jEdit version 5.2.0 has been released.&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
* Home page: http://www.jedit.org/&lt;br /&gt;
* Sourceforge page: https://sourceforge.net/projects/jedit/&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
(type in that information here)&lt;/div&gt;</summary>
		<author><name>Christof.s</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=JEdit&amp;diff=14224</id>
		<title>JEdit</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=JEdit&amp;diff=14224"/>
		<updated>2015-03-06T11:15:57Z</updated>

		<summary type="html">&lt;p&gt;Christof.s: /* Support for TEI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tools]]&lt;br /&gt;
&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;
{{stub}}&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
'''jEdit''' is a programmer's editor, licensed under GPL 2.0, with numerous plugins.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
As a generic text editor, jEdit has a lot of features like plugins, syntax highlighting, code folding, Unicode support, etc. For working with TEI, especially features from the XML/XSLT plugins are helpful:&lt;br /&gt;
&lt;br /&gt;
* Tree view of the document&lt;br /&gt;
* XML tag/attribute completion&lt;br /&gt;
* Validation and error highlighting with support for DTD, XSD and RNG&lt;br /&gt;
* Matching tag highlighting and selection&lt;br /&gt;
* XML reformatting/reindenting&lt;br /&gt;
* Built-in XSLT processor (in XSLT plugin)&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;
Cross-platform, Java-based&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
Licensed under GPL 2.0&lt;br /&gt;
&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;
jEdit does not support TEI “out of the box.” Through the XML plugin, schema-validation is possible.&lt;br /&gt;
&lt;br /&gt;
In order to validate all documents in TEI namespace against an RNG schema, it is possible to add a ''schemas.xml'' file to the local directory or install it globally in the XML plugin’s settings directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; ?&amp;gt;&lt;br /&gt;
&amp;lt;locatingRules xmlns=&amp;quot;http://thaiopensource.com/ns/locating-rules/1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;namespace ns=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot; uri=&amp;quot;tei_all.rng&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/locatingRules&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In addition to validation using the XML plugin, the XSLT plugin provides features for transforming XML documents using XSLT stylesheets and for searching XML documents using XPath expressions.&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;
jEdit is written in Java. It support scripts and macros in BeanShell and Python (through the Jython plugin).&lt;br /&gt;
&lt;br /&gt;
The interface supports these languages:&lt;br /&gt;
&lt;br /&gt;
* English&lt;br /&gt;
* German&lt;br /&gt;
* French&lt;br /&gt;
* Japanese&lt;br /&gt;
* Czech&lt;br /&gt;
* Russian&lt;br /&gt;
* Chinese&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
Documentation is available through a built-in help browser, and online from http://www.jedit.org/users-guide/.&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;
* Home page: http://www.jedit.org/&lt;br /&gt;
* Sourceforge page: https://sourceforge.net/projects/jedit/&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
(type in that information here)&lt;/div&gt;</summary>
		<author><name>Christof.s</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=TEICHI&amp;diff=9742</id>
		<title>TEICHI</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=TEICHI&amp;diff=9742"/>
		<updated>2011-08-18T07:35:52Z</updated>

		<summary type="html">&lt;p&gt;Christof.s: /* System requirements */ requirements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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 TEICHI Framework is a modular tool for displaying documents encoded according to the guidelines of the Text Encoding Initiative (TEI Lite P5) as pages in a Drupal-based website.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
http://www.teichi.org/features&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;
Text encoding needs to be done in TEI Lite (P5). A running Drupal 7 installation is required. TEI Content does not rely on any other contributed modules, but the Drupal core book module needs to be enabled. On the server, MySQL 5.0.15 or higher including libxslt is required. The TEI Download module requires PHP's Zip extension to be enabled on the server.&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
&amp;quot;All modules are published under a GNU General Public License, version 2 or later, as is required by Drupal.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
The TEI Content module &amp;quot;provides specific support for many of the features that are part of the TEI Lite (P5) set of elements.&amp;quot; This includes things like alternative readings (via choice, orig/reg, sic/corr elements), scribal corrections (del, add, gap, unclear elements), several types of quotes (inline or block, quotes or italic), and author and editor notes.&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
User interface is english only.&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
http://www.teichi.org/documentation&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
http://www.teichi.org/contact&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
http://www.berardier.org/&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
Version 0.6, 04/2011.&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
http://www.teichi.org/roadmap&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
http://www.teichi.org/downloads&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;/div&gt;</summary>
		<author><name>Christof.s</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=TEICHI&amp;diff=9741</id>
		<title>TEICHI</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=TEICHI&amp;diff=9741"/>
		<updated>2011-08-18T07:33:13Z</updated>

		<summary type="html">&lt;p&gt;Christof.s: /* Language(s) */ english&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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 TEICHI Framework is a modular tool for displaying documents encoded according to the guidelines of the Text Encoding Initiative (TEI Lite P5) as pages in a Drupal-based website.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
http://www.teichi.org/features&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;
&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
&amp;quot;All modules are published under a GNU General Public License, version 2 or later, as is required by Drupal.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
The TEI Content module &amp;quot;provides specific support for many of the features that are part of the TEI Lite (P5) set of elements.&amp;quot; This includes things like alternative readings (via choice, orig/reg, sic/corr elements), scribal corrections (del, add, gap, unclear elements), several types of quotes (inline or block, quotes or italic), and author and editor notes.&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
User interface is english only.&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
http://www.teichi.org/documentation&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
http://www.teichi.org/contact&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
http://www.berardier.org/&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
Version 0.6, 04/2011.&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
http://www.teichi.org/roadmap&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
http://www.teichi.org/downloads&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;/div&gt;</summary>
		<author><name>Christof.s</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=TEICHI&amp;diff=9740</id>
		<title>TEICHI</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=TEICHI&amp;diff=9740"/>
		<updated>2011-08-18T07:32:47Z</updated>

		<summary type="html">&lt;p&gt;Christof.s: /* Current version number and date of release */ date of release&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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 TEICHI Framework is a modular tool for displaying documents encoded according to the guidelines of the Text Encoding Initiative (TEI Lite P5) as pages in a Drupal-based website.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
http://www.teichi.org/features&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;
&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
&amp;quot;All modules are published under a GNU General Public License, version 2 or later, as is required by Drupal.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
The TEI Content module &amp;quot;provides specific support for many of the features that are part of the TEI Lite (P5) set of elements.&amp;quot; This includes things like alternative readings (via choice, orig/reg, sic/corr elements), scribal corrections (del, add, gap, unclear elements), several types of quotes (inline or block, quotes or italic), and author and editor notes.&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
http://www.teichi.org/documentation&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
http://www.teichi.org/contact&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
http://www.berardier.org/&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
Version 0.6, 04/2011.&lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
http://www.teichi.org/roadmap&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
http://www.teichi.org/downloads&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;/div&gt;</summary>
		<author><name>Christof.s</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=TEICHI&amp;diff=9739</id>
		<title>TEICHI</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=TEICHI&amp;diff=9739"/>
		<updated>2011-08-18T07:31:55Z</updated>

		<summary type="html">&lt;p&gt;Christof.s: /* Support for TEI */ some precisions on supported tags&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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 TEICHI Framework is a modular tool for displaying documents encoded according to the guidelines of the Text Encoding Initiative (TEI Lite P5) as pages in a Drupal-based website.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
http://www.teichi.org/features&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;
&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
&amp;quot;All modules are published under a GNU General Public License, version 2 or later, as is required by Drupal.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
The TEI Content module &amp;quot;provides specific support for many of the features that are part of the TEI Lite (P5) set of elements.&amp;quot; This includes things like alternative readings (via choice, orig/reg, sic/corr elements), scribal corrections (del, add, gap, unclear elements), several types of quotes (inline or block, quotes or italic), and author and editor notes.&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
http://www.teichi.org/documentation&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
http://www.teichi.org/contact&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
http://www.berardier.org/&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
Version 0.6 &lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
http://www.teichi.org/roadmap&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
http://www.teichi.org/downloads&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;/div&gt;</summary>
		<author><name>Christof.s</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=TEICHI&amp;diff=9738</id>
		<title>TEICHI</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=TEICHI&amp;diff=9738"/>
		<updated>2011-08-18T07:27:34Z</updated>

		<summary type="html">&lt;p&gt;Christof.s: /* History of versions */ link to roadmap&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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 TEICHI Framework is a modular tool for displaying documents encoded according to the guidelines of the Text Encoding Initiative (TEI Lite P5) as pages in a Drupal-based website.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
http://www.teichi.org/features&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;
&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
&amp;quot;All modules are published under a GNU General Public License, version 2 or later, as is required by Drupal.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
The TEI Content module &amp;quot;provides specific support for many of the features that are part of the TEI Lite (P5) set of elements.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
http://www.teichi.org/documentation&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
http://www.teichi.org/contact&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sample implementations ==&lt;br /&gt;
http://www.berardier.org/&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
Version 0.6 &lt;br /&gt;
&lt;br /&gt;
== History of versions ==&lt;br /&gt;
http://www.teichi.org/roadmap&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
http://www.teichi.org/downloads&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;/div&gt;</summary>
		<author><name>Christof.s</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=User:Christof.s&amp;diff=9344</id>
		<title>User:Christof.s</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=User:Christof.s&amp;diff=9344"/>
		<updated>2011-04-30T11:08:24Z</updated>

		<summary type="html">&lt;p&gt;Christof.s: New page: Christof, Würzburg&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Christof, Würzburg&lt;/div&gt;</summary>
		<author><name>Christof.s</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=TEIZoteroTranslator&amp;diff=9343</id>
		<title>TEIZoteroTranslator</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=TEIZoteroTranslator&amp;diff=9343"/>
		<updated>2011-04-30T11:07:47Z</updated>

		<summary type="html">&lt;p&gt;Christof.s: /* Synopsis */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tools]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrative tools]]&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:Header creation tools]]&lt;br /&gt;
[[Category:Glue]]&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
The tei-zotero-translator is a simple translator that seeks to bridge the gap between editing documents following the TEI Guidelines and maintaining the bibliographies with Zotero &amp;lt;http://www.zotero.org&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The translator exports items from the Zotero database to TEI biblStruct elements. It integrates with Zotero, such that it is possible to select TEI as a target export format. Initially, it has been developed to create bibliographies for papers written in TEI P5, but should as well be useful for other projects.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* Export selected entries of your Zotero Database to a structured bibliography, that is &amp;lt;biblStruct&amp;gt;s in a &amp;lt;listBibl&amp;gt;.&lt;br /&gt;
* optionally create xml:ids in the form &amp;lt;Author&amp;gt;&amp;lt;Year&amp;gt;[a-z] (e.g. Carroll1999 or VOICE_Project2009a)&lt;br /&gt;
* optionally export Zotero notes.&lt;br /&gt;
&lt;br /&gt;
== User commentary ==&lt;br /&gt;
'''Please sign all comments.'''&lt;br /&gt;
&lt;br /&gt;
See also [[ZoteroToTEI]]. ([[User:Kshawkin|Kshawkin]])&lt;br /&gt;
&lt;br /&gt;
== System requirements ==&lt;br /&gt;
This exporter requires the Zotero plugin (version 2.1.x) to be installed in Firefox.&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
Open source, GPL v3.&lt;br /&gt;
That means it is free, but you may contribute.&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
Exports to TEI P5.&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
Ecmascript + e4x&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
There is no documentation yet, apart from the comments in the file. Nevertheless, with these comments it should be fairly easy to get the translator running. Having successfully installed the tei-zotero-translator, it is possible to select TEIBiblstruct as export format when exporting a selection of items from the Zotero database.&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
You can get in touch via the google-code page [http://code.google.com/p/tei-zotero-translator/]&lt;br /&gt;
&lt;br /&gt;
== Current version number and date of release ==&lt;br /&gt;
2011-04-18&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
For firefox 4 / Zotero 2.1 a beta of a packaged extension is available for download [http://code.google.com/p/tei-zotero-translator/downloads/list].&lt;br /&gt;
&lt;br /&gt;
* For other versions of firefox and Zotero it might be an option to try the source packages of the translator. The installation is straightforward and requires only little knowledge of your system. The individual steps are detailed in the description at the beginning of the source file.&lt;br /&gt;
* For older versions of Zotero (2.0) [http://tei-zotero-translator.googlecode.com/svn-history/r2/trunk/TEIBiblstruct.js]&lt;br /&gt;
* For current versions of Zotero (2.1) [http://tei-zotero-translator.googlecode.com/svn/trunk/tei-zotero-translator.js]&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
* Currently this translator is a dedicated export translator.&lt;br /&gt;
* Some code for Zotero web-detection and import would be most welcome.&lt;br /&gt;
* TODO: wrap a simple TEI document around the listBibl?&lt;/div&gt;</summary>
		<author><name>Christof.s</name></author>
		
	</entry>
</feed>