Added copyright notice about AGPL. Removed setuputils in favour of plain distutils.
[librarian.git] / librarian / xslt / config.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 #
4 #    This file is part of Librarian.
5 #
6 #    Copyright © 2008,2009,2010 Fundacja Nowoczesna Polska <fundacja@nowoczesnapolska.org.pl>
7 #    
8 #    For full list of contributors see AUTHORS file. 
9 #
10 #    This program is free software: you can redistribute it and/or modify
11 #    it under the terms of the GNU Affero General Public License as published by
12 #    the Free Software Foundation, either version 3 of the License, or
13 #    (at your option) any later version.
14 #
15 #    This program is distributed in the hope that it will be useful,
16 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
17 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 #    GNU Affero General Public License for more details.
19 #
20 #    You should have received a copy of the GNU Affero General Public License
21 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
22 #
23 <config>
24     <types>
25     <structure element="div">
26         <!-- tagi głowne -->
27         <utwor />
28         <opowiadanie />
29         <liryka_l />
30         <liryka_lp />
31         <powiesc />
32         <dramat_wierszowany_l />
33         <dramat_wierszowany_lp />
34         <dramat_wspolczesny />
35     </structure>
36
37     <block element="div" mixed="true" >
38         <!-- inne tagi -->
39         <nota />
40         <dedykacja />
41         <kwestia />
42         <motto />
43         <didaskalia />
44     </block>
45
46     <inline-elements element="span" mixed="true">
47         <!-- with emphasis -->
48         <mat />
49         <didask_tekst />
50         <slowo_obce />
51         <wyroznienie />
52         <osoba />
53         <tytul_dziela />
54     </inline-elements>
55
56     <paragraph-elements element="p" mixed="true">
57         <!-- akapity -->
58         <akap />
59         <akap_cd />
60         <akap_dialog />
61         <miejsce_czas />
62         <motto_podpis />
63         <wers_cd />
64         <wers_akap />
65         <wers_wciety />
66     </paragraph-elements>        
67         
68     <header-1-elements element="h1" mixed="true">
69         <!-- placeholder -->        
70         <dzielo_nadrzedne />
71     </header-1-elements>
72     
73     <header-2-elements element="h2" mixed="true">
74         <naglowek_akt />        
75         <naglowek_czesc />
76         <autor_utworu />
77         <nazwa_utworu />
78         <srodtytul />
79     </header-2-elements>
80     
81     <header-3-elements element="h3" mixed="true">
82         <naglowek_scena />
83         <naglowek_rozdzial />
84         <podtytul />
85     </header-3-elements>
86     
87     <header-4-elements element="h4" mixed="true">
88         <naglowek_osoba />
89         <naglowek_podrozdzial />
90     </header-4-elements>
91
92     <special-tags>
93         <strofa />
94         <lista_osob />
95         <lista_osoba />
96         <sekcja_swiatlo />
97         <sekcja_asterysk />
98         <separator_linia />
99         <zastepnik_wersu />
100         <dlugi_cytat />
101     </special-tags>
102
103     <annotations>
104         <pa />
105         <pe />
106         <pr />
107         <pt />
108     </annotations>
109     
110     <no-show-elements>
111         <begin />
112         <end />
113         <extra />
114         <uwaga />
115         <motyw />        
116         <br />
117         <pa />
118         <pe />
119         <pr />
120         <pt />
121     </no-show-elements>
122     </types>
123
124     <editable>
125         <strofa />
126         <akap />
127         <akap_cd />
128         <akap_dialog />
129         <dzielo_nadrzedne />
130
131         <naglowek_akt />
132         <naglowek_czesc />
133         <autor_utworu />
134         <nazwa_utworu />
135         <srodtytul />
136
137         <naglowek_scena />
138         <naglowek_rozdzial />
139         <podtytul />
140
141         <naglowek_osoba />
142         <naglowek_podrozdzial />
143
144         <lista_osoba />
145
146         <dlugi_cytat />
147         <poezja_cyt />
148
149         <didaskalia />
150     </editable>
151 </config>