-
Notifications
You must be signed in to change notification settings - Fork 0
/
page-flow.xml
44 lines (36 loc) · 2.47 KB
/
page-flow.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2007 Orbeon, Inc.
This program is free software; you can redistribute it and/or modify it under the terms of the
GNU Lesser General Public License as published by the Free Software Foundation; either version
2.1 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details.
The full text of the license is available at http://www.gnu.org/copyleft/lesser.html
-->
<config xmlns="http://www.orbeon.com/oxf/controller" xmlns:oxf="http://www.orbeon.com/oxf/processors" matcher="oxf:perl5-matcher">
<!-- ****************
* PUBLIC INTERFACE *
***************** -->
<!-- **** PAGES **** -->
<page path="/igch/" view="xpl/views/pages/index.xpl" id="index"/>
<!-- **** SERIALIZATIONS **** -->
<!-- Solr -->
<page path="/igch/browse" model="xpl/models/solr/query.xpl" view="xpl/views/serializations/solr/html.xpl"/>
<!-- ID -->
<!--<page path="/igch/id/(.*)\.ttl" model="xpl/models/rdf/get-id.xpl" view="xpl/views/serializations/rdf/ttl.xpl"/>
<page path="/igch/id/(.*)\.jsonld" model="xpl/models/rdf/get-id.xpl" view="xpl/views/serializations/rdf/json-ld.xpl"/>-->
<page path="/igch/id/(.*)\.solr" model="xpl/models/xhtml/get-id.xpl" view="xpl/views/serializations/xhtml/solr.xpl"/>
<page path="/igch/id/(.*)\.geojson" model="xpl/models/xhtml/get-id.xpl" view="xpl/views/serializations/xhtml/geojson.xpl"/>
<page path="/igch/id/(.*)\.kml" model="xpl/models/xhtml/get-id.xpl" view="xpl/views/serializations/xhtml/kml.xpl"/>
<page path="/igch/id/(.*)\.rdf" model="xpl/models/xhtml/get-id.xpl" view="xpl/views/serializations/xhtml/rdf.xpl"/>
<page path="/igch/id/(.*)\.xml" view="xpl/models/xhtml/get-id.xpl" />
<page path="/igch/id/(.*)" model="xpl/models/xhtml/get-id.xpl" view="xpl/views/serializations/xhtml/html.xpl"/>
<!-- **** DATA DUMPS **** -->
<page path="/igch/pelagios.void.rdf" view="pelagios.void.rdf"/>
<page path="/igch/pelagios.rdf" model="xpl/models/solr/pelagios.xpl" view="xpl/views/serializations/solr/pelagios.xpl"/>
<page path="/igch/nomisma.void.rdf" view="nomisma.void.rdf"/>
<page path="/igch/nomisma.rdf" model="xpl/models/xhtml/aggregate-all.xpl" view="xpl/views/serializations/xhtml/rdf.xpl"/>
<epilogue url="oxf:/config/epilogue.xpl"/>
</config>