Merge pull request #695 from Stepanov-Sergey/patch-2

added book extensions fb2, ibooks, epub
This commit is contained in:
Shinsuke Sugaya 2016-09-23 21:15:54 +09:00 committed by GitHub
commit 7c238244e2

View file

@ -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">