1) Исправления в связи со сменой API MySQL
authorRoman Bazalevsky <rvb@rvb.name>
Thu, 19 May 2016 17:02:10 +0000 (20:02 +0300)
committerRoman Bazalevsky <rvb@rvb.name>
Thu, 19 May 2016 17:02:10 +0000 (20:02 +0300)
commit6b3a07a008979ee27733a2deae2ff4fc42f4a535
treeaa2b0519ccada4a2e3347519aa45959992b3b1f0
parenta47401f5fac121db5eb44214530121ab14cba2f3
1) Исправления в связи со сменой API MySQL
2) В схему добавлены все хранимые процедуры
3) Добавлен веб-интерфейс
76 files changed:
db.py
get_flibusta.py
metadata.sql
www/COPYING [new file with mode: 0644]
www/OPDS_renderer.php [new file with mode: 0644]
www/OPDS_renderer.php.bak [new file with mode: 0644]
www/README [new file with mode: 0644]
www/README.md [new file with mode: 0644]
www/about.html [new file with mode: 0644]
www/author.php [new file with mode: 0644]
www/base.php [new file with mode: 0644]
www/book.php [new file with mode: 0644]
www/checkconfig.php [new file with mode: 0644]
www/config.php [new file with mode: 0644]
www/config_default.php [new file with mode: 0644]
www/config_local.php [new file with mode: 0644]
www/data.php [new file with mode: 0644]
www/favicon.ico [new file with mode: 0644]
www/feed.php [new file with mode: 0644]
www/fetch.php [new file with mode: 0644]
www/getJSON.php [new file with mode: 0644]
www/images/allbook.png [new file with mode: 0644]
www/images/author.png [new file with mode: 0644]
www/images/language.png [new file with mode: 0644]
www/images/recent.png [new file with mode: 0644]
www/images/serie.png [new file with mode: 0644]
www/images/tag.png [new file with mode: 0644]
www/index.php [new file with mode: 0644]
www/js/jquery.sortElements.js [new file with mode: 0644]
www/lang/Localization_ca.json [new file with mode: 0644]
www/lang/Localization_de.json [new file with mode: 0644]
www/lang/Localization_en.json [new file with mode: 0644]
www/lang/Localization_es.json [new file with mode: 0644]
www/lang/Localization_fr.json [new file with mode: 0644]
www/lang/Localization_it.json [new file with mode: 0644]
www/lang/Localization_nb.json [new file with mode: 0644]
www/lang/Localization_nl.json [new file with mode: 0644]
www/lang/Localization_ru.json [new file with mode: 0644]
www/lang/Localization_zh.json [new file with mode: 0644]
www/language.php [new file with mode: 0644]
www/login.html [new file with mode: 0644]
www/resources/Magnific-Popup/jquery.magnific-popup.min.js [new file with mode: 0644]
www/resources/Magnific-Popup/magnific-popup.css [new file with mode: 0644]
www/resources/PHPMailer/LICENSE [new file with mode: 0644]
www/resources/PHPMailer/README.md [new file with mode: 0644]
www/resources/PHPMailer/class.phpmailer.php [new file with mode: 0644]
www/resources/PHPMailer/class.pop3.php [new file with mode: 0644]
www/resources/PHPMailer/class.smtp.php [new file with mode: 0644]
www/resources/doT/doT.min.js [new file with mode: 0644]
www/resources/jQuery/jquery-1.10.2.min.js [new file with mode: 0644]
www/resources/jquery-cookie/jquery.cookies.js [new file with mode: 0644]
www/resources/lru/lru.js [new file with mode: 0644]
www/resources/normalize/normalize.css [new file with mode: 0644]
www/resources/php-epub-meta/LICENSE_php-epub-meta [new file with mode: 0644]
www/resources/php-epub-meta/epub.php [new file with mode: 0644]
www/resources/php-epub-meta/tbszip.php [new file with mode: 0644]
www/sendtomail.php [new file with mode: 0644]
www/serie.php [new file with mode: 0644]
www/styles/FontAwesome.otf [new file with mode: 0644]
www/styles/font-awesome.css [new file with mode: 0644]
www/styles/fontawesome-webfont.eot [new file with mode: 0644]
www/styles/fontawesome-webfont.svg [new file with mode: 0644]
www/styles/fontawesome-webfont.ttf [new file with mode: 0644]
www/styles/fontawesome-webfont.woff [new file with mode: 0644]
www/styles/style-default.css [new file with mode: 0644]
www/styles/style-eink.css [new file with mode: 0644]
www/tag.php [new file with mode: 0644]
www/templates/default/bookdetail.html [new file with mode: 0644]
www/templates/default/footer.html [new file with mode: 0644]
www/templates/default/header.html [new file with mode: 0644]
www/templates/default/main.html [new file with mode: 0644]
www/templates/default/page.html [new file with mode: 0644]
www/tools/export_file.txt [new file with mode: 0644]
www/tools/updateLang.pl [new file with mode: 0644]
www/util.js [new file with mode: 0644]
www/web.config [new file with mode: 0644]