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

Last change on this file since 1472 was 1472, checked in by gaba, 13 years ago

pazpar search - first version

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/
19//cache.path = C:/apps/apache-tomcat/webapps/MDService2_cache/
20//workspaceprofile.path = C:/apps/apache-tomcat/webapps/MDService2_profiles/
21cache.path = C:/apache-tomcat-6.0.26/webapps/MDService2_cache/
22workspaceprofile.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 = pazpar2view.xsl
36xsl.pazpar22htmltable = pazpar2view.xsl
37xsl.record2htmldetail = mdinst2view.xsl
38xsl.record2htmlpage = mdinst2view.xsl
39xsl.collection2htmllist = collection2view.xsl
40xsl.collection2htmlpage = collection2view.xsl
41xsl.model2matrix = model2matrix.xsl
42xsl.model2htmlpage = model2view.xsl
43xsl.model2htmltable = model2view.xsl
44xsl.model2htmllist = model2view.xsl
45xsl.model2htmlselect = model2view.xsl
46xsl.values2htmlpage = values2view.xsl
47xsl.values2htmllist = values2view.xsl
48xsl.terms2extract = terms_extract.xsl
49xsl.terms2htmlselect = terms2view.xsl
50xsl.terms2htmllist = terms2view.xsl
51xsl.terms2flat = terms2view.xsl
52xsl.terms2autocomplete = terms2view.xsl
53xsl.terms2htmlpage = terms2view.xsl
54xsl.terms2htmldetail = terms2view.xsl
55xsl.terms2htmltable = terms2view.xsl
56xsl.terms2sru-explain = sru_explain.xsl
57
58xsl.comp2htmlpage = comp2view.xsl
59xsl.comp2htmllist = comp2view.xsl
60xsl.comp2htmldetail = comp2view.xsl
61xsl.complist2htmllist = complist2view.xsl
62xsl.complist2htmlselect = complist2view.xsl
63xsl.complist2htmldetail = complist2view.xsl
64//xsl.dc2htmldiv = dcif2view.xsl
65//xsl.dc2htmllist = dcif2view.xsl
66
67xsl.datcat-all2terms = datcat_all2terms.xsl
68xsl.dcr-rdf2terms = datcat_rdf2terms.xsl
69xsl.rr-rdf2terms = datcat_rdf2terms.xsl
70xsl.dcr-dcif2terms = datcat_dcif2terms.xsl
71
72
73xsl.collection2html = collection2view.xsl
74xsl.complist2xmlresolved = complist_resolved.xsl
75
76xsl.terms2txt = complist2termstxt.xsl
77xsl.xml2json = xml2json.xsl
78xsl.attr2elements = attr2elements.xsl
79
80xsl.admin2htmlpage = cache2view.xsl
81xsl.docs2htmlpage = docs2view.xsl
82xsl.docs2htmldetail = docs2view.xsl
83xsl.docs2htmlpagetest = test2view.xsl
Note: See TracBrowser for help on using the repository browser.