source: MDService2/trunk/MDService2/src/mdservice.properties @ 795

Last change on this file since 795 was 795, checked in by vronk, 14 years ago

dcr/rr terms htmllist, welcome-message

File size: 2.4 KB
Line 
1//mdrepository.uri = http://demo.spraakdata.gu.se/clarin/cmd/model/stats/
2//mdrepository.uri = http://localhost:8680/exist/rest/db/clarin/cmd-model.xql/
3mdrepository.uri = http://clarin.aac.ac.at/exist/rest/db/clarin/cmd-model.xql/
4terms.uri = http://localhost:8080/MDService2/model/matrix/?q=
5terms.dcr.uri = http://localhost:8080/MDService2/terms/extract/?q=
6terms.file=terms_setup.xml
7
8//dcregistry.uri = http://www.isocat.org/rest/
9compregistry.uri = http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/
10//collections.uri = file:/c:/Users/master/3lingua/clarin/CMDI/data_zx_metares/fsls.xml
11//collections.uri = http://demo.spraakdata.gu.se/clarin/cmd/model/stats?operation=getCollections&collection=
12collections.uri = http://clarin.aac.ac.at/exist/rest/db/clarin/cmd-model.xql?operation=getCollections&collection=
13
14scripts.path = xsl/
15//cache.path = /srv/tomcat6/webapps/MDService2_cache/
16//workspaceprofile.path = /srv/tomcat6/webapps/MDService2_profiles/
17cache.path = C:/apps/apache-tomcat/webapps/MDService2_cache/
18workspaceprofile.path = C:/apps/apache-tomcat/webapps/MDService2_cache/
19
20cacheindex.file = cache_index.xml
21xml.comp = 
22xsl.XCQL2XPATH = XCQL2Xpath.xsl
23xsl.recordset2htmltable = mdset2view.xsl
24xsl.record2htmldetail = mdinst2view.xsl
25xsl.record2htmlpage = mdinst2view.xsl
26xsl.collection2htmllist = collection2view.xsl
27xsl.collection2htmlpage = collection2view.xsl
28xsl.model2matrix = model2matrix.xsl
29xsl.model2htmlpage = model2view.xsl
30xsl.model2htmltable = model2view.xsl
31xsl.model2htmllist = model2view.xsl
32xsl.model2htmlselect = model2view.xsl
33xsl.terms2extract = terms_extract.xsl
34xsl.terms2htmlselect = terms2view.xsl
35xsl.terms2htmllist = terms2view.xsl
36xsl.terms2flat = terms2view.xsl
37xsl.terms2autocomplete = terms2view.xsl
38xsl.terms2htmlpage = terms2view.xsl
39xsl.terms2htmltable = terms2view.xsl
40
41xsl.comp2htmllist = comp2view.xsl
42xsl.comp2htmldetail = comp2view.xsl
43xsl.complist2htmllist = complist2view.xsl
44xsl.complist2htmlselect = complist2view.xsl
45xsl.complist2htmldetail = complist2view.xsl
46//xsl.dc2htmldiv = dcif2view.xsl
47//xsl.dc2htmllist = dcif2view.xsl
48
49xsl.datcat-all2terms = datcat_all2terms.xsl
50xsl.dcr-rdf2terms = datcat_rdf2terms.xsl
51xsl.rr-rdf2terms = datcat_rdf2terms.xsl
52xsl.dcr-dcif2terms = datcat_dcif2terms.xsl
53
54
55xsl.collection2html = collection2view.xsl
56xsl.complist2xmlresolved = complist_resolved.xsl
57
58xsl.terms2txt = complist2termstxt.xsl
59xsl.xml2json = xml2json.xsl
60xsl.attr2elements = attr2elements.xsl
Note: See TracBrowser for help on using the repository browser.