Difference between revisions of "TEIDebian"

From TEIWiki
Jump to navigation Jump to search
(Additional notes)
(Documentation: tei-xsl package)
 
(7 intermediate revisions by 4 users not shown)
Line 3: Line 3:
  
 
== Synopsis ==
 
== Synopsis ==
"This is a set of unofficial, unguaranteed, Debian packages for learning materials packaged by [http://www.oss-watch.ac.uk/ OSS Watch], and TEI-useful software and resources. They have been used to build Ubuntu and Knoppix remasters for OSS Watch and the TEI."
+
This is a set of unofficial, unguaranteed, Debian packages with TEI-useful software and resources packaged by the TEI Technical Council.
  
List of packages available at http://tei.oucs.ox.ac.uk/teideb/ .
+
List of packages available at http://packages.tei-c.org/deb/ .
  
 
== Features ==
 
== Features ==
Line 28: Line 28:
 
== Documentation ==
 
== Documentation ==
  
Instructions for installation, assuming that you're installing the packages to generate TEI from subversion
+
* Do the following to add the GPG key to your system:
* Have a modern running Ubuntu / Debian system. I used Ubuntu 10.4
 
* Add the following line to /etc/apt/sources.list
 
  
  deb http://tei.oucs.ox.ac.uk/teideb/binary ./
+
sudo apt-key adv --keyserver wwwkeys.uk.pgp.net --recv-keys 19CF3E497B9824DC
 +
 
 +
* Add the following line to /etc/apt/sources.list (you'll need <code>apt-transport-https</code> installed)
 +
 
 +
  deb https://packages.tei-c.org/deb/binary ./
  
 
* Refresh the package lists
 
* Refresh the package lists
Line 38: Line 40:
 
  apt-get update
 
  apt-get update
  
* Install the packages (it's possible that not quite all of these packages are strictly needed). If the system suggests you install any package with suffix -doc, it's usually a good idea to install it, since these are the documentation package matching the packages you're installing. The install is broken up into packages from the general ubuntu repository and packages from the TEI repository.
+
* Install the packages
 
 
apt-get install psgml xmlstarlet debiandoc-sgml linuxdoc-sgml jing jing-trang-doc libjing-java rnv texlive-xetex
 
apt-get install trang-java tei-p5-doc tei-emacs saxon nxml-mode-tei tei-p5-xsl  tei-p5-xsl2 tei-roma onvdl
 
 
 
* Purge the gcj java components from your system to prevent obscure bugs and incompatabilities:
 
  
  apt-get remove `apt-cache search gcj | grep gcj | awk '{print $1}'`
+
  apt-get install  tei-p5-doc  tei-xsl tei-p5-schema tei-p5-source
 
 
* If you use tei-oxygen, you will need a [http://www.oracle.com/technetwork/java/javase/downloads/index.html Java SE Runtime Environment from Oracle(formerly Sun)].
 
  
 
== Tech support ==
 
== Tech support ==
Contact Sebastian Rahtz with questions.
+
Contact Peter Stadler or anyone else from the TEI Council with questions.
  
 
== User community ==
 
== User community ==
Line 59: Line 54:
  
 
== Current version number and date of release ==
 
== Current version number and date of release ==
2009-12-13: tei-emacs no longer depends on tdtd.
+
* 2017-07-10: moved location of Debian packages to http://packages.tei-c.org/deb/ and created a new PGP key.
 +
 
  
 
== History of versions ==
 
== History of versions ==
 +
* 2009-12-13: tei-emacs no longer depends on tdtd.
 
* 2007-11-05: updated to work with <oXygen/> v. 9.0
 
* 2007-11-05: updated to work with <oXygen/> v. 9.0
 
* 2007-05-26: update
 
* 2007-05-26: update
  
 
== How to download or buy ==
 
== How to download or buy ==
http://tei.oucs.ox.ac.uk/teideb/
+
http://packages.tei-c.org/deb/
  
 
== Additional notes ==
 
== Additional notes ==
* At http://tei.oucs.ox.ac.uk/teideb/ you can also download a customized Ubuntu Live CD with these packages.
 
* [[Setting_up_a_Jenkins_server]] explains how you can set up a continuous integration server using Ubuntu. A Jenkins server watches the TEI source code and compiles new versions of all the TEI products, including the TEI Debian packages, whenever a change is made to the source.
 

Latest revision as of 11:36, 19 April 2018


Synopsis

This is a set of unofficial, unguaranteed, Debian packages with TEI-useful software and resources packaged by the TEI Technical Council.

List of packages available at http://packages.tei-c.org/deb/ .

Features

User commentary

Please sign all comments.


System requirements

(type in that information here)

Source code and licensing

open source

Support for TEI

TEI software and schemas are included.

Language(s)

Documentation

  • Do the following to add the GPG key to your system:
sudo apt-key adv --keyserver wwwkeys.uk.pgp.net --recv-keys 19CF3E497B9824DC
  • Add the following line to /etc/apt/sources.list (you'll need apt-transport-https installed)
deb https://packages.tei-c.org/deb/binary ./
  • Refresh the package lists
apt-get update
  • Install the packages
apt-get install  tei-p5-doc  tei-xsl tei-p5-schema tei-p5-source

Tech support

Contact Peter Stadler or anyone else from the TEI Council with questions.

User community

Sample implementations

Current version number and date of release


History of versions

  • 2009-12-13: tei-emacs no longer depends on tdtd.
  • 2007-11-05: updated to work with <oXygen/> v. 9.0
  • 2007-05-26: update

How to download or buy

http://packages.tei-c.org/deb/

Additional notes