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
RevLine 
[713]1//mdrepository.uri = http://demo.spraakdata.gu.se/clarin/cmd/model/stats/
[767]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/
[772]4terms.uri = http://localhost:8080/MDService2/model/matrix/?q=
[795]5terms.dcr.uri = http://localhost:8080/MDService2/terms/extract/?q=
6terms.file=terms_setup.xml
[1076]7docs.uri=http://localhost:8080/MDService2/static/
[768]8
9//dcregistry.uri = http://www.isocat.org/rest/
[767]10compregistry.uri = http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/
[862]11//collections.uri = http://demo.spraakdata.gu.se/clarin/cmd/model/stats?operation=getCollections&maxdepth=3&collection=
[1059]12collections.uri = http://clarin.aac.ac.at/exist/rest/db/clarin/cmd-model.xql?operation=getCollections&maxdepth=2&collection=
[862]13//collections.uri = http://localhost:8680/exist/rest/db/clarin/cmd-model.xql?operation=getCollections&collection=
[1389]14virtualcollection.uri = http://clarin.ids-mannheim.de/vcr/service/virtualcollection
[767]15
[466]16scripts.path = xsl/
[1221]17//cache.path = /srv/tomcat6/webapps/MDService2_cache/
18//workspaceprofile.path = /srv/tomcat6/webapps/MDService2_profiles/
[1479]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/
[1310]23workspace.file = WorkspaceProfile.xml
[767]24
[655]25cacheindex.file = cache_index.xml
[466]26xml.comp = 
[1273]27xsl.profile2VC = profile2VC.xsl
[466]28xsl.XCQL2XPATH = XCQL2Xpath.xsl
29xsl.recordset2htmltable = mdset2view.xsl
[862]30xsl.recordset2htmlpage = mdset2view.xsl
[1059]31xsl.recordset2htmllist = mdset2view.xsl
[1392]32xsl.recordset2htmlsimple = mdset2view.xsl
[1470]33xsl.sru2htmlpage = sru2view.xsl
34xsl.sru2htmltable = sru2view.xsl
[1479]35xsl.pazpar22htmlpage = mdset_pazpar2view.xsl
36xsl.pazpar22htmlpagelist = mdset_pazpar2view.xsl
37xsl.pazpar22htmltable = mdset_pazpar2view.xsl
[649]38xsl.record2htmldetail = mdinst2view.xsl
[689]39xsl.record2htmlpage = mdinst2view.xsl
[520]40xsl.collection2htmllist = collection2view.xsl
[655]41xsl.collection2htmlpage = collection2view.xsl
[767]42xsl.model2matrix = model2matrix.xsl
[466]43xsl.model2htmlpage = model2view.xsl
44xsl.model2htmltable = model2view.xsl
45xsl.model2htmllist = model2view.xsl
[767]46xsl.model2htmlselect = model2view.xsl
[1046]47xsl.values2htmlpage = values2view.xsl
48xsl.values2htmllist = values2view.xsl
[795]49xsl.terms2extract = terms_extract.xsl
[773]50xsl.terms2htmlselect = terms2view.xsl
[794]51xsl.terms2htmllist = terms2view.xsl
[795]52xsl.terms2flat = terms2view.xsl
[794]53xsl.terms2autocomplete = terms2view.xsl
[773]54xsl.terms2htmlpage = terms2view.xsl
[1221]55xsl.terms2htmldetail = terms2view.xsl
[773]56xsl.terms2htmltable = terms2view.xsl
[1236]57xsl.terms2sru-explain = sru_explain.xsl
[794]58
[890]59xsl.comp2htmlpage = comp2view.xsl
[466]60xsl.comp2htmllist = comp2view.xsl
61xsl.comp2htmldetail = comp2view.xsl
62xsl.complist2htmllist = complist2view.xsl
63xsl.complist2htmlselect = complist2view.xsl
64xsl.complist2htmldetail = complist2view.xsl
[768]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
[582]74xsl.collection2html = collection2view.xsl
75xsl.complist2xmlresolved = complist_resolved.xsl
[794]76
[656]77xsl.terms2txt = complist2termstxt.xsl
[676]78xsl.xml2json = xml2json.xsl
[862]79xsl.attr2elements = attr2elements.xsl
[890]80
81xsl.admin2htmlpage = cache2view.xsl
[1076]82xsl.docs2htmlpage = docs2view.xsl
[1081]83xsl.docs2htmldetail = docs2view.xsl
[1406]84xsl.docs2htmlpagetest = test2view.xsl
Note: See TracBrowser for help on using the repository browser.