Difference between revisions of "Roma"

From TEIWiki
Jump to navigation Jump to search
(added history of versions, fixed formatting)
m (Minor Change: Warning that this is all about Roma Antiqua https://romaantiqua.tei-c.org/)
 
(41 intermediate revisions by 5 users not shown)
Line 1: Line 1:
'''Roma''' is the TEI tool (a suite of XSLT stylesheets) for creating schemas and customisations from [http://www.tei-c.org/P5/ P5] [[ODD]] specifications. It was written by Arno Mittelbach and is maintained by Sebastian Rahtz.
 
  
Report problems either at the [[TEI-L]] list or in the [http://sourceforge.net/tracker/?group_id=106328&atid=644062 SourceForge bug tracker].
+
= WARNING =
 +
This wiki page refers to the old version of Roma: https://romaantiqua.tei-c.org/  
  
=== Current version number and date of release ===
+
== Synopsis ==
* Online: 3.1 (2007-10-27)
+
 
* SourceForge download: 3.3 (2008-02-03)
+
'''Roma''' is the web based TEI software for generating customisations from [http://www.tei-c.org/P5/ P5] [[ODD]] specifications. It was written by Arno Mittelbach and is loosely maintained by the TEI Council.
 +
 
 +
Roma's basic job is to construct an XML document, the TEI "ODD". To generate output (RELAXNG schemas, W3C schemas, HTML documentation, etc.), Roma relies on the [[OxGarage]] web service to provide the necessary transformations.
 +
 
 +
Historically, there has been a Roma CLI tool, but this is superseded by the appropriate ANT or Shell scripts provided by  the  [[Tei-xsl|TEI Stylesheets]] themselves.
 +
 
 +
== Features ==
 +
 
 +
== User commentary ==
 +
'''Please sign all comments.'''
 +
 
 +
== System requirements ==
 +
A standard modern web browser is all that is required to make use of the Roma Web Client. If you want to deploy the underlying system yourself the most convenient way is via [https://www.docker.com Docker] which is available for most platforms.
 +
 
 +
== Source code and licensing ==
 +
Roma source code is hosted on Github, at https://github.com/TEIC/roma
 +
 
 +
== Support for TEI ==
 +
 
 +
== Language(s) ==
 +
 
 +
== Documentation ==
 +
For the web version, see [http://www.tei-c.org/Guidelines/Customization/use_roma.xml Customizing the TEI with Roma].
 +
 
 +
For instructions on installing the command-line version under Mac OS X, see [http://www.wwp.northeastern.edu/outreach/seminars/_current/handouts/roma_CLI_MacOS_X.html Roma CLI Instructions] [note that the locations of stylesheet and roma have moved to github and the links given are out of date, cf. [http://lists.village.virginia.edu/pipermail/tei-council/2013/018680.html]]. 
 +
 
 +
As Sebastian wrote on TEI-L on 2009-12-21, "Always remember when considering Roma and friends that the variation is in the XSL stylesheets which it uses. So 99% of error reports and bug fixes are to do with the behaviour of odd2odd.xsl and odd2relax.xsl (etc). The XSL package changes much more frequently than Roma."
 +
 
 +
== Tech support ==
 +
Report problems either at the [[TEI-L]] list or in the [https://github.com/TEIC/Roma/issues GitHub issue tracker].
 +
 
 +
== User community ==
 +
 
 +
== Sample implementations ==
 +
* Production version: http://roma.tei-c.org/ (running on the main TEI server)
 +
* Development version: https://roma2.tei-c.org (currently running at Paderborn University)
 +
 
 +
== Current version number and date of release ==
 +
* 5.0.0 (2018-07-18)
  
 
== History of versions ==
 
== History of versions ==
  
* 2.11 (2007-05-26)
+
=== GitHub releases ===
* 2.8 (2007-03-13)
+
 
* 2.5 (2006-10-17)
+
https://github.com/TEIC/Roma/releases
* 2.0 (2006-07-03)
+
 
* 1.7.12 (2006-01-30)
+
=== old releases on SourceForge ===
* 1.7.11 (2005-12-20)
+
 
* 1.7.10 (2005-10-20)
+
https://sourceforge.net/projects/tei/files/Roma/
* 1.7.6 (2005-07-12)
+
 
* 1.7.5 (2005-06-23)
+
== How to download or buy ==
* 1.7.3 (2005-06-06)
+
 
* 1.6.7 (2005-01-17)
+
There are two options.
 +
 
 +
=== a) Pull from Docker (recommended) ===
 +
 
 +
docker pull teic/roma
 +
 
 +
=== b) Download/Clone from GitHub (for developers) ===
 +
 
 +
see https://github.com/TEIC/Roma
  
=== External links ===
+
== Getting the Roma server running ==
* http://www.tei-c.org/Roma/ – the online version
 
* [http://sourceforge.net/project/showfiles.php?group_id=106328&package_id=141128 Sourceforge download] – a shell utility (requires [http://xmlsoft.org/XSLT/xsltproc2.html xsltproc], [http://thaiopensource.com/relaxng/trang.html trang] and  [[wikipedia:perl|perl]])
 
*[http://www.tei-c.org/Guidelines/Customization/use_roma.xml Customizing the TEI with Roma] – user manual
 
  
 +
The recommended way is to run Roma via Docker. Detailed instructions can be found in the [https://github.com/TEIC/Roma/blob/dev/README.md project Readme].
  
 +
== Additional notes ==
 +
Also see [[OxGarage]] and [[Vesta]].
  
 
[[Category:Tools]]
 
[[Category:Tools]]

Latest revision as of 20:40, 8 May 2023

WARNING

This wiki page refers to the old version of Roma: https://romaantiqua.tei-c.org/

Synopsis

Roma is the web based TEI software for generating customisations from P5 ODD specifications. It was written by Arno Mittelbach and is loosely maintained by the TEI Council.

Roma's basic job is to construct an XML document, the TEI "ODD". To generate output (RELAXNG schemas, W3C schemas, HTML documentation, etc.), Roma relies on the OxGarage web service to provide the necessary transformations.

Historically, there has been a Roma CLI tool, but this is superseded by the appropriate ANT or Shell scripts provided by the TEI Stylesheets themselves.

Features

User commentary

Please sign all comments.

System requirements

A standard modern web browser is all that is required to make use of the Roma Web Client. If you want to deploy the underlying system yourself the most convenient way is via Docker which is available for most platforms.

Source code and licensing

Roma source code is hosted on Github, at https://github.com/TEIC/roma

Support for TEI

Language(s)

Documentation

For the web version, see Customizing the TEI with Roma.

For instructions on installing the command-line version under Mac OS X, see Roma CLI Instructions [note that the locations of stylesheet and roma have moved to github and the links given are out of date, cf. [1]].

As Sebastian wrote on TEI-L on 2009-12-21, "Always remember when considering Roma and friends that the variation is in the XSL stylesheets which it uses. So 99% of error reports and bug fixes are to do with the behaviour of odd2odd.xsl and odd2relax.xsl (etc). The XSL package changes much more frequently than Roma."

Tech support

Report problems either at the TEI-L list or in the GitHub issue tracker.

User community

Sample implementations

Current version number and date of release

  • 5.0.0 (2018-07-18)

History of versions

GitHub releases

https://github.com/TEIC/Roma/releases

old releases on SourceForge

https://sourceforge.net/projects/tei/files/Roma/

How to download or buy

There are two options.

a) Pull from Docker (recommended)

docker pull teic/roma

b) Download/Clone from GitHub (for developers)

see https://github.com/TEIC/Roma

Getting the Roma server running

The recommended way is to run Roma via Docker. Detailed instructions can be found in the project Readme.

Additional notes

Also see OxGarage and Vesta.