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

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

added xsl for pazpar2

File size: 3.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
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=
14virtualcollection.uri = http://clarin.ids-mannheim.de/vcr/service/virtualcollection
15
16scripts.path = xsl/
17//cache.path = /srv/tomcat6/webapps/MDService2_cache/
18//workspaceprofile.path = /srv/tomcat6/webapps/MDService2_profiles/
19cache.path = C:/apps/apache-tomcat/webapps/MDService2_cache/
20workspaceprofile.path = C:/apps/apache-tomcat/webapps/MDService2_profiles/
21//cache.path = C:/apache-tomcat-6.0.26/webapps/MDService2_cache/
22//workspaceprofile.path = C:/apache-tomcat-6.0.26/webapps/MDService2_profiles/
23workspace.file = WorkspaceProfile.xml
24
25cacheindex.file = cache_index.xml
26xml.comp = 
27xsl.profile2VC = profile2VC.xsl
28xsl.XCQL2XPATH = XCQL2Xpath.xsl
29xsl.recordset2htmltable = mdset2view.xsl
30xsl.recordset2htmlpage = mdset2view.xsl
31xsl.recordset2htmllist = mdset2view.xsl
32xsl.recordset2htmlsimple = mdset2view.xsl
33xsl.sru2htmlpage = sru2view.xsl
34xsl.sru2htmltable = sru2view.xsl
35xsl.pazpar22htmlpage = mdset_pazpar2view.xsl
36xsl.pazpar22htmlpagelist = mdset_pazpar2view.xsl
37xsl.pazpar22htmltable = mdset_pazpar2view.xsl
38xsl.record2htmldetail = mdinst2view.xsl
39xsl.record2htmlpage = mdinst2view.xsl
40xsl.collection2htmllist = collection2view.xsl
41xsl.collection2htmlpage = collection2view.xsl
42xsl.model2matrix = model2matrix.xsl
43xsl.model2htmlpage = model2view.xsl
44xsl.model2htmltable = model2view.xsl
45xsl.model2htmllist = model2view.xsl
46xsl.model2htmlselect = model2view.xsl
47xsl.values2htmlpage = values2view.xsl
48xsl.values2htmllist = values2view.xsl
49xsl.terms2extract = terms_extract.xsl
50xsl.terms2htmlselect = terms2view.xsl
51xsl.terms2htmllist = terms2view.xsl
52xsl.terms2flat = terms2view.xsl
53xsl.terms2autocomplete = terms2view.xsl
54xsl.terms2htmlpage = terms2view.xsl
55xsl.terms2htmldetail = terms2view.xsl
56xsl.terms2htmltable = terms2view.xsl
57xsl.terms2sru-explain = sru_explain.xsl
58
59xsl.comp2htmlpage = comp2view.xsl
60xsl.comp2htmllist = comp2view.xsl
61xsl.comp2htmldetail = comp2view.xsl
62xsl.complist2htmllist = complist2view.xsl
63xsl.complist2htmlselect = complist2view.xsl
64xsl.complist2htmldetail = complist2view.xsl
65//xsl.dc2htmldiv = dcif2view.xsl
66//xsl.dc2htmllist = dcif2view.xsl
67
68xsl.datcat-all2terms = datcat_all2terms.xsl
69xsl.dcr-rdf2terms = datcat_rdf2terms.xsl
70xsl.rr-rdf2terms = datcat_rdf2terms.xsl
71xsl.dcr-dcif2terms = datcat_dcif2terms.xsl
72
73
74xsl.collection2html = collection2view.xsl
75xsl.complist2xmlresolved = complist_resolved.xsl
76
77xsl.terms2txt = complist2termstxt.xsl
78xsl.xml2json = xml2json.xsl
79xsl.attr2elements = attr2elements.xsl
80
81xsl.admin2htmlpage = cache2view.xsl
82xsl.docs2htmlpage = docs2view.xsl
83xsl.docs2htmldetail = docs2view.xsl
84xsl.docs2htmlpagetest = test2view.xsl
Note: See TracBrowser for help on using the repository browser.