comparison artifacts/doc/conf/themes.xml @ 8803:080ee1c73bab

Entities will be resolved correctly if placeholder is given. Works since Rev f099f0b22e62 of framework. Theme config is thus found regardless of working dir of server.
author Tom Gottfried <tom@intevation.de>
date Thu, 24 Dec 2015 19:05:21 +0100
parents befa08182368
children 7bbfb24e6eec
comparison
equal deleted inserted replaced
8802:a58cbb1b7371 8803:080ee1c73bab
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE themes [ 2 <!DOCTYPE themes [
3 <!ENTITY virtual-themes SYSTEM "conf/themes/virtual.xml"> 3 <!ENTITY virtual SYSTEM "${artifacts.config.dir}/themes/virtual.xml">
4 <!ENTITY default-themes SYSTEM "conf/themes/default.xml"> 4 <!ENTITY default SYSTEM "${artifacts.config.dir}/themes/default.xml">
5 <!ENTITY second-themes SYSTEM "conf/themes/second.xml"> 5 <!ENTITY second SYSTEM "${artifacts.config.dir}/themes/second.xml">
6 ]> 6 ]>
7 <themes> 7 <themes>
8 &virtual-themes; 8 &virtual;
9 &default-themes; 9 &default;
10 &second-themes; 10 &second;
11 11
12 <!-- Mappings are following now. A mapping maps between a name of a facet 12 <!-- Mappings are following now. A mapping maps between a name of a facet
13 and a theme. Always the first matching mapping is taken, so consider putting 13 and a theme. Always the first matching mapping is taken, so consider putting
14 most specific mappings on top of the list. --> 14 most specific mappings on top of the list. -->
15 <mappings> 15 <mappings>

http://dive4elements.wald.intevation.org