<?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=Frederik+Elwert</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=Frederik+Elwert"/>
	<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Special:Contributions/Frederik_Elwert"/>
	<updated>2026-04-21T16:40:13Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=JEdit&amp;diff=14195</id>
		<title>JEdit</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=JEdit&amp;diff=14195"/>
		<updated>2015-02-20T14:11:18Z</updated>

		<summary type="html">&lt;p&gt;Frederik Elwert: /* Support for TEI */  Describe setting up schema validation 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;
== 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>Frederik Elwert</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=JEdit&amp;diff=14191</id>
		<title>JEdit</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=JEdit&amp;diff=14191"/>
		<updated>2015-02-20T14:01:42Z</updated>

		<summary type="html">&lt;p&gt;Frederik Elwert: /* Documentation */&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;
== 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>Frederik Elwert</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=JEdit&amp;diff=14189</id>
		<title>JEdit</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=JEdit&amp;diff=14189"/>
		<updated>2015-02-20T13:58:56Z</updated>

		<summary type="html">&lt;p&gt;Frederik Elwert: /* Language(s) */ Added programming and interface languages&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;
== 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 available from http://www.jedit.org/&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>Frederik Elwert</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=JEdit&amp;diff=14188</id>
		<title>JEdit</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=JEdit&amp;diff=14188"/>
		<updated>2015-02-20T13:53:13Z</updated>

		<summary type="html">&lt;p&gt;Frederik Elwert: /* Features */&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;
== 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;
Documentation available from http://www.jedit.org/&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>Frederik Elwert</name></author>
		
	</entry>
</feed>