enju_oai 0.1.0.pre3 → 0.1.0.pre4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. data/config/routes.rb +2 -0
  2. data/lib/enju_oai/version.rb +1 -1
  3. data/spec/dummy/db/test.sqlite3 +0 -0
  4. data/spec/dummy/tmp/cache/4F7/F90/default_role +0 -0
  5. data/spec/dummy/tmp/cache/6E4/420/search_engine_all +0 -0
  6. metadata +3 -78
  7. data/spec/dummy/solr/conf/admin-extra.html +0 -31
  8. data/spec/dummy/solr/conf/elevate.xml +0 -36
  9. data/spec/dummy/solr/conf/mapping-ISOLatin1Accent.txt +0 -246
  10. data/spec/dummy/solr/conf/protwords.txt +0 -21
  11. data/spec/dummy/solr/conf/schema.xml +0 -250
  12. data/spec/dummy/solr/conf/scripts.conf +0 -24
  13. data/spec/dummy/solr/conf/solrconfig.xml +0 -934
  14. data/spec/dummy/solr/conf/spellings.txt +0 -2
  15. data/spec/dummy/solr/conf/stopwords.txt +0 -58
  16. data/spec/dummy/solr/conf/synonyms.txt +0 -31
  17. data/spec/dummy/solr/data/test/index/_c.fdt +0 -0
  18. data/spec/dummy/solr/data/test/index/_c.fdx +0 -0
  19. data/spec/dummy/solr/data/test/index/_c.fnm +0 -7
  20. data/spec/dummy/solr/data/test/index/_c.frq +0 -0
  21. data/spec/dummy/solr/data/test/index/_c.nrm +0 -1
  22. data/spec/dummy/solr/data/test/index/_c.prx +0 -0
  23. data/spec/dummy/solr/data/test/index/_c.tii +0 -0
  24. data/spec/dummy/solr/data/test/index/_c.tis +0 -0
  25. data/spec/dummy/solr/data/test/index/_d.fdt +0 -0
  26. data/spec/dummy/solr/data/test/index/_d.fdx +0 -0
  27. data/spec/dummy/solr/data/test/index/_d.fnm +0 -7
  28. data/spec/dummy/solr/data/test/index/_d.frq +0 -0
  29. data/spec/dummy/solr/data/test/index/_d.nrm +0 -1
  30. data/spec/dummy/solr/data/test/index/_d.prx +0 -0
  31. data/spec/dummy/solr/data/test/index/_d.tii +0 -0
  32. data/spec/dummy/solr/data/test/index/_d.tis +0 -0
  33. data/spec/dummy/solr/data/test/index/_e.fdt +0 -0
  34. data/spec/dummy/solr/data/test/index/_e.fdx +0 -0
  35. data/spec/dummy/solr/data/test/index/_e.fnm +0 -7
  36. data/spec/dummy/solr/data/test/index/_e.frq +0 -0
  37. data/spec/dummy/solr/data/test/index/_e.nrm +0 -1
  38. data/spec/dummy/solr/data/test/index/_e.prx +0 -0
  39. data/spec/dummy/solr/data/test/index/_e.tii +0 -0
  40. data/spec/dummy/solr/data/test/index/_e.tis +0 -0
  41. data/spec/dummy/solr/data/test/index/segments.gen +0 -0
  42. data/spec/dummy/solr/data/test/index/segments_1p +0 -0
  43. data/spec/dummy/solr/data/test/spellchecker/segments.gen +0 -0
  44. data/spec/dummy/solr/data/test/spellchecker/segments_1 +0 -0
data/config/routes.rb ADDED
@@ -0,0 +1,2 @@
1
+ Rails.application.routes.draw do
2
+ end
@@ -1,3 +1,3 @@
1
1
  module EnjuOai
2
- VERSION = "0.1.0.pre3"
2
+ VERSION = "0.1.0.pre4"
3
3
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: enju_oai
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre3
4
+ version: 0.1.0.pre4
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-28 00:00:00.000000000 Z
12
+ date: 2012-07-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -169,6 +169,7 @@ files:
169
169
  - app/views/manifestations/list_records.oai.builder
170
170
  - app/views/manifestations/list_sets.oai.builder
171
171
  - app/views/manifestations/show.oai.builder
172
+ - config/routes.rb
172
173
  - lib/enju_oai/engine.rb
173
174
  - lib/enju_oai/oai_controller.rb
174
175
  - lib/enju_oai/oai_model.rb
@@ -328,44 +329,6 @@ files:
328
329
  - spec/dummy/Rakefile
329
330
  - spec/dummy/README.rdoc
330
331
  - spec/dummy/script/rails
331
- - spec/dummy/solr/conf/admin-extra.html
332
- - spec/dummy/solr/conf/elevate.xml
333
- - spec/dummy/solr/conf/mapping-ISOLatin1Accent.txt
334
- - spec/dummy/solr/conf/protwords.txt
335
- - spec/dummy/solr/conf/schema.xml
336
- - spec/dummy/solr/conf/scripts.conf
337
- - spec/dummy/solr/conf/solrconfig.xml
338
- - spec/dummy/solr/conf/spellings.txt
339
- - spec/dummy/solr/conf/stopwords.txt
340
- - spec/dummy/solr/conf/synonyms.txt
341
- - spec/dummy/solr/data/test/index/_c.fdt
342
- - spec/dummy/solr/data/test/index/_c.fdx
343
- - spec/dummy/solr/data/test/index/_c.fnm
344
- - spec/dummy/solr/data/test/index/_c.frq
345
- - spec/dummy/solr/data/test/index/_c.nrm
346
- - spec/dummy/solr/data/test/index/_c.prx
347
- - spec/dummy/solr/data/test/index/_c.tii
348
- - spec/dummy/solr/data/test/index/_c.tis
349
- - spec/dummy/solr/data/test/index/_d.fdt
350
- - spec/dummy/solr/data/test/index/_d.fdx
351
- - spec/dummy/solr/data/test/index/_d.fnm
352
- - spec/dummy/solr/data/test/index/_d.frq
353
- - spec/dummy/solr/data/test/index/_d.nrm
354
- - spec/dummy/solr/data/test/index/_d.prx
355
- - spec/dummy/solr/data/test/index/_d.tii
356
- - spec/dummy/solr/data/test/index/_d.tis
357
- - spec/dummy/solr/data/test/index/_e.fdt
358
- - spec/dummy/solr/data/test/index/_e.fdx
359
- - spec/dummy/solr/data/test/index/_e.fnm
360
- - spec/dummy/solr/data/test/index/_e.frq
361
- - spec/dummy/solr/data/test/index/_e.nrm
362
- - spec/dummy/solr/data/test/index/_e.prx
363
- - spec/dummy/solr/data/test/index/_e.tii
364
- - spec/dummy/solr/data/test/index/_e.tis
365
- - spec/dummy/solr/data/test/index/segments.gen
366
- - spec/dummy/solr/data/test/index/segments_1p
367
- - spec/dummy/solr/data/test/spellchecker/segments.gen
368
- - spec/dummy/solr/data/test/spellchecker/segments_1
369
332
  - spec/dummy/tmp/cache/4F7/F90/default_role
370
333
  - spec/dummy/tmp/cache/6E4/420/search_engine_all
371
334
  - spec/factories/manifestation.rb
@@ -592,44 +555,6 @@ test_files:
592
555
  - spec/dummy/Rakefile
593
556
  - spec/dummy/README.rdoc
594
557
  - spec/dummy/script/rails
595
- - spec/dummy/solr/conf/admin-extra.html
596
- - spec/dummy/solr/conf/elevate.xml
597
- - spec/dummy/solr/conf/mapping-ISOLatin1Accent.txt
598
- - spec/dummy/solr/conf/protwords.txt
599
- - spec/dummy/solr/conf/schema.xml
600
- - spec/dummy/solr/conf/scripts.conf
601
- - spec/dummy/solr/conf/solrconfig.xml
602
- - spec/dummy/solr/conf/spellings.txt
603
- - spec/dummy/solr/conf/stopwords.txt
604
- - spec/dummy/solr/conf/synonyms.txt
605
- - spec/dummy/solr/data/test/index/_c.fdt
606
- - spec/dummy/solr/data/test/index/_c.fdx
607
- - spec/dummy/solr/data/test/index/_c.fnm
608
- - spec/dummy/solr/data/test/index/_c.frq
609
- - spec/dummy/solr/data/test/index/_c.nrm
610
- - spec/dummy/solr/data/test/index/_c.prx
611
- - spec/dummy/solr/data/test/index/_c.tii
612
- - spec/dummy/solr/data/test/index/_c.tis
613
- - spec/dummy/solr/data/test/index/_d.fdt
614
- - spec/dummy/solr/data/test/index/_d.fdx
615
- - spec/dummy/solr/data/test/index/_d.fnm
616
- - spec/dummy/solr/data/test/index/_d.frq
617
- - spec/dummy/solr/data/test/index/_d.nrm
618
- - spec/dummy/solr/data/test/index/_d.prx
619
- - spec/dummy/solr/data/test/index/_d.tii
620
- - spec/dummy/solr/data/test/index/_d.tis
621
- - spec/dummy/solr/data/test/index/_e.fdt
622
- - spec/dummy/solr/data/test/index/_e.fdx
623
- - spec/dummy/solr/data/test/index/_e.fnm
624
- - spec/dummy/solr/data/test/index/_e.frq
625
- - spec/dummy/solr/data/test/index/_e.nrm
626
- - spec/dummy/solr/data/test/index/_e.prx
627
- - spec/dummy/solr/data/test/index/_e.tii
628
- - spec/dummy/solr/data/test/index/_e.tis
629
- - spec/dummy/solr/data/test/index/segments.gen
630
- - spec/dummy/solr/data/test/index/segments_1p
631
- - spec/dummy/solr/data/test/spellchecker/segments.gen
632
- - spec/dummy/solr/data/test/spellchecker/segments_1
633
558
  - spec/dummy/tmp/cache/4F7/F90/default_role
634
559
  - spec/dummy/tmp/cache/6E4/420/search_engine_all
635
560
  - spec/factories/manifestation.rb
@@ -1,31 +0,0 @@
1
- <!--
2
- Licensed to the Apache Software Foundation (ASF) under one or more
3
- contributor license agreements. See the NOTICE file distributed with
4
- this work for additional information regarding copyright ownership.
5
- The ASF licenses this file to You under the Apache License, Version 2.0
6
- (the "License"); you may not use this file except in compliance with
7
- the License. You may obtain a copy of the License at
8
-
9
- http://www.apache.org/licenses/LICENSE-2.0
10
-
11
- Unless required by applicable law or agreed to in writing, software
12
- distributed under the License is distributed on an "AS IS" BASIS,
13
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- See the License for the specific language governing permissions and
15
- limitations under the License.
16
- -->
17
-
18
- <!-- The content of this page will be statically included into the top
19
- of the admin page. Uncomment this as an example to see there the content
20
- will show up.
21
-
22
- <hr>
23
- <i>This line will appear before the first table</i>
24
- <tr>
25
- <td colspan="2">
26
- This row will be appended to the end of the first table
27
- </td>
28
- </tr>
29
- <hr>
30
-
31
- -->
@@ -1,36 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" ?>
2
- <!--
3
- Licensed to the Apache Software Foundation (ASF) under one or more
4
- contributor license agreements. See the NOTICE file distributed with
5
- this work for additional information regarding copyright ownership.
6
- The ASF licenses this file to You under the Apache License, Version 2.0
7
- (the "License"); you may not use this file except in compliance with
8
- the License. You may obtain a copy of the License at
9
-
10
- http://www.apache.org/licenses/LICENSE-2.0
11
-
12
- Unless required by applicable law or agreed to in writing, software
13
- distributed under the License is distributed on an "AS IS" BASIS,
14
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- See the License for the specific language governing permissions and
16
- limitations under the License.
17
- -->
18
-
19
- <!-- If this file is found in the config directory, it will only be
20
- loaded once at startup. If it is found in Solr's data
21
- directory, it will be re-loaded every commit.
22
- -->
23
-
24
- <elevate>
25
- <query text="foo bar">
26
- <doc id="1" />
27
- <doc id="2" />
28
- <doc id="3" />
29
- </query>
30
-
31
- <query text="ipod">
32
- <doc id="MA147LL/A" /> <!-- put the actual ipod at the top -->
33
- <doc id="IW-02" exclude="true" /> <!-- exclude this cable -->
34
- </query>
35
-
36
- </elevate>
@@ -1,246 +0,0 @@
1
- # The ASF licenses this file to You under the Apache License, Version 2.0
2
- # (the "License"); you may not use this file except in compliance with
3
- # the License. You may obtain a copy of the License at
4
- #
5
- # http://www.apache.org/licenses/LICENSE-2.0
6
- #
7
- # Unless required by applicable law or agreed to in writing, software
8
- # distributed under the License is distributed on an "AS IS" BASIS,
9
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10
- # See the License for the specific language governing permissions and
11
- # limitations under the License.
12
-
13
- # Syntax:
14
- # "source" => "target"
15
- # "source".length() > 0 (source cannot be empty.)
16
- # "target".length() >= 0 (target can be empty.)
17
-
18
- # example:
19
- # "À" => "A"
20
- # "\u00C0" => "A"
21
- # "\u00C0" => "\u0041"
22
- # "ß" => "ss"
23
- # "\t" => " "
24
- # "\n" => ""
25
-
26
- # À => A
27
- "\u00C0" => "A"
28
-
29
- # Á => A
30
- "\u00C1" => "A"
31
-
32
- # Â => A
33
- "\u00C2" => "A"
34
-
35
- # Ã => A
36
- "\u00C3" => "A"
37
-
38
- # Ä => A
39
- "\u00C4" => "A"
40
-
41
- # Å => A
42
- "\u00C5" => "A"
43
-
44
- # Æ => AE
45
- "\u00C6" => "AE"
46
-
47
- # Ç => C
48
- "\u00C7" => "C"
49
-
50
- # È => E
51
- "\u00C8" => "E"
52
-
53
- # É => E
54
- "\u00C9" => "E"
55
-
56
- # Ê => E
57
- "\u00CA" => "E"
58
-
59
- # Ë => E
60
- "\u00CB" => "E"
61
-
62
- # Ì => I
63
- "\u00CC" => "I"
64
-
65
- # Í => I
66
- "\u00CD" => "I"
67
-
68
- # Î => I
69
- "\u00CE" => "I"
70
-
71
- # Ï => I
72
- "\u00CF" => "I"
73
-
74
- # IJ => IJ
75
- "\u0132" => "IJ"
76
-
77
- # Ð => D
78
- "\u00D0" => "D"
79
-
80
- # Ñ => N
81
- "\u00D1" => "N"
82
-
83
- # Ò => O
84
- "\u00D2" => "O"
85
-
86
- # Ó => O
87
- "\u00D3" => "O"
88
-
89
- # Ô => O
90
- "\u00D4" => "O"
91
-
92
- # Õ => O
93
- "\u00D5" => "O"
94
-
95
- # Ö => O
96
- "\u00D6" => "O"
97
-
98
- # Ø => O
99
- "\u00D8" => "O"
100
-
101
- # Π=> OE
102
- "\u0152" => "OE"
103
-
104
- # Þ
105
- "\u00DE" => "TH"
106
-
107
- # Ù => U
108
- "\u00D9" => "U"
109
-
110
- # Ú => U
111
- "\u00DA" => "U"
112
-
113
- # Û => U
114
- "\u00DB" => "U"
115
-
116
- # Ü => U
117
- "\u00DC" => "U"
118
-
119
- # Ý => Y
120
- "\u00DD" => "Y"
121
-
122
- # Ÿ => Y
123
- "\u0178" => "Y"
124
-
125
- # à => a
126
- "\u00E0" => "a"
127
-
128
- # á => a
129
- "\u00E1" => "a"
130
-
131
- # â => a
132
- "\u00E2" => "a"
133
-
134
- # ã => a
135
- "\u00E3" => "a"
136
-
137
- # ä => a
138
- "\u00E4" => "a"
139
-
140
- # å => a
141
- "\u00E5" => "a"
142
-
143
- # æ => ae
144
- "\u00E6" => "ae"
145
-
146
- # ç => c
147
- "\u00E7" => "c"
148
-
149
- # è => e
150
- "\u00E8" => "e"
151
-
152
- # é => e
153
- "\u00E9" => "e"
154
-
155
- # ê => e
156
- "\u00EA" => "e"
157
-
158
- # ë => e
159
- "\u00EB" => "e"
160
-
161
- # ì => i
162
- "\u00EC" => "i"
163
-
164
- # í => i
165
- "\u00ED" => "i"
166
-
167
- # î => i
168
- "\u00EE" => "i"
169
-
170
- # ï => i
171
- "\u00EF" => "i"
172
-
173
- # ij => ij
174
- "\u0133" => "ij"
175
-
176
- # ð => d
177
- "\u00F0" => "d"
178
-
179
- # ñ => n
180
- "\u00F1" => "n"
181
-
182
- # ò => o
183
- "\u00F2" => "o"
184
-
185
- # ó => o
186
- "\u00F3" => "o"
187
-
188
- # ô => o
189
- "\u00F4" => "o"
190
-
191
- # õ => o
192
- "\u00F5" => "o"
193
-
194
- # ö => o
195
- "\u00F6" => "o"
196
-
197
- # ø => o
198
- "\u00F8" => "o"
199
-
200
- # œ => oe
201
- "\u0153" => "oe"
202
-
203
- # ß => ss
204
- "\u00DF" => "ss"
205
-
206
- # þ => th
207
- "\u00FE" => "th"
208
-
209
- # ù => u
210
- "\u00F9" => "u"
211
-
212
- # ú => u
213
- "\u00FA" => "u"
214
-
215
- # û => u
216
- "\u00FB" => "u"
217
-
218
- # ü => u
219
- "\u00FC" => "u"
220
-
221
- # ý => y
222
- "\u00FD" => "y"
223
-
224
- # ÿ => y
225
- "\u00FF" => "y"
226
-
227
- # ff => ff
228
- "\uFB00" => "ff"
229
-
230
- # fi => fi
231
- "\uFB01" => "fi"
232
-
233
- # fl => fl
234
- "\uFB02" => "fl"
235
-
236
- # ffi => ffi
237
- "\uFB03" => "ffi"
238
-
239
- # ffl => ffl
240
- "\uFB04" => "ffl"
241
-
242
- # ſt => ft
243
- "\uFB05" => "ft"
244
-
245
- # st => st
246
- "\uFB06" => "st"
@@ -1,21 +0,0 @@
1
- # The ASF licenses this file to You under the Apache License, Version 2.0
2
- # (the "License"); you may not use this file except in compliance with
3
- # the License. You may obtain a copy of the License at
4
- #
5
- # http://www.apache.org/licenses/LICENSE-2.0
6
- #
7
- # Unless required by applicable law or agreed to in writing, software
8
- # distributed under the License is distributed on an "AS IS" BASIS,
9
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10
- # See the License for the specific language governing permissions and
11
- # limitations under the License.
12
-
13
- #-----------------------------------------------------------------------
14
- # Use a protected word file to protect against the stemmer reducing two
15
- # unrelated words to the same base word.
16
-
17
- # Some non-words that normally won't be encountered,
18
- # just to test that they won't be stemmed.
19
- dontstems
20
- zwhacky
21
-