├── .github ├── FUNDING.yml ├── dependabot.yml └── workflows │ ├── ci.yml │ ├── codeql.yml │ ├── depscan.yml │ └── translations.yml ├── COPYRIGHT ├── Changelog.old.txt ├── Changelog.txt ├── INSTALL.rst ├── LICENSE ├── LICENSE.rtf ├── README.md ├── SECURITY.md ├── bypy ├── README.rst ├── init_env.py ├── linux.conf ├── linux │ ├── __main__.py │ ├── launcher.c │ ├── main.c │ ├── site.py │ ├── util.c │ └── util.h ├── macos.conf ├── macos │ ├── __main__.py │ ├── launcher.c │ ├── placeholder.c │ ├── sign.py │ ├── site.py │ ├── util.c │ └── util.h ├── rsync.conf ├── run-python.h ├── sources.json ├── windows.conf └── windows │ ├── XUnzip.cpp │ ├── XUnzip.h │ ├── __main__.py │ ├── eject.c │ ├── en-us.xml │ ├── file_dialogs.cpp │ ├── main.c │ ├── portable-installer.cpp │ ├── portable.cpp │ ├── site.py │ ├── template.rc │ ├── util.c │ ├── wix-template.xml │ └── wix.py ├── codespell.exclude ├── format_docs ├── compression │ ├── palmdoc.txt │ └── zip.txt ├── pdb │ ├── apnx.txt │ ├── ereader.txt │ ├── mbp.txt │ ├── mobi.txt │ ├── palmdoc.txt │ ├── pdb_format.txt │ ├── pdb_types.txt │ ├── plucker.html │ ├── pml.txt │ └── ztxt.txt ├── rb.txt └── tcr.txt ├── icons ├── book.icns ├── calibre.png ├── calibre_haiku.rdef ├── command-prompt.ico ├── ebook-edit.ico ├── favicon.ico ├── icns │ └── make_iconsets.py ├── install.ico ├── library.ico ├── make_ico_files.py ├── viewer.ico ├── wix-banner.bmp └── wix-dialog.bmp ├── imgsrc ├── add_book.svg ├── ai.svg ├── arrow-down.svg ├── arrow-up.svg ├── auto-reload.svg ├── auto-scroll.svg ├── auto_author_sort.svg ├── back.svg ├── beautify.svg ├── blank.svg ├── book.svg ├── bookmarks.svg ├── books_in_series.svg ├── bullhorn.svg ├── calibre.svg ├── calibreSymbols.spd ├── catalog.svg ├── chapters.svg ├── character-set.svg ├── clear_left-for-dark-theme.svg ├── clear_left-for-light-theme.svg ├── close-for-dark-theme.svg ├── close-for-light-theme.svg ├── code.svg ├── column.svg ├── compress-image.svg ├── config.svg ├── connect_share.svg ├── connect_share_on.svg ├── context_menu.svg ├── convert.svg ├── copy-to-library.svg ├── cover_flow.svg ├── debug.svg ├── default_cover.svg ├── devices │ └── folder.svg ├── dialog_error.svg ├── dialog_information.svg ├── dialog_question.svg ├── dialog_warning.svg ├── dictionary.svg ├── diff.svg ├── document-encrypt.svg ├── document-import.svg ├── document-new.svg ├── document-split.svg ├── document_open.svg ├── donate.svg ├── dot_green.svg ├── dot_red.svg ├── download-metadata.svg ├── drm-locked.svg ├── drm-unlocked.svg ├── edit-clear.svg ├── edit-copy.svg ├── edit-cut.svg ├── edit-paste.svg ├── edit-redo.svg ├── edit-select-all.svg ├── edit-undo.svg ├── edit_book.svg ├── edit_input.svg ├── eject.svg ├── embed-fonts.svg ├── exec.svg ├── external-link-for-dark-theme.svg ├── external-link.svg ├── filter.svg ├── folder_saved_search.svg ├── font.svg ├── font_size_larger.svg ├── font_size_smaller.svg ├── format-fill-color.svg ├── format-indent-less.svg ├── format-indent-more.svg ├── format-justify-center.svg ├── format-justify-fill.svg ├── format-justify-left.svg ├── format-justify-right.svg ├── format-list-ordered.svg ├── format-list-unordered.svg ├── format-text-bold.svg ├── format-text-color.svg ├── format-text-heading.svg ├── format-text-hr.svg ├── format-text-italic.svg ├── format-text-strikethrough.svg ├── format-text-subscript.svg ├── format-text-superscript.svg ├── format-text-underline.svg ├── forward.svg ├── frame.svg ├── fts.svg ├── gear.svg ├── generate.py ├── generic-library.svg ├── gmail_logo.svg ├── grid.svg ├── h-ellipsis.svg ├── help.svg ├── heuristics.svg ├── highlight.svg ├── highlight_only_off.svg ├── highlight_only_on.svg ├── hotmail.svg ├── html-fix.svg ├── icon_choose.svg ├── identifiers.svg ├── insert-link.svg ├── jobs.svg ├── keyboard-prefs.svg ├── layout.svg ├── list_remove.svg ├── mail.svg ├── marked.svg ├── merge.svg ├── merge_books.svg ├── metadata.svg ├── mimetypes │ ├── azw2.svg │ ├── azw3.svg │ ├── bmp.svg │ ├── computer.svg │ ├── dir.svg │ ├── djvu.svg │ ├── epub.svg │ ├── fb2.svg │ ├── gif.svg │ ├── html.svg │ ├── jpeg.svg │ ├── lit.svg │ ├── lrf.svg │ ├── lrx.svg │ ├── mobi.svg │ ├── odt.svg │ ├── pdf.svg │ ├── png.svg │ ├── rar.svg │ ├── rtf.svg │ ├── svg.svg │ ├── tpz.svg │ ├── txt.svg │ ├── unknown.svg │ ├── zero.svg │ └── zip.svg ├── minus.svg ├── minusminus.svg ├── models │ ├── book.svg │ └── template.svg ├── modified-for-dark-theme.svg ├── modified-for-light-theme.svg ├── network-server.svg ├── news.svg ├── next.svg ├── notes-for-dark-theme.svg ├── notes.svg ├── ok.svg ├── page.svg ├── plugboard.svg ├── plugins.svg ├── plugins │ ├── plugin_deprecated.svg │ ├── plugin_disabled_invalid.svg │ ├── plugin_disabled_ok.svg │ ├── plugin_disabled_valid.svg │ ├── plugin_new.svg │ ├── plugin_new_invalid.svg │ ├── plugin_new_valid.svg │ ├── plugin_updater.svg │ ├── plugin_updater_updates.svg │ ├── plugin_upgrade_invalid.svg │ ├── plugin_upgrade_ok.svg │ └── plugin_upgrade_valid.svg ├── plus.svg ├── plusplus.svg ├── polish.svg ├── previous.svg ├── print.svg ├── publisher.svg ├── quickview.svg ├── random.svg ├── rating.svg ├── reader.svg ├── reference.svg ├── remove_books.svg ├── render-logo.py ├── reports.svg ├── resize.svg ├── restart.svg ├── rotate-right.svg ├── save.svg ├── scheduler.svg ├── scroll.svg ├── sd.svg ├── search.svg ├── search_add_saved.svg ├── search_copy_saved.svg ├── search_delete_saved.svg ├── send.svg ├── similar.svg ├── smarten-punctuation.svg ├── snippets.svg ├── sort.svg ├── spell-check.svg ├── split.svg ├── srv │ ├── ai.svg │ ├── angle-down.svg │ ├── arrow-left.svg │ ├── arrow-right.svg │ ├── arrows-h.svg │ ├── auto-scroll.svg │ ├── bg.svg │ ├── bold.svg │ ├── book.svg │ ├── bookmark.svg │ ├── bug.svg │ ├── bullhorn.svg │ ├── caret-down.svg │ ├── caret-left.svg │ ├── caret-right.svg │ ├── check.svg │ ├── chevron-down.svg │ ├── chevron-left.svg │ ├── chevron-right.svg │ ├── chevron-up.svg │ ├── close.svg │ ├── cloud-download.svg │ ├── cog.svg │ ├── cogs.svg │ ├── convert.svg │ ├── copy.svg │ ├── edit.svg │ ├── ellipsis-v.svg │ ├── eraser.svg │ ├── external-link.svg │ ├── faster.svg │ ├── fg.svg │ ├── fit-to-screen.svg │ ├── fts.svg │ ├── full-screen.svg │ ├── generate.py │ ├── global-search.svg │ ├── heading.svg │ ├── heart.svg │ ├── help.svg │ ├── highlight.svg │ ├── home.svg │ ├── hourglass.svg │ ├── hr.svg │ ├── image.svg │ ├── indent.svg │ ├── insert-link.svg │ ├── italic.svg │ ├── justify-center.svg │ ├── justify-full.svg │ ├── justify-left.svg │ ├── justify-right.svg │ ├── library.svg │ ├── link.svg │ ├── off.svg │ ├── ol.svg │ ├── outdent.svg │ ├── pause.svg │ ├── pencil.svg │ ├── play.svg │ ├── plus.svg │ ├── print.svg │ ├── random.svg │ ├── redo.svg │ ├── reference-mode.svg │ ├── refresh.svg │ ├── remove.svg │ ├── search.svg │ ├── select-all.svg │ ├── selection-handle-vertical.svg │ ├── selection-handle.svg │ ├── send.svg │ ├── slower.svg │ ├── sort-amount-asc.svg │ ├── sort-amount-desc.svg │ ├── star-half.svg │ ├── star.svg │ ├── strikethrough.svg │ ├── subscript.svg │ ├── superscript.svg │ ├── toc.svg │ ├── trash.svg │ ├── ul.svg │ ├── underline.svg │ ├── undo.svg │ ├── user.svg │ ├── warning.svg │ └── window-restore.svg ├── store.svg ├── subset-fonts.svg ├── swap.svg ├── sync-right.svg ├── sync.svg ├── tags.svg ├── tb_folder.svg ├── template_funcs.svg ├── toc.svg ├── trash.svg ├── trim.svg ├── tweak.svg ├── tweaks.svg ├── unpack-book.svg ├── user_profile.svg ├── v-ellipsis.svg ├── view-image.svg ├── view-refresh.svg ├── view.svg ├── viewer.svg ├── vl.svg ├── width.svg ├── window-close.svg └── wizard.svg ├── manual ├── build.py ├── catalogs.rst ├── conf.py ├── conversion.rst ├── creating_plugins.rst ├── custom.py ├── customize.rst ├── db_api.rst ├── develop.rst ├── diff.rst ├── docutils.conf ├── drm.rst ├── edit.rst ├── epub.py ├── faq.rst ├── function_mode.rst ├── glossary.rst ├── gui.rst ├── images │ ├── actions.png │ ├── add_books.png │ ├── added_books.png │ ├── auto_author_sort.png │ ├── bbc_advanced.png │ ├── bbc_altered.png │ ├── bbc_altered1.png │ ├── book_details.png │ ├── bookmark.png │ ├── catalog_options.png │ ├── catalog_send_to_device.png │ ├── catalogs.png │ ├── check-book.png │ ├── cli.png │ ├── configuration.png │ ├── connect_share.png │ ├── conv_dialog.png │ ├── convert_ebooks.png │ ├── cover_browser.png │ ├── cover_grid.png │ ├── custom_cover.png │ ├── custom_news.png │ ├── debug.png │ ├── device.png │ ├── diff.png │ ├── edit-book-spell.png │ ├── edit-book.png │ ├── edit_meta_information.png │ ├── excluded_books.png │ ├── excluded_genres.png │ ├── fetch_news.png │ ├── files_browser.png │ ├── folder_device.png │ ├── fts-button.png │ ├── function_replace.png │ ├── included_sections.png │ ├── jobs.png │ ├── library.png │ ├── live-preview.png │ ├── live_css.png │ ├── lorentz.png │ ├── news.png │ ├── notes.png │ ├── other_options.png │ ├── pipeline.pgf │ ├── pipeline.png │ ├── preferences.png │ ├── prefix_rules.png │ ├── python_template_example.png │ ├── remove_books.png │ ├── reports-ss.png │ ├── save_to_disk.png │ ├── search.png │ ├── search_button.png │ ├── search_sort.png │ ├── send_to_device.png │ ├── sg_cc.jpg │ ├── sg_genre.jpg │ ├── sg_restrict.jpg │ ├── sg_restrict2.jpg │ ├── sg_search.jpg │ ├── sg_tb.jpg │ ├── sg_tree.jpg │ ├── show_tag_editor.png │ ├── snippets-editor.png │ ├── split-button.png │ ├── sr.png │ ├── swap_title_author.png │ ├── tag_browser.png │ ├── toc.png │ ├── tocedit-location.png │ ├── tocedit.png │ ├── view.png │ ├── virtual_library_button.png │ └── vl_by_author.png ├── index.rst ├── mathjax.html ├── metadata.rst ├── news.rst ├── news_recipe.rst ├── plugin_examples │ ├── editor_demo │ │ ├── __init__.py │ │ ├── images │ │ │ └── icon.png │ │ ├── main.py │ │ └── plugin-import-name-editor_plugin_demo.txt │ ├── helloworld │ │ └── __init__.py │ └── interface_demo │ │ ├── __init__.py │ │ ├── about.txt │ │ ├── config.py │ │ ├── images │ │ └── icon.png │ │ ├── main.py │ │ ├── plugin-import-name-interface_demo.txt │ │ └── ui.py ├── plugins.rst ├── polish.rst ├── regexp.rst ├── regexp_quick_reference.rst ├── resources │ ├── custom.css │ ├── epub_cover.jpg │ ├── languages.svg │ ├── logo.png │ └── mathjax.epub ├── server.rst ├── sidebar_toc.py ├── simple_index.rst ├── snippets.rst ├── sub_groups.rst ├── template_lang.rst ├── template_ref_generate.py ├── templates │ ├── about.html │ ├── epub_cover_template.html │ ├── layout.html │ ├── localtoc.html │ ├── search.html │ └── searchbox.html ├── tutorials.rst ├── typesetting_math.rst ├── url_scheme.rst ├── viewer.rst ├── virtual_libraries.rst ├── xpath.rst └── xpath.xhtml ├── pyproject.toml ├── recipes ├── 10minutos.recipe ├── 1843.recipe ├── 20_minutos.recipe ├── 20minutes.recipe ├── 3dnews.recipe ├── 7x7.recipe ├── DrawAndCook.recipe ├── TheMITPressReader.recipe ├── abc.recipe ├── abc_au.recipe ├── abc_es.recipe ├── acrimed.recipe ├── ad.recipe ├── adevarul.recipe ├── adnkronos.recipe ├── adventuregamers.recipe ├── afr.recipe ├── afrique_21.recipe ├── agents.recipe ├── aif_ru.recipe ├── ainonline.recipe ├── aktualne.cz.recipe ├── al_jazeera.recipe ├── al_masry_alyoum_arabic.recipe ├── al_monitor.recipe ├── albert_mohler.recipe ├── ald.recipe ├── alejakomiksu_com.recipe ├── alternatives_economiques.recipe ├── altomdata_dk.recipe ├── am730.recipe ├── ambito.recipe ├── american_thinker.recipe ├── amspec.recipe ├── anandtech.recipe ├── ancient_egypt.recipe ├── andhrajyothy_ap.recipe ├── andhrajyothy_tel.recipe ├── android_com_pl.recipe ├── android_police.recipe ├── animal_politico.recipe ├── antyweb.recipe ├── ap.recipe ├── apod.recipe ├── aprospect.recipe ├── arbetaren.recipe ├── arcamax.recipe ├── arret_sur_images.recipe ├── ars_technica.recipe ├── asahi_shimbun_en.recipe ├── asco_de_vida.recipe ├── asianreviewofbooks.recipe ├── astro_news_pl.recipe ├── atlantic.recipe ├── atlantic_com.recipe ├── attac_es.recipe ├── avisen_dk.recipe ├── avto-magazin.recipe ├── azstarnet.recipe ├── ba_herald.recipe ├── backyard_boss.recipe ├── baikaljournal.recipe ├── baltimore_sun.recipe ├── bangkokpost.recipe ├── bar_and_bench.recipe ├── barrons.recipe ├── bbc.recipe ├── bbc_brasil.recipe ├── bbc_es.recipe ├── bbc_fast.recipe ├── bbc_ru.recipe ├── bbc_sport.recipe ├── bbc_uk.recipe ├── bbcvietnamese.recipe ├── before_we_go.recipe ├── bellingcat_en.recipe ├── bellingcat_es.recipe ├── bellingcat_fr.recipe ├── bellingcat_ru.recipe ├── bellingcat_uk.recipe ├── benchmark_pl.recipe ├── berfreunde_blog.recipe ├── biamag.recipe ├── biamag_en.recipe ├── bianet.recipe ├── big_oven.recipe ├── big_picture.recipe ├── biggovernment.recipe ├── bild_de.recipe ├── billorielly.recipe ├── birmingham_evening_mail.recipe ├── blesk.recipe ├── blic.recipe ├── bloomberg-business-week.recipe ├── bloomberg.recipe ├── bookforummagazine.recipe ├── borsen_dk.recipe ├── boston.com.recipe ├── boston_globe_print_edition.recipe ├── bq_prime.recipe ├── breaking_mad.recipe ├── brewiarz.recipe ├── brigitte_de.recipe ├── bt_dk.recipe ├── bucataras.recipe ├── bugun_gazetesi.recipe ├── business_insider.recipe ├── business_standard.recipe ├── business_standard_print.recipe ├── business_today.recipe ├── cachys_blog.recipe ├── cacm.recipe ├── calcalist.recipe ├── calgary_herald.recipe ├── canardpc.recipe ├── capital_gr.recipe ├── car_buzz.recipe ├── caravan_magazine.recipe ├── catavencii.recipe ├── catavencu.recipe ├── catholic_news_agency.recipe ├── cato.recipe ├── cbc_canada.recipe ├── cbn.recipe ├── cedar.recipe ├── ceske_noviny.recipe ├── champion.recipe ├── cherta.recipe ├── chicago_tribune.recipe ├── chr_mon.recipe ├── christian_post.recipe ├── chronicle_higher_ed.recipe ├── cicero.recipe ├── cincinnati_enquirer.recipe ├── ciperchile.recipe ├── clarin.recipe ├── cm_journal.recipe ├── cnetjapan.recipe ├── cnetjapan_digital.recipe ├── cnetjapan_release.recipe ├── cnetnews.recipe ├── cnn.recipe ├── coda.recipe ├── coda_ru.recipe ├── collider.recipe ├── colta.recipe ├── comic_book_archive.recipe ├── common_dreams.recipe ├── computer_weekly.recipe ├── computerworld_dk.recipe ├── contretemps.recipe ├── contropiano.recipe ├── corriere_della_sera_it.recipe ├── cosmos.recipe ├── courrierinternational.recipe ├── cracked_com.recipe ├── crikey.recipe ├── csid.recipe ├── ct24.recipe ├── cubadebate.recipe ├── cumhuriyet.recipe ├── currenttime.recipe ├── cvecezla.recipe ├── dachauer_nachrichten.recipe ├── dagens_industri.recipe ├── dagensmedicin_dk.recipe ├── dagenspharma_dk.recipe ├── daily_mail.recipe ├── daily_mirror.recipe ├── daily_writing_tips.recipe ├── dailyreckoning.recipe ├── dainik_bhaskar.recipe ├── danas.recipe ├── dark_horizons.recipe ├── daum_net.recipe ├── dawn.recipe ├── de_standaard.recipe ├── debunkingdenialism.recipe ├── deccan_herald.recipe ├── degentenaar.recipe ├── democracy_journal.recipe ├── democracy_now.recipe ├── demorgen_be.recipe ├── den_of_geek.recipe ├── denik.cz.recipe ├── denik_referendum.recipe ├── denikn.cz.recipe ├── denver_post.recipe ├── der_standard.recipe ├── deredactie.recipe ├── derin_dusunce.recipe ├── descopera.recipe ├── desiring_god.recipe ├── deutsche_welle_bs.recipe ├── deutsche_welle_de.recipe ├── deutsche_welle_en.recipe ├── deutsche_welle_es.recipe ├── deutsche_welle_hr.recipe ├── deutsche_welle_pt.recipe ├── deutsche_welle_ru.recipe ├── deutsche_welle_sr.recipe ├── deutschland_funk.recipe ├── dev_ua.recipe ├── developpez.recipe ├── dhnet_be.recipe ├── di.recipe ├── diario_el_pueblo.recipe ├── diario_ibiza.recipe ├── diario_sport.recipe ├── diariovasco.recipe ├── diepresse.recipe ├── digizone.recipe ├── dilema.recipe ├── discover_magazine_monthly.recipe ├── disinformatico.recipe ├── distrowatch_weekly.recipe ├── dn_se.recipe ├── dna.recipe ├── dnevnik_cro.recipe ├── dobreprogamy.recipe ├── donga.recipe ├── dorfener_anzeiger.recipe ├── dot_net.recipe ├── dovod.recipe ├── dr_dk.recipe ├── drytooling_pl.recipe ├── dual_shockers.recipe ├── dwutygodnik.recipe ├── dzieje_pl.recipe ├── dziennik_baltycki.recipe ├── dziennik_lodzki.recipe ├── dziennik_pl.recipe ├── dziennik_polski.recipe ├── dziennik_wschodni.recipe ├── dziennik_zachodni.recipe ├── dziennikzwiazkowy.recipe ├── ebetrsberger_zeitung.recipe ├── echo_moskvy.recipe ├── economia.recipe ├── economico.recipe ├── economist.recipe ├── economist_espresso.recipe ├── economist_free.recipe ├── economist_news.recipe ├── economist_search.recipe ├── economist_world_ahead.recipe ├── edmonton_journal.recipe ├── eenadu.recipe ├── eenadu_ap.recipe ├── ekot.recipe ├── el_colombiano.recipe ├── el_confidencial.recipe ├── el_correo.recipe ├── el_cultural.recipe ├── el_diario.recipe ├── el_diplo.recipe ├── el_economista.recipe ├── el_faro.recipe ├── el_mercurio_chile.recipe ├── el_mundo_today.recipe ├── el_nacional.recipe ├── el_pais.recipe ├── el_pais_babelia.recipe ├── el_pais_uy.recipe ├── elcohetealaluna.recipe ├── elcronista-arg.recipe ├── elektroda_pl.recipe ├── elmundo.recipe ├── elpais_semanal.recipe ├── elperiodico_spanish.recipe ├── en_globes_co_il.recipe ├── endgadget.recipe ├── entrepeneur.recipe ├── epl_talk.recipe ├── epoch_times.recipe ├── epw.recipe ├── epw_magazine.recipe ├── equestria_daily.recipe ├── erdinger_anzeiger.recipe ├── esenja.recipe ├── esensja_(rss).recipe ├── eso_pl.recipe ├── espn.recipe ├── esquire.recipe ├── europa_press.recipe ├── everett_herald.recipe ├── expansion_spanish.recipe ├── factcheck.recipe ├── fairbanks_daily.recipe ├── fan_graphs.recipe ├── fastcompany.recipe ├── faz_net.recipe ├── film_org_pl.recipe ├── film_web.recipe ├── financial_times.recipe ├── financialsense.recipe ├── financiarul.recipe ├── financieele_dagblad.recipe ├── first_things.recipe ├── firstpost.recipe ├── flickr.recipe ├── flickr_es.recipe ├── fluter_de.recipe ├── focus_de.recipe ├── focus_pl.recipe ├── fokkeensukke.recipe ├── fokus.recipe ├── folha.recipe ├── folhadesaopaulo.recipe ├── folhadesaopaulo_sub.recipe ├── fontanka.recipe ├── football_fancast.recipe ├── football_league_world.recipe ├── footballua.recipe ├── foreign_policy.recipe ├── foreignaffairs.recipe ├── fortune_magazine.recipe ├── foxnews.recipe ├── frandroid.recipe ├── free_inquiry.recipe ├── freenature.recipe ├── freisinger_tagblatt.recipe ├── frieze.recipe ├── frontline.recipe ├── fudzilla.recipe ├── furstenfeldbrucker_tagblatt.recipe ├── futurismic.recipe ├── gagadget_de.recipe ├── gagadget_en.recipe ├── gagadget_es.recipe ├── gagadget_fr.recipe ├── gagadget_it.recipe ├── gagadget_nb.recipe ├── gagadget_nl.recipe ├── gagadget_ru.recipe ├── gagadget_ua.recipe ├── galaxys_edge.recipe ├── galicia_confidential.recipe ├── game_rant.recipe ├── gamekult.recipe ├── gameplay_pl.recipe ├── garmischer_tagblatt.recipe ├── gates_notes.recipe ├── gazeta-prawna-calibre-v1.recipe ├── gazeta_krakowska.recipe ├── gazeta_pl_krakow.recipe ├── gazeta_pl_warszawa.recipe ├── gazetaua_ru.recipe ├── gazetaua_ua.recipe ├── geekcity.recipe ├── geopolityka.recipe ├── geretsrieder_merkur.recipe ├── github.recipe ├── give_me_sports.recipe ├── gkt.recipe ├── glasgow_herald.recipe ├── glenn_greenwald.recipe ├── globaltimes.recipe ├── globe_and_mail.recipe ├── globes_co_il.recipe ├── go_comics.recipe ├── golem_de.recipe ├── good_ereader.recipe ├── good_house_keeping.recipe ├── google_news.recipe ├── gorky.recipe ├── gosc_full.recipe ├── gosc_niedzielny.recipe ├── gram_pl.recipe ├── grandes_corresponsales_es.recipe ├── grani.recipe ├── granma.recipe ├── granta.recipe ├── grantland.recipe ├── greatist.recipe ├── greensboro_news_and_record.recipe ├── gry_online_pl.recipe ├── gsp.recipe ├── guardian.recipe ├── gva_be.recipe ├── gwup.recipe ├── haaretz_en.recipe ├── habr.recipe ├── habr_ru.recipe ├── hackaday.recipe ├── hackernews.recipe ├── haksoz.recipe ├── hamilton_spectator.recipe ├── handelsblatt.recipe ├── hankyoreh21.recipe ├── hannoversche_zeitung.recipe ├── hardcore_gamer.recipe ├── harpers.recipe ├── hatalska.recipe ├── hbr.recipe ├── healthline.recipe ├── heise.recipe ├── heise_ct.recipe ├── heise_ix.recipe ├── high_country_news.recipe ├── himal_southasian.recipe ├── hindu.recipe ├── hindu_business_line.recipe ├── hindu_post.recipe ├── hindufeeds.recipe ├── hinduism_today.recipe ├── hindustan.recipe ├── hindustan_times.recipe ├── hindustan_times_print.recipe ├── hindutamil.recipe ├── historia_pl.recipe ├── history_today.recipe ├── hln_be.recipe ├── hna.recipe ├── holzkirchener_merkur.recipe ├── horizons.recipe ├── hot_cars.recipe ├── hotair.recipe ├── howtogeek.recipe ├── hoy.recipe ├── hurriyet.recipe ├── hvg.recipe ├── icons │ ├── 10minutos.png │ ├── 1843.png │ ├── 20_minutos.png │ ├── 20minutes.png │ ├── 3dnews.png │ ├── 7x7.png │ ├── DrawAndCook.png │ ├── TheMITPressReader.png │ ├── abc.png │ ├── abc_au.png │ ├── abc_es.png │ ├── acrimed.png │ ├── ad.png │ ├── adevarul.png │ ├── adnkronos.png │ ├── adventuregamers.png │ ├── afr.png │ ├── agents.png │ ├── aif_ru.png │ ├── ainonline.png │ ├── aktualne.cz.png │ ├── al_jazeera.png │ ├── al_masry_alyoum_arabic.png │ ├── al_monitor.png │ ├── albert_mohler.png │ ├── ald.png │ ├── alejakomiksu_com.png │ ├── altomdata_dk.png │ ├── am730.png │ ├── ambito.png │ ├── ambito_financiero.png │ ├── american_thinker.png │ ├── amspec.png │ ├── anandtech.png │ ├── ancient_egypt.png │ ├── andhrajyothy_ap.png │ ├── andhrajyothy_tel.png │ ├── android_com_pl.png │ ├── android_police.png │ ├── animal_politico.png │ ├── antyweb.png │ ├── ap.png │ ├── apod.png │ ├── aprospect.png │ ├── arbetaren.png │ ├── arcamax.png │ ├── arret_sur_images.png │ ├── ars_technica.png │ ├── asahi_shimbun_en.png │ ├── asco_de_vida.png │ ├── asia_one.png │ ├── asianreviewofbooks.png │ ├── astro_news_pl.png │ ├── atlantic.png │ ├── atlantic_com.png │ ├── attac_es.png │ ├── avisen_dk.png │ ├── avto-magazin.png │ ├── azstarnet.png │ ├── ba_herald.png │ ├── backyard_boss.png │ ├── baikaljournal.png │ ├── baltimore_sun.png │ ├── bangkokpost.png │ ├── bankier_pl.png │ ├── bar_and_bench.png │ ├── barrons.png │ ├── bbc.png │ ├── bbc_brasil.png │ ├── bbc_es.png │ ├── bbc_fast.png │ ├── bbc_ru.png │ ├── bbc_sport.png │ ├── bbc_uk.png │ ├── bbcvietnamese.png │ ├── before_we_go.png │ ├── bellingcat_en.png │ ├── bellingcat_es.png │ ├── bellingcat_fr.png │ ├── bellingcat_ru.png │ ├── bellingcat_uk.png │ ├── benchmark_pl.png │ ├── berria.png │ ├── biamag.png │ ├── biamag_en.png │ ├── bianet.png │ ├── big_oven.png │ ├── big_picture.png │ ├── biggovernment.png │ ├── bild_de.png │ ├── billorielly.png │ ├── birgun_gazetesi.png │ ├── birmingham_evening_mail.png │ ├── blesk.png │ ├── blic.png │ ├── bloomberg-business-week.png │ ├── bloomberg.png │ ├── bookforummagazine.png │ ├── borsen_dk.png │ ├── boston.com.png │ ├── bq_prime.png │ ├── breakingmad.png │ ├── brewiarz.png │ ├── brigitte_de.png │ ├── bt_dk.png │ ├── bucataras.png │ ├── business_insider.png │ ├── business_standard.png │ ├── business_standard_print.png │ ├── business_today.png │ ├── cacm.png │ ├── calcalist.png │ ├── calgary_herald.png │ ├── canardpc.png │ ├── capital_gr.png │ ├── car_buzz.png │ ├── caravan_magazine.png │ ├── catavencii.png │ ├── catavencu.png │ ├── catholic_news_agency.png │ ├── cato.png │ ├── cbc_canada.png │ ├── cbn.png │ ├── cedar.png │ ├── ceske_noviny.png │ ├── champion.png │ ├── cherta.png │ ├── chicago_tribune.png │ ├── china_post.png │ ├── chinadaily.png │ ├── chowk.png │ ├── chr_mon.png │ ├── christian_post.png │ ├── chronicle_higher_ed.png │ ├── cicero.png │ ├── cincinnati_enquirer.png │ ├── ciperchile.png │ ├── clarin.png │ ├── cm_journal.png │ ├── cnetjapan.png │ ├── cnetjapan_digital.png │ ├── cnetjapan_release.png │ ├── cnetnews.png │ ├── cnn.png │ ├── coda.png │ ├── coda_ru.png │ ├── collider.png │ ├── colta.png │ ├── comic_book_archive.png │ ├── common_dreams.png │ ├── computerworld_dk.png │ ├── contropiano.png │ ├── corriere_della_sera_it.png │ ├── cosmos.png │ ├── courrierinternational.png │ ├── cracked_com.png │ ├── crikey.png │ ├── csid.png │ ├── ct24.png │ ├── cubadebate.png │ ├── cumhuriyet.png │ ├── currenttime.png │ ├── cvecezla.png │ ├── dachauer_nachrichten.png │ ├── dagens_industri.png │ ├── dagensmedicin_dk.png │ ├── dagenspharma_dk.png │ ├── daily_mail.png │ ├── daily_mirror.png │ ├── daily_writing_tips.png │ ├── dailyreckoning.png │ ├── dainik_bhaskar.png │ ├── danas.png │ ├── dark_horizons.png │ ├── daum_net.png │ ├── dawn.png │ ├── de_standaard.png │ ├── debunkingdenialism.png │ ├── deccan_herald.png │ ├── degentenaar.png │ ├── democracy_journal.png │ ├── democracy_now.png │ ├── demorgen_be.png │ ├── den_of_geek.png │ ├── denik.cz.png │ ├── denik_referendum.png │ ├── denikn.cz.png │ ├── denver_post.png │ ├── der_standard.png │ ├── deredactie.png │ ├── derin_dusunce.png │ ├── descopera.png │ ├── desiring_god.png │ ├── deutsche_welle_bs.png │ ├── deutsche_welle_de.png │ ├── deutsche_welle_en.png │ ├── deutsche_welle_es.png │ ├── deutsche_welle_hr.png │ ├── deutsche_welle_pt.png │ ├── deutsche_welle_ru.png │ ├── deutsche_welle_sr.png │ ├── dev_ua.png │ ├── developpez.png │ ├── dhnet_be.png │ ├── di.png │ ├── diario_el_pueblo.png │ ├── diario_ibiza.png │ ├── diario_sport.png │ ├── diariovasco.png │ ├── diepresse.png │ ├── digizone.png │ ├── dilema.png │ ├── discover_magazine_monthly.png │ ├── disinformatico.png │ ├── distrowatch_weekly.png │ ├── dn_se.png │ ├── dna.png │ ├── dnevnik_cro.png │ ├── dobreprogamy.png │ ├── donga.png │ ├── dorfener_anzeiger.png │ ├── dot_net.png │ ├── dovod.png │ ├── dr_dk.png │ ├── drytooling_pl.png │ ├── dual_shockers.png │ ├── dwutygodnik.png │ ├── dzieje_pl.png │ ├── dziennik_baltycki.png │ ├── dziennik_lodzki.png │ ├── dziennik_pl.png │ ├── dziennik_polski.png │ ├── dziennik_wschodni.png │ ├── dziennik_zachodni.png │ ├── dziennikzwiazkowy.png │ ├── ebetrsberger_zeitung.png │ ├── echo_moskvy.png │ ├── echo_online.png │ ├── economia.png │ ├── economico.png │ ├── economist.png │ ├── economist_espresso.png │ ├── economist_news.png │ ├── economist_world_ahead.png │ ├── edmonton_journal.png │ ├── eenadu.png │ ├── eenadu_ap.png │ ├── ekot.png │ ├── el_colombiano.png │ ├── el_correo.png │ ├── el_diario.png │ ├── el_diplo.png │ ├── el_faro.png │ ├── el_mercurio_chile.png │ ├── el_mundo_today.png │ ├── el_nacional.png │ ├── el_pais.png │ ├── el_pais_babelia.png │ ├── el_pais_uy.png │ ├── elcohetealaluna.png │ ├── elcronista-arg.png │ ├── elektroda_pl.png │ ├── elmundo.png │ ├── elpais_semanal.png │ ├── elperiodico_catalan.png │ ├── elperiodico_spanish.png │ ├── endgadget.png │ ├── entrepeneur.png │ ├── epl_talk.png │ ├── epoch_times.png │ ├── epw.png │ ├── epw_magazine.png │ ├── equestria_daily.png │ ├── erdinger_anzeiger.png │ ├── esenja.png │ ├── esensja_(rss).png │ ├── eso_pl.png │ ├── espn.png │ ├── esquire.png │ ├── europa_press.png │ ├── everett_herald.png │ ├── expansion_spanish.png │ ├── factcheck.png │ ├── fairbanks_daily.png │ ├── fan_graphs.png │ ├── fastcompany.png │ ├── film_org_pl.png │ ├── film_web.png │ ├── financial_times.png │ ├── financialsense.png │ ├── financiarul.png │ ├── financieele_dagblad.png │ ├── first_things.png │ ├── firstpost.png │ ├── flickr.png │ ├── flickr_es.png │ ├── fluter_de.png │ ├── focus_de.png │ ├── focus_pl.png │ ├── fokkeensukke.png │ ├── folha.png │ ├── folhadesaopaulo.png │ ├── folhadesaopaulo_sub.png │ ├── fontanka.png │ ├── fooballua.png │ ├── football_fancast.png │ ├── football_league_world.png │ ├── foreign_policy.png │ ├── foreignaffairs.png │ ├── fortune_magazine.png │ ├── foxnews.png │ ├── frandroid.png │ ├── free_inquiry.png │ ├── freenature.png │ ├── freisinger_tagblatt.png │ ├── frontline.png │ ├── fstream.png │ ├── fudzilla.png │ ├── furstenfeldbrucker_tagblatt.png │ ├── futurismic.png │ ├── gagadget_de.png │ ├── gagadget_en.png │ ├── gagadget_es.png │ ├── gagadget_fr.png │ ├── gagadget_it.png │ ├── gagadget_nb.png │ ├── gagadget_nl.png │ ├── gagadget_ru.png │ ├── gagadget_ua.png │ ├── galicia_confidential.png │ ├── game_rant.png │ ├── gamekult.png │ ├── gameplay_pl.png │ ├── garmischer_tagblatt.png │ ├── gates_notes.png │ ├── gazeta-prawna-calibre-v1.png │ ├── gazeta_krakowska.png │ ├── gazeta_pl_krakow.png │ ├── gazeta_pl_warszawa.png │ ├── gazetaua_ru.png │ ├── gazetaua_ua.png │ ├── geekcity.png │ ├── geopolityka.png │ ├── geretsrieder_merkur.png │ ├── give_me_sports.png │ ├── gkt.png │ ├── glasgow_herald.png │ ├── glenn_greenwald.png │ ├── globaltimes.png │ ├── globe_and_mail.png │ ├── globes_co_il.png │ ├── go_comics.png │ ├── golem_de.png │ ├── good_e-reader.png │ ├── good_house_keeping.png │ ├── google_news.png │ ├── gorky.png │ ├── gosc_full.png │ ├── gosc_niedzielny.png │ ├── gram_pl.png │ ├── grani.png │ ├── granma.png │ ├── granta.png │ ├── grantland.png │ ├── greatist.png │ ├── greensboro_news_and_record.png │ ├── gry_online_pl.png │ ├── gsp.png │ ├── guardian.png │ ├── gva_be.png │ ├── gwup.png │ ├── haaretz_en.png │ ├── habr.png │ ├── habr_ru.png │ ├── hackaday.png │ ├── hackernews.png │ ├── haksoz.png │ ├── halsnaeslokalavisen_dk.png │ ├── hamilton_spectator.png │ ├── handelsblatt.png │ ├── hankyoreh21.png │ ├── hannoversche_zeitung.png │ ├── hardcore_gamer.png │ ├── harpers.png │ ├── hatalska.png │ ├── hbr.png │ ├── healthline.png │ ├── heise.png │ ├── heise_ct.png │ ├── heise_ix.png │ ├── high_country_news.png │ ├── himal_southasian.png │ ├── hindu.png │ ├── hindu_business_line.png │ ├── hindu_post.png │ ├── hindufeeds.png │ ├── hinduism_today.png │ ├── hindustan.png │ ├── hindustan_times.png │ ├── hindustan_times_print.png │ ├── hindutamil.png │ ├── historia_pl.png │ ├── history_today.png │ ├── hln_be.png │ ├── hna.png │ ├── holzkirchener_merkur.png │ ├── horizons.png │ ├── hot_cars.png │ ├── hotair.png │ ├── howtogeek.png │ ├── hoy.png │ ├── hurriyet.png │ ├── hvg.png │ ├── id_pixel.png │ ├── idnes.png │ ├── ieee_spectrum_mag.png │ ├── ieeespectrum.png │ ├── ifzm.png │ ├── iktibas.png │ ├── il_cambiamento.png │ ├── il_fatto.png │ ├── il_giornale.png │ ├── il_messaggero.png │ ├── il_post.png │ ├── ilmanifesto.png │ ├── ilsole24ore.png │ ├── imperatortravel.png │ ├── impulse_de.png │ ├── in4_pl.png │ ├── in_gr.png │ ├── inc.png │ ├── inc42.png │ ├── independent.png │ ├── independent_australia.png │ ├── index_hu.png │ ├── india_facts.png │ ├── india_legal_magazine.png │ ├── india_speaks_reddit.png │ ├── india_today.png │ ├── indian_express.png │ ├── indic_today.png │ ├── infobae.png │ ├── information_dk.png │ ├── ing_dk.png │ ├── inquirer_net.png │ ├── insan_okur.png │ ├── instapaper.png │ ├── intelligencer.png │ ├── interfax.png │ ├── interfax_ua.png │ ├── interfax_uk.png │ ├── internazionale.png │ ├── intrefete.png │ ├── iol_za.png │ ├── iprofesional.png │ ├── irish_independent.png │ ├── irish_times.png │ ├── irish_times_free.png │ ├── isar-loisachbote.png │ ├── istorias.png │ ├── istories.png │ ├── ixbt.png │ ├── izvestia.png │ ├── jacobinmag.png │ ├── jakarta_post.png │ ├── japaa.png │ ├── japan_news.png │ ├── japan_times.png │ ├── javalobby.png │ ├── jeuxvideo.png │ ├── jijinews.png │ ├── johm.png │ ├── joop.png │ ├── jot_down.png │ ├── journalofaccountancy.png │ ├── jpost.png │ ├── juventudrebelde.png │ ├── karlsruhe.png │ ├── kath_net.png │ ├── kirkusreviews.png │ ├── kitekinto.png │ ├── kleinezeitung.png │ ├── knife_media.png │ ├── kommersant.png │ ├── kompiutierra.png │ ├── konflikty_zbrojne.png │ ├── kopalniawiedzy.png │ ├── korben.png │ ├── korea_herald.png │ ├── kosmonauta_pl.png │ ├── krebs_on_security.png │ ├── kresy_pl.png │ ├── kstar.png │ ├── kudika.png │ ├── kudy_z_nudy.png │ ├── kurier.png │ ├── kurier_lubelski.png │ ├── kyivpost_en.png │ ├── kyivpost_ua.png │ ├── la_jornada.png │ ├── la_nacion_cr.png │ ├── la_nueva.png │ ├── la_republica.png │ ├── la_stampa.png │ ├── la_voce.png │ ├── lalibre_be.png │ ├── lamebook.png │ ├── lanacion.png │ ├── lapoliticaonline_ar.png │ ├── laprensa.png │ ├── las_vegas_review.png │ ├── latimes.png │ ├── le_gorafi.png │ ├── le_monde.png │ ├── le_monde_diplomatique_fr.png │ ├── le_monde_en.png │ ├── le_monde_sub.png │ ├── le_monde_sub_paper.png │ ├── le_nouvel_observateur.png │ ├── le_peuple_breton.png │ ├── ledevoir.png │ ├── lega_nerd.png │ ├── legeartis.png │ ├── leggo_it.png │ ├── lemonde_dip.png │ ├── lenta_ru.png │ ├── lepoint.png │ ├── lex_fridman_podcast.png │ ├── lexpress.png │ ├── liberation.png │ ├── liberatorio_politico.png │ ├── libertad_digital.png │ ├── liberty_times.png │ ├── lifehacker.png │ ├── liganet_ru.png │ ├── liganet_ua.png │ ├── lightspeed_magazine.png │ ├── limba_sarda.png │ ├── linux_magazine.png │ ├── linux_news_de.png │ ├── linuxportal_pl.png │ ├── list_apart.png │ ├── live_law.png │ ├── livemint.png │ ├── livescience.png │ ├── living_stones.png │ ├── lomza.png │ ├── lrb.png │ ├── lrb_payed.png │ ├── ludwig_mises.png │ ├── lupa.png │ ├── lwn.png │ ├── lwn_free.png │ ├── lwn_weekly.png │ ├── macrobusiness.png │ ├── magyar_nemzet.png │ ├── mail_and_guardian.png │ ├── mainichi.png │ ├── mainichi_en.png │ ├── mainichi_science_news.png │ ├── make_use_of.png │ ├── mallorca_zeitung.png │ ├── marca.png │ ├── marctv.png │ ├── marketing_magazine.png │ ├── maskinbladet_dk.png │ ├── mateusz_czytania.png │ ├── max_planck.png │ ├── mdj.png │ ├── media2.png │ ├── media_zone.png │ ├── mediafax.png │ ├── mediaindonesia.png │ ├── mediapart.png │ ├── medscape.png │ ├── meduza.png │ ├── meduza_ru.png │ ├── mel.png │ ├── merco_press.png │ ├── mesec.png │ ├── miami_herald.png │ ├── michalkiewicz.png │ ├── michellemalkin.png │ ├── miesbacher_merkur.png │ ├── military_history.png │ ├── minerva_magazine.png │ ├── mit_technology_review.png │ ├── mmc_rtv.png │ ├── modoros.png │ ├── monden.png │ ├── moneycontrol.png │ ├── montevideo_com.png │ ├── montreal_gazette.png │ ├── moscow_times.png │ ├── moscowtimes_en.png │ ├── moscowtimes_ru.png │ ├── motherjones.png │ ├── movie_web.png │ ├── msnbc.png │ ├── mult_kor.png │ ├── munchner_merkur_nord.png │ ├── munchner_merkur_stadt.png │ ├── munchner_merkur_sud.png │ ├── munchner_merkur_wurmtal.png │ ├── murnauer_tagblatt.png │ ├── muy_interesante_mexico.png │ ├── mwjournal.png │ ├── my_dealz_de.png │ ├── myapple_pl.png │ ├── n_kaliningrad.png │ ├── n_plus_one.png │ ├── nachdenkseiten.png │ ├── nacional_cro.png │ ├── najwyzszy_czas.png │ ├── nakedcapitalism.png │ ├── nasa.png │ ├── naszdziennik.png │ ├── natemat_pl.png │ ├── natgeo.png │ ├── natgeo_kids.png │ ├── natgeo_traveller.png │ ├── natgeohis.png │ ├── natgeomag.png │ ├── national_geographic_es.png │ ├── national_post.png │ ├── nature.png │ ├── nautilus.png │ ├── navalny.png │ ├── navy_times.png │ ├── ncrnext.png │ ├── nejm.png │ ├── neowin.png │ ├── nepszabadsag.png │ ├── netzpolitik.png │ ├── new_scientist.png │ ├── new_scientist_mag.png │ ├── new_statesman.png │ ├── new_york_review_of_books.png │ ├── new_york_review_of_books_no_sub.png │ ├── new_yorker.png │ ├── newrepublicmag.png │ ├── news24.png │ ├── news324.png │ ├── news_busters.png │ ├── newslaundry.png │ ├── newsminute.png │ ├── newsstraitstimes.png │ ├── newsweek_polska.png │ ├── newtab.png │ ├── newtimes.png │ ├── newz_dk.png │ ├── nezavisne_novine.png │ ├── niebezpiecznik.png │ ├── nikkei_news.png │ ├── nikkeiasia.png │ ├── njuz_net.png │ ├── nme.png │ ├── nol.png │ ├── nordjyske_dk.png │ ├── novaya_gazeta.png │ ├── novaya_gazeta_europe.png │ ├── novaya_gazeta_europe_en.png │ ├── novilist_portal_hr.png │ ├── novinite.png │ ├── novinite_bg.png │ ├── novinky.cz.png │ ├── novinky.png │ ├── novosti.png │ ├── nowy_obywatel.png │ ├── npr.png │ ├── nrc-nl-epub.png │ ├── nrc.nl.png │ ├── nrc_next.png │ ├── nspm.png │ ├── nspm_int.png │ ├── nu.png │ ├── nv_en.png │ ├── nv_ru.png │ ├── nv_ua.png │ ├── nymag.png │ ├── nypost.png │ ├── nyt_magazine.png │ ├── nyt_tmag.png │ ├── nytfeeds.png │ ├── nytimes.png │ ├── nytimes_cooking.png │ ├── nytimes_sports.png │ ├── nytimes_sub.png │ ├── nytimes_tech.png │ ├── nytimesbook.png │ ├── nzherald.png │ ├── nzz_ger.png │ ├── oba.png │ ├── observatorul_cultural.png │ ├── observer_gb.png │ ├── oc_register.png │ ├── oilprice.png │ ├── old_games.png │ ├── oldnewthing.png │ ├── omgubuntu.png │ ├── onda_rock.png │ ├── onemagazine.png │ ├── open_magazine.png │ ├── opennet.png │ ├── opindia.png │ ├── optyczne_pl.png │ ├── orfonline.png │ ├── osvitaua.png │ ├── osvitaua_ru.png │ ├── osw.png │ ├── ottawa_citizen.png │ ├── ourdailybread.png │ ├── outlook_business_magazine.png │ ├── outlook_india.png │ ├── oxford_mail.png │ ├── padreydecano.png │ ├── pagina12.png │ ├── pagina_12_print_ed.png │ ├── pajama.png │ ├── pambianco.png │ ├── paperpaper.png │ ├── parisreview.png │ ├── parlamentni_listy.png │ ├── parool.png │ ├── pc_advisor.png │ ├── pc_foster.png │ ├── pc_world.png │ ├── pcworld_hu.png │ ├── pecat.png │ ├── penzberger_merkur.png │ ├── people_daily.png │ ├── pescanik.png │ ├── phillosophy_now.png │ ├── phoronix.png │ ├── phys_org.png │ ├── planet_kde.png │ ├── pocket_lint.png │ ├── podnikatel.png │ ├── poligon.png │ ├── politico.png │ ├── politico_eu.png │ ├── politiken_dk.png │ ├── politiko_dk.png │ ├── polizeipress_de.png │ ├── polter_pl.png │ ├── popscience.png │ ├── portafolio.png │ ├── ppe_pl.png │ ├── pragyata.png │ ├── pravda.png │ ├── pravda_por.png │ ├── pravda_ru.png │ ├── pravda_uk.png │ ├── pravda_ukraine.png │ ├── pravda_ukraine_ru.png │ ├── prekshaa.png │ ├── press_information_bureau.png │ ├── presse_portal.png │ ├── private_eye.png │ ├── pro_physik.png │ ├── project.png │ ├── project_syndicate.png │ ├── propublica.png │ ├── prosleduet.png │ ├── prospectmaguk.png │ ├── prospectmaguk_free.png │ ├── protagon.png │ ├── psych.png │ ├── publicdomainreview_org.png │ ├── punto_informatico.png │ ├── pure_pc.png │ ├── quanta_magazine.png │ ├── queleer.png │ ├── queueacmorg.png │ ├── radio_prague.png │ ├── radiosvoboda_ua.png │ ├── rbc_ru.png │ ├── rbcua_ru.png │ ├── rbcua_ua.png │ ├── rds.png │ ├── readers_digest.png │ ├── readersdigest_thehealthy.png │ ├── readitlater.png │ ├── real_clear.png │ ├── real_world_economics_review.png │ ├── reason_magazine.png │ ├── red_voltaire.png │ ├── reflex_cz.png │ ├── regina_leader_post.png │ ├── respekt_magazine.png │ ├── reuters.png │ ├── revista22.png │ ├── revista_muy.png │ ├── revista_veintitres.png │ ├── ria_ru.png │ ├── rmf24_ESKN.png │ ├── rmf24_fakty.png │ ├── rmf24_opinie.png │ ├── root.png │ ├── rosbalt.png │ ├── rt.png │ ├── rte.png │ ├── rtnews.png │ ├── rts.png │ ├── rushisaband.png │ ├── russiafeed.png │ ├── rzeczpospolita.png │ ├── sabah.png │ ├── saechsische.png │ ├── salon.png │ ├── san_fran_chronicle.png │ ├── sanjosemercurynews.png │ ├── saskatoon_star_phoenix.png │ ├── satkurier.png │ ├── satmagazine.png │ ├── schongauer_nachrichten.png │ ├── science_advances.png │ ├── science_based_medicine.png │ ├── science_journal.png │ ├── science_news.png │ ├── science_x.png │ ├── scientific_american.png │ ├── sciimmunol.png │ ├── scinexx.png │ ├── scirobotics.png │ ├── scisignaling.png │ ├── scistm.png │ ├── scmp.png │ ├── scott_hanselman.png │ ├── scprint.png │ ├── screen_rant.png │ ├── scroll.png │ ├── seattle_times.png │ ├── sekurak_pl.png │ ├── seminar_magazine.png │ ├── sfbg.png │ ├── sfin.png │ ├── sign_of_the_times.png │ ├── simple_flying.png │ ├── singtaohk.png │ ├── skai.png │ ├── skeptic.png │ ├── skeptical_enquirer.png │ ├── slashdot.png │ ├── slate.png │ ├── smashing.png │ ├── smh.png │ ├── smith.png │ ├── snob.png │ ├── sobaka.png │ ├── sobesednik.png │ ├── sol_haber.png │ ├── sonar21.png │ ├── sotavision.png │ ├── sova.png │ ├── spectator-au.png │ ├── spectator_magazine.png │ ├── spektrum.png │ ├── spiegel_int.png │ ├── spiegelde.png │ ├── sports_illustrated.png │ ├── sportstar.png │ ├── sputnik.png │ ├── st_louis_post_dispatch.png │ ├── stackoverflow.png │ ├── standardmedia_ke.png │ ├── star_gazetesi.png │ ├── staradvertiser.png │ ├── starnberger_merkur.png │ ├── stiintasitehnica.png │ ├── stopgame.png │ ├── straitstimes.png │ ├── strange_horizons.png │ ├── substack.png │ ├── sueddeutsche.png │ ├── svt_nyheter.png │ ├── swarajya.png │ ├── swiat_obrazu.png │ ├── swiatkindle.png │ ├── sz_magazin.png │ ├── t3n_de.png │ ├── t_invariant_en.png │ ├── t_invariant_ru.png │ ├── t_invariant_ua.png │ ├── t_online.png │ ├── tablety_pl.png │ ├── tabu.png │ ├── tagesan.png │ ├── tagespost.png │ ├── tagesspiegel.png │ ├── taggeschau_de.png │ ├── takiedela.png │ ├── tayga.png │ ├── taz_rss.png │ ├── techcrunch.png │ ├── techdirt.png │ ├── tegernseer_zeitung.png │ ├── telepolis.png │ ├── teleread.png │ ├── thairath.png │ ├── the_age.png │ ├── the_baffler.png │ ├── the_budget_fashionista.png │ ├── the_clinic_online.png │ ├── the_conversation.png │ ├── the_diplomat.png │ ├── the_ebook_reader.png │ ├── the_federalist.png │ ├── the_friday_times.png │ ├── the_gamer.png │ ├── the_insider.png │ ├── the_journal.png │ ├── the_marker.png │ ├── the_nation.png │ ├── the_oz.png │ ├── the_philippine_daily_inquirer.png │ ├── the_register.png │ ├── the_richest.png │ ├── the_saturday_paper.png │ ├── the_sportster.png │ ├── the_sun.png │ ├── the_things.png │ ├── the_travel.png │ ├── the_verge.png │ ├── the_week.png │ ├── the_week_magazine_free.png │ ├── the_week_uk.png │ ├── the_wire.png │ ├── thebell.png │ ├── thecultofghoul.png │ ├── thedailywtf.png │ ├── theecocolapse.png │ ├── theeconomictimes_india.png │ ├── theeconomictimes_india_print_edition.png │ ├── theindiaforum.png │ ├── thenewcriterion.png │ ├── theprint.png │ ├── thestar.png │ ├── tijd.png │ ├── tillsonburg.png │ ├── time_magazine.png │ ├── times_of_malta.png │ ├── times_online.png │ ├── titanic_de.png │ ├── tjournal.png │ ├── tls_mag.png │ ├── tmz.png │ ├── toi.png │ ├── toiprint.png │ ├── tolzer_kurier.png │ ├── top_speed.png │ ├── tovima.png │ ├── trouw.png │ ├── trv.png │ ├── tst.png │ ├── tulsaworld.png │ ├── tv2lorry_dk.png │ ├── tv2nord_dk.png │ ├── tv2oj_dk.png │ ├── tvmania.png │ ├── tvmidtvest_dk.png │ ├── tvsyd_dk.png │ ├── tweakers_net.png │ ├── tyden.cz.png │ ├── tyzden.png │ ├── ua_fooball.png │ ├── ukrinform_de.png │ ├── ukrinform_en.png │ ├── ukrinform_es.png │ ├── ukrinform_fr.png │ ├── ukrinform_ja.png │ ├── ukrinform_pl.png │ ├── ukrinform_ru.png │ ├── ukrinform_uk.png │ ├── uncrate.png │ ├── unian_net.png │ ├── unian_net_en.png │ ├── unian_net_ua.png │ ├── uninohimitu.png │ ├── united_nations.png │ ├── universe_today.png │ ├── unn_ru.png │ ├── unn_ua.png │ ├── unz.png │ ├── upi.png │ ├── usatoday.png │ ├── usnews.png │ ├── vancouver_province.png │ ├── vancouver_sun.png │ ├── variety.png │ ├── vecernji_list.png │ ├── vedomosti.png │ ├── version2.png │ ├── verstka.png │ ├── vic_times.png │ ├── vignette.png │ ├── vikna_ru.png │ ├── vikna_ua.png │ ├── villagevoice.png │ ├── vio_mundo.png │ ├── vitalia.png │ ├── volksrant.png │ ├── vox.png │ ├── vreme.png │ ├── walla.png │ ├── walrusmag.png │ ├── warentest.png │ ├── wash_post.png │ ├── wash_post_print.png │ ├── weilheimer_tagblatt.png │ ├── welt.png │ ├── welt_der_physik.png │ ├── wicomix.png │ ├── wired.png │ ├── wired_daily.png │ ├── wirtualnemedia_pl.png │ ├── wnp.png │ ├── wonderzine.png │ ├── world_archeology.png │ ├── wsj.png │ ├── wsj_free.png │ ├── wsj_mag.png │ ├── wsj_news.png │ ├── xda.png │ ├── xkcd.png │ ├── yahoo_news.png │ ├── yalansavar.png │ ├── yenisafak_gazetesi.png │ ├── ynet.png │ ├── yomiuri_world.png │ ├── zackzack.png │ ├── zadolba_li.png │ ├── zaobao.png │ ├── zdnet.fr.png │ ├── zeitde.png │ ├── zeitde_sub.png │ ├── zerkalo.png │ ├── zerohedge.png │ ├── ziarulfinanciar.png │ ├── ziuaveche.png │ ├── zn_ru.png │ ├── zn_ua.png │ ├── znadplanszy_pl.png │ ├── znetwork.png │ └── zycie_warszawy.png ├── id_pixel.recipe ├── idnes.recipe ├── ieee_spectrum_mag.recipe ├── ieeespectrum.recipe ├── ifzm.recipe ├── iktibas.recipe ├── il_cambiamento.recipe ├── il_fatto.recipe ├── il_messaggero.recipe ├── il_post.recipe ├── ilmanifesto.recipe ├── ilsole24ore.recipe ├── imperatortravel.recipe ├── impulse_de.recipe ├── in4_pl.recipe ├── in_gr.recipe ├── inc.recipe ├── inc42.recipe ├── independent.recipe ├── independent_australia.recipe ├── index_hu.recipe ├── india_facts.recipe ├── india_legal_magazine.recipe ├── india_speaks_reddit.recipe ├── india_today.recipe ├── indian_express.recipe ├── indic_today.recipe ├── infobae.recipe ├── information_dk.recipe ├── ing_dk.recipe ├── inquirer_net.recipe ├── insan_okur.recipe ├── instapaper.recipe ├── intelligencer.recipe ├── interfax.recipe ├── interfax_ua.recipe ├── interfax_uk.recipe ├── internazionale.recipe ├── intrefete.recipe ├── iol_za.recipe ├── iprofesional.recipe ├── irish_independent.recipe ├── irish_times.recipe ├── irish_times_free.recipe ├── isar-loisachbote.recipe ├── istorias.recipe ├── istories.recipe ├── ixbt.recipe ├── izvestia.recipe ├── jacobinmag.recipe ├── jakarta_post.recipe ├── japan_news.recipe ├── japan_times.recipe ├── javalobby.recipe ├── jeuxvideo.recipe ├── jijinews.recipe ├── johm.recipe ├── joop.recipe ├── jot_down.recipe ├── journalofaccountancy.recipe ├── jpost.recipe ├── juventudrebelde.recipe ├── karlsruhe.recipe ├── kath_net.recipe ├── kirkusreviews.recipe ├── kitekinto.recipe ├── kleinezeitung.recipe ├── knife_media.recipe ├── kommersant.recipe ├── kommunalsundhed_dk.recipe ├── kompiutierra.recipe ├── konflikty_zbrojne.recipe ├── kopalniawiedzy.recipe ├── korben.recipe ├── korea_herald.recipe ├── kosmonauta_pl.recipe ├── krebs_on_security.recipe ├── kresy_pl.recipe ├── kstar.recipe ├── kudika.recipe ├── kudy_z_nudy.recipe ├── kurier.recipe ├── kurier_lubelski.recipe ├── kyivpost_en.recipe ├── kyivpost_ua.recipe ├── kyungyhang.recipe ├── la_jornada.recipe ├── la_nacion_cr.recipe ├── la_nueva.recipe ├── la_presse.recipe ├── la_republica.recipe ├── la_stampa.recipe ├── la_voce.recipe ├── lalibre_be.recipe ├── lamebook.recipe ├── lanacion.recipe ├── lapoliticaonline_ar.recipe ├── laprensa.recipe ├── las_vegas_review.recipe ├── latimes.recipe ├── le_canard_enchaine.recipe ├── le_gorafi.recipe ├── le_monde.recipe ├── le_monde_diplomatique_fr.recipe ├── le_monde_en.recipe ├── le_monde_sub.recipe ├── le_monde_sub_paper.recipe ├── le_nouvel_observateur.recipe ├── le_peuple_breton.recipe ├── ledevoir.recipe ├── lega_nerd.recipe ├── legeartis.recipe ├── leggo_it.recipe ├── lemonde_dip.recipe ├── lenta_ru.recipe ├── lepoint.recipe ├── lex_fridman_podcast.recipe ├── lexpress.recipe ├── liberation.recipe ├── liberatorio_politico.recipe ├── libertad_digital.recipe ├── liberty_times.recipe ├── lifehacker.recipe ├── liganet_ru.recipe ├── liganet_ua.recipe ├── lightspeed_magazine.recipe ├── limba_sarda.recipe ├── linux_magazine.recipe ├── linux_news_de.recipe ├── linuxportal_pl.recipe ├── list_apart.recipe ├── live_law.recipe ├── livemint.recipe ├── livescience.recipe ├── lomza.recipe ├── lrb.recipe ├── ludwig_mises.recipe ├── lupa.recipe ├── lwn.recipe ├── lwn_free.recipe ├── macrobusiness.recipe ├── magyar_nemzet.recipe ├── mail_and_guardian.recipe ├── mainichi.recipe ├── mainichi_en.recipe ├── mainichi_science_news.recipe ├── make_use_of.recipe ├── mallorca_zeitung.recipe ├── marca.recipe ├── marctv.recipe ├── marketing_magazine.recipe ├── martinfowler.recipe ├── maskinbladet_dk.recipe ├── mateusz_czytania.recipe ├── max_planck.recipe ├── mdj.recipe ├── media2.recipe ├── media_zone.recipe ├── mediafax.recipe ├── mediaindonesia.recipe ├── mediapart.recipe ├── medscape.recipe ├── meduza.recipe ├── meduza_ru.recipe ├── mel.recipe ├── merco_press.recipe ├── mesec.recipe ├── miami_herald.recipe ├── michalkiewicz.recipe ├── michellemalkin.recipe ├── miesbacher_merkur.recipe ├── military_history.recipe ├── minerva_magazine.recipe ├── mit_technology_review.recipe ├── mmc_rtv.recipe ├── modoros.recipe ├── monden.recipe ├── moneycontrol.recipe ├── montevideo_com.recipe ├── montreal_gazette.recipe ├── moscow_times.recipe ├── moscowtimes_en.recipe ├── moscowtimes_ru.recipe ├── motherjones.recipe ├── movie_web.recipe ├── msnbc.recipe ├── mult_kor.recipe ├── munchner_merkur_nord.recipe ├── munchner_merkur_stadt.recipe ├── munchner_merkur_sud.recipe ├── munchner_merkur_wurmtal.recipe ├── murnauer_tagblatt.recipe ├── muy_interesante_mexico.recipe ├── mwjournal.recipe ├── my_dealz_de.recipe ├── myapple_pl.recipe ├── n_kaliningrad.recipe ├── n_plus_one.recipe ├── nachdenkseiten.recipe ├── nacional_cro.recipe ├── najwyzszy_czas.recipe ├── nakedcapitalism.recipe ├── nasa.recipe ├── naszdziennik.recipe ├── natemat_pl.recipe ├── natgeo.recipe ├── natgeo_kids.recipe ├── natgeo_traveller.recipe ├── natgeohis.recipe ├── natgeomag.recipe ├── national_geographic_es.recipe ├── national_post.recipe ├── nature.recipe ├── nautilus.recipe ├── navalny.recipe ├── navy_times.recipe ├── ncrnext.recipe ├── nejm.recipe ├── neowin.recipe ├── nepszabadsag.recipe ├── netzpolitik.recipe ├── new_scientist.recipe ├── new_scientist_mag.recipe ├── new_statesman.recipe ├── new_york_review_of_books.recipe ├── new_york_review_of_books_no_sub.recipe ├── new_yorker.recipe ├── newrepublicmag.recipe ├── news24.recipe ├── news324.recipe ├── news_busters.recipe ├── newslaundry.recipe ├── newsminute.recipe ├── newsstraitstimes.recipe ├── newsweek_polska.recipe ├── newtab.recipe ├── newtimes.recipe ├── newz_dk.recipe ├── nezavisne_novine.recipe ├── nhk_news.recipe ├── niebezpiecznik.recipe ├── nikkei_news.recipe ├── nikkeiasia.recipe ├── njuz_net.recipe ├── nme.recipe ├── nol.recipe ├── nordjyske_dk.recipe ├── novaya_gazeta.recipe ├── novaya_gazeta_europe.recipe ├── novaya_gazeta_europe_en.recipe ├── novilist_novine_hr.recipe ├── novinite.recipe ├── novinite_bg.recipe ├── novinky.cz.recipe ├── novinky.recipe ├── novosti.recipe ├── nowy_obywatel.recipe ├── npr.recipe ├── nrc-nl-epub.recipe ├── nrc.nl.recipe ├── nrc_next.recipe ├── nspm.recipe ├── nspm_int.recipe ├── nu.recipe ├── nv_en.recipe ├── nv_ru.recipe ├── nv_ua.recipe ├── nymag.recipe ├── nypost.recipe ├── nyt_magazine.recipe ├── nyt_tmag.recipe ├── nytfeeds.recipe ├── nytimes.recipe ├── nytimes_cooking.recipe ├── nytimes_sports.recipe ├── nytimes_sub.recipe ├── nytimes_tech.recipe ├── nytimesbook.recipe ├── nzherald.recipe ├── nzz_ger.recipe ├── oakland_north.recipe ├── oba.recipe ├── observatorul_cultural.recipe ├── observer_gb.recipe ├── oc_register.recipe ├── oilprice.recipe ├── old_games.recipe ├── oldnewthing.recipe ├── omgubuntu.recipe ├── onda_rock.recipe ├── onemagazine.recipe ├── open_magazine.recipe ├── opennet.recipe ├── opindia.recipe ├── optyczne_pl.recipe ├── orfonline.recipe ├── orient_21.recipe ├── osvitaua.recipe ├── osvitaua_ru.recipe ├── osw.recipe ├── ottawa_citizen.recipe ├── ourdailybread.recipe ├── outlook_business_magazine.recipe ├── outlook_india.recipe ├── oxford_mail.recipe ├── padreydecano.recipe ├── pagina12.recipe ├── pagina_12_print_ed.recipe ├── pajama.recipe ├── pambianco.recipe ├── paperpaper.recipe ├── parisreview.recipe ├── parlamentni_listy.recipe ├── parool.recipe ├── pc_advisor.recipe ├── pc_foster.recipe ├── pc_world.recipe ├── pcworld_hu.recipe ├── pecat.recipe ├── penzberger_merkur.recipe ├── people_daily.recipe ├── pescanik.recipe ├── phillosophy_now.recipe ├── phoronix.recipe ├── phys_org.recipe ├── planet_kde.recipe ├── planet_python.recipe ├── pocket_lint.recipe ├── podnikatel.recipe ├── poligon.recipe ├── poliitico_eu.recipe ├── politico.recipe ├── politiken_dk.recipe ├── politiko_dk.recipe ├── polizeipress_de.recipe ├── polter_pl.recipe ├── popscience.recipe ├── portafolio.recipe ├── ppe_pl.recipe ├── pragyata.recipe ├── pravda.recipe ├── pravda_por.recipe ├── pravda_ru.recipe ├── pravda_uk.recipe ├── pravda_ukraine.recipe ├── pravda_ukraine_ru.recipe ├── prekshaa.recipe ├── press_information_bureau.recipe ├── presse_portal.recipe ├── private_eye.recipe ├── pro_physik.recipe ├── project.recipe ├── project_syndicate.recipe ├── propublica.recipe ├── prosleduet.recipe ├── prospectmaguk_free.recipe ├── protagon.recipe ├── psych.recipe ├── publicdomainreview_org.recipe ├── publico.recipe ├── punto_informatico.recipe ├── pure_pc.recipe ├── quanta_magazine.recipe ├── queleer.recipe ├── queueacmorg.recipe ├── radio_canada.recipe ├── radio_prague.recipe ├── radiosvoboda_ua.recipe ├── rbc_ru.recipe ├── rbcua_ru.recipe ├── rbcua_ua.recipe ├── rds.recipe ├── readers_digest.recipe ├── readersdigest_thehealthy.recipe ├── real_clear.recipe ├── real_world_economics_review.recipe ├── reason_magazine.recipe ├── red_voltaire.recipe ├── reflex_cz.recipe ├── regina_leader_post.recipe ├── respekt_magazine.recipe ├── reuters.recipe ├── revista22.recipe ├── revista_muy.recipe ├── revista_veintitres.recipe ├── ria_ru.recipe ├── rmf24_ESKN.recipe ├── rmf24_fakty.recipe ├── rmf24_opinie.recipe ├── rnd.recipe ├── root.recipe ├── rosbalt.recipe ├── rt.recipe ├── rte.recipe ├── rtnews.recipe ├── rts.recipe ├── rushisaband.recipe ├── russiafeed.recipe ├── rzeczpospolita.recipe ├── sabah.recipe ├── saechsische.recipe ├── salon.recipe ├── salzburger_nachrichten.recipe ├── san_fran_chronicle.recipe ├── sanjosemercurynews.recipe ├── saskatoon_star_phoenix.recipe ├── satkurier.recipe ├── satmagazine.recipe ├── schongauer_nachrichten.recipe ├── science_advances.recipe ├── science_based_medicine.recipe ├── science_journal.recipe ├── science_news.recipe ├── science_x.recipe ├── scientific_american.recipe ├── sciimmunol.recipe ├── scinexx.recipe ├── scirobotics.recipe ├── scisignaling.recipe ├── scistm.recipe ├── scmp.recipe ├── scott_hanselman.recipe ├── scprint.recipe ├── screen_rant.recipe ├── scroll.recipe ├── seattle_times.recipe ├── sekurak_pl.recipe ├── seminar_magazine.recipe ├── sfbg.recipe ├── sfin.recipe ├── sign_of_the_times.recipe ├── simple_flying.recipe ├── singtaohk.recipe ├── skai.recipe ├── skeptic.recipe ├── skeptical_enquirer.recipe ├── slashdot.recipe ├── slate.recipe ├── smashing.recipe ├── smh.recipe ├── smith.recipe ├── snob.recipe ├── sobaka.recipe ├── sobesednik.recipe ├── sol_haber.recipe ├── sonar21.recipe ├── sotavision.recipe ├── sova.recipe ├── spectator-au.recipe ├── spectator_magazine.recipe ├── spektrum.recipe ├── spiegel_int.recipe ├── spiegelde.recipe ├── sports_illustrated.recipe ├── sportstar.recipe ├── sputnik.recipe ├── st_louis_post_dispatch.recipe ├── stackoverflow.recipe ├── standardmedia_ke.recipe ├── star_gazetesi.recipe ├── staradvertiser.recipe ├── starnberger_merkur.recipe ├── stiintasitehnica.recipe ├── stopgame.recipe ├── straitstimes.recipe ├── strange_horizons.recipe ├── stratechery.recipe ├── substack.recipe ├── sueddeutsche.recipe ├── svt_nyheter.recipe ├── swarajya.recipe ├── swiat_obrazu.recipe ├── swiatkindle.recipe ├── sz_magazin.recipe ├── t3n_de.recipe ├── t_invariant_en.recipe ├── t_invariant_ru.recipe ├── t_invariant_ua.recipe ├── t_online.recipe ├── tablety_pl.recipe ├── tabu.recipe ├── tagesan.recipe ├── tagespost.recipe ├── tagesschau_de.recipe ├── tagesspiegel.recipe ├── takiedela.recipe ├── tayga.recipe ├── taz_rss.recipe ├── techcrunch.recipe ├── techdirt.recipe ├── tegernseer_zeitung.recipe ├── tehelka.recipe ├── telepolis.recipe ├── teleread.recipe ├── thairath.recipe ├── the_age.recipe ├── the_baffler.recipe ├── the_budget_fashionista.recipe ├── the_clinic_online.recipe ├── the_conversation.recipe ├── the_diplomat.recipe ├── the_ebook_reader.recipe ├── the_federalist.recipe ├── the_friday_times.recipe ├── the_gamer.recipe ├── the_insider.recipe ├── the_journal.recipe ├── the_marker.recipe ├── the_monthly.recipe ├── the_nation.recipe ├── the_oz.recipe ├── the_philippine_daily_inquirer.recipe ├── the_press_project.recipe ├── the_register.recipe ├── the_richest.recipe ├── the_saturday_paper.recipe ├── the_sportster.recipe ├── the_sun.recipe ├── the_things.recipe ├── the_travel.recipe ├── the_verge.recipe ├── the_week.recipe ├── the_week_magazine_free.recipe ├── the_week_uk.recipe ├── the_wire.recipe ├── thebell.recipe ├── thecultofghoul.recipe ├── thedailywtf.recipe ├── theecocolapse.recipe ├── theeconomictimes_india.recipe ├── theeconomictimes_india_print_edition.recipe ├── theindiaforum.recipe ├── thenewcriterion.recipe ├── theoldie.recipe ├── theonlinephotographer.recipe ├── theprint.recipe ├── thestar.recipe ├── tijd.recipe ├── tillsonburg.recipe ├── time_magazine.recipe ├── times_of_malta.recipe ├── times_online.recipe ├── titanic_de.recipe ├── tjournal.recipe ├── tls_mag.recipe ├── tmz.recipe ├── todoist.recipe ├── toi.recipe ├── toiprint.recipe ├── tolzer_kurier.recipe ├── top_speed.recipe ├── tovima.recipe ├── trouw.recipe ├── trv.recipe ├── tst.recipe ├── tulsaworld.recipe ├── tv2lorry_dk.recipe ├── tv2nord_dk.recipe ├── tv2oj_dk.recipe ├── tvmania.recipe ├── tvmidtvest_dk.recipe ├── tvsyd_dk.recipe ├── tweakers_net.recipe ├── tyden.cz.recipe ├── tyzden.recipe ├── ua_fooball.recipe ├── ugeskriftet.recipe ├── ukrinform_de.recipe ├── ukrinform_en.recipe ├── ukrinform_es.recipe ├── ukrinform_fr.recipe ├── ukrinform_ja.recipe ├── ukrinform_pl.recipe ├── ukrinform_ru.recipe ├── ukrinform_uk.recipe ├── uncrate.recipe ├── unian_net.recipe ├── unian_net_en.recipe ├── unian_net_ua.recipe ├── uninohimitu.recipe ├── united_nations.recipe ├── universe_today.recipe ├── unn_ru.recipe ├── unn_ua.recipe ├── unz.recipe ├── upi.recipe ├── usatoday.recipe ├── usnews.recipe ├── vancouver_province.recipe ├── vancouver_sun.recipe ├── variety.recipe ├── vecernji_list.recipe ├── vedomosti.recipe ├── version2.recipe ├── verstka.recipe ├── vic_times.recipe ├── vignette.recipe ├── vikna_ru.recipe ├── vikna_ua.recipe ├── villagevoice.recipe ├── vio_mundo.recipe ├── vitalia.recipe ├── volksrant.recipe ├── vox.recipe ├── vreme.recipe ├── walla.recipe ├── walrusmag.recipe ├── warentest.recipe ├── wash_post.recipe ├── wash_post_print.recipe ├── wash_times.recipe ├── weblogs_sl.recipe ├── weilheimer_tagblatt.recipe ├── welt.recipe ├── welt_der_physik.recipe ├── wenxuecity-znjy.recipe ├── wicomix.recipe ├── windsor_star.recipe ├── winnipeg_free_press.recipe ├── wired.recipe ├── wired_daily.recipe ├── wirtualnemedia_pl.recipe ├── wnp.recipe ├── wonderzine.recipe ├── words_without_borders.recipe ├── world_archeology.recipe ├── worldcrunch.recipe ├── woz_die.recipe ├── wsj.recipe ├── wsj_free.recipe ├── wsj_mag.recipe ├── wsj_news.recipe ├── xda.recipe ├── xkcd.recipe ├── yahoo_news.recipe ├── yalansavar.recipe ├── yenisafak_gazetesi.recipe ├── ynet.recipe ├── yomiuri_world.recipe ├── zackzack.recipe ├── zadolba_li.recipe ├── zaobao.recipe ├── zdnet.fr.recipe ├── zeitde.recipe ├── zeitde_sub.recipe ├── zerkalo.recipe ├── zerodeux.recipe ├── zerohedge.recipe ├── ziarulfinanciar.recipe ├── ziuaveche.recipe ├── zn_ru.recipe ├── zn_ua.recipe ├── znadplanszy_pl.recipe ├── znetwork.recipe └── zycie_warszawy.recipe ├── resources ├── calibre-ebook-root-CA.crt ├── calibre-mimetypes.xml ├── calibre-portable.bat ├── calibre-portable.sh ├── catalog │ ├── DefaultCover.jpg │ ├── mastheadImage.gif │ ├── section_list_templates.conf │ ├── stylesheet.css │ └── template.xhtml ├── common-english-words.txt ├── content-server │ ├── calibre.png │ ├── empty.html │ ├── index.html │ ├── mobile.css │ └── reset.css ├── csscolorparser.js ├── default_tweaks.py ├── dictionaries │ ├── en-GB │ │ ├── en-GB.aff │ │ ├── en-GB.dic │ │ └── locales │ ├── en-US │ │ ├── en-US.aff │ │ ├── en-US.dic │ │ └── locales │ ├── es-ES │ │ ├── es-ES.aff │ │ ├── es-ES.dic │ │ └── locales │ └── online-catalog.json ├── editor-help │ ├── css.json │ ├── html.json │ ├── mathml.json │ ├── opf2.json │ ├── opf3.json │ └── svg.json ├── fonts │ └── calibreSymbols.otf ├── fts_sqlite.sql ├── fts_triggers.sql ├── images │ ├── add_book.png │ ├── ai.png │ ├── apple-touch-icon.png │ ├── arrow-down.png │ ├── arrow-up.png │ ├── auto-reload.png │ ├── auto-scroll.png │ ├── auto_author_sort.png │ ├── back.png │ ├── beautify.png │ ├── blank.png │ ├── book.png │ ├── bookmarks.png │ ├── books_in_series.png │ ├── bullhorn.png │ ├── catalog.png │ ├── chapters.png │ ├── character-set.png │ ├── clear_left-for-dark-theme.png │ ├── clear_left-for-light-theme.png │ ├── close-for-dark-theme.png │ ├── close-for-light-theme.png │ ├── code.png │ ├── column.png │ ├── compress-image.png │ ├── config.png │ ├── connect_share.png │ ├── connect_share_on.png │ ├── context_menu.png │ ├── convert.png │ ├── copy-to-library.png │ ├── cover_flow.png │ ├── debug.png │ ├── default_cover.png │ ├── devices │ │ ├── bambook.png │ │ ├── boox.png │ │ ├── folder.png │ │ ├── ipad.png │ │ ├── italica.png │ │ ├── itunes.png │ │ ├── kindle.png │ │ ├── nook.png │ │ └── tablet.png │ ├── dialog_error.png │ ├── dialog_information.png │ ├── dialog_question.png │ ├── dialog_warning.png │ ├── dictionary.png │ ├── diff.png │ ├── document-encrypt.png │ ├── document-import.png │ ├── document-new.png │ ├── document-split.png │ ├── document_open.png │ ├── donate.png │ ├── dot_green.png │ ├── dot_red.png │ ├── download-metadata.png │ ├── drm-locked.png │ ├── drm-unlocked.png │ ├── edit-clear.png │ ├── edit-copy.png │ ├── edit-cut.png │ ├── edit-paste.png │ ├── edit-redo.png │ ├── edit-select-all.png │ ├── edit-undo.png │ ├── edit_book.png │ ├── edit_input.png │ ├── eject.png │ ├── embed-fonts.png │ ├── exec.png │ ├── external-link-for-dark-theme.png │ ├── external-link.png │ ├── filter.png │ ├── folder_saved_search.png │ ├── font.png │ ├── font_size_larger.png │ ├── font_size_smaller.png │ ├── format-fill-color.png │ ├── format-indent-less.png │ ├── format-indent-more.png │ ├── format-justify-center.png │ ├── format-justify-fill.png │ ├── format-justify-left.png │ ├── format-justify-right.png │ ├── format-list-ordered.png │ ├── format-list-unordered.png │ ├── format-text-bold.png │ ├── format-text-color.png │ ├── format-text-heading.png │ ├── format-text-hr.png │ ├── format-text-italic.png │ ├── format-text-strikethrough.png │ ├── format-text-subscript.png │ ├── format-text-superscript.png │ ├── format-text-underline.png │ ├── forward.png │ ├── fts.png │ ├── gear.png │ ├── generic-library.png │ ├── gmail_logo.png │ ├── grid.png │ ├── h-ellipsis.png │ ├── help.png │ ├── heuristics.png │ ├── highlight.png │ ├── highlight_only_off.png │ ├── highlight_only_on.png │ ├── hotmail.png │ ├── html-fix.png │ ├── icon_choose.png │ ├── identifiers.png │ ├── insert-link.png │ ├── jobs.png │ ├── keyboard-prefs.png │ ├── languages.png │ ├── layout.png │ ├── library.png │ ├── list_remove.png │ ├── lookfeel.png │ ├── lt.png │ ├── mail.png │ ├── marked.png │ ├── merge.png │ ├── merge_books.png │ ├── metadata.png │ ├── mimetypes │ │ ├── azw2.png │ │ ├── azw3.png │ │ ├── bmp.png │ │ ├── cbr.png │ │ ├── cbz.png │ │ ├── computer.png │ │ ├── dir.png │ │ ├── djvu.png │ │ ├── docx.png │ │ ├── epub.png │ │ ├── fb2.png │ │ ├── gif.png │ │ ├── html.png │ │ ├── jpeg.png │ │ ├── kepub.png │ │ ├── kfx.png │ │ ├── lit.png │ │ ├── lrf.png │ │ ├── lrx.png │ │ ├── mobi.png │ │ ├── odt.png │ │ ├── opml.png │ │ ├── pdf.png │ │ ├── png.png │ │ ├── rar.png │ │ ├── rtf.png │ │ ├── snb.png │ │ ├── svg.png │ │ ├── tpz.png │ │ ├── txt.png │ │ ├── unknown.png │ │ ├── xps.png │ │ ├── zero.png │ │ └── zip.png │ ├── minus.png │ ├── minusminus.png │ ├── modified-for-dark-theme.png │ ├── modified-for-light-theme.png │ ├── network-server.png │ ├── news.png │ ├── next.png │ ├── notes-for-dark-theme.png │ ├── notes.png │ ├── ok.png │ ├── page.png │ ├── plugboard.png │ ├── plugins.png │ ├── plugins │ │ ├── mobileread.png │ │ ├── plugin_deprecated.png │ │ ├── plugin_disabled_invalid.png │ │ ├── plugin_disabled_ok.png │ │ ├── plugin_disabled_valid.png │ │ ├── plugin_new.png │ │ ├── plugin_new_invalid.png │ │ ├── plugin_new_valid.png │ │ ├── plugin_updater.png │ │ ├── plugin_updater_updates.png │ │ ├── plugin_upgrade_invalid.png │ │ ├── plugin_upgrade_ok.png │ │ └── plugin_upgrade_valid.png │ ├── plus.png │ ├── plusplus.png │ ├── polish.png │ ├── previous.png │ ├── print.png │ ├── publisher.png │ ├── quickview.png │ ├── random.png │ ├── rating.png │ ├── reader.png │ ├── reference.png │ ├── remove_books.png │ ├── reports.png │ ├── resize.png │ ├── restart.png │ ├── rotate-right.png │ ├── save.png │ ├── scheduler.png │ ├── scroll.png │ ├── sd.png │ ├── search.png │ ├── search_add_saved.png │ ├── search_copy_saved.png │ ├── search_delete_saved.png │ ├── send.png │ ├── series.png │ ├── similar.png │ ├── smarten-punctuation.png │ ├── snippets.png │ ├── sort.png │ ├── spell-check.png │ ├── split.png │ ├── store.png │ ├── subset-fonts.png │ ├── swap.png │ ├── sync-right.png │ ├── sync.png │ ├── tags.png │ ├── tb_folder.png │ ├── template_funcs.png │ ├── textures │ │ ├── dark_cloth.png │ │ ├── dark_wood.png │ │ ├── grey_wash_wall.png │ │ ├── light_wood.png │ │ └── subtle_wood.png │ ├── toc.png │ ├── trash.png │ ├── trim.png │ ├── tweak.png │ ├── tweaks.png │ ├── unpack-book.png │ ├── user_profile.png │ ├── v-ellipsis.png │ ├── view-image.png │ ├── view-refresh.png │ ├── view.png │ ├── viewer.png │ ├── vl.png │ ├── width.png │ ├── window-close.png │ └── wizard.png ├── jacket │ ├── stylesheet.css │ └── template.xhtml ├── lookup.js ├── metadata_sqlite.sql ├── mime.types ├── notes_sqlite.sql ├── pdf-mathjax-loader.js ├── pdf-preprint.js ├── pin-template.svg ├── quick_start │ ├── deu.epub │ ├── eng.epub │ ├── fra.epub │ ├── ita.epub │ ├── swe.epub │ └── tur.epub ├── rapydscript │ └── compiler.js.xz ├── scraper.js ├── stylelint-bundle.min.js ├── stylelint.js ├── templates │ ├── book_details.css │ ├── fb2.xsl │ ├── html.css │ ├── html_export_default.css │ ├── html_export_default.tmpl │ ├── html_export_default_index.tmpl │ ├── inline_toc_styles.css │ ├── kobo.js │ ├── lrf.xsl │ ├── new_book.html │ ├── new_nav.html │ └── rtf.xsl └── toc.js ├── rsync-and-build.sh ├── run-local ├── session.vim ├── setup.py ├── setup ├── __init__.py ├── arch-ci.sh ├── browser_data.py ├── build.py ├── build_environment.py ├── changelog.py ├── check.py ├── commands.py ├── csslint.py ├── extensions.json ├── file-hosting-bw.py ├── git_commit_msg_hook.py ├── git_hooks.py ├── git_post_checkout_hook.py ├── git_post_rewrite_hook.py ├── git_pre_commit_hook.py ├── git_version.py ├── gui.py ├── hosting.py ├── hyphenation.py ├── install.py ├── installers.py ├── iso_codes.py ├── lc_data.py ├── liberation.py ├── linux-installer.py ├── linux-installer.sh ├── mathjax.py ├── parallel_build.py ├── piper.py ├── plugins_mirror.py ├── polib.py ├── publish.py ├── resources.py ├── revendor.py ├── run-calibre-worker.py ├── test.py ├── translations.py ├── unix-ci.py ├── upload.py ├── vcvars.py ├── win-ci.py ├── wincross.py └── xwin.py ├── src ├── calibre │ ├── __init__.py │ ├── ai │ │ ├── __init__.py │ │ ├── config.py │ │ ├── github │ │ │ ├── __init__.py │ │ │ ├── backend.py │ │ │ └── config.py │ │ ├── google │ │ │ ├── __init__.py │ │ │ ├── backend.py │ │ │ └── config.py │ │ ├── lm_studio │ │ │ ├── __init__.py │ │ │ ├── backend.py │ │ │ └── config.py │ │ ├── ollama │ │ │ ├── __init__.py │ │ │ ├── backend.py │ │ │ └── config.py │ │ ├── open_router │ │ │ ├── __init__.py │ │ │ ├── backend.py │ │ │ └── config.py │ │ ├── openai │ │ │ ├── __init__.py │ │ │ ├── backend.py │ │ │ └── config.py │ │ ├── prefs.py │ │ └── utils.py │ ├── build_forms.py │ ├── constants.py │ ├── customize │ │ ├── __init__.py │ │ ├── builtins.py │ │ ├── conversion.py │ │ ├── profiles.py │ │ ├── ui.py │ │ └── zipplugin.py │ ├── db │ │ ├── __init__.py │ │ ├── adding.py │ │ ├── annotations.py │ │ ├── backend.py │ │ ├── backup.py │ │ ├── cache.py │ │ ├── categories.py │ │ ├── cli │ │ │ ├── __init__.py │ │ │ ├── cmd_add.py │ │ │ ├── cmd_add_custom_column.py │ │ │ ├── cmd_add_format.py │ │ │ ├── cmd_backup_metadata.py │ │ │ ├── cmd_catalog.py │ │ │ ├── cmd_check_library.py │ │ │ ├── cmd_clone.py │ │ │ ├── cmd_custom_columns.py │ │ │ ├── cmd_embed_metadata.py │ │ │ ├── cmd_export.py │ │ │ ├── cmd_fts_index.py │ │ │ ├── cmd_fts_search.py │ │ │ ├── cmd_list.py │ │ │ ├── cmd_list_categories.py │ │ │ ├── cmd_remove.py │ │ │ ├── cmd_remove_custom_column.py │ │ │ ├── cmd_remove_format.py │ │ │ ├── cmd_restore_database.py │ │ │ ├── cmd_saved_searches.py │ │ │ ├── cmd_search.py │ │ │ ├── cmd_set_custom.py │ │ │ ├── cmd_set_metadata.py │ │ │ ├── cmd_show_metadata.py │ │ │ ├── main.py │ │ │ ├── tests.py │ │ │ └── utils.py │ │ ├── constants.py │ │ ├── copy_to_library.py │ │ ├── covers.py │ │ ├── errors.py │ │ ├── fields.py │ │ ├── fts │ │ │ ├── __init__.py │ │ │ ├── connect.py │ │ │ ├── pool.py │ │ │ ├── schema_upgrade.py │ │ │ └── text.py │ │ ├── lazy.py │ │ ├── legacy.py │ │ ├── listeners.py │ │ ├── locking.py │ │ ├── notes │ │ │ ├── __init__.py │ │ │ ├── connect.py │ │ │ ├── exim.py │ │ │ └── schema_upgrade.py │ │ ├── restore.py │ │ ├── schema_upgrades.py │ │ ├── search.py │ │ ├── sqlite_extension.cpp │ │ ├── tables.py │ │ ├── tests │ │ │ ├── __init__.py │ │ │ ├── add_remove.py │ │ │ ├── base.py │ │ │ ├── filesystem.py │ │ │ ├── fts.py │ │ │ ├── fts_api.py │ │ │ ├── legacy.py │ │ │ ├── locking.py │ │ │ ├── main.py │ │ │ ├── metadata.db │ │ │ ├── notes.py │ │ │ ├── profiling.py │ │ │ ├── reading.py │ │ │ ├── utils.py │ │ │ └── writing.py │ │ ├── utils.py │ │ ├── view.py │ │ └── write.py │ ├── debug.py │ ├── devices │ │ ├── __init__.py │ │ ├── android │ │ │ ├── __init__.py │ │ │ └── driver.py │ │ ├── binatone │ │ │ ├── __init__.py │ │ │ └── driver.py │ │ ├── blackberry │ │ │ ├── __init__.py │ │ │ └── driver.py │ │ ├── boeye │ │ │ ├── __init__.py │ │ │ └── driver.py │ │ ├── cli.py │ │ ├── cybook │ │ │ ├── __init__.py │ │ │ ├── driver.py │ │ │ ├── t2b.py │ │ │ └── t4b.py │ │ ├── eb600 │ │ │ ├── __init__.py │ │ │ └── driver.py │ │ ├── edge │ │ │ ├── __init__.py │ │ │ └── driver.py │ │ ├── errors.py │ │ ├── eslick │ │ │ ├── __init__.py │ │ │ └── driver.py │ │ ├── folder_device │ │ │ ├── __init__.py │ │ │ └── driver.py │ │ ├── hanlin │ │ │ ├── __init__.py │ │ │ └── driver.py │ │ ├── hanvon │ │ │ ├── __init__.py │ │ │ └── driver.py │ │ ├── iliad │ │ │ ├── __init__.py │ │ │ └── driver.py │ │ ├── interface.py │ │ ├── irexdr │ │ │ ├── __init__.py │ │ │ └── driver.py │ │ ├── iriver │ │ │ ├── __init__.py │ │ │ └── driver.py │ │ ├── jetbook │ │ │ ├── __init__.py │ │ │ └── driver.py │ │ ├── kindle │ │ │ ├── __init__.py │ │ │ ├── apnx.py │ │ │ ├── apnx_page_generator │ │ │ │ ├── __init__.py │ │ │ │ ├── generators │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── accurate_page_generator.py │ │ │ │ │ ├── exact_page_generator.py │ │ │ │ │ ├── fast_page_generator.py │ │ │ │ │ └── pagebreak_page_generator.py │ │ │ │ ├── i_page_generator.py │ │ │ │ ├── page_group.py │ │ │ │ ├── page_number_type.py │ │ │ │ └── pages.py │ │ │ ├── bookmark.py │ │ │ └── driver.py │ │ ├── kobo │ │ │ ├── __init__.py │ │ │ ├── bookmark.py │ │ │ ├── books.py │ │ │ ├── db.py │ │ │ ├── driver.py │ │ │ └── kobotouch_config.py │ │ ├── libusb │ │ │ └── libusb.c │ │ ├── mime.py │ │ ├── misc.py │ │ ├── mtp │ │ │ ├── __init__.py │ │ │ ├── base.py │ │ │ ├── books.py │ │ │ ├── defaults.py │ │ │ ├── driver.py │ │ │ ├── filesystem_cache.py │ │ │ ├── test.py │ │ │ ├── unix │ │ │ │ ├── __init__.py │ │ │ │ ├── devices.c │ │ │ │ ├── devices.h │ │ │ │ ├── driver.py │ │ │ │ ├── libmtp.c │ │ │ │ ├── sysfs.py │ │ │ │ └── upstream │ │ │ │ │ ├── device-flags.h │ │ │ │ │ ├── music-players.h │ │ │ │ │ └── update.py │ │ │ └── windows │ │ │ │ ├── __init__.py │ │ │ │ ├── content_enumeration.cpp │ │ │ │ ├── device.cpp │ │ │ │ ├── device_enumeration.cpp │ │ │ │ ├── driver.py │ │ │ │ ├── global.h │ │ │ │ └── wpd.cpp │ │ ├── nokia │ │ │ ├── __init__.py │ │ │ └── driver.py │ │ ├── nook │ │ │ ├── __init__.py │ │ │ └── driver.py │ │ ├── nuut2 │ │ │ ├── __init__.py │ │ │ └── driver.py │ │ ├── paladin │ │ │ ├── __init__.py │ │ │ └── driver.py │ │ ├── prs505 │ │ │ ├── __init__.py │ │ │ ├── driver.py │ │ │ └── sony_cache.py │ │ ├── prst1 │ │ │ ├── __init__.py │ │ │ └── driver.py │ │ ├── scanner.py │ │ ├── smart_device_app │ │ │ ├── __init__.py │ │ │ └── driver.py │ │ ├── sne │ │ │ ├── __init__.py │ │ │ └── driver.py │ │ ├── teclast │ │ │ ├── __init__.py │ │ │ └── driver.py │ │ ├── udisks.py │ │ ├── usbms │ │ │ ├── __init__.py │ │ │ ├── books.py │ │ │ ├── cli.py │ │ │ ├── device.py │ │ │ ├── deviceconfig.py │ │ │ └── driver.py │ │ ├── usbobserver │ │ │ └── usbobserver.c │ │ ├── user_defined │ │ │ ├── __init__.py │ │ │ └── driver.py │ │ ├── utils.py │ │ └── winusb.py │ ├── ebooks │ │ ├── BeautifulSoup.py │ │ ├── __init__.py │ │ ├── azw4 │ │ │ ├── __init__.py │ │ │ └── reader.py │ │ ├── chardet.py │ │ ├── chm │ │ │ ├── __init__.py │ │ │ ├── metadata.py │ │ │ └── reader.py │ │ ├── comic │ │ │ ├── __init__.py │ │ │ └── input.py │ │ ├── compression │ │ │ ├── __init__.py │ │ │ ├── palmdoc.c │ │ │ ├── palmdoc.py │ │ │ └── tcr.py │ │ ├── constants.py │ │ ├── conversion │ │ │ ├── __init__.py │ │ │ ├── archives.py │ │ │ ├── cli.py │ │ │ ├── config.py │ │ │ ├── plugins │ │ │ │ ├── __init__.py │ │ │ │ ├── azw4_input.py │ │ │ │ ├── chm_input.py │ │ │ │ ├── comic_input.py │ │ │ │ ├── djvu_input.py │ │ │ │ ├── docx_input.py │ │ │ │ ├── docx_output.py │ │ │ │ ├── epub_input.py │ │ │ │ ├── epub_output.py │ │ │ │ ├── fb2_input.py │ │ │ │ ├── fb2_output.py │ │ │ │ ├── html_input.py │ │ │ │ ├── html_output.py │ │ │ │ ├── htmlz_input.py │ │ │ │ ├── htmlz_output.py │ │ │ │ ├── lit_input.py │ │ │ │ ├── lit_output.py │ │ │ │ ├── lrf_input.py │ │ │ │ ├── lrf_output.py │ │ │ │ ├── mobi_input.py │ │ │ │ ├── mobi_output.py │ │ │ │ ├── odt_input.py │ │ │ │ ├── oeb_output.py │ │ │ │ ├── pdb_input.py │ │ │ │ ├── pdb_output.py │ │ │ │ ├── pdf_input.py │ │ │ │ ├── pdf_output.py │ │ │ │ ├── pml_input.py │ │ │ │ ├── pml_output.py │ │ │ │ ├── rb_input.py │ │ │ │ ├── rb_output.py │ │ │ │ ├── recipe_input.py │ │ │ │ ├── rtf_input.py │ │ │ │ ├── rtf_output.py │ │ │ │ ├── snb_input.py │ │ │ │ ├── snb_output.py │ │ │ │ ├── tcr_input.py │ │ │ │ ├── tcr_output.py │ │ │ │ ├── txt_input.py │ │ │ │ └── txt_output.py │ │ │ ├── plumber.py │ │ │ ├── preprocess.py │ │ │ ├── search_replace.py │ │ │ └── utils.py │ │ ├── covers.py │ │ ├── css_transform_rules.py │ │ ├── djvu │ │ │ ├── __init__.py │ │ │ ├── bzzdecoder.c │ │ │ ├── djvu.py │ │ │ └── djvubzzdec.py │ │ ├── docx │ │ │ ├── __init__.py │ │ │ ├── block_styles.py │ │ │ ├── char_styles.py │ │ │ ├── cleanup.py │ │ │ ├── container.py │ │ │ ├── dump.py │ │ │ ├── fields.py │ │ │ ├── fonts.py │ │ │ ├── footnotes.py │ │ │ ├── images.py │ │ │ ├── index.py │ │ │ ├── lcid.py │ │ │ ├── names.py │ │ │ ├── numbering.py │ │ │ ├── settings.py │ │ │ ├── styles.py │ │ │ ├── tables.py │ │ │ ├── theme.py │ │ │ ├── to_html.py │ │ │ ├── toc.py │ │ │ └── writer │ │ │ │ ├── TODO │ │ │ │ ├── __init__.py │ │ │ │ ├── container.py │ │ │ │ ├── fonts.py │ │ │ │ ├── from_html.py │ │ │ │ ├── images.py │ │ │ │ ├── links.py │ │ │ │ ├── lists.py │ │ │ │ ├── styles.py │ │ │ │ ├── tables.py │ │ │ │ └── utils.py │ │ ├── epub │ │ │ ├── __init__.py │ │ │ ├── cfi │ │ │ │ ├── __init__.py │ │ │ │ ├── epubcfi.ebnf │ │ │ │ ├── parse.py │ │ │ │ └── tests.py │ │ │ ├── pages.py │ │ │ └── periodical.py │ │ ├── fb2 │ │ │ ├── __init__.py │ │ │ └── fb2ml.py │ │ ├── html │ │ │ ├── __init__.py │ │ │ ├── input.py │ │ │ ├── meta.py │ │ │ └── to_zip.py │ │ ├── html_entities.c │ │ ├── html_entities.h │ │ ├── html_entities.py │ │ ├── html_transform_rules.py │ │ ├── htmlz │ │ │ ├── __init__.py │ │ │ └── oeb2html.py │ │ ├── hyphenate.py │ │ ├── iterator │ │ │ └── __init__.py │ │ ├── lit │ │ │ ├── __init__.py │ │ │ ├── lzx.py │ │ │ ├── maps │ │ │ │ ├── __init__.py │ │ │ │ ├── html.py │ │ │ │ └── opf.py │ │ │ ├── mssha1.py │ │ │ ├── reader.py │ │ │ └── writer.py │ │ ├── lrf │ │ │ ├── __init__.py │ │ │ ├── fonts.py │ │ │ ├── html │ │ │ │ ├── __init__.py │ │ │ │ ├── color_map.py │ │ │ │ ├── convert_from.py │ │ │ │ ├── demo │ │ │ │ │ ├── a.png │ │ │ │ │ ├── demo.html │ │ │ │ │ ├── large.jpg │ │ │ │ │ ├── medium.jpg │ │ │ │ │ └── small.jpg │ │ │ │ └── table.py │ │ │ ├── input.py │ │ │ ├── lrfparser.py │ │ │ ├── lrs │ │ │ │ ├── __init__.py │ │ │ │ └── convert_from.py │ │ │ ├── meta.py │ │ │ ├── objects.py │ │ │ ├── pylrs │ │ │ │ ├── __init__.py │ │ │ │ ├── elements.py │ │ │ │ ├── pylrf.py │ │ │ │ ├── pylrfopt.py │ │ │ │ └── pylrs.py │ │ │ └── tags.py │ │ ├── metadata │ │ │ ├── __init__.py │ │ │ ├── archive.py │ │ │ ├── author_mapper.py │ │ │ ├── book │ │ │ │ ├── __init__.py │ │ │ │ ├── base.py │ │ │ │ ├── formatter.py │ │ │ │ ├── json_codec.py │ │ │ │ ├── render.py │ │ │ │ └── serialize.py │ │ │ ├── cli.py │ │ │ ├── docx.py │ │ │ ├── epub.py │ │ │ ├── ereader.py │ │ │ ├── extz.py │ │ │ ├── fb2.py │ │ │ ├── haodoo.py │ │ │ ├── html.py │ │ │ ├── imp.py │ │ │ ├── kdl.py │ │ │ ├── kfx.py │ │ │ ├── lit.py │ │ │ ├── lrx.py │ │ │ ├── meta.py │ │ │ ├── mobi.py │ │ │ ├── odt.py │ │ │ ├── opf.py │ │ │ ├── opf2.py │ │ │ ├── opf3.py │ │ │ ├── opf3_test.py │ │ │ ├── opf_2_to_3.py │ │ │ ├── pdb.py │ │ │ ├── pdf.py │ │ │ ├── plucker.py │ │ │ ├── pml.py │ │ │ ├── rar.py │ │ │ ├── rb.py │ │ │ ├── rtf.py │ │ │ ├── search_internet.py │ │ │ ├── snb.py │ │ │ ├── sources │ │ │ │ ├── __init__.py │ │ │ │ ├── amazon.py │ │ │ │ ├── base.py │ │ │ │ ├── big_book_search.py │ │ │ │ ├── cli.py │ │ │ │ ├── covers.py │ │ │ │ ├── edelweiss.py │ │ │ │ ├── google.py │ │ │ │ ├── google_images.py │ │ │ │ ├── identify.py │ │ │ │ ├── openlibrary.py │ │ │ │ ├── prefs.py │ │ │ │ ├── search_engines.py │ │ │ │ ├── test.py │ │ │ │ ├── update.py │ │ │ │ └── worker.py │ │ │ ├── tag_mapper.py │ │ │ ├── test_author_sort.py │ │ │ ├── toc.py │ │ │ ├── topaz.py │ │ │ ├── txt.py │ │ │ ├── utils.py │ │ │ ├── worker.py │ │ │ ├── xisbn.py │ │ │ ├── xmp.py │ │ │ └── zip.py │ │ ├── mobi │ │ │ ├── __init__.py │ │ │ ├── debug │ │ │ │ ├── __init__.py │ │ │ │ ├── containers.py │ │ │ │ ├── headers.py │ │ │ │ ├── index.py │ │ │ │ ├── main.py │ │ │ │ ├── mobi6.py │ │ │ │ └── mobi8.py │ │ │ ├── huffcdic.py │ │ │ ├── langcodes.py │ │ │ ├── mobiml.py │ │ │ ├── reader │ │ │ │ ├── __init__.py │ │ │ │ ├── containers.py │ │ │ │ ├── headers.py │ │ │ │ ├── index.py │ │ │ │ ├── markup.py │ │ │ │ ├── mobi6.py │ │ │ │ ├── mobi8.py │ │ │ │ └── ncx.py │ │ │ ├── tbs_periodicals.rst │ │ │ ├── tweak.py │ │ │ ├── utils.py │ │ │ ├── writer2 │ │ │ │ ├── __init__.py │ │ │ │ ├── indexer.py │ │ │ │ ├── main.py │ │ │ │ ├── resources.py │ │ │ │ └── serializer.py │ │ │ └── writer8 │ │ │ │ ├── __init__.py │ │ │ │ ├── cleanup.py │ │ │ │ ├── exth.py │ │ │ │ ├── header.py │ │ │ │ ├── index.py │ │ │ │ ├── main.py │ │ │ │ ├── mobi.py │ │ │ │ ├── skeleton.py │ │ │ │ ├── tbs.py │ │ │ │ └── toc.py │ │ ├── odt │ │ │ ├── __init__.py │ │ │ └── input.py │ │ ├── oeb │ │ │ ├── __init__.py │ │ │ ├── base.py │ │ │ ├── display │ │ │ │ ├── __init__.py │ │ │ │ └── webview.py │ │ │ ├── iterator │ │ │ │ ├── __init__.py │ │ │ │ ├── book.py │ │ │ │ ├── bookmarks.py │ │ │ │ └── spine.py │ │ │ ├── normalize_css.py │ │ │ ├── parse_utils.py │ │ │ ├── polish │ │ │ │ ├── __init__.py │ │ │ │ ├── cascade.py │ │ │ │ ├── check │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── base.py │ │ │ │ │ ├── css.py │ │ │ │ │ ├── fonts.py │ │ │ │ │ ├── images.py │ │ │ │ │ ├── links.py │ │ │ │ │ ├── main.py │ │ │ │ │ ├── opf.py │ │ │ │ │ └── parsing.py │ │ │ │ ├── container.py │ │ │ │ ├── cover.py │ │ │ │ ├── create.py │ │ │ │ ├── css.py │ │ │ │ ├── download.py │ │ │ │ ├── embed.py │ │ │ │ ├── errors.py │ │ │ │ ├── fonts.py │ │ │ │ ├── hyphenation.py │ │ │ │ ├── images.py │ │ │ │ ├── import_book.py │ │ │ │ ├── jacket.py │ │ │ │ ├── kepubify.py │ │ │ │ ├── main.py │ │ │ │ ├── opf.py │ │ │ │ ├── parsing.py │ │ │ │ ├── pretty.py │ │ │ │ ├── replace.py │ │ │ │ ├── report.py │ │ │ │ ├── spell.py │ │ │ │ ├── split.py │ │ │ │ ├── stats.py │ │ │ │ ├── subset.py │ │ │ │ ├── tests │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── base.py │ │ │ │ │ ├── cascade.py │ │ │ │ │ ├── container.py │ │ │ │ │ ├── kepubify.py │ │ │ │ │ ├── main.py │ │ │ │ │ ├── parsing.py │ │ │ │ │ ├── simple.html │ │ │ │ │ ├── split.html │ │ │ │ │ └── structure.py │ │ │ │ ├── toc.py │ │ │ │ ├── tts.py │ │ │ │ ├── upgrade.py │ │ │ │ └── utils.py │ │ │ ├── reader.py │ │ │ ├── stylizer.py │ │ │ ├── transforms │ │ │ │ ├── __init__.py │ │ │ │ ├── alt_text.py │ │ │ │ ├── cover.py │ │ │ │ ├── data_url.py │ │ │ │ ├── embed_fonts.py │ │ │ │ ├── filenames.py │ │ │ │ ├── flatcss.py │ │ │ │ ├── guide.py │ │ │ │ ├── htmltoc.py │ │ │ │ ├── jacket.py │ │ │ │ ├── linearize_tables.py │ │ │ │ ├── manglecase.py │ │ │ │ ├── metadata.py │ │ │ │ ├── page_margin.py │ │ │ │ ├── rasterize.py │ │ │ │ ├── rescale.py │ │ │ │ ├── split.py │ │ │ │ ├── structure.py │ │ │ │ ├── subset.py │ │ │ │ ├── trimmanifest.py │ │ │ │ └── unsmarten.py │ │ │ └── writer.py │ │ ├── pdb │ │ │ ├── __init__.py │ │ │ ├── ereader │ │ │ │ ├── __init__.py │ │ │ │ ├── inspector.py │ │ │ │ ├── reader.py │ │ │ │ ├── reader132.py │ │ │ │ ├── reader202.py │ │ │ │ └── writer.py │ │ │ ├── formatreader.py │ │ │ ├── formatwriter.py │ │ │ ├── haodoo │ │ │ │ ├── __init__.py │ │ │ │ └── reader.py │ │ │ ├── header.py │ │ │ ├── palmdoc │ │ │ │ ├── __init__.py │ │ │ │ ├── reader.py │ │ │ │ └── writer.py │ │ │ ├── pdf │ │ │ │ ├── __init__.py │ │ │ │ └── reader.py │ │ │ ├── plucker │ │ │ │ ├── __init__.py │ │ │ │ └── reader.py │ │ │ └── ztxt │ │ │ │ ├── __init__.py │ │ │ │ ├── reader.py │ │ │ │ └── writer.py │ │ ├── pdf │ │ │ ├── __init__.py │ │ │ ├── develop.py │ │ │ ├── html_writer.py │ │ │ ├── image_writer.py │ │ │ ├── pdftohtml.py │ │ │ ├── reflow.py │ │ │ ├── render │ │ │ │ ├── __init__.py │ │ │ │ ├── common.py │ │ │ │ ├── fonts.py │ │ │ │ ├── gradients.py │ │ │ │ ├── graphics.py │ │ │ │ ├── links.py │ │ │ │ └── serialize.py │ │ │ └── utils.h │ │ ├── pml │ │ │ ├── __init__.py │ │ │ ├── pmlconverter.py │ │ │ └── pmlml.py │ │ ├── rb │ │ │ ├── __init__.py │ │ │ ├── rbml.py │ │ │ ├── reader.py │ │ │ └── writer.py │ │ ├── readability │ │ │ ├── README.txt │ │ │ ├── __init__.py │ │ │ ├── cleaners.py │ │ │ ├── debug.py │ │ │ ├── htmls.py │ │ │ └── readability.py │ │ ├── render_html.py │ │ ├── rtf │ │ │ ├── __init__.py │ │ │ ├── input.py │ │ │ ├── preprocess.py │ │ │ └── rtfml.py │ │ ├── rtf2xml │ │ │ ├── ParseRtf.py │ │ │ ├── __init__.py │ │ │ ├── add_brackets.py │ │ │ ├── body_styles.py │ │ │ ├── border_parse.py │ │ │ ├── char_set.py │ │ │ ├── check_brackets.py │ │ │ ├── check_encoding.py │ │ │ ├── colors.py │ │ │ ├── combine_borders.py │ │ │ ├── configure_txt.py │ │ │ ├── convert_to_tags.py │ │ │ ├── copy.py │ │ │ ├── default_encoding.py │ │ │ ├── delete_info.py │ │ │ ├── field_strings.py │ │ │ ├── fields_large.py │ │ │ ├── fields_small.py │ │ │ ├── fonts.py │ │ │ ├── footnote.py │ │ │ ├── get_char_map.py │ │ │ ├── get_options.py │ │ │ ├── group_borders.py │ │ │ ├── group_styles.py │ │ │ ├── header.py │ │ │ ├── headings_to_sections.py │ │ │ ├── hex_2_utf8.py │ │ │ ├── info.py │ │ │ ├── inline.py │ │ │ ├── line_endings.py │ │ │ ├── list_numbers.py │ │ │ ├── list_table.py │ │ │ ├── make_lists.py │ │ │ ├── old_rtf.py │ │ │ ├── options_trem.py │ │ │ ├── output.py │ │ │ ├── override_table.py │ │ │ ├── paragraph_def.py │ │ │ ├── paragraphs.py │ │ │ ├── pict.py │ │ │ ├── preamble_div.py │ │ │ ├── preamble_rest.py │ │ │ ├── process_tokens.py │ │ │ ├── replace_illegals.py │ │ │ ├── sections.py │ │ │ ├── styles.py │ │ │ ├── table.py │ │ │ ├── table_info.py │ │ │ └── tokenize.py │ │ ├── snb │ │ │ ├── __init__.py │ │ │ ├── snbfile.py │ │ │ └── snbml.py │ │ ├── tcr │ │ │ └── __init__.py │ │ ├── textile │ │ │ ├── __init__.py │ │ │ ├── functions.py │ │ │ └── unsmarten.py │ │ ├── tweak.py │ │ ├── txt │ │ │ ├── __init__.py │ │ │ ├── markdownml.py │ │ │ ├── newlines.py │ │ │ ├── processor.py │ │ │ ├── textileml.py │ │ │ └── txtml.py │ │ ├── uchardet.c │ │ └── unihandecode │ │ │ ├── __init__.py │ │ │ ├── jacodepoints.py │ │ │ ├── jadecoder.py │ │ │ ├── krcodepoints.py │ │ │ ├── krdecoder.py │ │ │ ├── unicodepoints.py │ │ │ ├── unidecoder.py │ │ │ ├── vncodepoints.py │ │ │ ├── vndecoder.py │ │ │ └── zhcodepoints.py │ ├── gui2 │ │ ├── __init__.py │ │ ├── actions │ │ │ ├── __init__.py │ │ │ ├── add.py │ │ │ ├── add_to_library.py │ │ │ ├── all_actions.py │ │ │ ├── annotate.py │ │ │ ├── author_mapper.py │ │ │ ├── auto_scroll.py │ │ │ ├── booklist_context_menu.py │ │ │ ├── browse_annots.py │ │ │ ├── browse_notes.py │ │ │ ├── catalog.py │ │ │ ├── choose_library.py │ │ │ ├── column_tooltips.py │ │ │ ├── convert.py │ │ │ ├── copy_to_library.py │ │ │ ├── delete.py │ │ │ ├── device.py │ │ │ ├── edit_collections.py │ │ │ ├── edit_metadata.py │ │ │ ├── embed.py │ │ │ ├── fetch_news.py │ │ │ ├── fts.py │ │ │ ├── help.py │ │ │ ├── layout_actions.py │ │ │ ├── llm_book.py │ │ │ ├── manage_categories.py │ │ │ ├── mark_books.py │ │ │ ├── match_books.py │ │ │ ├── next_match.py │ │ │ ├── open.py │ │ │ ├── plugin_updates.py │ │ │ ├── polish.py │ │ │ ├── preferences.py │ │ │ ├── random.py │ │ │ ├── restart.py │ │ │ ├── save_to_disk.py │ │ │ ├── saved_searches.py │ │ │ ├── show_book_details.py │ │ │ ├── show_quickview.py │ │ │ ├── show_stored_templates.py │ │ │ ├── show_template_tester.py │ │ │ ├── similar_books.py │ │ │ ├── sort.py │ │ │ ├── store.py │ │ │ ├── tag_mapper.py │ │ │ ├── toc_edit.py │ │ │ ├── tweak_epub.py │ │ │ ├── unpack_book.py │ │ │ ├── view.py │ │ │ └── virtual_library.py │ │ ├── add.py │ │ ├── add_filters.py │ │ ├── author_mapper.py │ │ ├── auto_add.py │ │ ├── bars.py │ │ ├── book_details.py │ │ ├── catalog │ │ │ ├── __init__.py │ │ │ ├── catalog_bibtex.py │ │ │ ├── catalog_bibtex.ui │ │ │ ├── catalog_csv_xml.py │ │ │ ├── catalog_epub_mobi.py │ │ │ ├── catalog_epub_mobi.ui │ │ │ └── catalog_tab_template.ui │ │ ├── central.py │ │ ├── changes.py │ │ ├── chat_widget.py │ │ ├── comments_editor.py │ │ ├── complete2.py │ │ ├── convert │ │ │ ├── __init__.py │ │ │ ├── azw3_output.py │ │ │ ├── azw3_output.ui │ │ │ ├── bulk.py │ │ │ ├── comic_input.py │ │ │ ├── comic_input.ui │ │ │ ├── debug.py │ │ │ ├── debug.ui │ │ │ ├── docx_input.py │ │ │ ├── docx_input.ui │ │ │ ├── docx_output.py │ │ │ ├── epub_output.py │ │ │ ├── epub_output.ui │ │ │ ├── fb2_input.py │ │ │ ├── fb2_input.ui │ │ │ ├── fb2_output.py │ │ │ ├── fb2_output.ui │ │ │ ├── font_key.py │ │ │ ├── font_key.ui │ │ │ ├── gui_conversion.py │ │ │ ├── heuristics.py │ │ │ ├── heuristics.ui │ │ │ ├── htmlz_output.py │ │ │ ├── htmlz_output.ui │ │ │ ├── kepub_output.py │ │ │ ├── kepub_output.ui │ │ │ ├── look_and_feel.py │ │ │ ├── look_and_feel.ui │ │ │ ├── lrf_output.py │ │ │ ├── lrf_output.ui │ │ │ ├── metadata.py │ │ │ ├── metadata.ui │ │ │ ├── mobi_output.py │ │ │ ├── mobi_output.ui │ │ │ ├── page_setup.py │ │ │ ├── page_setup.ui │ │ │ ├── pdb_output.py │ │ │ ├── pdb_output.ui │ │ │ ├── pdf_input.py │ │ │ ├── pdf_input.ui │ │ │ ├── pdf_output.py │ │ │ ├── pdf_output.ui │ │ │ ├── pml_output.py │ │ │ ├── pmlz_output.ui │ │ │ ├── rb_output.py │ │ │ ├── rb_output.ui │ │ │ ├── regex_builder.py │ │ │ ├── regex_builder.ui │ │ │ ├── rtf_input.py │ │ │ ├── rtf_input.ui │ │ │ ├── search_and_replace.py │ │ │ ├── search_and_replace.ui │ │ │ ├── single.py │ │ │ ├── snb_output.py │ │ │ ├── snb_output.ui │ │ │ ├── structure_detection.py │ │ │ ├── structure_detection.ui │ │ │ ├── toc.py │ │ │ ├── toc.ui │ │ │ ├── txt_input.py │ │ │ ├── txt_input.ui │ │ │ ├── txt_output.py │ │ │ ├── txt_output.ui │ │ │ ├── txtz_output.py │ │ │ ├── xpath_wizard.py │ │ │ └── xpath_wizard.ui │ │ ├── cover_flow.py │ │ ├── covers.py │ │ ├── css_transform_rules.py │ │ ├── custom_column_widgets.py │ │ ├── device.py │ │ ├── device_drivers │ │ │ ├── __init__.py │ │ │ ├── configwidget.py │ │ │ ├── configwidget.ui │ │ │ ├── mtp_config.py │ │ │ ├── mtp_folder_browser.py │ │ │ └── tabbed_device_config.py │ │ ├── dialogs │ │ │ ├── __init__.py │ │ │ ├── add_empty_book.py │ │ │ ├── add_from_isbn.py │ │ │ ├── authors_edit.py │ │ │ ├── book_info.py │ │ │ ├── catalog.py │ │ │ ├── catalog.ui │ │ │ ├── check_library.py │ │ │ ├── choose_format.py │ │ │ ├── choose_format_device.py │ │ │ ├── choose_format_device.ui │ │ │ ├── choose_library.py │ │ │ ├── choose_library.ui │ │ │ ├── choose_plugin_toolbars.py │ │ │ ├── comments_dialog.py │ │ │ ├── confirm_delete.py │ │ │ ├── confirm_delete_location.py │ │ │ ├── confirm_merge.py │ │ │ ├── connect_to_folder.py │ │ │ ├── conversion_error.py │ │ │ ├── conversion_error.ui │ │ │ ├── custom_recipes.py │ │ │ ├── data_files_manager.py │ │ │ ├── delete_matching_from_device.py │ │ │ ├── delete_matching_from_device.ui │ │ │ ├── device_category_editor.py │ │ │ ├── device_category_editor.ui │ │ │ ├── drm_error.py │ │ │ ├── drm_error.ui │ │ │ ├── duplicates.py │ │ │ ├── edit_authors_dialog.py │ │ │ ├── edit_authors_dialog.ui │ │ │ ├── edit_category_notes.py │ │ │ ├── enum_values_edit.py │ │ │ ├── exim.py │ │ │ ├── ff_doc_editor.py │ │ │ ├── jobs.ui │ │ │ ├── llm_book.py │ │ │ ├── match_books.py │ │ │ ├── match_books.ui │ │ │ ├── message_box.py │ │ │ ├── metadata_bulk.py │ │ │ ├── metadata_bulk.ui │ │ │ ├── multisort.py │ │ │ ├── opml.py │ │ │ ├── palette.py │ │ │ ├── password.py │ │ │ ├── password.ui │ │ │ ├── plugin_updater.py │ │ │ ├── progress.py │ │ │ ├── quickview.py │ │ │ ├── quickview.ui │ │ │ ├── restore_library.py │ │ │ ├── saved_search_editor.py │ │ │ ├── scheduler.py │ │ │ ├── search.py │ │ │ ├── select_formats.py │ │ │ ├── show_category_note.py │ │ │ ├── smartdevice.py │ │ │ ├── smartdevice.ui │ │ │ ├── tag_categories.py │ │ │ ├── tag_categories.ui │ │ │ ├── tag_editor.py │ │ │ ├── tag_editor.ui │ │ │ ├── tag_list_editor.py │ │ │ ├── tag_list_editor.ui │ │ │ ├── tag_list_editor_table_widget.py │ │ │ ├── template_dialog.py │ │ │ ├── template_dialog.ui │ │ │ ├── template_dialog_box_layout.py │ │ │ ├── template_dialog_code_widget.py │ │ │ ├── template_general_info.py │ │ │ ├── template_line_editor.py │ │ │ └── trim_image.py │ │ ├── dnd.py │ │ ├── ebook_download.py │ │ ├── email.py │ │ ├── extra_files_watcher.py │ │ ├── filename_pattern.ui │ │ ├── flow_toolbar.py │ │ ├── font_family_chooser.py │ │ ├── fts │ │ │ ├── __init__.py │ │ │ ├── dialog.py │ │ │ ├── scan.py │ │ │ ├── search.py │ │ │ └── utils.py │ │ ├── geometry.py │ │ ├── gestures.py │ │ ├── html_transform_rules.py │ │ ├── icon_theme.py │ │ ├── image_popup.py │ │ ├── init.py │ │ ├── job_indicator.py │ │ ├── jobs.py │ │ ├── keyboard.py │ │ ├── languages.py │ │ ├── layout.py │ │ ├── layout_menu.py │ │ ├── library │ │ │ ├── __init__.py │ │ │ ├── alternate_views.py │ │ │ ├── annotations.py │ │ │ ├── caches.py │ │ │ ├── delegates.py │ │ │ ├── models.py │ │ │ ├── notes.py │ │ │ └── views.py │ │ ├── linux_file_dialogs.py │ │ ├── listener.py │ │ ├── llm.py │ │ ├── lrf_renderer │ │ │ ├── __init__.py │ │ │ ├── bookview.py │ │ │ ├── config.ui │ │ │ ├── document.py │ │ │ ├── main.py │ │ │ ├── main.ui │ │ │ └── text.py │ │ ├── main.py │ │ ├── main_window.py │ │ ├── markdown_editor.py │ │ ├── markdown_syntax_highlighter.py │ │ ├── metadata │ │ │ ├── __init__.py │ │ │ ├── basic_widgets.py │ │ │ ├── bulk_download.py │ │ │ ├── config.py │ │ │ ├── diff.py │ │ │ ├── pdf_covers.py │ │ │ ├── single.py │ │ │ └── single_download.py │ │ ├── notify.py │ │ ├── open_with.py │ │ ├── palette.py │ │ ├── pictureflow │ │ │ ├── pictureflow.cpp │ │ │ ├── pictureflow.h │ │ │ └── pictureflow.sip │ │ ├── pin_columns.py │ │ ├── preferences │ │ │ ├── __init__.py │ │ │ ├── adding.py │ │ │ ├── adding.ui │ │ │ ├── behavior.py │ │ │ ├── behavior.ui │ │ │ ├── coloring.py │ │ │ ├── columns.py │ │ │ ├── columns.ui │ │ │ ├── conversion.py │ │ │ ├── create_custom_column.py │ │ │ ├── device_debug.py │ │ │ ├── device_user_defined.py │ │ │ ├── email.ui │ │ │ ├── emailp.py │ │ │ ├── history.py │ │ │ ├── ignored_devices.py │ │ │ ├── keyboard.py │ │ │ ├── look_feel.py │ │ │ ├── look_feel.ui │ │ │ ├── look_feel_tabs │ │ │ │ ├── __init__.py │ │ │ │ ├── book_details.py │ │ │ │ ├── book_details.ui │ │ │ │ ├── cover_grid.py │ │ │ │ ├── cover_grid.ui │ │ │ │ ├── cover_view.py │ │ │ │ ├── cover_view.ui │ │ │ │ ├── edit_metadata.py │ │ │ │ ├── edit_metadata.ui │ │ │ │ ├── main_interface.py │ │ │ │ ├── main_interface.ui │ │ │ │ ├── quickview.py │ │ │ │ ├── quickview.ui │ │ │ │ ├── tb_display.py │ │ │ │ ├── tb_display.ui │ │ │ │ ├── tb_hierarchy.py │ │ │ │ ├── tb_hierarchy.ui │ │ │ │ ├── tb_icon_rules.py │ │ │ │ ├── tb_icon_rules.ui │ │ │ │ ├── tb_partitioning.py │ │ │ │ └── tb_partitioning.ui │ │ │ ├── main.py │ │ │ ├── metadata_sources.py │ │ │ ├── metadata_sources.ui │ │ │ ├── misc.py │ │ │ ├── misc.ui │ │ │ ├── plugboard.py │ │ │ ├── plugboard.ui │ │ │ ├── plugins.py │ │ │ ├── plugins.ui │ │ │ ├── save_template.py │ │ │ ├── save_template.ui │ │ │ ├── saving.py │ │ │ ├── saving.ui │ │ │ ├── search.py │ │ │ ├── search.ui │ │ │ ├── sending.py │ │ │ ├── sending.ui │ │ │ ├── server.py │ │ │ ├── template_functions.py │ │ │ ├── template_functions.ui │ │ │ ├── texture_chooser.py │ │ │ ├── toolbar.py │ │ │ ├── toolbar.ui │ │ │ └── tweaks.py │ │ ├── proceed.py │ │ ├── progress_indicator │ │ │ ├── CalibreStyle.cpp │ │ │ ├── QProgressIndicator.cpp │ │ │ ├── QProgressIndicator.h │ │ │ ├── QProgressIndicator.sip │ │ │ └── __init__.py │ │ ├── publisher_mapper.py │ │ ├── pyqt6_compat.py │ │ ├── qt_file_dialogs.py │ │ ├── save.py │ │ ├── search_box.py │ │ ├── search_restriction_mixin.py │ │ ├── series_mapper.py │ │ ├── splash_screen.py │ │ ├── store │ │ │ ├── __init__.py │ │ │ ├── amazon_base.py │ │ │ ├── amazon_live.py │ │ │ ├── basic_config.py │ │ │ ├── basic_config_widget.ui │ │ │ ├── config │ │ │ │ ├── __init__.py │ │ │ │ ├── chooser │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── adv_search_builder.py │ │ │ │ │ ├── adv_search_builder.ui │ │ │ │ │ ├── chooser_dialog.py │ │ │ │ │ ├── chooser_widget.py │ │ │ │ │ ├── chooser_widget.ui │ │ │ │ │ ├── models.py │ │ │ │ │ └── results_view.py │ │ │ │ ├── search │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── search_widget.py │ │ │ │ │ └── search_widget.ui │ │ │ │ └── store.py │ │ │ ├── declined.txt │ │ │ ├── loader.py │ │ │ ├── opensearch_store.py │ │ │ ├── search │ │ │ │ ├── __init__.py │ │ │ │ ├── adv_search_builder.py │ │ │ │ ├── adv_search_builder.ui │ │ │ │ ├── download_thread.py │ │ │ │ ├── models.py │ │ │ │ ├── results_view.py │ │ │ │ ├── search.py │ │ │ │ └── search.ui │ │ │ ├── search_result.py │ │ │ ├── stores │ │ │ │ ├── __init__.py │ │ │ │ ├── amazon_au_plugin.py │ │ │ │ ├── amazon_ca_plugin.py │ │ │ │ ├── amazon_de_plugin.py │ │ │ │ ├── amazon_es_plugin.py │ │ │ │ ├── amazon_fr_plugin.py │ │ │ │ ├── amazon_in_plugin.py │ │ │ │ ├── amazon_it_plugin.py │ │ │ │ ├── amazon_mx_plugin.py │ │ │ │ ├── amazon_plugin.py │ │ │ │ ├── amazon_uk_plugin.py │ │ │ │ ├── archive_org_plugin.py │ │ │ │ ├── baen_webscription_plugin.py │ │ │ │ ├── beam_ebooks_de_plugin.py │ │ │ │ ├── biblio_plugin.py │ │ │ │ ├── bn_plugin.py │ │ │ │ ├── bubok_portugal_plugin.py │ │ │ │ ├── bubok_publishing_plugin.py │ │ │ │ ├── chitanka_plugin.py │ │ │ │ ├── ebook_nl_plugin.py │ │ │ │ ├── ebookpoint_plugin.py │ │ │ │ ├── ebooks_com_plugin.py │ │ │ │ ├── ebooksgratuits_plugin.py │ │ │ │ ├── ebookshoppe_uk_plugin.py │ │ │ │ ├── empik_plugin.py │ │ │ │ ├── feedbooks_plugin.py │ │ │ │ ├── google_books_plugin.py │ │ │ │ ├── gutenberg_plugin.py │ │ │ │ ├── kobo_plugin.py │ │ │ │ ├── legimi_plugin.py │ │ │ │ ├── libri_de_plugin.py │ │ │ │ ├── litres_plugin.py │ │ │ │ ├── manybooks_plugin.py │ │ │ │ ├── mills_boon_uk_plugin.py │ │ │ │ ├── mobileread │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── adv_search_builder.py │ │ │ │ │ ├── adv_search_builder.ui │ │ │ │ │ ├── cache_progress_dialog.py │ │ │ │ │ ├── cache_progress_dialog.ui │ │ │ │ │ ├── cache_update_thread.py │ │ │ │ │ ├── mobileread_plugin.py │ │ │ │ │ ├── models.py │ │ │ │ │ ├── store_dialog.py │ │ │ │ │ └── store_dialog.ui │ │ │ │ ├── nexto_plugin.py │ │ │ │ ├── ozon_ru_plugin.py │ │ │ │ ├── pragmatic_bookshelf_plugin.py │ │ │ │ ├── publio_plugin.py │ │ │ │ ├── rw2010_plugin.py │ │ │ │ ├── smashwords_plugin.py │ │ │ │ ├── swiatebookow_plugin.py │ │ │ │ ├── virtualo_plugin.py │ │ │ │ ├── weightless_books_plugin.py │ │ │ │ ├── woblink_plugin.py │ │ │ │ └── wolnelektury_plugin.py │ │ │ ├── web_store.py │ │ │ └── web_store_dialog.py │ │ ├── tag_browser │ │ │ ├── __init__.py │ │ │ ├── model.py │ │ │ ├── ui.py │ │ │ └── view.py │ │ ├── tag_mapper.py │ │ ├── threaded_jobs.py │ │ ├── throbber.py │ │ ├── toc │ │ │ ├── __init__.py │ │ │ ├── location.py │ │ │ └── main.py │ │ ├── tools.py │ │ ├── trash.py │ │ ├── tts │ │ │ ├── __init__.py │ │ │ ├── config.py │ │ │ ├── develop.py │ │ │ ├── download.py │ │ │ ├── manager.py │ │ │ ├── piper.py │ │ │ ├── qt.py │ │ │ ├── speechd.py │ │ │ └── types.py │ │ ├── tweak_book │ │ │ ├── __init__.py │ │ │ ├── boss.py │ │ │ ├── char_select.py │ │ │ ├── check.py │ │ │ ├── check_links.py │ │ │ ├── completion │ │ │ │ ├── __init__.py │ │ │ │ ├── basic.py │ │ │ │ ├── popup.py │ │ │ │ ├── utils.py │ │ │ │ └── worker.py │ │ │ ├── diff │ │ │ │ ├── __init__.py │ │ │ │ ├── _patiencediff_c.c │ │ │ │ ├── highlight.py │ │ │ │ ├── main.py │ │ │ │ └── view.py │ │ │ ├── download.py │ │ │ ├── editor │ │ │ │ ├── __init__.py │ │ │ │ ├── canvas.py │ │ │ │ ├── comments.py │ │ │ │ ├── help.py │ │ │ │ ├── image.py │ │ │ │ ├── insert_resource.py │ │ │ │ ├── smarts │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── css.py │ │ │ │ │ ├── html.py │ │ │ │ │ ├── python.py │ │ │ │ │ └── utils.py │ │ │ │ ├── snippets.py │ │ │ │ ├── syntax │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── base.py │ │ │ │ │ ├── css.py │ │ │ │ │ ├── html.c │ │ │ │ │ ├── html.py │ │ │ │ │ ├── javascript.py │ │ │ │ │ ├── pygments_highlighter.py │ │ │ │ │ ├── python.py │ │ │ │ │ ├── utils.py │ │ │ │ │ └── xml.py │ │ │ │ ├── text.py │ │ │ │ ├── themes.py │ │ │ │ └── widget.py │ │ │ ├── file_list.py │ │ │ ├── function_replace.py │ │ │ ├── job.py │ │ │ ├── jump_to_class.py │ │ │ ├── live_css.py │ │ │ ├── main.py │ │ │ ├── manage_fonts.py │ │ │ ├── plugin.py │ │ │ ├── polish.py │ │ │ ├── preferences.py │ │ │ ├── preview.py │ │ │ ├── reports.py │ │ │ ├── save.py │ │ │ ├── search.py │ │ │ ├── spell.py │ │ │ ├── templates.py │ │ │ ├── text_search.py │ │ │ ├── toc.py │ │ │ ├── tts.py │ │ │ ├── ui.py │ │ │ ├── undo.py │ │ │ └── widgets.py │ │ ├── ui.py │ │ ├── update.py │ │ ├── viewer │ │ │ ├── __init__.py │ │ │ ├── annotations.py │ │ │ ├── bookmarks.py │ │ │ ├── config.py │ │ │ ├── control_sleep.py │ │ │ ├── convert_book.py │ │ │ ├── highlights.py │ │ │ ├── integration.py │ │ │ ├── llm.py │ │ │ ├── lookup.py │ │ │ ├── main.py │ │ │ ├── overlay.py │ │ │ ├── printing.py │ │ │ ├── search.py │ │ │ ├── shortcuts.py │ │ │ ├── toc.py │ │ │ ├── toolbars.py │ │ │ ├── tts.py │ │ │ ├── ui.py │ │ │ ├── web_view.py │ │ │ └── widgets.py │ │ ├── webengine.py │ │ ├── widgets.py │ │ ├── widgets2.py │ │ ├── win_file_dialogs.py │ │ └── wizard │ │ │ ├── __init__.py │ │ │ ├── device.ui │ │ │ ├── finish.ui │ │ │ ├── kindle.ui │ │ │ ├── library.ui │ │ │ ├── send_email.py │ │ │ ├── send_email.ui │ │ │ └── stanza.ui │ ├── gui_launch.py │ ├── headless │ │ ├── CMakeLists.txt │ │ ├── headless.json │ │ ├── headless_backingstore.cpp │ │ ├── headless_backingstore.h │ │ ├── headless_integration.cpp │ │ ├── headless_integration.h │ │ └── main.cpp │ ├── library │ │ ├── __init__.py │ │ ├── add_to_library.py │ │ ├── caches.py │ │ ├── catalogs │ │ │ ├── __init__.py │ │ │ ├── bibtex.py │ │ │ ├── csv_xml.py │ │ │ ├── epub_mobi.py │ │ │ ├── epub_mobi_builder.py │ │ │ └── utils.py │ │ ├── check_library.py │ │ ├── coloring.py │ │ ├── comments.py │ │ ├── custom_columns.py │ │ ├── database.py │ │ ├── database2.py │ │ ├── field_metadata.py │ │ ├── prefs.py │ │ ├── restore.py │ │ ├── save_to_disk.py │ │ ├── schema_upgrades.py │ │ ├── sqlite.py │ │ └── sqlite_custom.c │ ├── libunzip.py │ ├── linux.py │ ├── live.py │ ├── prints.py │ ├── ptempfile.py │ ├── rpdb.py │ ├── scraper │ │ ├── __init__.py │ │ ├── qt.py │ │ ├── qt_backend.py │ │ ├── simple.py │ │ ├── test_fetch_backend.py │ │ └── webengine_backend.py │ ├── spell │ │ ├── __init__.py │ │ ├── break_iterator.py │ │ ├── dictionary.py │ │ └── import_from.py │ ├── srv │ │ ├── TODO.rst │ │ ├── __init__.py │ │ ├── ajax.py │ │ ├── auth.py │ │ ├── auto_reload.py │ │ ├── bonjour.py │ │ ├── books.py │ │ ├── cdb.py │ │ ├── changes.py │ │ ├── code.py │ │ ├── content.py │ │ ├── convert.py │ │ ├── embedded.py │ │ ├── errors.py │ │ ├── fast_css_transform.cpp │ │ ├── fts.py │ │ ├── handler.py │ │ ├── html_as_json.cpp │ │ ├── http_request.py │ │ ├── http_response.py │ │ ├── jobs.py │ │ ├── last_read.py │ │ ├── legacy.py │ │ ├── library_broker.py │ │ ├── loop.py │ │ ├── manage_users_cli.py │ │ ├── metadata.py │ │ ├── opds.py │ │ ├── opts.py │ │ ├── pool.py │ │ ├── pre_activated.py │ │ ├── render_book.py │ │ ├── routes.py │ │ ├── standalone.py │ │ ├── tests │ │ │ ├── __init__.py │ │ │ ├── ajax.py │ │ │ ├── auth.py │ │ │ ├── base.py │ │ │ ├── content.py │ │ │ ├── fast_css_transform.py │ │ │ ├── http.py │ │ │ ├── loop.py │ │ │ ├── main.py │ │ │ ├── routes.py │ │ │ └── web_sockets.py │ │ ├── users.py │ │ ├── users_api.py │ │ ├── utils.py │ │ └── web_socket.py │ ├── startup.py │ ├── test_build.py │ ├── translations │ │ ├── __init__.py │ │ ├── dynamic.py │ │ └── msgfmt.py │ ├── utils │ │ ├── __init__.py │ │ ├── bibtex.py │ │ ├── browser.py │ │ ├── certgen.c │ │ ├── certgen.py │ │ ├── cleantext.py │ │ ├── cocoa.m │ │ ├── complete.py │ │ ├── config.py │ │ ├── config_base.py │ │ ├── copy_files.py │ │ ├── copy_files_test.py │ │ ├── cpp_binding.h │ │ ├── date.py │ │ ├── exim.py │ │ ├── ffml_processor.py │ │ ├── ffmpeg.c │ │ ├── file_type_icons.py │ │ ├── filenames.py │ │ ├── fonts │ │ │ ├── __init__.py │ │ │ ├── free_type.py │ │ │ ├── freetype.cpp │ │ │ ├── metadata.py │ │ │ ├── scanner.py │ │ │ ├── sfnt │ │ │ │ ├── __init__.py │ │ │ │ ├── cff │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── constants.py │ │ │ │ │ ├── dict_data.py │ │ │ │ │ ├── table.py │ │ │ │ │ └── writer.py │ │ │ │ ├── cmap.py │ │ │ │ ├── common.py │ │ │ │ ├── container.py │ │ │ │ ├── errors.py │ │ │ │ ├── glyf.py │ │ │ │ ├── gsub.py │ │ │ │ ├── head.py │ │ │ │ ├── kern.py │ │ │ │ ├── loca.py │ │ │ │ ├── maxp.py │ │ │ │ ├── merge.py │ │ │ │ ├── metrics.py │ │ │ │ └── subset.py │ │ │ ├── subset.py │ │ │ ├── utils.py │ │ │ ├── win_fonts.py │ │ │ └── winfonts.cpp │ │ ├── forked_map.py │ │ ├── formatter.py │ │ ├── formatter_functions.py │ │ ├── html2text.py │ │ ├── https.py │ │ ├── hyphenation │ │ │ ├── __init__.py │ │ │ ├── dictionaries.py │ │ │ ├── hyphen.c │ │ │ ├── hyphenate.py │ │ │ └── test_hyphenation.py │ │ ├── icu.c │ │ ├── icu.py │ │ ├── icu_calibre_utils.h │ │ ├── icu_test.py │ │ ├── imageops │ │ │ ├── imageops.cpp │ │ │ ├── imageops.h │ │ │ ├── imageops.sip │ │ │ ├── ordered_dither.cpp │ │ │ └── quantize.cpp │ │ ├── img.py │ │ ├── imghdr.py │ │ ├── inotify.py │ │ ├── ip_routing.py │ │ ├── ipc │ │ │ ├── __init__.py │ │ │ ├── job.py │ │ │ ├── launch.py │ │ │ ├── pool.py │ │ │ ├── server.py │ │ │ ├── simple_worker.py │ │ │ └── worker.py │ │ ├── iphlpapi.py │ │ ├── ipython.py │ │ ├── iso8601.py │ │ ├── linux_trash.py │ │ ├── localization.py │ │ ├── localunzip.py │ │ ├── lock.py │ │ ├── logging.py │ │ ├── lzx │ │ │ ├── compressor.c │ │ │ ├── lzc.c │ │ │ ├── lzc.h │ │ │ ├── lzxc.c │ │ │ ├── lzxc.h │ │ │ ├── lzxd.c │ │ │ ├── lzxd.h │ │ │ ├── lzxmodule.c │ │ │ ├── mspack.h │ │ │ └── system.h │ │ ├── magick │ │ │ ├── __init__.py │ │ │ ├── draw.py │ │ │ └── legacy.py │ │ ├── matcher.c │ │ ├── matcher.py │ │ ├── mdns.py │ │ ├── mem.py │ │ ├── monotonic.py │ │ ├── mreplace.py │ │ ├── msdes │ │ │ ├── d3des.h │ │ │ ├── des.c │ │ │ ├── msdesmodule.c │ │ │ └── spr.h │ │ ├── network.py │ │ ├── open_with │ │ │ ├── __init__.py │ │ │ ├── linux.py │ │ │ ├── osx.py │ │ │ └── windows.py │ │ ├── opensearch │ │ │ ├── __init__.py │ │ │ ├── description.py │ │ │ ├── query.py │ │ │ └── url.py │ │ ├── ordered_dict.py │ │ ├── podofo │ │ │ ├── __init__.py │ │ │ ├── doc.cpp │ │ │ ├── fonts.cpp │ │ │ ├── global.h │ │ │ ├── images.cpp │ │ │ ├── impose.cpp │ │ │ ├── outline.cpp │ │ │ ├── outlines.cpp │ │ │ ├── output.cpp │ │ │ ├── podofo.cpp │ │ │ ├── test.cpp │ │ │ └── utils.cpp │ │ ├── random_ua.py │ │ ├── rapydscript.py │ │ ├── rcc │ │ │ ├── __init__.py │ │ │ ├── rcc.cpp │ │ │ ├── rcc.h │ │ │ └── rcc.sip │ │ ├── recycle_bin.py │ │ ├── resources.py │ │ ├── run_tests.py │ │ ├── safe_atexit.py │ │ ├── search_query_parser.py │ │ ├── search_query_parser_test.py │ │ ├── serialize.py │ │ ├── seven_zip.py │ │ ├── shared_file.py │ │ ├── shm.py │ │ ├── short_uuid.py │ │ ├── smartypants.py │ │ ├── smtp.py │ │ ├── smtplib.py │ │ ├── socket_inheritance.py │ │ ├── speedup.c │ │ ├── speedups.py │ │ ├── spell │ │ │ ├── __init__.py │ │ │ └── hunspell_wrapper.cpp │ │ ├── tdir_in_cache.py │ │ ├── terminal.py │ │ ├── test_lock.py │ │ ├── text2int.py │ │ ├── threadpool.py │ │ ├── titlecase.py │ │ ├── tts │ │ │ ├── __init__.py │ │ │ ├── piper.cpp │ │ │ └── piper.py │ │ ├── unicode-test.opf │ │ ├── unicode_names.py │ │ ├── unrar.py │ │ ├── unsmarten.py │ │ ├── webengine.py │ │ ├── windows │ │ │ ├── __init__.py │ │ │ ├── common.h │ │ │ ├── wintest.py │ │ │ ├── wintoast.cpp │ │ │ ├── wintoastlib.cpp │ │ │ ├── wintoastlib.h │ │ │ └── winutil.cpp │ │ ├── winreg │ │ │ ├── __init__.py │ │ │ ├── dde.py │ │ │ ├── default_programs.py │ │ │ └── lib.py │ │ ├── wmf │ │ │ ├── __init__.py │ │ │ ├── emf.py │ │ │ └── parse.py │ │ ├── wordcount.py │ │ ├── xml_parse.py │ │ └── zipfile.py │ └── web │ │ ├── __init__.py │ │ ├── feeds │ │ ├── __init__.py │ │ ├── news.py │ │ ├── recipes │ │ │ ├── __init__.py │ │ │ ├── collection.py │ │ │ └── model.py │ │ └── templates.py │ │ ├── fetch │ │ ├── __init__.py │ │ ├── simple.py │ │ └── utils.py │ │ └── site_parsers │ │ ├── __init__.py │ │ ├── natgeo.py │ │ └── nytimes.py ├── css_selectors │ ├── __init__.py │ ├── errors.py │ ├── ordered_set.py │ ├── parser.py │ ├── select.py │ └── tests.py ├── odf │ ├── __init__.py │ ├── anim.py │ ├── attrconverters.py │ ├── chart.py │ ├── config.py │ ├── dc.py │ ├── dr3d.py │ ├── draw.py │ ├── easyliststyle.py │ ├── element.py │ ├── elementtypes.py │ ├── form.py │ ├── grammar.py │ ├── load.py │ ├── manifest.py │ ├── math.py │ ├── meta.py │ ├── namespaces.py │ ├── number.py │ ├── odf2moinmoin.py │ ├── odf2xhtml.py │ ├── odfmanifest.py │ ├── office.py │ ├── opendocument.py │ ├── presentation.py │ ├── script.py │ ├── style.py │ ├── svg.py │ ├── table.py │ ├── teletype.py │ ├── text.py │ ├── thumbnail.py │ ├── userfield.py │ └── xforms.py ├── perfect-hashing │ └── frozen │ │ ├── CMakeLists.txt │ │ ├── algorithm.h │ │ ├── bits │ │ ├── algorithms.h │ │ ├── basic_types.h │ │ ├── constexpr_assert.h │ │ ├── defines.h │ │ ├── elsa.h │ │ ├── exceptions.h │ │ ├── pmh.h │ │ └── version.h │ │ ├── map.h │ │ ├── random.h │ │ ├── set.h │ │ ├── string.h │ │ ├── unordered_map.h │ │ └── unordered_set.h ├── polyglot │ ├── __init__.py │ ├── binary.py │ ├── builtins.py │ ├── functools.py │ ├── html_entities.py │ ├── http_client.py │ ├── http_cookie.py │ ├── http_server.py │ ├── io.py │ ├── plistlib.py │ ├── queue.py │ ├── reprlib.py │ ├── smtplib.py │ ├── socketserver.py │ └── urllib.py ├── pyj │ ├── ajax.pyj │ ├── autoreload.pyj │ ├── book_list │ │ ├── __init__.pyj │ │ ├── add.pyj │ │ ├── book_details.pyj │ │ ├── comments_editor.pyj │ │ ├── constants.pyj │ │ ├── conversion_widgets.pyj │ │ ├── convert_book.pyj │ │ ├── cover_grid.pyj │ │ ├── custom_list.pyj │ │ ├── delete_book.pyj │ │ ├── details_list.pyj │ │ ├── edit_metadata.pyj │ │ ├── fts.pyj │ │ ├── globals.pyj │ │ ├── home.pyj │ │ ├── item_list.pyj │ │ ├── library_data.pyj │ │ ├── local_books.pyj │ │ ├── main.pyj │ │ ├── prefs.pyj │ │ ├── router.pyj │ │ ├── search.pyj │ │ ├── show_note.pyj │ │ ├── theme.pyj │ │ ├── top_bar.pyj │ │ ├── ui.pyj │ │ └── views.pyj │ ├── complete.pyj │ ├── date.pyj │ ├── dom.pyj │ ├── editor.pyj │ ├── file_uploads.pyj │ ├── fs_images.pyj │ ├── iframe_comm.pyj │ ├── image_popup.pyj │ ├── initialize.pyj │ ├── live_css.pyj │ ├── lru_cache.pyj │ ├── modals.pyj │ ├── popups.pyj │ ├── qt.pyj │ ├── range_utils.pyj │ ├── read_book │ │ ├── __init__.pyj │ │ ├── anchor_visibility.pyj │ │ ├── annotations.pyj │ │ ├── bookmarks.pyj │ │ ├── cfi.pyj │ │ ├── content_popup.pyj │ │ ├── db.pyj │ │ ├── extract.pyj │ │ ├── find.pyj │ │ ├── flow_mode.pyj │ │ ├── footnotes.pyj │ │ ├── gestures.pyj │ │ ├── globals.pyj │ │ ├── goto.pyj │ │ ├── highlights.pyj │ │ ├── hints.pyj │ │ ├── iframe.pyj │ │ ├── mathjax.pyj │ │ ├── open_book.pyj │ │ ├── overlay.pyj │ │ ├── paged_mode.pyj │ │ ├── prefs │ │ │ ├── __init__.pyj │ │ │ ├── colors.pyj │ │ │ ├── font_size.pyj │ │ │ ├── fonts.pyj │ │ │ ├── head_foot.pyj │ │ │ ├── keyboard.pyj │ │ │ ├── layout.pyj │ │ │ ├── main.pyj │ │ │ ├── misc.pyj │ │ │ ├── scrolling.pyj │ │ │ ├── selection.pyj │ │ │ ├── touch.pyj │ │ │ ├── user_stylesheet.pyj │ │ │ └── utils.pyj │ │ ├── profiles.pyj │ │ ├── read_aloud.pyj │ │ ├── read_audio_ebook.pyj │ │ ├── referencing.pyj │ │ ├── resources.pyj │ │ ├── scrollbar.pyj │ │ ├── search.pyj │ │ ├── search_worker.pyj │ │ ├── selection_bar.pyj │ │ ├── settings.pyj │ │ ├── shortcuts.pyj │ │ ├── smil.pyj │ │ ├── test_cfi.pyj │ │ ├── timers.pyj │ │ ├── toc.pyj │ │ ├── touch.pyj │ │ ├── tts.pyj │ │ ├── ui.pyj │ │ ├── view.pyj │ │ ├── viewport.pyj │ │ └── word_actions.pyj │ ├── select.pyj │ ├── session.pyj │ ├── srv.pyj │ ├── test.pyj │ ├── test_annotations.pyj │ ├── test_date.pyj │ ├── test_utils.pyj │ ├── testing.pyj │ ├── utils.pyj │ ├── viewer-main.pyj │ ├── viewer │ │ ├── __init__.pyj │ │ ├── constants.pyj │ │ └── router.pyj │ ├── widgets.pyj │ └── worker.pyj ├── qt │ ├── __init__.py │ ├── __main__.py │ ├── core.py │ ├── core.pyi │ ├── core_name_map.py │ ├── dbus.py │ ├── dbus.pyi │ ├── dbus_name_map.py │ ├── loader.py │ ├── webengine.py │ ├── webengine.pyi │ └── webengine_name_map.py ├── templite │ └── __init__.py ├── tinycss │ ├── __init__.py │ ├── color3.py │ ├── css21.py │ ├── decoding.py │ ├── fonts3.py │ ├── media3.py │ ├── page3.py │ ├── parsing.py │ ├── tests │ │ ├── __init__.py │ │ ├── color3.py │ │ ├── css21.py │ │ ├── decoding.py │ │ ├── fonts3.py │ │ ├── main.py │ │ ├── media3.py │ │ ├── page3.py │ │ └── tokenizing.py │ ├── token_data.py │ ├── tokenizer.c │ ├── tokenizer.py │ └── version.py └── unicode_names │ ├── data-types.h │ ├── names.h │ └── unicode_names.c └── update-on-ox /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/workflows/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/.github/workflows/ci.yml -------------------------------------------------------------------------------- /COPYRIGHT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/COPYRIGHT -------------------------------------------------------------------------------- /Changelog.old.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/Changelog.old.txt -------------------------------------------------------------------------------- /Changelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/Changelog.txt -------------------------------------------------------------------------------- /INSTALL.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/INSTALL.rst -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/LICENSE.rtf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/SECURITY.md -------------------------------------------------------------------------------- /bypy/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/bypy/README.rst -------------------------------------------------------------------------------- /bypy/init_env.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/bypy/init_env.py -------------------------------------------------------------------------------- /bypy/linux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/bypy/linux.conf -------------------------------------------------------------------------------- /bypy/linux/__main__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/bypy/linux/__main__.py -------------------------------------------------------------------------------- /bypy/linux/launcher.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/bypy/linux/launcher.c -------------------------------------------------------------------------------- /bypy/linux/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/bypy/linux/main.c -------------------------------------------------------------------------------- /bypy/linux/site.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/bypy/linux/site.py -------------------------------------------------------------------------------- /bypy/linux/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/bypy/linux/util.c -------------------------------------------------------------------------------- /bypy/linux/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/bypy/linux/util.h -------------------------------------------------------------------------------- /bypy/macos.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/bypy/macos.conf -------------------------------------------------------------------------------- /bypy/macos/__main__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/bypy/macos/__main__.py -------------------------------------------------------------------------------- /bypy/macos/launcher.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/bypy/macos/launcher.c -------------------------------------------------------------------------------- /bypy/macos/placeholder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/bypy/macos/placeholder.c -------------------------------------------------------------------------------- /bypy/macos/sign.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/bypy/macos/sign.py -------------------------------------------------------------------------------- /bypy/macos/site.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/bypy/macos/site.py -------------------------------------------------------------------------------- /bypy/macos/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/bypy/macos/util.c -------------------------------------------------------------------------------- /bypy/macos/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/bypy/macos/util.h -------------------------------------------------------------------------------- /bypy/rsync.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/bypy/rsync.conf -------------------------------------------------------------------------------- /bypy/run-python.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/bypy/run-python.h -------------------------------------------------------------------------------- /bypy/sources.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/bypy/sources.json -------------------------------------------------------------------------------- /bypy/windows.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/bypy/windows.conf -------------------------------------------------------------------------------- /bypy/windows/XUnzip.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/bypy/windows/XUnzip.cpp -------------------------------------------------------------------------------- /bypy/windows/XUnzip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/bypy/windows/XUnzip.h -------------------------------------------------------------------------------- /bypy/windows/__main__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/bypy/windows/__main__.py -------------------------------------------------------------------------------- /bypy/windows/eject.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/bypy/windows/eject.c -------------------------------------------------------------------------------- /bypy/windows/en-us.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/bypy/windows/en-us.xml -------------------------------------------------------------------------------- /bypy/windows/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/bypy/windows/main.c -------------------------------------------------------------------------------- /bypy/windows/site.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/bypy/windows/site.py -------------------------------------------------------------------------------- /bypy/windows/template.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/bypy/windows/template.rc -------------------------------------------------------------------------------- /bypy/windows/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/bypy/windows/util.c -------------------------------------------------------------------------------- /bypy/windows/wix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/bypy/windows/wix.py -------------------------------------------------------------------------------- /codespell.exclude: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/codespell.exclude -------------------------------------------------------------------------------- /format_docs/pdb/apnx.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/format_docs/pdb/apnx.txt -------------------------------------------------------------------------------- /format_docs/pdb/mbp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/format_docs/pdb/mbp.txt -------------------------------------------------------------------------------- /format_docs/pdb/mobi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/format_docs/pdb/mobi.txt -------------------------------------------------------------------------------- /format_docs/pdb/pml.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/format_docs/pdb/pml.txt -------------------------------------------------------------------------------- /format_docs/pdb/ztxt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/format_docs/pdb/ztxt.txt -------------------------------------------------------------------------------- /format_docs/rb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/format_docs/rb.txt -------------------------------------------------------------------------------- /format_docs/tcr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/format_docs/tcr.txt -------------------------------------------------------------------------------- /icons/book.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/icons/book.icns -------------------------------------------------------------------------------- /icons/calibre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/icons/calibre.png -------------------------------------------------------------------------------- /icons/calibre_haiku.rdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/icons/calibre_haiku.rdef -------------------------------------------------------------------------------- /icons/command-prompt.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/icons/command-prompt.ico -------------------------------------------------------------------------------- /icons/ebook-edit.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/icons/ebook-edit.ico -------------------------------------------------------------------------------- /icons/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/icons/favicon.ico -------------------------------------------------------------------------------- /icons/install.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/icons/install.ico -------------------------------------------------------------------------------- /icons/library.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/icons/library.ico -------------------------------------------------------------------------------- /icons/make_ico_files.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/icons/make_ico_files.py -------------------------------------------------------------------------------- /icons/viewer.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/icons/viewer.ico -------------------------------------------------------------------------------- /icons/wix-banner.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/icons/wix-banner.bmp -------------------------------------------------------------------------------- /icons/wix-dialog.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/icons/wix-dialog.bmp -------------------------------------------------------------------------------- /imgsrc/add_book.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/add_book.svg -------------------------------------------------------------------------------- /imgsrc/ai.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/ai.svg -------------------------------------------------------------------------------- /imgsrc/arrow-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/arrow-down.svg -------------------------------------------------------------------------------- /imgsrc/arrow-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/arrow-up.svg -------------------------------------------------------------------------------- /imgsrc/auto-reload.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/auto-reload.svg -------------------------------------------------------------------------------- /imgsrc/auto-scroll.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/auto-scroll.svg -------------------------------------------------------------------------------- /imgsrc/back.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/back.svg -------------------------------------------------------------------------------- /imgsrc/beautify.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/beautify.svg -------------------------------------------------------------------------------- /imgsrc/blank.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/blank.svg -------------------------------------------------------------------------------- /imgsrc/book.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/book.svg -------------------------------------------------------------------------------- /imgsrc/bookmarks.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/bookmarks.svg -------------------------------------------------------------------------------- /imgsrc/bullhorn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/bullhorn.svg -------------------------------------------------------------------------------- /imgsrc/calibre.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/calibre.svg -------------------------------------------------------------------------------- /imgsrc/catalog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/catalog.svg -------------------------------------------------------------------------------- /imgsrc/chapters.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/chapters.svg -------------------------------------------------------------------------------- /imgsrc/character-set.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/character-set.svg -------------------------------------------------------------------------------- /imgsrc/code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/code.svg -------------------------------------------------------------------------------- /imgsrc/column.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/column.svg -------------------------------------------------------------------------------- /imgsrc/config.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/config.svg -------------------------------------------------------------------------------- /imgsrc/connect_share.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/connect_share.svg -------------------------------------------------------------------------------- /imgsrc/context_menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/context_menu.svg -------------------------------------------------------------------------------- /imgsrc/convert.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/convert.svg -------------------------------------------------------------------------------- /imgsrc/cover_flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/cover_flow.svg -------------------------------------------------------------------------------- /imgsrc/debug.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/debug.svg -------------------------------------------------------------------------------- /imgsrc/default_cover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/default_cover.svg -------------------------------------------------------------------------------- /imgsrc/dialog_error.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/dialog_error.svg -------------------------------------------------------------------------------- /imgsrc/dictionary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/dictionary.svg -------------------------------------------------------------------------------- /imgsrc/diff.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/diff.svg -------------------------------------------------------------------------------- /imgsrc/document-new.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/document-new.svg -------------------------------------------------------------------------------- /imgsrc/document_open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/document_open.svg -------------------------------------------------------------------------------- /imgsrc/donate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/donate.svg -------------------------------------------------------------------------------- /imgsrc/dot_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/dot_green.svg -------------------------------------------------------------------------------- /imgsrc/dot_red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/dot_red.svg -------------------------------------------------------------------------------- /imgsrc/drm-locked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/drm-locked.svg -------------------------------------------------------------------------------- /imgsrc/drm-unlocked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/drm-unlocked.svg -------------------------------------------------------------------------------- /imgsrc/edit-clear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/edit-clear.svg -------------------------------------------------------------------------------- /imgsrc/edit-copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/edit-copy.svg -------------------------------------------------------------------------------- /imgsrc/edit-cut.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/edit-cut.svg -------------------------------------------------------------------------------- /imgsrc/edit-paste.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/edit-paste.svg -------------------------------------------------------------------------------- /imgsrc/edit-redo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/edit-redo.svg -------------------------------------------------------------------------------- /imgsrc/edit-undo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/edit-undo.svg -------------------------------------------------------------------------------- /imgsrc/edit_book.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/edit_book.svg -------------------------------------------------------------------------------- /imgsrc/edit_input.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/edit_input.svg -------------------------------------------------------------------------------- /imgsrc/eject.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/eject.svg -------------------------------------------------------------------------------- /imgsrc/embed-fonts.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/embed-fonts.svg -------------------------------------------------------------------------------- /imgsrc/exec.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/exec.svg -------------------------------------------------------------------------------- /imgsrc/external-link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/external-link.svg -------------------------------------------------------------------------------- /imgsrc/filter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/filter.svg -------------------------------------------------------------------------------- /imgsrc/font.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/font.svg -------------------------------------------------------------------------------- /imgsrc/forward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/forward.svg -------------------------------------------------------------------------------- /imgsrc/frame.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/frame.svg -------------------------------------------------------------------------------- /imgsrc/fts.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/fts.svg -------------------------------------------------------------------------------- /imgsrc/gear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/gear.svg -------------------------------------------------------------------------------- /imgsrc/generate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/generate.py -------------------------------------------------------------------------------- /imgsrc/gmail_logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/gmail_logo.svg -------------------------------------------------------------------------------- /imgsrc/grid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/grid.svg -------------------------------------------------------------------------------- /imgsrc/h-ellipsis.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/h-ellipsis.svg -------------------------------------------------------------------------------- /imgsrc/help.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/help.svg -------------------------------------------------------------------------------- /imgsrc/heuristics.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/heuristics.svg -------------------------------------------------------------------------------- /imgsrc/highlight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/highlight.svg -------------------------------------------------------------------------------- /imgsrc/hotmail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/hotmail.svg -------------------------------------------------------------------------------- /imgsrc/html-fix.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/html-fix.svg -------------------------------------------------------------------------------- /imgsrc/icon_choose.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/icon_choose.svg -------------------------------------------------------------------------------- /imgsrc/identifiers.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/identifiers.svg -------------------------------------------------------------------------------- /imgsrc/insert-link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/insert-link.svg -------------------------------------------------------------------------------- /imgsrc/jobs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/jobs.svg -------------------------------------------------------------------------------- /imgsrc/layout.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/layout.svg -------------------------------------------------------------------------------- /imgsrc/list_remove.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/list_remove.svg -------------------------------------------------------------------------------- /imgsrc/mail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/mail.svg -------------------------------------------------------------------------------- /imgsrc/marked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/marked.svg -------------------------------------------------------------------------------- /imgsrc/merge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/merge.svg -------------------------------------------------------------------------------- /imgsrc/merge_books.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/merge_books.svg -------------------------------------------------------------------------------- /imgsrc/metadata.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/metadata.svg -------------------------------------------------------------------------------- /imgsrc/mimetypes/bmp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/mimetypes/bmp.svg -------------------------------------------------------------------------------- /imgsrc/mimetypes/dir.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/mimetypes/dir.svg -------------------------------------------------------------------------------- /imgsrc/mimetypes/fb2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/mimetypes/fb2.svg -------------------------------------------------------------------------------- /imgsrc/mimetypes/gif.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/mimetypes/gif.svg -------------------------------------------------------------------------------- /imgsrc/mimetypes/lit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/mimetypes/lit.svg -------------------------------------------------------------------------------- /imgsrc/mimetypes/lrf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/mimetypes/lrf.svg -------------------------------------------------------------------------------- /imgsrc/mimetypes/lrx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/mimetypes/lrx.svg -------------------------------------------------------------------------------- /imgsrc/mimetypes/odt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/mimetypes/odt.svg -------------------------------------------------------------------------------- /imgsrc/mimetypes/pdf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/mimetypes/pdf.svg -------------------------------------------------------------------------------- /imgsrc/mimetypes/png.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/mimetypes/png.svg -------------------------------------------------------------------------------- /imgsrc/mimetypes/rar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/mimetypes/rar.svg -------------------------------------------------------------------------------- /imgsrc/mimetypes/rtf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/mimetypes/rtf.svg -------------------------------------------------------------------------------- /imgsrc/mimetypes/svg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/mimetypes/svg.svg -------------------------------------------------------------------------------- /imgsrc/mimetypes/tpz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/mimetypes/tpz.svg -------------------------------------------------------------------------------- /imgsrc/mimetypes/txt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/mimetypes/txt.svg -------------------------------------------------------------------------------- /imgsrc/mimetypes/zip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/mimetypes/zip.svg -------------------------------------------------------------------------------- /imgsrc/minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/minus.svg -------------------------------------------------------------------------------- /imgsrc/minusminus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/minusminus.svg -------------------------------------------------------------------------------- /imgsrc/models/book.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/models/book.svg -------------------------------------------------------------------------------- /imgsrc/news.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/news.svg -------------------------------------------------------------------------------- /imgsrc/next.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/next.svg -------------------------------------------------------------------------------- /imgsrc/notes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/notes.svg -------------------------------------------------------------------------------- /imgsrc/ok.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/ok.svg -------------------------------------------------------------------------------- /imgsrc/page.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/page.svg -------------------------------------------------------------------------------- /imgsrc/plugboard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/plugboard.svg -------------------------------------------------------------------------------- /imgsrc/plugins.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/plugins.svg -------------------------------------------------------------------------------- /imgsrc/plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/plus.svg -------------------------------------------------------------------------------- /imgsrc/plusplus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/plusplus.svg -------------------------------------------------------------------------------- /imgsrc/polish.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/polish.svg -------------------------------------------------------------------------------- /imgsrc/previous.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/previous.svg -------------------------------------------------------------------------------- /imgsrc/print.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/print.svg -------------------------------------------------------------------------------- /imgsrc/publisher.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/publisher.svg -------------------------------------------------------------------------------- /imgsrc/quickview.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/quickview.svg -------------------------------------------------------------------------------- /imgsrc/random.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/random.svg -------------------------------------------------------------------------------- /imgsrc/rating.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/rating.svg -------------------------------------------------------------------------------- /imgsrc/reader.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/reader.svg -------------------------------------------------------------------------------- /imgsrc/reference.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/reference.svg -------------------------------------------------------------------------------- /imgsrc/remove_books.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/remove_books.svg -------------------------------------------------------------------------------- /imgsrc/render-logo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/render-logo.py -------------------------------------------------------------------------------- /imgsrc/reports.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/reports.svg -------------------------------------------------------------------------------- /imgsrc/resize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/resize.svg -------------------------------------------------------------------------------- /imgsrc/restart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/restart.svg -------------------------------------------------------------------------------- /imgsrc/rotate-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/rotate-right.svg -------------------------------------------------------------------------------- /imgsrc/save.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/save.svg -------------------------------------------------------------------------------- /imgsrc/scheduler.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/scheduler.svg -------------------------------------------------------------------------------- /imgsrc/scroll.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/scroll.svg -------------------------------------------------------------------------------- /imgsrc/sd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/sd.svg -------------------------------------------------------------------------------- /imgsrc/search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/search.svg -------------------------------------------------------------------------------- /imgsrc/send.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/send.svg -------------------------------------------------------------------------------- /imgsrc/similar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/similar.svg -------------------------------------------------------------------------------- /imgsrc/snippets.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/snippets.svg -------------------------------------------------------------------------------- /imgsrc/sort.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/sort.svg -------------------------------------------------------------------------------- /imgsrc/spell-check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/spell-check.svg -------------------------------------------------------------------------------- /imgsrc/split.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/split.svg -------------------------------------------------------------------------------- /imgsrc/srv/ai.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/ai.svg -------------------------------------------------------------------------------- /imgsrc/srv/arrows-h.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/arrows-h.svg -------------------------------------------------------------------------------- /imgsrc/srv/bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/bg.svg -------------------------------------------------------------------------------- /imgsrc/srv/bold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/bold.svg -------------------------------------------------------------------------------- /imgsrc/srv/book.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/book.svg -------------------------------------------------------------------------------- /imgsrc/srv/bookmark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/bookmark.svg -------------------------------------------------------------------------------- /imgsrc/srv/bug.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/bug.svg -------------------------------------------------------------------------------- /imgsrc/srv/bullhorn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/bullhorn.svg -------------------------------------------------------------------------------- /imgsrc/srv/check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/check.svg -------------------------------------------------------------------------------- /imgsrc/srv/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/close.svg -------------------------------------------------------------------------------- /imgsrc/srv/cog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/cog.svg -------------------------------------------------------------------------------- /imgsrc/srv/cogs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/cogs.svg -------------------------------------------------------------------------------- /imgsrc/srv/convert.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/convert.svg -------------------------------------------------------------------------------- /imgsrc/srv/copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/copy.svg -------------------------------------------------------------------------------- /imgsrc/srv/edit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/edit.svg -------------------------------------------------------------------------------- /imgsrc/srv/eraser.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/eraser.svg -------------------------------------------------------------------------------- /imgsrc/srv/faster.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/faster.svg -------------------------------------------------------------------------------- /imgsrc/srv/fg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/fg.svg -------------------------------------------------------------------------------- /imgsrc/srv/fts.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/fts.svg -------------------------------------------------------------------------------- /imgsrc/srv/generate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/generate.py -------------------------------------------------------------------------------- /imgsrc/srv/heading.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/heading.svg -------------------------------------------------------------------------------- /imgsrc/srv/heart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/heart.svg -------------------------------------------------------------------------------- /imgsrc/srv/help.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/help.svg -------------------------------------------------------------------------------- /imgsrc/srv/highlight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/highlight.svg -------------------------------------------------------------------------------- /imgsrc/srv/home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/home.svg -------------------------------------------------------------------------------- /imgsrc/srv/hourglass.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/hourglass.svg -------------------------------------------------------------------------------- /imgsrc/srv/hr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/hr.svg -------------------------------------------------------------------------------- /imgsrc/srv/image.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/image.svg -------------------------------------------------------------------------------- /imgsrc/srv/indent.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/indent.svg -------------------------------------------------------------------------------- /imgsrc/srv/italic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/italic.svg -------------------------------------------------------------------------------- /imgsrc/srv/library.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/library.svg -------------------------------------------------------------------------------- /imgsrc/srv/link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/link.svg -------------------------------------------------------------------------------- /imgsrc/srv/off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/off.svg -------------------------------------------------------------------------------- /imgsrc/srv/ol.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/ol.svg -------------------------------------------------------------------------------- /imgsrc/srv/outdent.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/outdent.svg -------------------------------------------------------------------------------- /imgsrc/srv/pause.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/pause.svg -------------------------------------------------------------------------------- /imgsrc/srv/pencil.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/pencil.svg -------------------------------------------------------------------------------- /imgsrc/srv/play.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/play.svg -------------------------------------------------------------------------------- /imgsrc/srv/plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/plus.svg -------------------------------------------------------------------------------- /imgsrc/srv/print.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/print.svg -------------------------------------------------------------------------------- /imgsrc/srv/random.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/random.svg -------------------------------------------------------------------------------- /imgsrc/srv/redo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/redo.svg -------------------------------------------------------------------------------- /imgsrc/srv/refresh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/refresh.svg -------------------------------------------------------------------------------- /imgsrc/srv/remove.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/remove.svg -------------------------------------------------------------------------------- /imgsrc/srv/search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/search.svg -------------------------------------------------------------------------------- /imgsrc/srv/send.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/send.svg -------------------------------------------------------------------------------- /imgsrc/srv/slower.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/slower.svg -------------------------------------------------------------------------------- /imgsrc/srv/star-half.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/star-half.svg -------------------------------------------------------------------------------- /imgsrc/srv/star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/star.svg -------------------------------------------------------------------------------- /imgsrc/srv/subscript.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/subscript.svg -------------------------------------------------------------------------------- /imgsrc/srv/toc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/toc.svg -------------------------------------------------------------------------------- /imgsrc/srv/trash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/trash.svg -------------------------------------------------------------------------------- /imgsrc/srv/ul.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/ul.svg -------------------------------------------------------------------------------- /imgsrc/srv/underline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/underline.svg -------------------------------------------------------------------------------- /imgsrc/srv/undo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/undo.svg -------------------------------------------------------------------------------- /imgsrc/srv/user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/user.svg -------------------------------------------------------------------------------- /imgsrc/srv/warning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/srv/warning.svg -------------------------------------------------------------------------------- /imgsrc/store.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/store.svg -------------------------------------------------------------------------------- /imgsrc/subset-fonts.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/subset-fonts.svg -------------------------------------------------------------------------------- /imgsrc/swap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/swap.svg -------------------------------------------------------------------------------- /imgsrc/sync-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/sync-right.svg -------------------------------------------------------------------------------- /imgsrc/sync.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/sync.svg -------------------------------------------------------------------------------- /imgsrc/tags.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/tags.svg -------------------------------------------------------------------------------- /imgsrc/tb_folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/tb_folder.svg -------------------------------------------------------------------------------- /imgsrc/toc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/toc.svg -------------------------------------------------------------------------------- /imgsrc/trash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/trash.svg -------------------------------------------------------------------------------- /imgsrc/trim.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/trim.svg -------------------------------------------------------------------------------- /imgsrc/tweak.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/tweak.svg -------------------------------------------------------------------------------- /imgsrc/tweaks.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/tweaks.svg -------------------------------------------------------------------------------- /imgsrc/unpack-book.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/unpack-book.svg -------------------------------------------------------------------------------- /imgsrc/user_profile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/user_profile.svg -------------------------------------------------------------------------------- /imgsrc/v-ellipsis.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/v-ellipsis.svg -------------------------------------------------------------------------------- /imgsrc/view-image.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/view-image.svg -------------------------------------------------------------------------------- /imgsrc/view-refresh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/view-refresh.svg -------------------------------------------------------------------------------- /imgsrc/view.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/view.svg -------------------------------------------------------------------------------- /imgsrc/viewer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/viewer.svg -------------------------------------------------------------------------------- /imgsrc/vl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/vl.svg -------------------------------------------------------------------------------- /imgsrc/width.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/width.svg -------------------------------------------------------------------------------- /imgsrc/window-close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/window-close.svg -------------------------------------------------------------------------------- /imgsrc/wizard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/imgsrc/wizard.svg -------------------------------------------------------------------------------- /manual/build.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/build.py -------------------------------------------------------------------------------- /manual/catalogs.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/catalogs.rst -------------------------------------------------------------------------------- /manual/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/conf.py -------------------------------------------------------------------------------- /manual/conversion.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/conversion.rst -------------------------------------------------------------------------------- /manual/custom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/custom.py -------------------------------------------------------------------------------- /manual/customize.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/customize.rst -------------------------------------------------------------------------------- /manual/db_api.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/db_api.rst -------------------------------------------------------------------------------- /manual/develop.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/develop.rst -------------------------------------------------------------------------------- /manual/diff.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/diff.rst -------------------------------------------------------------------------------- /manual/docutils.conf: -------------------------------------------------------------------------------- 1 | [parsers] 2 | smart_quotes: on 3 | -------------------------------------------------------------------------------- /manual/drm.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/drm.rst -------------------------------------------------------------------------------- /manual/edit.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/edit.rst -------------------------------------------------------------------------------- /manual/epub.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/epub.py -------------------------------------------------------------------------------- /manual/faq.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/faq.rst -------------------------------------------------------------------------------- /manual/function_mode.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/function_mode.rst -------------------------------------------------------------------------------- /manual/glossary.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/glossary.rst -------------------------------------------------------------------------------- /manual/gui.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/gui.rst -------------------------------------------------------------------------------- /manual/images/cli.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/images/cli.png -------------------------------------------------------------------------------- /manual/images/debug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/images/debug.png -------------------------------------------------------------------------------- /manual/images/device.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/images/device.png -------------------------------------------------------------------------------- /manual/images/diff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/images/diff.png -------------------------------------------------------------------------------- /manual/images/jobs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/images/jobs.png -------------------------------------------------------------------------------- /manual/images/news.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/images/news.png -------------------------------------------------------------------------------- /manual/images/notes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/images/notes.png -------------------------------------------------------------------------------- /manual/images/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/images/search.png -------------------------------------------------------------------------------- /manual/images/sg_cc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/images/sg_cc.jpg -------------------------------------------------------------------------------- /manual/images/sg_tb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/images/sg_tb.jpg -------------------------------------------------------------------------------- /manual/images/sr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/images/sr.png -------------------------------------------------------------------------------- /manual/images/toc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/images/toc.png -------------------------------------------------------------------------------- /manual/images/view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/images/view.png -------------------------------------------------------------------------------- /manual/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/index.rst -------------------------------------------------------------------------------- /manual/mathjax.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/mathjax.html -------------------------------------------------------------------------------- /manual/metadata.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/metadata.rst -------------------------------------------------------------------------------- /manual/news.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/news.rst -------------------------------------------------------------------------------- /manual/news_recipe.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/news_recipe.rst -------------------------------------------------------------------------------- /manual/plugin_examples/editor_demo/plugin-import-name-editor_plugin_demo.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /manual/plugin_examples/interface_demo/plugin-import-name-interface_demo.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /manual/plugins.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/plugins.rst -------------------------------------------------------------------------------- /manual/polish.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/polish.rst -------------------------------------------------------------------------------- /manual/regexp.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/regexp.rst -------------------------------------------------------------------------------- /manual/server.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/server.rst -------------------------------------------------------------------------------- /manual/sidebar_toc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/sidebar_toc.py -------------------------------------------------------------------------------- /manual/simple_index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/simple_index.rst -------------------------------------------------------------------------------- /manual/snippets.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/snippets.rst -------------------------------------------------------------------------------- /manual/sub_groups.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/sub_groups.rst -------------------------------------------------------------------------------- /manual/template_lang.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/template_lang.rst -------------------------------------------------------------------------------- /manual/tutorials.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/tutorials.rst -------------------------------------------------------------------------------- /manual/url_scheme.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/url_scheme.rst -------------------------------------------------------------------------------- /manual/viewer.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/viewer.rst -------------------------------------------------------------------------------- /manual/xpath.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/xpath.rst -------------------------------------------------------------------------------- /manual/xpath.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/manual/xpath.xhtml -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/pyproject.toml -------------------------------------------------------------------------------- /recipes/10minutos.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/10minutos.recipe -------------------------------------------------------------------------------- /recipes/1843.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/1843.recipe -------------------------------------------------------------------------------- /recipes/20minutes.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/20minutes.recipe -------------------------------------------------------------------------------- /recipes/3dnews.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/3dnews.recipe -------------------------------------------------------------------------------- /recipes/7x7.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/7x7.recipe -------------------------------------------------------------------------------- /recipes/abc.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/abc.recipe -------------------------------------------------------------------------------- /recipes/abc_au.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/abc_au.recipe -------------------------------------------------------------------------------- /recipes/abc_es.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/abc_es.recipe -------------------------------------------------------------------------------- /recipes/acrimed.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/acrimed.recipe -------------------------------------------------------------------------------- /recipes/ad.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/ad.recipe -------------------------------------------------------------------------------- /recipes/adevarul.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/adevarul.recipe -------------------------------------------------------------------------------- /recipes/adnkronos.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/adnkronos.recipe -------------------------------------------------------------------------------- /recipes/afr.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/afr.recipe -------------------------------------------------------------------------------- /recipes/agents.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/agents.recipe -------------------------------------------------------------------------------- /recipes/aif_ru.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/aif_ru.recipe -------------------------------------------------------------------------------- /recipes/ainonline.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/ainonline.recipe -------------------------------------------------------------------------------- /recipes/ald.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/ald.recipe -------------------------------------------------------------------------------- /recipes/am730.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/am730.recipe -------------------------------------------------------------------------------- /recipes/ambito.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/ambito.recipe -------------------------------------------------------------------------------- /recipes/amspec.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/amspec.recipe -------------------------------------------------------------------------------- /recipes/anandtech.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/anandtech.recipe -------------------------------------------------------------------------------- /recipes/antyweb.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/antyweb.recipe -------------------------------------------------------------------------------- /recipes/ap.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/ap.recipe -------------------------------------------------------------------------------- /recipes/apod.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/apod.recipe -------------------------------------------------------------------------------- /recipes/aprospect.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/aprospect.recipe -------------------------------------------------------------------------------- /recipes/arbetaren.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/arbetaren.recipe -------------------------------------------------------------------------------- /recipes/arcamax.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/arcamax.recipe -------------------------------------------------------------------------------- /recipes/atlantic.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/atlantic.recipe -------------------------------------------------------------------------------- /recipes/attac_es.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/attac_es.recipe -------------------------------------------------------------------------------- /recipes/avisen_dk.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/avisen_dk.recipe -------------------------------------------------------------------------------- /recipes/azstarnet.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/azstarnet.recipe -------------------------------------------------------------------------------- /recipes/ba_herald.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/ba_herald.recipe -------------------------------------------------------------------------------- /recipes/barrons.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/barrons.recipe -------------------------------------------------------------------------------- /recipes/bbc.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/bbc.recipe -------------------------------------------------------------------------------- /recipes/bbc_es.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/bbc_es.recipe -------------------------------------------------------------------------------- /recipes/bbc_fast.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/bbc_fast.recipe -------------------------------------------------------------------------------- /recipes/bbc_ru.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/bbc_ru.recipe -------------------------------------------------------------------------------- /recipes/bbc_sport.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/bbc_sport.recipe -------------------------------------------------------------------------------- /recipes/bbc_uk.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/bbc_uk.recipe -------------------------------------------------------------------------------- /recipes/biamag.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/biamag.recipe -------------------------------------------------------------------------------- /recipes/biamag_en.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/biamag_en.recipe -------------------------------------------------------------------------------- /recipes/bianet.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/bianet.recipe -------------------------------------------------------------------------------- /recipes/big_oven.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/big_oven.recipe -------------------------------------------------------------------------------- /recipes/bild_de.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/bild_de.recipe -------------------------------------------------------------------------------- /recipes/blesk.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/blesk.recipe -------------------------------------------------------------------------------- /recipes/blic.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/blic.recipe -------------------------------------------------------------------------------- /recipes/bloomberg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/bloomberg.recipe -------------------------------------------------------------------------------- /recipes/borsen_dk.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/borsen_dk.recipe -------------------------------------------------------------------------------- /recipes/bq_prime.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/bq_prime.recipe -------------------------------------------------------------------------------- /recipes/brewiarz.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/brewiarz.recipe -------------------------------------------------------------------------------- /recipes/bt_dk.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/bt_dk.recipe -------------------------------------------------------------------------------- /recipes/bucataras.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/bucataras.recipe -------------------------------------------------------------------------------- /recipes/cacm.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/cacm.recipe -------------------------------------------------------------------------------- /recipes/calcalist.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/calcalist.recipe -------------------------------------------------------------------------------- /recipes/canardpc.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/canardpc.recipe -------------------------------------------------------------------------------- /recipes/car_buzz.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/car_buzz.recipe -------------------------------------------------------------------------------- /recipes/catavencu.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/catavencu.recipe -------------------------------------------------------------------------------- /recipes/cato.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/cato.recipe -------------------------------------------------------------------------------- /recipes/cbn.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/cbn.recipe -------------------------------------------------------------------------------- /recipes/cedar.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/cedar.recipe -------------------------------------------------------------------------------- /recipes/champion.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/champion.recipe -------------------------------------------------------------------------------- /recipes/cherta.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/cherta.recipe -------------------------------------------------------------------------------- /recipes/chr_mon.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/chr_mon.recipe -------------------------------------------------------------------------------- /recipes/cicero.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/cicero.recipe -------------------------------------------------------------------------------- /recipes/clarin.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/clarin.recipe -------------------------------------------------------------------------------- /recipes/cnetjapan.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/cnetjapan.recipe -------------------------------------------------------------------------------- /recipes/cnetnews.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/cnetnews.recipe -------------------------------------------------------------------------------- /recipes/cnn.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/cnn.recipe -------------------------------------------------------------------------------- /recipes/coda.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/coda.recipe -------------------------------------------------------------------------------- /recipes/coda_ru.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/coda_ru.recipe -------------------------------------------------------------------------------- /recipes/collider.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/collider.recipe -------------------------------------------------------------------------------- /recipes/colta.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/colta.recipe -------------------------------------------------------------------------------- /recipes/cosmos.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/cosmos.recipe -------------------------------------------------------------------------------- /recipes/crikey.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/crikey.recipe -------------------------------------------------------------------------------- /recipes/csid.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/csid.recipe -------------------------------------------------------------------------------- /recipes/ct24.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/ct24.recipe -------------------------------------------------------------------------------- /recipes/cvecezla.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/cvecezla.recipe -------------------------------------------------------------------------------- /recipes/danas.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/danas.recipe -------------------------------------------------------------------------------- /recipes/daum_net.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/daum_net.recipe -------------------------------------------------------------------------------- /recipes/dawn.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/dawn.recipe -------------------------------------------------------------------------------- /recipes/denik.cz.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/denik.cz.recipe -------------------------------------------------------------------------------- /recipes/denikn.cz.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/denikn.cz.recipe -------------------------------------------------------------------------------- /recipes/descopera.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/descopera.recipe -------------------------------------------------------------------------------- /recipes/dev_ua.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/dev_ua.recipe -------------------------------------------------------------------------------- /recipes/dhnet_be.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/dhnet_be.recipe -------------------------------------------------------------------------------- /recipes/di.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/di.recipe -------------------------------------------------------------------------------- /recipes/diepresse.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/diepresse.recipe -------------------------------------------------------------------------------- /recipes/digizone.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/digizone.recipe -------------------------------------------------------------------------------- /recipes/dilema.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/dilema.recipe -------------------------------------------------------------------------------- /recipes/dn_se.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/dn_se.recipe -------------------------------------------------------------------------------- /recipes/dna.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/dna.recipe -------------------------------------------------------------------------------- /recipes/donga.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/donga.recipe -------------------------------------------------------------------------------- /recipes/dot_net.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/dot_net.recipe -------------------------------------------------------------------------------- /recipes/dovod.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/dovod.recipe -------------------------------------------------------------------------------- /recipes/dr_dk.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/dr_dk.recipe -------------------------------------------------------------------------------- /recipes/dzieje_pl.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/dzieje_pl.recipe -------------------------------------------------------------------------------- /recipes/economia.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/economia.recipe -------------------------------------------------------------------------------- /recipes/economico.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/economico.recipe -------------------------------------------------------------------------------- /recipes/economist.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/economist.recipe -------------------------------------------------------------------------------- /recipes/eenadu.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/eenadu.recipe -------------------------------------------------------------------------------- /recipes/eenadu_ap.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/eenadu_ap.recipe -------------------------------------------------------------------------------- /recipes/ekot.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/ekot.recipe -------------------------------------------------------------------------------- /recipes/el_correo.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/el_correo.recipe -------------------------------------------------------------------------------- /recipes/el_diario.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/el_diario.recipe -------------------------------------------------------------------------------- /recipes/el_diplo.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/el_diplo.recipe -------------------------------------------------------------------------------- /recipes/el_faro.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/el_faro.recipe -------------------------------------------------------------------------------- /recipes/el_pais.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/el_pais.recipe -------------------------------------------------------------------------------- /recipes/elmundo.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/elmundo.recipe -------------------------------------------------------------------------------- /recipes/endgadget.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/endgadget.recipe -------------------------------------------------------------------------------- /recipes/epl_talk.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/epl_talk.recipe -------------------------------------------------------------------------------- /recipes/epw.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/epw.recipe -------------------------------------------------------------------------------- /recipes/esenja.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/esenja.recipe -------------------------------------------------------------------------------- /recipes/eso_pl.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/eso_pl.recipe -------------------------------------------------------------------------------- /recipes/espn.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/espn.recipe -------------------------------------------------------------------------------- /recipes/esquire.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/esquire.recipe -------------------------------------------------------------------------------- /recipes/factcheck.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/factcheck.recipe -------------------------------------------------------------------------------- /recipes/faz_net.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/faz_net.recipe -------------------------------------------------------------------------------- /recipes/film_web.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/film_web.recipe -------------------------------------------------------------------------------- /recipes/firstpost.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/firstpost.recipe -------------------------------------------------------------------------------- /recipes/flickr.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/flickr.recipe -------------------------------------------------------------------------------- /recipes/flickr_es.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/flickr_es.recipe -------------------------------------------------------------------------------- /recipes/fluter_de.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/fluter_de.recipe -------------------------------------------------------------------------------- /recipes/focus_de.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/focus_de.recipe -------------------------------------------------------------------------------- /recipes/focus_pl.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/focus_pl.recipe -------------------------------------------------------------------------------- /recipes/fokus.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/fokus.recipe -------------------------------------------------------------------------------- /recipes/folha.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/folha.recipe -------------------------------------------------------------------------------- /recipes/fontanka.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/fontanka.recipe -------------------------------------------------------------------------------- /recipes/foxnews.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/foxnews.recipe -------------------------------------------------------------------------------- /recipes/frandroid.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/frandroid.recipe -------------------------------------------------------------------------------- /recipes/frieze.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/frieze.recipe -------------------------------------------------------------------------------- /recipes/frontline.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/frontline.recipe -------------------------------------------------------------------------------- /recipes/fudzilla.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/fudzilla.recipe -------------------------------------------------------------------------------- /recipes/game_rant.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/game_rant.recipe -------------------------------------------------------------------------------- /recipes/gamekult.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/gamekult.recipe -------------------------------------------------------------------------------- /recipes/geekcity.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/geekcity.recipe -------------------------------------------------------------------------------- /recipes/github.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/github.recipe -------------------------------------------------------------------------------- /recipes/gkt.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/gkt.recipe -------------------------------------------------------------------------------- /recipes/go_comics.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/go_comics.recipe -------------------------------------------------------------------------------- /recipes/golem_de.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/golem_de.recipe -------------------------------------------------------------------------------- /recipes/gorky.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/gorky.recipe -------------------------------------------------------------------------------- /recipes/gosc_full.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/gosc_full.recipe -------------------------------------------------------------------------------- /recipes/gram_pl.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/gram_pl.recipe -------------------------------------------------------------------------------- /recipes/grani.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/grani.recipe -------------------------------------------------------------------------------- /recipes/granma.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/granma.recipe -------------------------------------------------------------------------------- /recipes/granta.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/granta.recipe -------------------------------------------------------------------------------- /recipes/grantland.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/grantland.recipe -------------------------------------------------------------------------------- /recipes/greatist.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/greatist.recipe -------------------------------------------------------------------------------- /recipes/gsp.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/gsp.recipe -------------------------------------------------------------------------------- /recipes/guardian.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/guardian.recipe -------------------------------------------------------------------------------- /recipes/gva_be.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/gva_be.recipe -------------------------------------------------------------------------------- /recipes/gwup.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/gwup.recipe -------------------------------------------------------------------------------- /recipes/habr.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/habr.recipe -------------------------------------------------------------------------------- /recipes/habr_ru.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/habr_ru.recipe -------------------------------------------------------------------------------- /recipes/hackaday.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/hackaday.recipe -------------------------------------------------------------------------------- /recipes/haksoz.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/haksoz.recipe -------------------------------------------------------------------------------- /recipes/harpers.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/harpers.recipe -------------------------------------------------------------------------------- /recipes/hatalska.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/hatalska.recipe -------------------------------------------------------------------------------- /recipes/hbr.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/hbr.recipe -------------------------------------------------------------------------------- /recipes/heise.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/heise.recipe -------------------------------------------------------------------------------- /recipes/heise_ct.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/heise_ct.recipe -------------------------------------------------------------------------------- /recipes/heise_ix.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/heise_ix.recipe -------------------------------------------------------------------------------- /recipes/hindu.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/hindu.recipe -------------------------------------------------------------------------------- /recipes/hindustan.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/hindustan.recipe -------------------------------------------------------------------------------- /recipes/hln_be.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/hln_be.recipe -------------------------------------------------------------------------------- /recipes/hna.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/hna.recipe -------------------------------------------------------------------------------- /recipes/horizons.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/horizons.recipe -------------------------------------------------------------------------------- /recipes/hot_cars.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/hot_cars.recipe -------------------------------------------------------------------------------- /recipes/hotair.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/hotair.recipe -------------------------------------------------------------------------------- /recipes/howtogeek.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/howtogeek.recipe -------------------------------------------------------------------------------- /recipes/hoy.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/hoy.recipe -------------------------------------------------------------------------------- /recipes/hurriyet.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/hurriyet.recipe -------------------------------------------------------------------------------- /recipes/hvg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/hvg.recipe -------------------------------------------------------------------------------- /recipes/icons/1843.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/1843.png -------------------------------------------------------------------------------- /recipes/icons/3dnews.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/3dnews.png -------------------------------------------------------------------------------- /recipes/icons/7x7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/7x7.png -------------------------------------------------------------------------------- /recipes/icons/abc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/abc.png -------------------------------------------------------------------------------- /recipes/icons/abc_au.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/abc_au.png -------------------------------------------------------------------------------- /recipes/icons/abc_es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/abc_es.png -------------------------------------------------------------------------------- /recipes/icons/ad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/ad.png -------------------------------------------------------------------------------- /recipes/icons/afr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/afr.png -------------------------------------------------------------------------------- /recipes/icons/agents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/agents.png -------------------------------------------------------------------------------- /recipes/icons/aif_ru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/aif_ru.png -------------------------------------------------------------------------------- /recipes/icons/ald.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/ald.png -------------------------------------------------------------------------------- /recipes/icons/am730.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/am730.png -------------------------------------------------------------------------------- /recipes/icons/ambito.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/ambito.png -------------------------------------------------------------------------------- /recipes/icons/amspec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/amspec.png -------------------------------------------------------------------------------- /recipes/icons/ap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/ap.png -------------------------------------------------------------------------------- /recipes/icons/apod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/apod.png -------------------------------------------------------------------------------- /recipes/icons/bbc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/bbc.png -------------------------------------------------------------------------------- /recipes/icons/bbc_es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/bbc_es.png -------------------------------------------------------------------------------- /recipes/icons/bbc_ru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/bbc_ru.png -------------------------------------------------------------------------------- /recipes/icons/bbc_uk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/bbc_uk.png -------------------------------------------------------------------------------- /recipes/icons/berria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/berria.png -------------------------------------------------------------------------------- /recipes/icons/biamag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/biamag.png -------------------------------------------------------------------------------- /recipes/icons/bianet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/bianet.png -------------------------------------------------------------------------------- /recipes/icons/blesk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/blesk.png -------------------------------------------------------------------------------- /recipes/icons/blic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/blic.png -------------------------------------------------------------------------------- /recipes/icons/bt_dk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/bt_dk.png -------------------------------------------------------------------------------- /recipes/icons/cacm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/cacm.png -------------------------------------------------------------------------------- /recipes/icons/cato.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/cato.png -------------------------------------------------------------------------------- /recipes/icons/cbn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/cbn.png -------------------------------------------------------------------------------- /recipes/icons/cedar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/cedar.png -------------------------------------------------------------------------------- /recipes/icons/cherta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/cherta.png -------------------------------------------------------------------------------- /recipes/icons/chowk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/chowk.png -------------------------------------------------------------------------------- /recipes/icons/cicero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/cicero.png -------------------------------------------------------------------------------- /recipes/icons/clarin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/clarin.png -------------------------------------------------------------------------------- /recipes/icons/cnn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/cnn.png -------------------------------------------------------------------------------- /recipes/icons/coda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/coda.png -------------------------------------------------------------------------------- /recipes/icons/colta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/colta.png -------------------------------------------------------------------------------- /recipes/icons/cosmos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/cosmos.png -------------------------------------------------------------------------------- /recipes/icons/crikey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/crikey.png -------------------------------------------------------------------------------- /recipes/icons/csid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/csid.png -------------------------------------------------------------------------------- /recipes/icons/ct24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/ct24.png -------------------------------------------------------------------------------- /recipes/icons/danas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/danas.png -------------------------------------------------------------------------------- /recipes/icons/dawn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/dawn.png -------------------------------------------------------------------------------- /recipes/icons/dev_ua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/dev_ua.png -------------------------------------------------------------------------------- /recipes/icons/di.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/di.png -------------------------------------------------------------------------------- /recipes/icons/dilema.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/dilema.png -------------------------------------------------------------------------------- /recipes/icons/dn_se.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/dn_se.png -------------------------------------------------------------------------------- /recipes/icons/dna.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/dna.png -------------------------------------------------------------------------------- /recipes/icons/donga.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/donga.png -------------------------------------------------------------------------------- /recipes/icons/dovod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/dovod.png -------------------------------------------------------------------------------- /recipes/icons/dr_dk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/dr_dk.png -------------------------------------------------------------------------------- /recipes/icons/eenadu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/eenadu.png -------------------------------------------------------------------------------- /recipes/icons/ekot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/ekot.png -------------------------------------------------------------------------------- /recipes/icons/epw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/epw.png -------------------------------------------------------------------------------- /recipes/icons/esenja.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/esenja.png -------------------------------------------------------------------------------- /recipes/icons/eso_pl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/eso_pl.png -------------------------------------------------------------------------------- /recipes/icons/espn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/espn.png -------------------------------------------------------------------------------- /recipes/icons/flickr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/flickr.png -------------------------------------------------------------------------------- /recipes/icons/folha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/folha.png -------------------------------------------------------------------------------- /recipes/icons/gkt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/gkt.png -------------------------------------------------------------------------------- /recipes/icons/gorky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/gorky.png -------------------------------------------------------------------------------- /recipes/icons/grani.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/grani.png -------------------------------------------------------------------------------- /recipes/icons/granma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/granma.png -------------------------------------------------------------------------------- /recipes/icons/gsp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/gsp.png -------------------------------------------------------------------------------- /recipes/icons/gwup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/gwup.png -------------------------------------------------------------------------------- /recipes/icons/habr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/habr.png -------------------------------------------------------------------------------- /recipes/icons/hbr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/hbr.png -------------------------------------------------------------------------------- /recipes/icons/hna.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/hna.png -------------------------------------------------------------------------------- /recipes/icons/hoy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/hoy.png -------------------------------------------------------------------------------- /recipes/icons/hvg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/hvg.png -------------------------------------------------------------------------------- /recipes/icons/ifzm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/ifzm.png -------------------------------------------------------------------------------- /recipes/icons/inc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/inc.png -------------------------------------------------------------------------------- /recipes/icons/ixbt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/ixbt.png -------------------------------------------------------------------------------- /recipes/icons/johm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/johm.png -------------------------------------------------------------------------------- /recipes/icons/joop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/joop.png -------------------------------------------------------------------------------- /recipes/icons/lrb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/lrb.png -------------------------------------------------------------------------------- /recipes/icons/lupa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/lupa.png -------------------------------------------------------------------------------- /recipes/icons/lwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/lwn.png -------------------------------------------------------------------------------- /recipes/icons/mdj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/mdj.png -------------------------------------------------------------------------------- /recipes/icons/mel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/mel.png -------------------------------------------------------------------------------- /recipes/icons/nasa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/nasa.png -------------------------------------------------------------------------------- /recipes/icons/nejm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/nejm.png -------------------------------------------------------------------------------- /recipes/icons/nme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/nme.png -------------------------------------------------------------------------------- /recipes/icons/nol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/nol.png -------------------------------------------------------------------------------- /recipes/icons/npr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/npr.png -------------------------------------------------------------------------------- /recipes/icons/nspm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/nspm.png -------------------------------------------------------------------------------- /recipes/icons/nu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/nu.png -------------------------------------------------------------------------------- /recipes/icons/oba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/oba.png -------------------------------------------------------------------------------- /recipes/icons/osw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/osw.png -------------------------------------------------------------------------------- /recipes/icons/rds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/rds.png -------------------------------------------------------------------------------- /recipes/icons/root.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/root.png -------------------------------------------------------------------------------- /recipes/icons/rt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/rt.png -------------------------------------------------------------------------------- /recipes/icons/rte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/rte.png -------------------------------------------------------------------------------- /recipes/icons/rts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/rts.png -------------------------------------------------------------------------------- /recipes/icons/scmp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/scmp.png -------------------------------------------------------------------------------- /recipes/icons/sfbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/sfbg.png -------------------------------------------------------------------------------- /recipes/icons/sfin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/sfin.png -------------------------------------------------------------------------------- /recipes/icons/skai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/skai.png -------------------------------------------------------------------------------- /recipes/icons/smh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/smh.png -------------------------------------------------------------------------------- /recipes/icons/snob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/snob.png -------------------------------------------------------------------------------- /recipes/icons/sova.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/sova.png -------------------------------------------------------------------------------- /recipes/icons/tabu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/tabu.png -------------------------------------------------------------------------------- /recipes/icons/tijd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/tijd.png -------------------------------------------------------------------------------- /recipes/icons/tmz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/tmz.png -------------------------------------------------------------------------------- /recipes/icons/toi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/toi.png -------------------------------------------------------------------------------- /recipes/icons/trv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/trv.png -------------------------------------------------------------------------------- /recipes/icons/tst.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/tst.png -------------------------------------------------------------------------------- /recipes/icons/unz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/unz.png -------------------------------------------------------------------------------- /recipes/icons/upi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/upi.png -------------------------------------------------------------------------------- /recipes/icons/vox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/vox.png -------------------------------------------------------------------------------- /recipes/icons/welt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/welt.png -------------------------------------------------------------------------------- /recipes/icons/wnp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/wnp.png -------------------------------------------------------------------------------- /recipes/icons/wsj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/wsj.png -------------------------------------------------------------------------------- /recipes/icons/xda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/xda.png -------------------------------------------------------------------------------- /recipes/icons/xkcd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/xkcd.png -------------------------------------------------------------------------------- /recipes/icons/ynet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/icons/ynet.png -------------------------------------------------------------------------------- /recipes/idnes.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/idnes.recipe -------------------------------------------------------------------------------- /recipes/ifzm.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/ifzm.recipe -------------------------------------------------------------------------------- /recipes/iktibas.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/iktibas.recipe -------------------------------------------------------------------------------- /recipes/il_post.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/il_post.recipe -------------------------------------------------------------------------------- /recipes/in4_pl.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/in4_pl.recipe -------------------------------------------------------------------------------- /recipes/in_gr.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/in_gr.recipe -------------------------------------------------------------------------------- /recipes/inc.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/inc.recipe -------------------------------------------------------------------------------- /recipes/inc42.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/inc42.recipe -------------------------------------------------------------------------------- /recipes/infobae.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/infobae.recipe -------------------------------------------------------------------------------- /recipes/ing_dk.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/ing_dk.recipe -------------------------------------------------------------------------------- /recipes/iol_za.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/iol_za.recipe -------------------------------------------------------------------------------- /recipes/ixbt.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/ixbt.recipe -------------------------------------------------------------------------------- /recipes/johm.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/johm.recipe -------------------------------------------------------------------------------- /recipes/joop.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/joop.recipe -------------------------------------------------------------------------------- /recipes/jpost.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/jpost.recipe -------------------------------------------------------------------------------- /recipes/korben.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/korben.recipe -------------------------------------------------------------------------------- /recipes/kstar.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/kstar.recipe -------------------------------------------------------------------------------- /recipes/kudika.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/kudika.recipe -------------------------------------------------------------------------------- /recipes/kurier.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/kurier.recipe -------------------------------------------------------------------------------- /recipes/la_voce.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/la_voce.recipe -------------------------------------------------------------------------------- /recipes/latimes.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/latimes.recipe -------------------------------------------------------------------------------- /recipes/lepoint.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/lepoint.recipe -------------------------------------------------------------------------------- /recipes/lomza.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/lomza.recipe -------------------------------------------------------------------------------- /recipes/lrb.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/lrb.recipe -------------------------------------------------------------------------------- /recipes/lupa.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/lupa.recipe -------------------------------------------------------------------------------- /recipes/lwn.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/lwn.recipe -------------------------------------------------------------------------------- /recipes/marca.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/marca.recipe -------------------------------------------------------------------------------- /recipes/marctv.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/marctv.recipe -------------------------------------------------------------------------------- /recipes/mdj.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/mdj.recipe -------------------------------------------------------------------------------- /recipes/media2.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/media2.recipe -------------------------------------------------------------------------------- /recipes/meduza.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/meduza.recipe -------------------------------------------------------------------------------- /recipes/mel.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/mel.recipe -------------------------------------------------------------------------------- /recipes/mesec.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/mesec.recipe -------------------------------------------------------------------------------- /recipes/mmc_rtv.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/mmc_rtv.recipe -------------------------------------------------------------------------------- /recipes/modoros.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/modoros.recipe -------------------------------------------------------------------------------- /recipes/monden.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/monden.recipe -------------------------------------------------------------------------------- /recipes/msnbc.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/msnbc.recipe -------------------------------------------------------------------------------- /recipes/nasa.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/nasa.recipe -------------------------------------------------------------------------------- /recipes/natgeo.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/natgeo.recipe -------------------------------------------------------------------------------- /recipes/nature.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/nature.recipe -------------------------------------------------------------------------------- /recipes/navalny.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/navalny.recipe -------------------------------------------------------------------------------- /recipes/ncrnext.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/ncrnext.recipe -------------------------------------------------------------------------------- /recipes/nejm.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/nejm.recipe -------------------------------------------------------------------------------- /recipes/neowin.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/neowin.recipe -------------------------------------------------------------------------------- /recipes/news24.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/news24.recipe -------------------------------------------------------------------------------- /recipes/news324.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/news324.recipe -------------------------------------------------------------------------------- /recipes/newtab.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/newtab.recipe -------------------------------------------------------------------------------- /recipes/newz_dk.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/newz_dk.recipe -------------------------------------------------------------------------------- /recipes/nme.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/nme.recipe -------------------------------------------------------------------------------- /recipes/nol.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/nol.recipe -------------------------------------------------------------------------------- /recipes/novinky.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/novinky.recipe -------------------------------------------------------------------------------- /recipes/novosti.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/novosti.recipe -------------------------------------------------------------------------------- /recipes/npr.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/npr.recipe -------------------------------------------------------------------------------- /recipes/nrc.nl.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/nrc.nl.recipe -------------------------------------------------------------------------------- /recipes/nspm.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/nspm.recipe -------------------------------------------------------------------------------- /recipes/nu.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/nu.recipe -------------------------------------------------------------------------------- /recipes/nv_en.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/nv_en.recipe -------------------------------------------------------------------------------- /recipes/nv_ru.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/nv_ru.recipe -------------------------------------------------------------------------------- /recipes/nv_ua.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/nv_ua.recipe -------------------------------------------------------------------------------- /recipes/nymag.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/nymag.recipe -------------------------------------------------------------------------------- /recipes/nypost.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/nypost.recipe -------------------------------------------------------------------------------- /recipes/nytimes.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/nytimes.recipe -------------------------------------------------------------------------------- /recipes/nzz_ger.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/nzz_ger.recipe -------------------------------------------------------------------------------- /recipes/oba.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/oba.recipe -------------------------------------------------------------------------------- /recipes/opennet.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/opennet.recipe -------------------------------------------------------------------------------- /recipes/opindia.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/opindia.recipe -------------------------------------------------------------------------------- /recipes/osw.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/osw.recipe -------------------------------------------------------------------------------- /recipes/pajama.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/pajama.recipe -------------------------------------------------------------------------------- /recipes/parool.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/parool.recipe -------------------------------------------------------------------------------- /recipes/pecat.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/pecat.recipe -------------------------------------------------------------------------------- /recipes/poligon.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/poligon.recipe -------------------------------------------------------------------------------- /recipes/ppe_pl.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/ppe_pl.recipe -------------------------------------------------------------------------------- /recipes/pravda.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/pravda.recipe -------------------------------------------------------------------------------- /recipes/project.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/project.recipe -------------------------------------------------------------------------------- /recipes/psych.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/psych.recipe -------------------------------------------------------------------------------- /recipes/publico.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/publico.recipe -------------------------------------------------------------------------------- /recipes/pure_pc.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/pure_pc.recipe -------------------------------------------------------------------------------- /recipes/queleer.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/queleer.recipe -------------------------------------------------------------------------------- /recipes/rbc_ru.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/rbc_ru.recipe -------------------------------------------------------------------------------- /recipes/rds.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/rds.recipe -------------------------------------------------------------------------------- /recipes/reuters.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/reuters.recipe -------------------------------------------------------------------------------- /recipes/ria_ru.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/ria_ru.recipe -------------------------------------------------------------------------------- /recipes/rnd.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/rnd.recipe -------------------------------------------------------------------------------- /recipes/root.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/root.recipe -------------------------------------------------------------------------------- /recipes/rosbalt.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/rosbalt.recipe -------------------------------------------------------------------------------- /recipes/rt.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/rt.recipe -------------------------------------------------------------------------------- /recipes/rte.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/rte.recipe -------------------------------------------------------------------------------- /recipes/rtnews.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/rtnews.recipe -------------------------------------------------------------------------------- /recipes/rts.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/rts.recipe -------------------------------------------------------------------------------- /recipes/sabah.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/sabah.recipe -------------------------------------------------------------------------------- /recipes/salon.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/salon.recipe -------------------------------------------------------------------------------- /recipes/scinexx.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/scinexx.recipe -------------------------------------------------------------------------------- /recipes/scistm.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/scistm.recipe -------------------------------------------------------------------------------- /recipes/scmp.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/scmp.recipe -------------------------------------------------------------------------------- /recipes/scprint.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/scprint.recipe -------------------------------------------------------------------------------- /recipes/scroll.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/scroll.recipe -------------------------------------------------------------------------------- /recipes/sfbg.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/sfbg.recipe -------------------------------------------------------------------------------- /recipes/sfin.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/sfin.recipe -------------------------------------------------------------------------------- /recipes/skai.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/skai.recipe -------------------------------------------------------------------------------- /recipes/skeptic.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/skeptic.recipe -------------------------------------------------------------------------------- /recipes/slate.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/slate.recipe -------------------------------------------------------------------------------- /recipes/smh.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/smh.recipe -------------------------------------------------------------------------------- /recipes/smith.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/smith.recipe -------------------------------------------------------------------------------- /recipes/snob.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/snob.recipe -------------------------------------------------------------------------------- /recipes/sobaka.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/sobaka.recipe -------------------------------------------------------------------------------- /recipes/sonar21.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/sonar21.recipe -------------------------------------------------------------------------------- /recipes/sova.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/sova.recipe -------------------------------------------------------------------------------- /recipes/sputnik.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/sputnik.recipe -------------------------------------------------------------------------------- /recipes/t3n_de.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/t3n_de.recipe -------------------------------------------------------------------------------- /recipes/tabu.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/tabu.recipe -------------------------------------------------------------------------------- /recipes/tagesan.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/tagesan.recipe -------------------------------------------------------------------------------- /recipes/tayga.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/tayga.recipe -------------------------------------------------------------------------------- /recipes/taz_rss.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/taz_rss.recipe -------------------------------------------------------------------------------- /recipes/tehelka.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/tehelka.recipe -------------------------------------------------------------------------------- /recipes/the_age.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/the_age.recipe -------------------------------------------------------------------------------- /recipes/the_oz.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/the_oz.recipe -------------------------------------------------------------------------------- /recipes/the_sun.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/the_sun.recipe -------------------------------------------------------------------------------- /recipes/thebell.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/thebell.recipe -------------------------------------------------------------------------------- /recipes/thestar.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/thestar.recipe -------------------------------------------------------------------------------- /recipes/tijd.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/tijd.recipe -------------------------------------------------------------------------------- /recipes/tls_mag.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/tls_mag.recipe -------------------------------------------------------------------------------- /recipes/tmz.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/tmz.recipe -------------------------------------------------------------------------------- /recipes/todoist.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/todoist.recipe -------------------------------------------------------------------------------- /recipes/toi.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/toi.recipe -------------------------------------------------------------------------------- /recipes/tovima.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/tovima.recipe -------------------------------------------------------------------------------- /recipes/trouw.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/trouw.recipe -------------------------------------------------------------------------------- /recipes/trv.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/trv.recipe -------------------------------------------------------------------------------- /recipes/tst.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/tst.recipe -------------------------------------------------------------------------------- /recipes/tvmania.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/tvmania.recipe -------------------------------------------------------------------------------- /recipes/tyzden.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/tyzden.recipe -------------------------------------------------------------------------------- /recipes/uncrate.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/uncrate.recipe -------------------------------------------------------------------------------- /recipes/unn_ru.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/unn_ru.recipe -------------------------------------------------------------------------------- /recipes/unn_ua.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/unn_ua.recipe -------------------------------------------------------------------------------- /recipes/unz.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/unz.recipe -------------------------------------------------------------------------------- /recipes/upi.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/upi.recipe -------------------------------------------------------------------------------- /recipes/usnews.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/usnews.recipe -------------------------------------------------------------------------------- /recipes/variety.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/variety.recipe -------------------------------------------------------------------------------- /recipes/verstka.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/verstka.recipe -------------------------------------------------------------------------------- /recipes/vitalia.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/vitalia.recipe -------------------------------------------------------------------------------- /recipes/vox.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/vox.recipe -------------------------------------------------------------------------------- /recipes/vreme.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/vreme.recipe -------------------------------------------------------------------------------- /recipes/walla.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/walla.recipe -------------------------------------------------------------------------------- /recipes/welt.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/welt.recipe -------------------------------------------------------------------------------- /recipes/wicomix.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/wicomix.recipe -------------------------------------------------------------------------------- /recipes/wired.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/wired.recipe -------------------------------------------------------------------------------- /recipes/wnp.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/wnp.recipe -------------------------------------------------------------------------------- /recipes/woz_die.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/woz_die.recipe -------------------------------------------------------------------------------- /recipes/wsj.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/wsj.recipe -------------------------------------------------------------------------------- /recipes/wsj_mag.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/wsj_mag.recipe -------------------------------------------------------------------------------- /recipes/xda.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/xda.recipe -------------------------------------------------------------------------------- /recipes/xkcd.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/xkcd.recipe -------------------------------------------------------------------------------- /recipes/ynet.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/ynet.recipe -------------------------------------------------------------------------------- /recipes/zaobao.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/zaobao.recipe -------------------------------------------------------------------------------- /recipes/zeitde.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/zeitde.recipe -------------------------------------------------------------------------------- /recipes/zerkalo.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/zerkalo.recipe -------------------------------------------------------------------------------- /recipes/zn_ru.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/zn_ru.recipe -------------------------------------------------------------------------------- /recipes/zn_ua.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/recipes/zn_ua.recipe -------------------------------------------------------------------------------- /resources/dictionaries/en-US/locales: -------------------------------------------------------------------------------- 1 | en-US 2 | en-PH -------------------------------------------------------------------------------- /resources/lookup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/resources/lookup.js -------------------------------------------------------------------------------- /resources/mime.types: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/resources/mime.types -------------------------------------------------------------------------------- /resources/scraper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/resources/scraper.js -------------------------------------------------------------------------------- /resources/stylelint.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/resources/stylelint.js -------------------------------------------------------------------------------- /resources/toc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/resources/toc.js -------------------------------------------------------------------------------- /rsync-and-build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/rsync-and-build.sh -------------------------------------------------------------------------------- /run-local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/run-local -------------------------------------------------------------------------------- /session.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/session.vim -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup.py -------------------------------------------------------------------------------- /setup/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup/__init__.py -------------------------------------------------------------------------------- /setup/arch-ci.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup/arch-ci.sh -------------------------------------------------------------------------------- /setup/browser_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup/browser_data.py -------------------------------------------------------------------------------- /setup/build.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup/build.py -------------------------------------------------------------------------------- /setup/changelog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup/changelog.py -------------------------------------------------------------------------------- /setup/check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup/check.py -------------------------------------------------------------------------------- /setup/commands.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup/commands.py -------------------------------------------------------------------------------- /setup/csslint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup/csslint.py -------------------------------------------------------------------------------- /setup/extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup/extensions.json -------------------------------------------------------------------------------- /setup/git_hooks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup/git_hooks.py -------------------------------------------------------------------------------- /setup/git_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup/git_version.py -------------------------------------------------------------------------------- /setup/gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup/gui.py -------------------------------------------------------------------------------- /setup/hosting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup/hosting.py -------------------------------------------------------------------------------- /setup/hyphenation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup/hyphenation.py -------------------------------------------------------------------------------- /setup/install.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup/install.py -------------------------------------------------------------------------------- /setup/installers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup/installers.py -------------------------------------------------------------------------------- /setup/iso_codes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup/iso_codes.py -------------------------------------------------------------------------------- /setup/lc_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup/lc_data.py -------------------------------------------------------------------------------- /setup/liberation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup/liberation.py -------------------------------------------------------------------------------- /setup/mathjax.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup/mathjax.py -------------------------------------------------------------------------------- /setup/piper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup/piper.py -------------------------------------------------------------------------------- /setup/polib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup/polib.py -------------------------------------------------------------------------------- /setup/publish.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup/publish.py -------------------------------------------------------------------------------- /setup/resources.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup/resources.py -------------------------------------------------------------------------------- /setup/revendor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup/revendor.py -------------------------------------------------------------------------------- /setup/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup/test.py -------------------------------------------------------------------------------- /setup/translations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup/translations.py -------------------------------------------------------------------------------- /setup/unix-ci.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup/unix-ci.py -------------------------------------------------------------------------------- /setup/upload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup/upload.py -------------------------------------------------------------------------------- /setup/vcvars.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup/vcvars.py -------------------------------------------------------------------------------- /setup/win-ci.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup/win-ci.py -------------------------------------------------------------------------------- /setup/wincross.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup/wincross.py -------------------------------------------------------------------------------- /setup/xwin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/setup/xwin.py -------------------------------------------------------------------------------- /src/calibre/db/fts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/db/lazy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/calibre/db/lazy.py -------------------------------------------------------------------------------- /src/calibre/db/notes/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/db/view.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/calibre/db/view.py -------------------------------------------------------------------------------- /src/calibre/debug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/calibre/debug.py -------------------------------------------------------------------------------- /src/calibre/devices/binatone/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/devices/boeye/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/devices/cybook/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/devices/eb600/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/devices/edge/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/devices/hanvon/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/devices/iliad/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/devices/irexdr/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/devices/jetbook/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/devices/kindle/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/devices/kindle/apnx_page_generator/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/devices/kindle/apnx_page_generator/generators/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/devices/nokia/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/devices/nook/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/devices/nuut2/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/devices/sne/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/devices/usbms/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/devices/user_defined/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/ebooks/azw4/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/ebooks/epub/cfi/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/ebooks/htmlz/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/ebooks/pdb/palmdoc/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/ebooks/pdb/pdf/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/ebooks/pdb/plucker/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/ebooks/readability/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/ebooks/rtf/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/gui2/catalog/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/gui2/device_drivers/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/gui2/fts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/gui2/store/config/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/gui2/store/config/chooser/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/gui2/store/config/search/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/gui2/store/search/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/gui2/store/stores/__init__.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/calibre/gui2/store/stores/mobileread/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/gui2/tweak_book/completion/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/gui2/ui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/calibre/gui2/ui.py -------------------------------------------------------------------------------- /src/calibre/headless/headless.json: -------------------------------------------------------------------------------- 1 | { 2 | "Keys": [ "headless" ] 3 | } 4 | -------------------------------------------------------------------------------- /src/calibre/linux.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/calibre/linux.py -------------------------------------------------------------------------------- /src/calibre/live.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/calibre/live.py -------------------------------------------------------------------------------- /src/calibre/prints.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/calibre/prints.py -------------------------------------------------------------------------------- /src/calibre/rpdb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/calibre/rpdb.py -------------------------------------------------------------------------------- /src/calibre/scraper/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/srv/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/srv/cdb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/calibre/srv/cdb.py -------------------------------------------------------------------------------- /src/calibre/srv/fts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/calibre/srv/fts.py -------------------------------------------------------------------------------- /src/calibre/srv/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/startup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/calibre/startup.py -------------------------------------------------------------------------------- /src/calibre/translations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/utils/hyphenation/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/utils/open_with/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/utils/tts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/utils/windows/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/utils/winreg/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/calibre/web/site_parsers/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/odf/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/odf/anim.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/odf/anim.py -------------------------------------------------------------------------------- /src/odf/chart.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/odf/chart.py -------------------------------------------------------------------------------- /src/odf/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/odf/config.py -------------------------------------------------------------------------------- /src/odf/dc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/odf/dc.py -------------------------------------------------------------------------------- /src/odf/dr3d.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/odf/dr3d.py -------------------------------------------------------------------------------- /src/odf/draw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/odf/draw.py -------------------------------------------------------------------------------- /src/odf/element.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/odf/element.py -------------------------------------------------------------------------------- /src/odf/form.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/odf/form.py -------------------------------------------------------------------------------- /src/odf/grammar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/odf/grammar.py -------------------------------------------------------------------------------- /src/odf/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/odf/load.py -------------------------------------------------------------------------------- /src/odf/manifest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/odf/manifest.py -------------------------------------------------------------------------------- /src/odf/math.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/odf/math.py -------------------------------------------------------------------------------- /src/odf/meta.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/odf/meta.py -------------------------------------------------------------------------------- /src/odf/namespaces.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/odf/namespaces.py -------------------------------------------------------------------------------- /src/odf/number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/odf/number.py -------------------------------------------------------------------------------- /src/odf/odf2xhtml.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/odf/odf2xhtml.py -------------------------------------------------------------------------------- /src/odf/odfmanifest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/odf/odfmanifest.py -------------------------------------------------------------------------------- /src/odf/office.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/odf/office.py -------------------------------------------------------------------------------- /src/odf/script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/odf/script.py -------------------------------------------------------------------------------- /src/odf/style.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/odf/style.py -------------------------------------------------------------------------------- /src/odf/svg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/odf/svg.py -------------------------------------------------------------------------------- /src/odf/table.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/odf/table.py -------------------------------------------------------------------------------- /src/odf/teletype.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/odf/teletype.py -------------------------------------------------------------------------------- /src/odf/text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/odf/text.py -------------------------------------------------------------------------------- /src/odf/thumbnail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/odf/thumbnail.py -------------------------------------------------------------------------------- /src/odf/userfield.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/odf/userfield.py -------------------------------------------------------------------------------- /src/odf/xforms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/odf/xforms.py -------------------------------------------------------------------------------- /src/polyglot/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/polyglot/binary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/polyglot/binary.py -------------------------------------------------------------------------------- /src/polyglot/io.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/polyglot/io.py -------------------------------------------------------------------------------- /src/polyglot/queue.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/polyglot/queue.py -------------------------------------------------------------------------------- /src/polyglot/urllib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/polyglot/urllib.py -------------------------------------------------------------------------------- /src/pyj/ajax.pyj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/pyj/ajax.pyj -------------------------------------------------------------------------------- /src/pyj/autoreload.pyj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/pyj/autoreload.pyj -------------------------------------------------------------------------------- /src/pyj/complete.pyj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/pyj/complete.pyj -------------------------------------------------------------------------------- /src/pyj/date.pyj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/pyj/date.pyj -------------------------------------------------------------------------------- /src/pyj/dom.pyj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/pyj/dom.pyj -------------------------------------------------------------------------------- /src/pyj/editor.pyj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/pyj/editor.pyj -------------------------------------------------------------------------------- /src/pyj/fs_images.pyj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/pyj/fs_images.pyj -------------------------------------------------------------------------------- /src/pyj/initialize.pyj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/pyj/initialize.pyj -------------------------------------------------------------------------------- /src/pyj/live_css.pyj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/pyj/live_css.pyj -------------------------------------------------------------------------------- /src/pyj/lru_cache.pyj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/pyj/lru_cache.pyj -------------------------------------------------------------------------------- /src/pyj/modals.pyj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/pyj/modals.pyj -------------------------------------------------------------------------------- /src/pyj/popups.pyj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/pyj/popups.pyj -------------------------------------------------------------------------------- /src/pyj/qt.pyj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/pyj/qt.pyj -------------------------------------------------------------------------------- /src/pyj/read_book/prefs/__init__.pyj: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/pyj/select.pyj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/pyj/select.pyj -------------------------------------------------------------------------------- /src/pyj/session.pyj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/pyj/session.pyj -------------------------------------------------------------------------------- /src/pyj/srv.pyj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/pyj/srv.pyj -------------------------------------------------------------------------------- /src/pyj/test.pyj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/pyj/test.pyj -------------------------------------------------------------------------------- /src/pyj/test_date.pyj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/pyj/test_date.pyj -------------------------------------------------------------------------------- /src/pyj/test_utils.pyj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/pyj/test_utils.pyj -------------------------------------------------------------------------------- /src/pyj/testing.pyj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/pyj/testing.pyj -------------------------------------------------------------------------------- /src/pyj/utils.pyj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/pyj/utils.pyj -------------------------------------------------------------------------------- /src/pyj/viewer/__init__.pyj: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/pyj/widgets.pyj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/pyj/widgets.pyj -------------------------------------------------------------------------------- /src/pyj/worker.pyj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/pyj/worker.pyj -------------------------------------------------------------------------------- /src/qt/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/qt/__init__.py -------------------------------------------------------------------------------- /src/qt/__main__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/qt/__main__.py -------------------------------------------------------------------------------- /src/qt/core.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/qt/core.py -------------------------------------------------------------------------------- /src/qt/core.pyi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/qt/core.pyi -------------------------------------------------------------------------------- /src/qt/dbus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/qt/dbus.py -------------------------------------------------------------------------------- /src/qt/dbus.pyi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/qt/dbus.pyi -------------------------------------------------------------------------------- /src/qt/loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/qt/loader.py -------------------------------------------------------------------------------- /src/qt/webengine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/qt/webengine.py -------------------------------------------------------------------------------- /src/qt/webengine.pyi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/qt/webengine.pyi -------------------------------------------------------------------------------- /src/tinycss/color3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/tinycss/color3.py -------------------------------------------------------------------------------- /src/tinycss/css21.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/tinycss/css21.py -------------------------------------------------------------------------------- /src/tinycss/fonts3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/tinycss/fonts3.py -------------------------------------------------------------------------------- /src/tinycss/media3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/tinycss/media3.py -------------------------------------------------------------------------------- /src/tinycss/page3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/tinycss/page3.py -------------------------------------------------------------------------------- /src/tinycss/parsing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/src/tinycss/parsing.py -------------------------------------------------------------------------------- /src/tinycss/version.py: -------------------------------------------------------------------------------- 1 | VERSION = '0.3' 2 | -------------------------------------------------------------------------------- /update-on-ox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kovidgoyal/calibre/HEAD/update-on-ox --------------------------------------------------------------------------------