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

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

adding first version terms2autocomplete

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