<?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=Jeroen+Hellingman</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=Jeroen+Hellingman"/>
	<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Special:Contributions/Jeroen_Hellingman"/>
	<updated>2026-04-21T13:07:21Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Tei2html_Stylesheets&amp;diff=10726</id>
		<title>Tei2html Stylesheets</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Tei2html_Stylesheets&amp;diff=10726"/>
		<updated>2012-04-13T14:09:52Z</updated>

		<summary type="html">&lt;p&gt;Jeroen Hellingman: /* How to download or buy */&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;
tei2html is a collection of XSLT 2.0 style sheets to transform a document encoded in according to the TEILite DTD (with some extensions) to HTML. Specifically developed to create a monolithic HTML document for posting on [http://www.gutenberg.org/ Project Gutenberg], but are also capable of generating ePub files from the same source with a similar look and feel. In line with the type of material Project Gutenberg deals with, these style sheets are designed to deal with encoded pre-existing works, rather than works created digitally from scratch.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* Generate monolithic HTML output from TEI&lt;br /&gt;
* Generate ePub output&lt;br /&gt;
* Generate word-lists and KWIC indexes from TEI text.&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;
System that supports Java (to run Saxon), and Perl (to run the glue-scripts)&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
Open Source, GPL 3.0&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
The scripts work with TEI Lite (in either SGML or XML form out of the box), as long as they follow the conventions outlined in the documentation; code will need some adaptations for other usage. Relies on rend attributes for certain presentational aspects.&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
Main language: XSLT 2.0&lt;br /&gt;
Support: Perl, several tools will be required, such as SX, and various GNU utilities.&lt;br /&gt;
User Interface: Command Line.&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
Wiki and with checked in code.&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
I will be available for questions, but remember, this is a volunteer project&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
Just me :-) for now.&lt;br /&gt;
&lt;br /&gt;
== How to download ==&lt;br /&gt;
Use SVN to synchronize from Google Code: http://code.google.com/p/tei2html/&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
I am interested in people who would like to help get this code in a more usable, distributable shape. It is currently strongly tied to my own conventions.&lt;/div&gt;</summary>
		<author><name>Jeroen Hellingman</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Tei2html_Stylesheets&amp;diff=10725</id>
		<title>Tei2html Stylesheets</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Tei2html_Stylesheets&amp;diff=10725"/>
		<updated>2012-04-13T14:09:39Z</updated>

		<summary type="html">&lt;p&gt;Jeroen Hellingman: Initial version of page.&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;
tei2html is a collection of XSLT 2.0 style sheets to transform a document encoded in according to the TEILite DTD (with some extensions) to HTML. Specifically developed to create a monolithic HTML document for posting on [http://www.gutenberg.org/ Project Gutenberg], but are also capable of generating ePub files from the same source with a similar look and feel. In line with the type of material Project Gutenberg deals with, these style sheets are designed to deal with encoded pre-existing works, rather than works created digitally from scratch.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* Generate monolithic HTML output from TEI&lt;br /&gt;
* Generate ePub output&lt;br /&gt;
* Generate word-lists and KWIC indexes from TEI text.&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;
System that supports Java (to run Saxon), and Perl (to run the glue-scripts)&lt;br /&gt;
&lt;br /&gt;
== Source code and licensing ==&lt;br /&gt;
Open Source, GPL 3.0&lt;br /&gt;
&lt;br /&gt;
== Support for TEI ==&lt;br /&gt;
The scripts work with TEI Lite (in either SGML or XML form out of the box), as long as they follow the conventions outlined in the documentation; code will need some adaptations for other usage. Relies on rend attributes for certain presentational aspects.&lt;br /&gt;
&lt;br /&gt;
== Language(s) ==&lt;br /&gt;
Main language: XSLT 2.0&lt;br /&gt;
Support: Perl, several tools will be required, such as SX, and various GNU utilities.&lt;br /&gt;
User Interface: Command Line.&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
Wiki and with checked in code.&lt;br /&gt;
&lt;br /&gt;
== Tech support ==&lt;br /&gt;
I will be available for questions, but remember, this is a volunteer project&lt;br /&gt;
&lt;br /&gt;
== User community ==&lt;br /&gt;
Just me :-) for now.&lt;br /&gt;
&lt;br /&gt;
== How to download or buy ==&lt;br /&gt;
Use SVN to synchronize from Google Code: http://code.google.com/p/tei2html/&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
I am interested in people who would like to help get this code in a more usable, distributable shape. It is currently strongly tied to my own conventions.&lt;/div&gt;</summary>
		<author><name>Jeroen Hellingman</name></author>
		
	</entry>
</feed>