Merge pull request #695 from Stepanov-Sergey/patch-2
added book extensions fb2, ibooks, epub
This commit is contained in:
commit
7c238244e2
1 changed files with 12 additions and 0 deletions
|
@ -81,6 +81,18 @@
|
|||
<arg>"application/pdf"</arg>
|
||||
<arg>"pdf"</arg>
|
||||
</postConstruct>
|
||||
<postConstruct name="add">
|
||||
<arg>"application/x-fictionbook+xml</arg>
|
||||
<arg>"fb2"</arg>
|
||||
</postConstruct>
|
||||
<postConstruct name="add">
|
||||
<arg>"application/e-pub+zip</arg>
|
||||
<arg>"epub"</arg>
|
||||
</postConstruct>
|
||||
<postConstruct name="add">
|
||||
<arg>"application/x-ibooks+zip</arg>
|
||||
<arg>"ibooks"</arg>
|
||||
</postConstruct>
|
||||
</component>
|
||||
<component name="fessCrawler" class="org.codelibs.fess.exec.Crawler"
|
||||
instance="prototype">
|
||||
|
|
Loading…
Add table
Reference in a new issue