Commit c0892181 authored by Dmitry Shelepnev's avatar Dmitry Shelepnev
Browse files

Update README - add new info for fb2conv converter

parent 7f4fb2a3
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -232,8 +232,11 @@ Next, you must first create a database "sopds" and a user with the necessary rig

>     python3 manage.py sopds_util setconf SOPDS_FB2TOEPUB "convert/fb2epub/fb2epub"

4.3 Converter fb2conv (converting to epub and mobi) http://www.the-ebook.org/forum/viewtopic.php?t=28447
- It is necessary to install python 2.7 and the packages lxml, cssutils:
4.3 Converter fb2conv (converting to epub and mobi)   
    http://www.the-ebook.org/forum/viewtopic.php?t=28447  
    https://github.com/rupor-github/fb2mobi/releases  
- It is necessary to install python 2.7 (however, for the latest version with GitHub, you do not need to do this, since it uses the same as SOPDS python3)
  and the packages lxml, cssutils:

         yum install python
         yum install python-lxml
+5 −2
Original line number Diff line number Diff line
@@ -246,8 +246,11 @@ MySQL по сравнению с sqlite работает гораздо быст

>     python3 manage.py sopds_util setconf SOPDS_FB2TOEPUB "convert/fb2epub/fb2epub"

4.3 Конвертер fb2conv (конвертация в epub и mobi) http://www.the-ebook.org/forum/viewtopic.php?t=28447  
- Необходимо установить python 2.7 и пакеты lxml, cssutils:   
4.3 Конвертер fb2conv (конвертация в epub и mobi)  
    http://www.the-ebook.org/forum/viewtopic.php?t=28447  
    https://github.com/rupor-github/fb2mobi/releases  
- Необходимо установить python 2.7 (однако для последней версии с GitHub этого делать уже не нужно, т.к. она использует как и SOPDS python3) 
  и пакеты lxml, cssutils:   
  
         yum install python  
         yum install python-lxml  
+2 −0
Original line number Diff line number Diff line
@@ -71,9 +71,11 @@ class Inpx:
                continue
            
            zip_file_name = os.path.join(self.inpx_catalog,"%s%s"%(inp_name,'.zip'))

            # Если решили проверять на наличие ZIP файла или книги в ZIP, а самого ZIP файла нет - то пропускаем обработку всего ZIP файла
            if (self.TEST_ZIP or self.TEST_FILES) and not os.path.isfile(zip_file_name):
                continue

            if self.inpskip_callback(self.inpx_file, inp_name,finpx.getinfo(inp_file).file_size):
                continue