Locked History Actions

Diff for "TeiAPI"

Differences between revisions 4 and 6 (spanning 2 versions)
Revision 4 as of 2012-05-07 16:44:56
Size: 675
Editor: MichalLenart
Comment:
Revision 6 as of 2012-05-07 16:45:58
Size: 736
Editor: MichalLenart
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
Line 17: Line 18:
Line 28: Line 30:
Line 29: Line 32:
}}}
 * and plugin information:
{{{#!highlight xml

TEI API

This page describes TeiAPI - a java library for parsing NKJP-compatible TEI P5 files.

Usage

With Maven

In your pom.xml file:

  • add repository information:

   1 <repositories>
   2 
   3   <repository>
   4   ...
   5   </repository>
   6 
   7   <repository>
   8     <releases>
   9       <enabled>true</enabled>
  10       <updatePolicy>always</updatePolicy>
  11       <checksumPolicy>fail</checksumPolicy>
  12     </releases>
  13     <id>mlenart</id>
  14     <name>mlenart</name>
  15     <url>http://chopin.ipipan.waw.pl/~mlenart/maven2</url>
  16     <layout>default</layout>
  17   </repository>
  18 
  19 </repositories>
  • and plugin information:

   1 

Without Maven