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

Last change on this file since 1076 was 1076, checked in by vronk, 13 years ago

reduced logging messages,
changes to CQL-handling in js and XCQL2Xpath-mapping;
reworked docs, introduced example queries

File size: 2.9 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
7docs.uri=http://localhost:8080/MDService2/static/
8
9//dcregistry.uri = http://www.isocat.org/rest/
10compregistry.uri = http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/
11//collections.uri = http://demo.spraakdata.gu.se/clarin/cmd/model/stats?operation=getCollections&maxdepth=3&collection=
12collections.uri = http://clarin.aac.ac.at/exist/rest/db/clarin/cmd-model.xql?operation=getCollections&maxdepth=2&collection=
13//collections.uri = http://localhost:8680/exist/rest/db/clarin/cmd-model.xql?operation=getCollections&collection=
14
15scripts.path = xsl/
16//cache.path = /srv/tomcat6/webapps/MDService2_cache/
17//workspaceprofile.path = /srv/tomcat6/webapps/MDService2_profiles/
18cache.path = C:/apps/apache-tomcat/webapps/MDService2_cache/
19workspaceprofile.path = C:/apps/apache-tomcat/webapps/MDService2_profiles/
20//cache.path = C:/apache-tomcat-6.0.26/webapps/MDService2_cache/
21//workspaceprofile.path = C:/apache-tomcat-6.0.26/webapps/MDService2_profiles/
22
23
24cacheindex.file = cache_index.xml
25xml.comp = 
26xsl.XCQL2XPATH = XCQL2Xpath.xsl
27xsl.recordset2htmltable = mdset2view.xsl
28xsl.recordset2htmlpage = mdset2view.xsl
29xsl.recordset2htmllist = mdset2view.xsl
30xsl.record2htmldetail = mdinst2view.xsl
31xsl.record2htmlpage = mdinst2view.xsl
32xsl.collection2htmllist = collection2view.xsl
33xsl.collection2htmlpage = collection2view.xsl
34xsl.model2matrix = model2matrix.xsl
35xsl.model2htmlpage = model2view.xsl
36xsl.model2htmltable = model2view.xsl
37xsl.model2htmllist = model2view.xsl
38xsl.model2htmlselect = model2view.xsl
39xsl.values2htmlpage = values2view.xsl
40xsl.values2htmllist = values2view.xsl
41xsl.terms2extract = terms_extract.xsl
42xsl.terms2htmlselect = terms2view.xsl
43xsl.terms2htmllist = terms2view.xsl
44xsl.terms2flat = terms2view.xsl
45xsl.terms2autocomplete = terms2view.xsl
46xsl.terms2htmlpage = terms2view.xsl
47xsl.terms2htmltable = terms2view.xsl
48
49xsl.comp2htmlpage = comp2view.xsl
50xsl.comp2htmllist = comp2view.xsl
51xsl.comp2htmldetail = comp2view.xsl
52xsl.complist2htmllist = complist2view.xsl
53xsl.complist2htmlselect = complist2view.xsl
54xsl.complist2htmldetail = complist2view.xsl
55//xsl.dc2htmldiv = dcif2view.xsl
56//xsl.dc2htmllist = dcif2view.xsl
57
58xsl.datcat-all2terms = datcat_all2terms.xsl
59xsl.dcr-rdf2terms = datcat_rdf2terms.xsl
60xsl.rr-rdf2terms = datcat_rdf2terms.xsl
61xsl.dcr-dcif2terms = datcat_dcif2terms.xsl
62
63
64xsl.collection2html = collection2view.xsl
65xsl.complist2xmlresolved = complist_resolved.xsl
66
67xsl.terms2txt = complist2termstxt.xsl
68xsl.xml2json = xml2json.xsl
69xsl.attr2elements = attr2elements.xsl
70
71xsl.admin2htmlpage = cache2view.xsl
72xsl.docs2htmlpage = docs2view.xsl
Note: See TracBrowser for help on using the repository browser.