Changes between Version 9 and Version 10 of FCS


Ignore:
Timestamp:
05/24/16 07:42:49 (8 years ago)
Author:
Oliver Schonefeld
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FCS

    v9 v10  
    1212}}}
    1313== Software for implementing CLARIN-FCS ==
    14  * ''FCS Simple Endpoint'' ([https://trac.clarin.eu/browser/FCSSimpleEndpoint])
     14 * '''FCS Simple Endpoint'''
     15   * Source code: [https://trac.clarin.eu/browser/FCSSimpleEndpoint])
     16   * Maven snippet (aka add this to the proper sections of your {{{pom.xml}}}):
    1517{{{#!xml
    16 <!-- Maven snippet (aka add this to the proper sections of your pom.xml -->
    17 
    18 <!-- ... -->
     18<!-- dependencies section -->
    1919<dependency>
    2020  <groupId>eu.clarin.sru.fcs</groupId>
     
    2323</dependency>
    2424
    25 <!-- ... --->
    26 <repositories>
    27   <repository>
    28     <id>clarin</id>
    29     <url>https://nexus.clarin.eu/content/repositories/Clarin/</url>
    30     <layout>default</layout>
    31   </repository>
    32 </repositories>
     25<!-- (Maven) repositories section --->
     26<repository>
     27  <id>clarin</id>
     28  <url>https://nexus.clarin.eu/content/repositories/Clarin/</url>
     29  <layout>default</layout>
     30</repository>
    3331}}}
    34  * ''FCS Annotation Translator'' for use in endpoints ([https://trac.clarin.eu/browser/FCSannotrans])
     32 * '''FCS Annotation Translator''' for use in endpoints
     33   * Source code: [https://trac.clarin.eu/browser/FCSannotrans])
    3534   * Not yet released to CLARIN nexus, add manually to your project!
    3635
    37  * ''FCS Simple Client'' ([https://trac.clarin.eu/browser/FCSSimpleClient])
     36 * '''FCS Simple Client'''
     37   * Source code: [https://trac.clarin.eu/browser/FCSSimpleClient]
     38   * Maven snippet (aka add this to the proper sections of your {{{pom.xml}}}):
    3839{{{#!xml
    39 <!-- Maven snippet (aka add this to the proper sections of your pom.xml -->
    40 
    41 <!-- ... -->
     40<!-- dependencies section -->
    4241<dependency>
    4342  <groupId>eu.clarin.sru.fcs</groupId>
     
    4645</dependency>
    4746
    48 <!-- ... --->
    49 <repositories>
    50   <repository>
    51     <id>clarin</id>
    52     <url>https://nexus.clarin.eu/content/repositories/Clarin/</url>
    53     <layout>default</layout>
    54   </repository>
    55 </repositories>
     47<!-- (Maven) repositories section --->
     48<repository>
     49  <id>clarin</id>
     50  <url>https://nexus.clarin.eu/content/repositories/Clarin/</url>
     51  <layout>default</layout>
     52</repository>
    5653}}}
    5754