pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/bibletime



Module Name:    pkgsrc
Committed By:   nros
Date:           Fri Dec  4 12:17:59 UTC 2020

Modified Files:
        pkgsrc/misc/bibletime: Makefile PLIST distinfo
Added Files:
        pkgsrc/misc/bibletime/patches: patch-cmake_BTApplication.cmake
            patch-src_backend_bookshelfmodel_btbookshelftreemodel.cpp
            patch-src_backend_managers_clanguagemgr.h
            patch-src_frontend_bibletime.cpp patch-src_frontend_bibletime.h
            patch-src_frontend_bookshelfwizard_btbookshelfwizard.h
            patch-src_frontend_btaboutmoduledialog.h
            patch-src_frontend_btbookshelfdockwidget.h
            patch-src_frontend_btbookshelfwidget.h
            patch-src_frontend_btmodulechooserdialog.h
            patch-src_frontend_cmdiarea.h
            patch-src_frontend_display_modelview_btquickwidget.cpp
            patch-src_frontend_displaywindow_creadwindow.cpp
            patch-src_frontend_edittextwizard_btedittextwizard.h
            patch-src_frontend_keychooser_cbookkeychooser.cpp
            patch-src_frontend_keychooser_ckeychooserwidget.cpp
            patch-src_frontend_keychooser_cscrollerwidgetset.cpp
            patch-src_frontend_keychooser_versekeychooser_btdropdownchooserbutton.cpp
            patch-src_frontend_searchdialog_btsearchmodulechooserdialog.h
            patch-src_frontend_settingsdialogs_btconfigdialog.h

Log Message:
Updated bibletime to version 3.0

Changes from release notes:

Enhancements:

    * Text windows now have continuous scrolling from the beginning to end of
      a module. At the end of a chapter just keep scrolling to see the next
      chapter.
    * You don't have to open the Personal Commentary for writing. Edit it in a
      normal text window or even when it is a parallel column in a text window.
    * Automatic text scrolling up or down with variable speed and pause.
    * Copy to clipboard by choosing the beginning and ending reference.
    * A search filter was added in the "Install Works" page of the Bookshelf
      Manager.
    * You can select text from a single column when using parallel texts in a
      window.
    * Added a user interface to delete or create search indices.
    * The first time the Bookshelf Manager is used in a session, the remote
      libraries are updated.
    * Improved popup menus and icons for module chooser buttons and text
      window headers.
    * Show module unlock information in about text when available.
    * Improved unlocking of modules.

Bugs fixed:

    * Locked Bible not unlocking properly.
    * Place not being saved in Daily Devotional.
    * Problems with MAG window references using hebrew modules OSHB and OSMHB.
    * Unable to create a search scope for deuterocanonical books.
    * Searching with quotes not working.
    * MAG windows Strongs references not working unless config settings were
      saved.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/misc/bibletime/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/bibletime/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/bibletime/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/misc/bibletime/patches/patch-cmake_BTApplication.cmake \
    pkgsrc/misc/bibletime/patches/patch-src_backend_bookshelfmodel_btbookshelftreemodel.cpp \
    pkgsrc/misc/bibletime/patches/patch-src_backend_managers_clanguagemgr.h \
    pkgsrc/misc/bibletime/patches/patch-src_frontend_bibletime.cpp \
    pkgsrc/misc/bibletime/patches/patch-src_frontend_bibletime.h \
    pkgsrc/misc/bibletime/patches/patch-src_frontend_bookshelfwizard_btbookshelfwizard.h \
    pkgsrc/misc/bibletime/patches/patch-src_frontend_btaboutmoduledialog.h \
    pkgsrc/misc/bibletime/patches/patch-src_frontend_btbookshelfdockwidget.h \
    pkgsrc/misc/bibletime/patches/patch-src_frontend_btbookshelfwidget.h \
    pkgsrc/misc/bibletime/patches/patch-src_frontend_btmodulechooserdialog.h \
    pkgsrc/misc/bibletime/patches/patch-src_frontend_cmdiarea.h \
    pkgsrc/misc/bibletime/patches/patch-src_frontend_display_modelview_btquickwidget.cpp \
    pkgsrc/misc/bibletime/patches/patch-src_frontend_displaywindow_creadwindow.cpp \
    pkgsrc/misc/bibletime/patches/patch-src_frontend_edittextwizard_btedittextwizard.h \
    pkgsrc/misc/bibletime/patches/patch-src_frontend_keychooser_cbookkeychooser.cpp \
    pkgsrc/misc/bibletime/patches/patch-src_frontend_keychooser_ckeychooserwidget.cpp \
    pkgsrc/misc/bibletime/patches/patch-src_frontend_keychooser_cscrollerwidgetset.cpp \
    pkgsrc/misc/bibletime/patches/patch-src_frontend_keychooser_versekeychooser_btdropdownchooserbutton.cpp \
    pkgsrc/misc/bibletime/patches/patch-src_frontend_searchdialog_btsearchmodulechooserdialog.h \
    pkgsrc/misc/bibletime/patches/patch-src_frontend_settingsdialogs_btconfigdialog.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/bibletime/Makefile
diff -u pkgsrc/misc/bibletime/Makefile:1.51 pkgsrc/misc/bibletime/Makefile:1.52
--- pkgsrc/misc/bibletime/Makefile:1.51 Thu Nov  5 09:08:39 2020
+++ pkgsrc/misc/bibletime/Makefile      Fri Dec  4 12:17:58 2020
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.51 2020/11/05 09:08:39 ryoon Exp $
+# $NetBSD: Makefile,v 1.52 2020/12/04 12:17:58 nros Exp $
 
-DISTNAME=              bibletime-2.11.2
-PKGREVISION=           11
+DISTNAME=              bibletime-3.0
 CATEGORIES=            misc
-MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=bibletime/}
+MASTER_SITES=          ${MASTER_SITE_GITHUB:=bibletime/}
+GITHUB_RELEASE=                v${PKGVERSION_NOREV}
 EXTRACT_SUFX=          .tar.xz
 EXTRACT_USING=         bsdtar
 
@@ -13,27 +13,22 @@ COMMENT=            Bible study program based on S
 LICENSE=               gnu-gpl-v2
 
 USE_CMAKE=             yes
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++11
 USE_TOOLS+=            pkg-config
 
-SUBST_CLASSES+=                docdir
-SUBST_FILES.docdir=    ${WRKSRC}/cmake/BTDocumentation.cmake
-SUBST_FILES.docdir+=   ${WRKSRC}/src/util/directory.cpp
-SUBST_STAGE.docdir=    pre-configure
-SUBST_SED.docdir=      -e 's,bibletime/docs,doc/bibletime,g'
-
-DEPENDS+=      dejavu-ttf-[0-9]*:../../fonts/dejavu-ttf
-
-CONFIGURE_DIRS=                ${WRKDIR}/build
-CMAKE_ARG_PATH=                ${WRKSRC}
-
-post-extract:
-       ${MKDIR} ${WRKDIR}/build
+DEPENDS+=              dejavu-ttf-[0-9]*:../../fonts/dejavu-ttf
+TOOL_DEPENDS+=         po4a-[0-9]*:../../textproc/po4a
+TOOL_DEPENDS+=         libxslt-[0-9]*:../../textproc/libxslt
+
+CMAKE_ARGS+=           -DBUILD_HANDBOOK_PDF=OFF
+CMAKE_ARGS+=           -DBUILD_HOWTO_PDF=OFF
+CMAKE_ARGS+=           -DBT_DOCBOOK_XSL_HTML_CHUNK_XSL:PATH="${PREFIX}/share/xsl/docbook/html/chunk.xsl"
+CMAKE_ARGS+=           -DBT_RUNTIME_DOCDIR="${PREFIX}/share/doc/bibletime"
 
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../misc/sword/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../textproc/libclucene/buildlink3.mk"
-.include "../../x11/qt5-qttools/buildlink3.mk"
-.include "../../x11/qt5-qtwebkit/buildlink3.mk"
+.include "../../x11/qt5-qtdeclarative/buildlink3.mk"
 .include "../../x11/qt5-qtsvg/buildlink3.mk"
+.include "../../x11/qt5-qttools/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/misc/bibletime/PLIST
diff -u pkgsrc/misc/bibletime/PLIST:1.2 pkgsrc/misc/bibletime/PLIST:1.3
--- pkgsrc/misc/bibletime/PLIST:1.2     Sun Oct 27 17:11:04 2019
+++ pkgsrc/misc/bibletime/PLIST Fri Dec  4 12:17:58 2020
@@ -1,12 +1,18 @@
-@comment $NetBSD: PLIST,v 1.2 2019/10/27 17:11:04 kamil Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/12/04 12:17:58 nros Exp $
 bin/bibletime
-share/applications/bibletime.desktop
+share/applications/info.bibletime.BibleTime.desktop
 share/bibletime/display-templates/Basic.tmpl
+share/bibletime/display-templates/Blue.cmap
 share/bibletime/display-templates/Blue.css
+share/bibletime/display-templates/Christmastide.cmap
 share/bibletime/display-templates/Christmastide.css
+share/bibletime/display-templates/Crazy.cmap
 share/bibletime/display-templates/Crazy.css
+share/bibletime/display-templates/Green.cmap
 share/bibletime/display-templates/Green.css
+share/bibletime/display-templates/HighContrast.cmap
 share/bibletime/display-templates/HighContrast.css
+share/bibletime/display-templates/Simple.cmap
 share/bibletime/display-templates/Simple.css
 share/bibletime/display-templates/basic_template.txt
 share/bibletime/icons/add.svg
@@ -78,962 +84,1215 @@ share/bibletime/icons/view_index.svg
 share/bibletime/icons/view_mag.svg
 share/bibletime/icons/view_profile.svg
 share/bibletime/icons/window_fullscreen.svg
-share/bibletime/javascript/bthtml.js
 share/bibletime/license/license.html
 share/bibletime/locale/bibletime_ui_ar.qm
-share/bibletime/locale/bibletime_ui_bg.qm
-share/bibletime/locale/bibletime_ui_ceb.qm
+share/bibletime/locale/bibletime_ui_br.qm
 share/bibletime/locale/bibletime_ui_cs.qm
 share/bibletime/locale/bibletime_ui_da.qm
 share/bibletime/locale/bibletime_ui_de.qm
-share/bibletime/locale/bibletime_ui_el.qm
 share/bibletime/locale/bibletime_ui_en_GB.qm
 share/bibletime/locale/bibletime_ui_es.qm
 share/bibletime/locale/bibletime_ui_et.qm
 share/bibletime/locale/bibletime_ui_fi.qm
-share/bibletime/locale/bibletime_ui_fil_PH.qm
 share/bibletime/locale/bibletime_ui_fr.qm
 share/bibletime/locale/bibletime_ui_hu.qm
-share/bibletime/locale/bibletime_ui_hy.qm
 share/bibletime/locale/bibletime_ui_it.qm
-share/bibletime/locale/bibletime_ui_ja.qm
 share/bibletime/locale/bibletime_ui_ko.qm
 share/bibletime/locale/bibletime_ui_lt.qm
 share/bibletime/locale/bibletime_ui_lv.qm
-share/bibletime/locale/bibletime_ui_my.qm
 share/bibletime/locale/bibletime_ui_nl.qm
 share/bibletime/locale/bibletime_ui_pl.qm
 share/bibletime/locale/bibletime_ui_pt.qm
 share/bibletime/locale/bibletime_ui_pt_BR.qm
 share/bibletime/locale/bibletime_ui_ru.qm
 share/bibletime/locale/bibletime_ui_sk.qm
-share/bibletime/locale/bibletime_ui_sr_RS.qm
 share/bibletime/locale/bibletime_ui_th.qm
-share/bibletime/locale/bibletime_ui_ti.qm
 share/bibletime/locale/bibletime_ui_tr.qm
-share/bibletime/locale/bibletime_ui_uk.qm
 share/bibletime/locale/bibletime_ui_zh_TW.qm
 share/bibletime/pics/startuplogo.png
 share/bibletime/pics/startuplogo_christmas.png
 share/bibletime/pics/startuplogo_easter.jpg
-share/doc/bibletime/handbook/ar/hdbk-config.html
-share/doc/bibletime/handbook/ar/hdbk-intro.html
-share/doc/bibletime/handbook/ar/hdbk-op-bookshelfmanager.html
-share/doc/bibletime/handbook/ar/hdbk-op-output.html
-share/doc/bibletime/handbook/ar/hdbk-op-parts.html
-share/doc/bibletime/handbook/ar/hdbk-op-search.html
-share/doc/bibletime/handbook/ar/hdbk-op.html
-share/doc/bibletime/handbook/ar/hdbk-reference-shortcuts.html
-share/doc/bibletime/handbook/ar/hdbk-reference-works.html
-share/doc/bibletime/handbook/ar/hdbk-reference.html
-share/doc/bibletime/handbook/ar/hdbk-start-firstrun.html
-share/doc/bibletime/handbook/ar/hdbk-term.html
-share/doc/bibletime/handbook/ar/i_back.png
-share/doc/bibletime/handbook/ar/i_bible.png
-share/doc/bibletime/handbook/ar/i_bible_add.png
-share/doc/bibletime/handbook/ar/i_bibletime.png
-share/doc/bibletime/handbook/ar/i_book.png
-share/doc/bibletime/handbook/ar/i_book_add.png
-share/doc/bibletime/handbook/ar/i_bookmark.png
-share/doc/bibletime/handbook/ar/i_books.png
-share/doc/bibletime/handbook/ar/i_cascade.png
-share/doc/bibletime/handbook/ar/i_checkbox.png
-share/doc/bibletime/handbook/ar/i_commentary.png
-share/doc/bibletime/handbook/ar/i_commentary_add.png
-share/doc/bibletime/handbook/ar/i_configure.png
-share/doc/bibletime/handbook/ar/i_configuresword.png
-share/doc/bibletime/handbook/ar/i_contents2.png
-share/doc/bibletime/handbook/ar/i_displayconfig.png
-share/doc/bibletime/handbook/ar/i_document_magnifier.png
-share/doc/bibletime/handbook/ar/i_exit.png
-share/doc/bibletime/handbook/ar/i_fileclose.png
-share/doc/bibletime/handbook/ar/i_find.png
-share/doc/bibletime/handbook/ar/i_folder_open.png
-share/doc/bibletime/handbook/ar/i_forward.png
-share/doc/bibletime/handbook/ar/i_lexicon.png
-share/doc/bibletime/handbook/ar/i_lexicon_add.png
-share/doc/bibletime/handbook/ar/i_light_bulb.png
-share/doc/bibletime/handbook/ar/i_sync.png
-share/doc/bibletime/handbook/ar/i_tile.png
-share/doc/bibletime/handbook/ar/i_tile_horiz.png
-share/doc/bibletime/handbook/ar/i_tile_vert.png
-share/doc/bibletime/handbook/ar/i_view_index.png
-share/doc/bibletime/handbook/ar/i_view_mag.png
-share/doc/bibletime/handbook/ar/i_window_fullscreen.png
-share/doc/bibletime/handbook/ar/index.html
-share/doc/bibletime/handbook/ar/ss_configfonts.png
-share/doc/bibletime/handbook/ar/ss_mainterms.png
-share/doc/bibletime/handbook/ar/ss_searchanal.png
-share/doc/bibletime/handbook/ar/ss_searchopts.png
-share/doc/bibletime/handbook/ar/ss_shortcuts.png
-share/doc/bibletime/handbook/cs/hdbk-config.html
-share/doc/bibletime/handbook/cs/hdbk-intro.html
-share/doc/bibletime/handbook/cs/hdbk-op-bookshelfmanager.html
-share/doc/bibletime/handbook/cs/hdbk-op-output.html
-share/doc/bibletime/handbook/cs/hdbk-op-parts.html
-share/doc/bibletime/handbook/cs/hdbk-op-search.html
-share/doc/bibletime/handbook/cs/hdbk-op.html
-share/doc/bibletime/handbook/cs/hdbk-reference-shortcuts.html
-share/doc/bibletime/handbook/cs/hdbk-reference-works.html
-share/doc/bibletime/handbook/cs/hdbk-reference.html
-share/doc/bibletime/handbook/cs/hdbk-start-firstrun.html
-share/doc/bibletime/handbook/cs/hdbk-term.html
-share/doc/bibletime/handbook/cs/i_back.png
-share/doc/bibletime/handbook/cs/i_bible.png
-share/doc/bibletime/handbook/cs/i_bible_add.png
-share/doc/bibletime/handbook/cs/i_bibletime.png
-share/doc/bibletime/handbook/cs/i_book.png
-share/doc/bibletime/handbook/cs/i_book_add.png
-share/doc/bibletime/handbook/cs/i_bookmark.png
-share/doc/bibletime/handbook/cs/i_books.png
-share/doc/bibletime/handbook/cs/i_cascade.png
-share/doc/bibletime/handbook/cs/i_checkbox.png
-share/doc/bibletime/handbook/cs/i_commentary.png
-share/doc/bibletime/handbook/cs/i_commentary_add.png
-share/doc/bibletime/handbook/cs/i_configure.png
-share/doc/bibletime/handbook/cs/i_configuresword.png
-share/doc/bibletime/handbook/cs/i_contents2.png
-share/doc/bibletime/handbook/cs/i_displayconfig.png
-share/doc/bibletime/handbook/cs/i_document_magnifier.png
-share/doc/bibletime/handbook/cs/i_exit.png
-share/doc/bibletime/handbook/cs/i_fileclose.png
-share/doc/bibletime/handbook/cs/i_find.png
-share/doc/bibletime/handbook/cs/i_folder_open.png
-share/doc/bibletime/handbook/cs/i_forward.png
-share/doc/bibletime/handbook/cs/i_lexicon.png
-share/doc/bibletime/handbook/cs/i_lexicon_add.png
-share/doc/bibletime/handbook/cs/i_light_bulb.png
-share/doc/bibletime/handbook/cs/i_sync.png
-share/doc/bibletime/handbook/cs/i_tile.png
-share/doc/bibletime/handbook/cs/i_tile_horiz.png
-share/doc/bibletime/handbook/cs/i_tile_vert.png
-share/doc/bibletime/handbook/cs/i_view_index.png
-share/doc/bibletime/handbook/cs/i_view_mag.png
-share/doc/bibletime/handbook/cs/i_window_fullscreen.png
-share/doc/bibletime/handbook/cs/index.html
-share/doc/bibletime/handbook/cs/ss_configfonts.png
-share/doc/bibletime/handbook/cs/ss_mainterms.png
-share/doc/bibletime/handbook/cs/ss_searchanal.png
-share/doc/bibletime/handbook/cs/ss_searchopts.png
-share/doc/bibletime/handbook/cs/ss_shortcuts.png
-share/doc/bibletime/handbook/de/hdbk-config.html
-share/doc/bibletime/handbook/de/hdbk-intro.html
-share/doc/bibletime/handbook/de/hdbk-op-bookshelfmanager.html
-share/doc/bibletime/handbook/de/hdbk-op-output.html
-share/doc/bibletime/handbook/de/hdbk-op-parts.html
-share/doc/bibletime/handbook/de/hdbk-op-search.html
-share/doc/bibletime/handbook/de/hdbk-op.html
-share/doc/bibletime/handbook/de/hdbk-reference-shortcuts.html
-share/doc/bibletime/handbook/de/hdbk-reference-works.html
-share/doc/bibletime/handbook/de/hdbk-reference.html
-share/doc/bibletime/handbook/de/hdbk-start-firstrun.html
-share/doc/bibletime/handbook/de/hdbk-term.html
-share/doc/bibletime/handbook/de/i_back.png
-share/doc/bibletime/handbook/de/i_bible.png
-share/doc/bibletime/handbook/de/i_bible_add.png
-share/doc/bibletime/handbook/de/i_bibletime.png
-share/doc/bibletime/handbook/de/i_book.png
-share/doc/bibletime/handbook/de/i_book_add.png
-share/doc/bibletime/handbook/de/i_bookmark.png
-share/doc/bibletime/handbook/de/i_books.png
-share/doc/bibletime/handbook/de/i_cascade.png
-share/doc/bibletime/handbook/de/i_checkbox.png
-share/doc/bibletime/handbook/de/i_commentary.png
-share/doc/bibletime/handbook/de/i_commentary_add.png
-share/doc/bibletime/handbook/de/i_configure.png
-share/doc/bibletime/handbook/de/i_configuresword.png
-share/doc/bibletime/handbook/de/i_contents2.png
-share/doc/bibletime/handbook/de/i_displayconfig.png
-share/doc/bibletime/handbook/de/i_document_magnifier.png
-share/doc/bibletime/handbook/de/i_exit.png
-share/doc/bibletime/handbook/de/i_fileclose.png
-share/doc/bibletime/handbook/de/i_find.png
-share/doc/bibletime/handbook/de/i_folder_open.png
-share/doc/bibletime/handbook/de/i_forward.png
-share/doc/bibletime/handbook/de/i_lexicon.png
-share/doc/bibletime/handbook/de/i_lexicon_add.png
-share/doc/bibletime/handbook/de/i_light_bulb.png
-share/doc/bibletime/handbook/de/i_sync.png
-share/doc/bibletime/handbook/de/i_tile.png
-share/doc/bibletime/handbook/de/i_tile_horiz.png
-share/doc/bibletime/handbook/de/i_tile_vert.png
-share/doc/bibletime/handbook/de/i_view_index.png
-share/doc/bibletime/handbook/de/i_view_mag.png
-share/doc/bibletime/handbook/de/i_window_fullscreen.png
-share/doc/bibletime/handbook/de/index.html
-share/doc/bibletime/handbook/de/ss_configfonts.png
-share/doc/bibletime/handbook/de/ss_mainterms.png
-share/doc/bibletime/handbook/de/ss_searchanal.png
-share/doc/bibletime/handbook/de/ss_searchopts.png
-share/doc/bibletime/handbook/de/ss_shortcuts.png
-share/doc/bibletime/handbook/en/hdbk-config.html
-share/doc/bibletime/handbook/en/hdbk-intro.html
-share/doc/bibletime/handbook/en/hdbk-op-bookshelfmanager.html
-share/doc/bibletime/handbook/en/hdbk-op-output.html
-share/doc/bibletime/handbook/en/hdbk-op-parts.html
-share/doc/bibletime/handbook/en/hdbk-op-search.html
-share/doc/bibletime/handbook/en/hdbk-op.html
-share/doc/bibletime/handbook/en/hdbk-reference-shortcuts.html
-share/doc/bibletime/handbook/en/hdbk-reference-works.html
-share/doc/bibletime/handbook/en/hdbk-reference.html
-share/doc/bibletime/handbook/en/hdbk-start-firstrun.html
-share/doc/bibletime/handbook/en/hdbk-term.html
-share/doc/bibletime/handbook/en/i_back.png
-share/doc/bibletime/handbook/en/i_bible.png
-share/doc/bibletime/handbook/en/i_bible_add.png
-share/doc/bibletime/handbook/en/i_bibletime.png
-share/doc/bibletime/handbook/en/i_book.png
-share/doc/bibletime/handbook/en/i_book_add.png
-share/doc/bibletime/handbook/en/i_bookmark.png
-share/doc/bibletime/handbook/en/i_books.png
-share/doc/bibletime/handbook/en/i_cascade.png
-share/doc/bibletime/handbook/en/i_checkbox.png
-share/doc/bibletime/handbook/en/i_commentary.png
-share/doc/bibletime/handbook/en/i_commentary_add.png
-share/doc/bibletime/handbook/en/i_configure.png
-share/doc/bibletime/handbook/en/i_configuresword.png
-share/doc/bibletime/handbook/en/i_contents2.png
-share/doc/bibletime/handbook/en/i_displayconfig.png
-share/doc/bibletime/handbook/en/i_document_magnifier.png
-share/doc/bibletime/handbook/en/i_exit.png
-share/doc/bibletime/handbook/en/i_fileclose.png
-share/doc/bibletime/handbook/en/i_find.png
-share/doc/bibletime/handbook/en/i_folder_open.png
-share/doc/bibletime/handbook/en/i_forward.png
-share/doc/bibletime/handbook/en/i_lexicon.png
-share/doc/bibletime/handbook/en/i_lexicon_add.png
-share/doc/bibletime/handbook/en/i_light_bulb.png
-share/doc/bibletime/handbook/en/i_sync.png
-share/doc/bibletime/handbook/en/i_tile.png
-share/doc/bibletime/handbook/en/i_tile_horiz.png
-share/doc/bibletime/handbook/en/i_tile_vert.png
-share/doc/bibletime/handbook/en/i_view_index.png
-share/doc/bibletime/handbook/en/i_view_mag.png
-share/doc/bibletime/handbook/en/i_window_fullscreen.png
-share/doc/bibletime/handbook/en/index.html
-share/doc/bibletime/handbook/en/ss_configfonts.png
-share/doc/bibletime/handbook/en/ss_mainterms.png
-share/doc/bibletime/handbook/en/ss_searchanal.png
-share/doc/bibletime/handbook/en/ss_searchopts.png
-share/doc/bibletime/handbook/en/ss_shortcuts.png
-share/doc/bibletime/handbook/es/hdbk-config.html
-share/doc/bibletime/handbook/es/hdbk-intro.html
-share/doc/bibletime/handbook/es/hdbk-op-bookshelfmanager.html
-share/doc/bibletime/handbook/es/hdbk-op-output.html
-share/doc/bibletime/handbook/es/hdbk-op-parts.html
-share/doc/bibletime/handbook/es/hdbk-op-search.html
-share/doc/bibletime/handbook/es/hdbk-op.html
-share/doc/bibletime/handbook/es/hdbk-reference-shortcuts.html
-share/doc/bibletime/handbook/es/hdbk-reference-works.html
-share/doc/bibletime/handbook/es/hdbk-reference.html
-share/doc/bibletime/handbook/es/hdbk-start-firstrun.html
-share/doc/bibletime/handbook/es/hdbk-term.html
-share/doc/bibletime/handbook/es/i_back.png
-share/doc/bibletime/handbook/es/i_bible.png
-share/doc/bibletime/handbook/es/i_bible_add.png
-share/doc/bibletime/handbook/es/i_bibletime.png
-share/doc/bibletime/handbook/es/i_book.png
-share/doc/bibletime/handbook/es/i_book_add.png
-share/doc/bibletime/handbook/es/i_bookmark.png
-share/doc/bibletime/handbook/es/i_books.png
-share/doc/bibletime/handbook/es/i_cascade.png
-share/doc/bibletime/handbook/es/i_checkbox.png
-share/doc/bibletime/handbook/es/i_commentary.png
-share/doc/bibletime/handbook/es/i_commentary_add.png
-share/doc/bibletime/handbook/es/i_configure.png
-share/doc/bibletime/handbook/es/i_configuresword.png
-share/doc/bibletime/handbook/es/i_contents2.png
-share/doc/bibletime/handbook/es/i_displayconfig.png
-share/doc/bibletime/handbook/es/i_document_magnifier.png
-share/doc/bibletime/handbook/es/i_exit.png
-share/doc/bibletime/handbook/es/i_fileclose.png
-share/doc/bibletime/handbook/es/i_find.png
-share/doc/bibletime/handbook/es/i_folder_open.png
-share/doc/bibletime/handbook/es/i_forward.png
-share/doc/bibletime/handbook/es/i_lexicon.png
-share/doc/bibletime/handbook/es/i_lexicon_add.png
-share/doc/bibletime/handbook/es/i_light_bulb.png
-share/doc/bibletime/handbook/es/i_sync.png
-share/doc/bibletime/handbook/es/i_tile.png
-share/doc/bibletime/handbook/es/i_tile_horiz.png
-share/doc/bibletime/handbook/es/i_tile_vert.png
-share/doc/bibletime/handbook/es/i_view_index.png
-share/doc/bibletime/handbook/es/i_view_mag.png
-share/doc/bibletime/handbook/es/i_window_fullscreen.png
-share/doc/bibletime/handbook/es/index.html
-share/doc/bibletime/handbook/es/ss_configfonts.png
-share/doc/bibletime/handbook/es/ss_mainterms.png
-share/doc/bibletime/handbook/es/ss_searchanal.png
-share/doc/bibletime/handbook/es/ss_searchopts.png
-share/doc/bibletime/handbook/es/ss_shortcuts.png
-share/doc/bibletime/handbook/fi/hdbk-config.html
-share/doc/bibletime/handbook/fi/hdbk-intro.html
-share/doc/bibletime/handbook/fi/hdbk-op-bookshelfmanager.html
-share/doc/bibletime/handbook/fi/hdbk-op-output.html
-share/doc/bibletime/handbook/fi/hdbk-op-parts.html
-share/doc/bibletime/handbook/fi/hdbk-op-search.html
-share/doc/bibletime/handbook/fi/hdbk-op.html
-share/doc/bibletime/handbook/fi/hdbk-reference-shortcuts.html
-share/doc/bibletime/handbook/fi/hdbk-reference-works.html
-share/doc/bibletime/handbook/fi/hdbk-reference.html
-share/doc/bibletime/handbook/fi/hdbk-start-firstrun.html
-share/doc/bibletime/handbook/fi/hdbk-term.html
-share/doc/bibletime/handbook/fi/i_back.png
-share/doc/bibletime/handbook/fi/i_bible.png
-share/doc/bibletime/handbook/fi/i_bible_add.png
-share/doc/bibletime/handbook/fi/i_bibletime.png
-share/doc/bibletime/handbook/fi/i_book.png
-share/doc/bibletime/handbook/fi/i_book_add.png
-share/doc/bibletime/handbook/fi/i_bookmark.png
-share/doc/bibletime/handbook/fi/i_books.png
-share/doc/bibletime/handbook/fi/i_cascade.png
-share/doc/bibletime/handbook/fi/i_checkbox.png
-share/doc/bibletime/handbook/fi/i_commentary.png
-share/doc/bibletime/handbook/fi/i_commentary_add.png
-share/doc/bibletime/handbook/fi/i_configure.png
-share/doc/bibletime/handbook/fi/i_configuresword.png
-share/doc/bibletime/handbook/fi/i_contents2.png
-share/doc/bibletime/handbook/fi/i_displayconfig.png
-share/doc/bibletime/handbook/fi/i_document_magnifier.png
-share/doc/bibletime/handbook/fi/i_exit.png
-share/doc/bibletime/handbook/fi/i_fileclose.png
-share/doc/bibletime/handbook/fi/i_find.png
-share/doc/bibletime/handbook/fi/i_folder_open.png
-share/doc/bibletime/handbook/fi/i_forward.png
-share/doc/bibletime/handbook/fi/i_lexicon.png
-share/doc/bibletime/handbook/fi/i_lexicon_add.png
-share/doc/bibletime/handbook/fi/i_light_bulb.png
-share/doc/bibletime/handbook/fi/i_sync.png
-share/doc/bibletime/handbook/fi/i_tile.png
-share/doc/bibletime/handbook/fi/i_tile_horiz.png
-share/doc/bibletime/handbook/fi/i_tile_vert.png
-share/doc/bibletime/handbook/fi/i_view_index.png
-share/doc/bibletime/handbook/fi/i_view_mag.png
-share/doc/bibletime/handbook/fi/i_window_fullscreen.png
-share/doc/bibletime/handbook/fi/index.html
-share/doc/bibletime/handbook/fi/ss_configfonts.png
-share/doc/bibletime/handbook/fi/ss_mainterms.png
-share/doc/bibletime/handbook/fi/ss_searchanal.png
-share/doc/bibletime/handbook/fi/ss_searchopts.png
-share/doc/bibletime/handbook/fi/ss_shortcuts.png
-share/doc/bibletime/handbook/fr/hdbk-config.html
-share/doc/bibletime/handbook/fr/hdbk-intro.html
-share/doc/bibletime/handbook/fr/hdbk-op-bookshelfmanager.html
-share/doc/bibletime/handbook/fr/hdbk-op-output.html
-share/doc/bibletime/handbook/fr/hdbk-op-parts.html
-share/doc/bibletime/handbook/fr/hdbk-op-search.html
-share/doc/bibletime/handbook/fr/hdbk-op.html
-share/doc/bibletime/handbook/fr/hdbk-reference-shortcuts.html
-share/doc/bibletime/handbook/fr/hdbk-reference-works.html
-share/doc/bibletime/handbook/fr/hdbk-reference.html
-share/doc/bibletime/handbook/fr/hdbk-start-firstrun.html
-share/doc/bibletime/handbook/fr/hdbk-term.html
-share/doc/bibletime/handbook/fr/i_back.png
-share/doc/bibletime/handbook/fr/i_bible.png
-share/doc/bibletime/handbook/fr/i_bible_add.png
-share/doc/bibletime/handbook/fr/i_bibletime.png
-share/doc/bibletime/handbook/fr/i_book.png
-share/doc/bibletime/handbook/fr/i_book_add.png
-share/doc/bibletime/handbook/fr/i_bookmark.png
-share/doc/bibletime/handbook/fr/i_books.png
-share/doc/bibletime/handbook/fr/i_cascade.png
-share/doc/bibletime/handbook/fr/i_checkbox.png
-share/doc/bibletime/handbook/fr/i_commentary.png
-share/doc/bibletime/handbook/fr/i_commentary_add.png
-share/doc/bibletime/handbook/fr/i_configure.png
-share/doc/bibletime/handbook/fr/i_configuresword.png
-share/doc/bibletime/handbook/fr/i_contents2.png
-share/doc/bibletime/handbook/fr/i_displayconfig.png
-share/doc/bibletime/handbook/fr/i_document_magnifier.png
-share/doc/bibletime/handbook/fr/i_exit.png
-share/doc/bibletime/handbook/fr/i_fileclose.png
-share/doc/bibletime/handbook/fr/i_find.png
-share/doc/bibletime/handbook/fr/i_folder_open.png
-share/doc/bibletime/handbook/fr/i_forward.png
-share/doc/bibletime/handbook/fr/i_lexicon.png
-share/doc/bibletime/handbook/fr/i_lexicon_add.png
-share/doc/bibletime/handbook/fr/i_light_bulb.png
-share/doc/bibletime/handbook/fr/i_sync.png
-share/doc/bibletime/handbook/fr/i_tile.png
-share/doc/bibletime/handbook/fr/i_tile_horiz.png
-share/doc/bibletime/handbook/fr/i_tile_vert.png
-share/doc/bibletime/handbook/fr/i_view_index.png
-share/doc/bibletime/handbook/fr/i_view_mag.png
-share/doc/bibletime/handbook/fr/i_window_fullscreen.png
-share/doc/bibletime/handbook/fr/index.html
-share/doc/bibletime/handbook/fr/ss_configfonts.png
-share/doc/bibletime/handbook/fr/ss_mainterms.png
-share/doc/bibletime/handbook/fr/ss_searchanal.png
-share/doc/bibletime/handbook/fr/ss_searchopts.png
-share/doc/bibletime/handbook/fr/ss_shortcuts.png
-share/doc/bibletime/handbook/hu/hdbk-config.html
-share/doc/bibletime/handbook/hu/hdbk-intro.html
-share/doc/bibletime/handbook/hu/hdbk-op-bookshelfmanager.html
-share/doc/bibletime/handbook/hu/hdbk-op-output.html
-share/doc/bibletime/handbook/hu/hdbk-op-parts.html
-share/doc/bibletime/handbook/hu/hdbk-op-search.html
-share/doc/bibletime/handbook/hu/hdbk-op.html
-share/doc/bibletime/handbook/hu/hdbk-reference-shortcuts.html
-share/doc/bibletime/handbook/hu/hdbk-reference-works.html
-share/doc/bibletime/handbook/hu/hdbk-reference.html
-share/doc/bibletime/handbook/hu/hdbk-start-firstrun.html
-share/doc/bibletime/handbook/hu/hdbk-term.html
-share/doc/bibletime/handbook/hu/i_back.png
-share/doc/bibletime/handbook/hu/i_bible.png
-share/doc/bibletime/handbook/hu/i_bible_add.png
-share/doc/bibletime/handbook/hu/i_bibletime.png
-share/doc/bibletime/handbook/hu/i_book.png
-share/doc/bibletime/handbook/hu/i_book_add.png
-share/doc/bibletime/handbook/hu/i_bookmark.png
-share/doc/bibletime/handbook/hu/i_books.png
-share/doc/bibletime/handbook/hu/i_cascade.png
-share/doc/bibletime/handbook/hu/i_checkbox.png
-share/doc/bibletime/handbook/hu/i_commentary.png
-share/doc/bibletime/handbook/hu/i_commentary_add.png
-share/doc/bibletime/handbook/hu/i_configure.png
-share/doc/bibletime/handbook/hu/i_configuresword.png
-share/doc/bibletime/handbook/hu/i_contents2.png
-share/doc/bibletime/handbook/hu/i_displayconfig.png
-share/doc/bibletime/handbook/hu/i_document_magnifier.png
-share/doc/bibletime/handbook/hu/i_exit.png
-share/doc/bibletime/handbook/hu/i_fileclose.png
-share/doc/bibletime/handbook/hu/i_find.png
-share/doc/bibletime/handbook/hu/i_folder_open.png
-share/doc/bibletime/handbook/hu/i_forward.png
-share/doc/bibletime/handbook/hu/i_lexicon.png
-share/doc/bibletime/handbook/hu/i_lexicon_add.png
-share/doc/bibletime/handbook/hu/i_light_bulb.png
-share/doc/bibletime/handbook/hu/i_sync.png
-share/doc/bibletime/handbook/hu/i_tile.png
-share/doc/bibletime/handbook/hu/i_tile_horiz.png
-share/doc/bibletime/handbook/hu/i_tile_vert.png
-share/doc/bibletime/handbook/hu/i_view_index.png
-share/doc/bibletime/handbook/hu/i_view_mag.png
-share/doc/bibletime/handbook/hu/i_window_fullscreen.png
-share/doc/bibletime/handbook/hu/index.html
-share/doc/bibletime/handbook/hu/ss_configfonts.png
-share/doc/bibletime/handbook/hu/ss_mainterms.png
-share/doc/bibletime/handbook/hu/ss_searchanal.png
-share/doc/bibletime/handbook/hu/ss_searchopts.png
-share/doc/bibletime/handbook/hu/ss_shortcuts.png
-share/doc/bibletime/handbook/it/hdbk-config.html
-share/doc/bibletime/handbook/it/hdbk-intro.html
-share/doc/bibletime/handbook/it/hdbk-op-bookshelfmanager.html
-share/doc/bibletime/handbook/it/hdbk-op-output.html
-share/doc/bibletime/handbook/it/hdbk-op-parts.html
-share/doc/bibletime/handbook/it/hdbk-op-search.html
-share/doc/bibletime/handbook/it/hdbk-op.html
-share/doc/bibletime/handbook/it/hdbk-reference-shortcuts.html
-share/doc/bibletime/handbook/it/hdbk-reference-works.html
-share/doc/bibletime/handbook/it/hdbk-reference.html
-share/doc/bibletime/handbook/it/hdbk-start-firstrun.html
-share/doc/bibletime/handbook/it/hdbk-term.html
-share/doc/bibletime/handbook/it/i_back.png
-share/doc/bibletime/handbook/it/i_bible.png
-share/doc/bibletime/handbook/it/i_bible_add.png
-share/doc/bibletime/handbook/it/i_bibletime.png
-share/doc/bibletime/handbook/it/i_book.png
-share/doc/bibletime/handbook/it/i_book_add.png
-share/doc/bibletime/handbook/it/i_bookmark.png
-share/doc/bibletime/handbook/it/i_books.png
-share/doc/bibletime/handbook/it/i_cascade.png
-share/doc/bibletime/handbook/it/i_checkbox.png
-share/doc/bibletime/handbook/it/i_commentary.png
-share/doc/bibletime/handbook/it/i_commentary_add.png
-share/doc/bibletime/handbook/it/i_configure.png
-share/doc/bibletime/handbook/it/i_configuresword.png
-share/doc/bibletime/handbook/it/i_contents2.png
-share/doc/bibletime/handbook/it/i_displayconfig.png
-share/doc/bibletime/handbook/it/i_document_magnifier.png
-share/doc/bibletime/handbook/it/i_exit.png
-share/doc/bibletime/handbook/it/i_fileclose.png
-share/doc/bibletime/handbook/it/i_find.png
-share/doc/bibletime/handbook/it/i_folder_open.png
-share/doc/bibletime/handbook/it/i_forward.png
-share/doc/bibletime/handbook/it/i_lexicon.png
-share/doc/bibletime/handbook/it/i_lexicon_add.png
-share/doc/bibletime/handbook/it/i_light_bulb.png
-share/doc/bibletime/handbook/it/i_sync.png
-share/doc/bibletime/handbook/it/i_tile.png
-share/doc/bibletime/handbook/it/i_tile_horiz.png
-share/doc/bibletime/handbook/it/i_tile_vert.png
-share/doc/bibletime/handbook/it/i_view_index.png
-share/doc/bibletime/handbook/it/i_view_mag.png
-share/doc/bibletime/handbook/it/i_window_fullscreen.png
-share/doc/bibletime/handbook/it/index.html
-share/doc/bibletime/handbook/it/ss_configfonts.png
-share/doc/bibletime/handbook/it/ss_mainterms.png
-share/doc/bibletime/handbook/it/ss_searchanal.png
-share/doc/bibletime/handbook/it/ss_searchopts.png
-share/doc/bibletime/handbook/it/ss_shortcuts.png
-share/doc/bibletime/handbook/lt/hdbk-config.html
-share/doc/bibletime/handbook/lt/hdbk-intro.html
-share/doc/bibletime/handbook/lt/hdbk-op-bookshelfmanager.html
-share/doc/bibletime/handbook/lt/hdbk-op-output.html
-share/doc/bibletime/handbook/lt/hdbk-op-parts.html
-share/doc/bibletime/handbook/lt/hdbk-op-search.html
-share/doc/bibletime/handbook/lt/hdbk-op.html
-share/doc/bibletime/handbook/lt/hdbk-reference-shortcuts.html
-share/doc/bibletime/handbook/lt/hdbk-reference-works.html
-share/doc/bibletime/handbook/lt/hdbk-reference.html
-share/doc/bibletime/handbook/lt/hdbk-start-firstrun.html
-share/doc/bibletime/handbook/lt/hdbk-term.html
-share/doc/bibletime/handbook/lt/i_back.png
-share/doc/bibletime/handbook/lt/i_bible.png
-share/doc/bibletime/handbook/lt/i_bible_add.png
-share/doc/bibletime/handbook/lt/i_bibletime.png
-share/doc/bibletime/handbook/lt/i_book.png
-share/doc/bibletime/handbook/lt/i_book_add.png
-share/doc/bibletime/handbook/lt/i_bookmark.png
-share/doc/bibletime/handbook/lt/i_books.png
-share/doc/bibletime/handbook/lt/i_cascade.png
-share/doc/bibletime/handbook/lt/i_checkbox.png
-share/doc/bibletime/handbook/lt/i_commentary.png
-share/doc/bibletime/handbook/lt/i_commentary_add.png
-share/doc/bibletime/handbook/lt/i_configure.png
-share/doc/bibletime/handbook/lt/i_configuresword.png
-share/doc/bibletime/handbook/lt/i_contents2.png
-share/doc/bibletime/handbook/lt/i_displayconfig.png
-share/doc/bibletime/handbook/lt/i_document_magnifier.png
-share/doc/bibletime/handbook/lt/i_exit.png
-share/doc/bibletime/handbook/lt/i_fileclose.png
-share/doc/bibletime/handbook/lt/i_find.png
-share/doc/bibletime/handbook/lt/i_folder_open.png
-share/doc/bibletime/handbook/lt/i_forward.png
-share/doc/bibletime/handbook/lt/i_lexicon.png
-share/doc/bibletime/handbook/lt/i_lexicon_add.png
-share/doc/bibletime/handbook/lt/i_light_bulb.png
-share/doc/bibletime/handbook/lt/i_sync.png
-share/doc/bibletime/handbook/lt/i_tile.png
-share/doc/bibletime/handbook/lt/i_tile_horiz.png
-share/doc/bibletime/handbook/lt/i_tile_vert.png
-share/doc/bibletime/handbook/lt/i_view_index.png
-share/doc/bibletime/handbook/lt/i_view_mag.png
-share/doc/bibletime/handbook/lt/i_window_fullscreen.png
-share/doc/bibletime/handbook/lt/index.html
-share/doc/bibletime/handbook/lt/ss_configfonts.png
-share/doc/bibletime/handbook/lt/ss_mainterms.png
-share/doc/bibletime/handbook/lt/ss_searchanal.png
-share/doc/bibletime/handbook/lt/ss_searchopts.png
-share/doc/bibletime/handbook/lt/ss_shortcuts.png
-share/doc/bibletime/handbook/nl/hdbk-config.html
-share/doc/bibletime/handbook/nl/hdbk-intro.html
-share/doc/bibletime/handbook/nl/hdbk-op-bookshelfmanager.html
-share/doc/bibletime/handbook/nl/hdbk-op-output.html
-share/doc/bibletime/handbook/nl/hdbk-op-parts.html
-share/doc/bibletime/handbook/nl/hdbk-op-search.html
-share/doc/bibletime/handbook/nl/hdbk-op.html
-share/doc/bibletime/handbook/nl/hdbk-reference-shortcuts.html
-share/doc/bibletime/handbook/nl/hdbk-reference-works.html
-share/doc/bibletime/handbook/nl/hdbk-reference.html
-share/doc/bibletime/handbook/nl/hdbk-start-firstrun.html
-share/doc/bibletime/handbook/nl/hdbk-term.html
-share/doc/bibletime/handbook/nl/i_back.png
-share/doc/bibletime/handbook/nl/i_bible.png
-share/doc/bibletime/handbook/nl/i_bible_add.png
-share/doc/bibletime/handbook/nl/i_bibletime.png
-share/doc/bibletime/handbook/nl/i_book.png
-share/doc/bibletime/handbook/nl/i_book_add.png
-share/doc/bibletime/handbook/nl/i_bookmark.png
-share/doc/bibletime/handbook/nl/i_books.png
-share/doc/bibletime/handbook/nl/i_cascade.png
-share/doc/bibletime/handbook/nl/i_checkbox.png
-share/doc/bibletime/handbook/nl/i_commentary.png
-share/doc/bibletime/handbook/nl/i_commentary_add.png
-share/doc/bibletime/handbook/nl/i_configure.png
-share/doc/bibletime/handbook/nl/i_configuresword.png
-share/doc/bibletime/handbook/nl/i_contents2.png
-share/doc/bibletime/handbook/nl/i_displayconfig.png
-share/doc/bibletime/handbook/nl/i_document_magnifier.png
-share/doc/bibletime/handbook/nl/i_exit.png
-share/doc/bibletime/handbook/nl/i_fileclose.png
-share/doc/bibletime/handbook/nl/i_find.png
-share/doc/bibletime/handbook/nl/i_folder_open.png
-share/doc/bibletime/handbook/nl/i_forward.png
-share/doc/bibletime/handbook/nl/i_lexicon.png
-share/doc/bibletime/handbook/nl/i_lexicon_add.png
-share/doc/bibletime/handbook/nl/i_light_bulb.png
-share/doc/bibletime/handbook/nl/i_sync.png
-share/doc/bibletime/handbook/nl/i_tile.png
-share/doc/bibletime/handbook/nl/i_tile_horiz.png
-share/doc/bibletime/handbook/nl/i_tile_vert.png
-share/doc/bibletime/handbook/nl/i_view_index.png
-share/doc/bibletime/handbook/nl/i_view_mag.png
-share/doc/bibletime/handbook/nl/i_window_fullscreen.png
-share/doc/bibletime/handbook/nl/index.html
-share/doc/bibletime/handbook/nl/ss_configfonts.png
-share/doc/bibletime/handbook/nl/ss_mainterms.png
-share/doc/bibletime/handbook/nl/ss_searchanal.png
-share/doc/bibletime/handbook/nl/ss_searchopts.png
-share/doc/bibletime/handbook/nl/ss_shortcuts.png
-share/doc/bibletime/handbook/pt_BR/hdbk-config.html
-share/doc/bibletime/handbook/pt_BR/hdbk-intro.html
-share/doc/bibletime/handbook/pt_BR/hdbk-op-bookshelfmanager.html
-share/doc/bibletime/handbook/pt_BR/hdbk-op-output.html
-share/doc/bibletime/handbook/pt_BR/hdbk-op-parts.html
-share/doc/bibletime/handbook/pt_BR/hdbk-op-search.html
-share/doc/bibletime/handbook/pt_BR/hdbk-op.html
-share/doc/bibletime/handbook/pt_BR/hdbk-reference-shortcuts.html
-share/doc/bibletime/handbook/pt_BR/hdbk-reference-works.html
-share/doc/bibletime/handbook/pt_BR/hdbk-reference.html
-share/doc/bibletime/handbook/pt_BR/hdbk-start-firstrun.html
-share/doc/bibletime/handbook/pt_BR/hdbk-term.html
-share/doc/bibletime/handbook/pt_BR/i_back.png
-share/doc/bibletime/handbook/pt_BR/i_bible.png
-share/doc/bibletime/handbook/pt_BR/i_bible_add.png
-share/doc/bibletime/handbook/pt_BR/i_bibletime.png
-share/doc/bibletime/handbook/pt_BR/i_book.png
-share/doc/bibletime/handbook/pt_BR/i_book_add.png
-share/doc/bibletime/handbook/pt_BR/i_bookmark.png
-share/doc/bibletime/handbook/pt_BR/i_books.png
-share/doc/bibletime/handbook/pt_BR/i_cascade.png
-share/doc/bibletime/handbook/pt_BR/i_checkbox.png
-share/doc/bibletime/handbook/pt_BR/i_commentary.png
-share/doc/bibletime/handbook/pt_BR/i_commentary_add.png
-share/doc/bibletime/handbook/pt_BR/i_configure.png
-share/doc/bibletime/handbook/pt_BR/i_configuresword.png
-share/doc/bibletime/handbook/pt_BR/i_contents2.png
-share/doc/bibletime/handbook/pt_BR/i_displayconfig.png
-share/doc/bibletime/handbook/pt_BR/i_document_magnifier.png
-share/doc/bibletime/handbook/pt_BR/i_exit.png
-share/doc/bibletime/handbook/pt_BR/i_fileclose.png
-share/doc/bibletime/handbook/pt_BR/i_find.png
-share/doc/bibletime/handbook/pt_BR/i_folder_open.png
-share/doc/bibletime/handbook/pt_BR/i_forward.png
-share/doc/bibletime/handbook/pt_BR/i_lexicon.png
-share/doc/bibletime/handbook/pt_BR/i_lexicon_add.png
-share/doc/bibletime/handbook/pt_BR/i_light_bulb.png
-share/doc/bibletime/handbook/pt_BR/i_sync.png
-share/doc/bibletime/handbook/pt_BR/i_tile.png
-share/doc/bibletime/handbook/pt_BR/i_tile_horiz.png
-share/doc/bibletime/handbook/pt_BR/i_tile_vert.png
-share/doc/bibletime/handbook/pt_BR/i_view_index.png
-share/doc/bibletime/handbook/pt_BR/i_view_mag.png
-share/doc/bibletime/handbook/pt_BR/i_window_fullscreen.png
-share/doc/bibletime/handbook/pt_BR/index.html
-share/doc/bibletime/handbook/pt_BR/ss_configfonts.png
-share/doc/bibletime/handbook/pt_BR/ss_mainterms.png
-share/doc/bibletime/handbook/pt_BR/ss_searchanal.png
-share/doc/bibletime/handbook/pt_BR/ss_searchopts.png
-share/doc/bibletime/handbook/pt_BR/ss_shortcuts.png
-share/doc/bibletime/howto/ar/h2-basics-approaches.html
-share/doc/bibletime/howto/ar/h2-basics-expository.html
-share/doc/bibletime/howto/ar/h2-basics-interpretation.html
-share/doc/bibletime/howto/ar/h2-basics-types.html
-share/doc/bibletime/howto/ar/h2-basics-worksheet.html
-share/doc/bibletime/howto/ar/h2-basics.html
-share/doc/bibletime/howto/ar/h2-importance-breathed.html
-share/doc/bibletime/howto/ar/h2-importance-exhortations.html
-share/doc/bibletime/howto/ar/h2-importance-liberates.html
-share/doc/bibletime/howto/ar/h2-importance-once.html
-share/doc/bibletime/howto/ar/h2-importance-supplement.html
-share/doc/bibletime/howto/ar/h2-importance-wars.html
-share/doc/bibletime/howto/ar/h2-importance-works.html
-share/doc/bibletime/howto/ar/h2-importance.html
-share/doc/bibletime/howto/ar/h2-rules-context.html
-share/doc/bibletime/howto/ar/h2-rules-hcontest.html
-share/doc/bibletime/howto/ar/h2-rules-normal.html
-share/doc/bibletime/howto/ar/h2-rules-parables.html
-share/doc/bibletime/howto/ar/h2-rules.html
-share/doc/bibletime/howto/ar/index.html
-share/doc/bibletime/howto/bg/h2-basics-approaches.html
-share/doc/bibletime/howto/bg/h2-basics-expository.html
-share/doc/bibletime/howto/bg/h2-basics-interpretation.html
-share/doc/bibletime/howto/bg/h2-basics-types.html
-share/doc/bibletime/howto/bg/h2-basics-worksheet.html
-share/doc/bibletime/howto/bg/h2-basics.html
-share/doc/bibletime/howto/bg/h2-importance-breathed.html
-share/doc/bibletime/howto/bg/h2-importance-exhortations.html
-share/doc/bibletime/howto/bg/h2-importance-liberates.html
-share/doc/bibletime/howto/bg/h2-importance-once.html
-share/doc/bibletime/howto/bg/h2-importance-supplement.html
-share/doc/bibletime/howto/bg/h2-importance-wars.html
-share/doc/bibletime/howto/bg/h2-importance-works.html
-share/doc/bibletime/howto/bg/h2-importance.html
-share/doc/bibletime/howto/bg/h2-rules-context.html
-share/doc/bibletime/howto/bg/h2-rules-hcontest.html
-share/doc/bibletime/howto/bg/h2-rules-normal.html
-share/doc/bibletime/howto/bg/h2-rules-parables.html
-share/doc/bibletime/howto/bg/h2-rules.html
-share/doc/bibletime/howto/bg/index.html
-share/doc/bibletime/howto/cs/h2-basics-approaches.html
-share/doc/bibletime/howto/cs/h2-basics-expository.html
-share/doc/bibletime/howto/cs/h2-basics-interpretation.html
-share/doc/bibletime/howto/cs/h2-basics-types.html
-share/doc/bibletime/howto/cs/h2-basics-worksheet.html
-share/doc/bibletime/howto/cs/h2-basics.html
-share/doc/bibletime/howto/cs/h2-importance-breathed.html
-share/doc/bibletime/howto/cs/h2-importance-exhortations.html
-share/doc/bibletime/howto/cs/h2-importance-liberates.html
-share/doc/bibletime/howto/cs/h2-importance-once.html
-share/doc/bibletime/howto/cs/h2-importance-supplement.html
-share/doc/bibletime/howto/cs/h2-importance-wars.html
-share/doc/bibletime/howto/cs/h2-importance-works.html
-share/doc/bibletime/howto/cs/h2-importance.html
-share/doc/bibletime/howto/cs/h2-rules-context.html
-share/doc/bibletime/howto/cs/h2-rules-hcontest.html
-share/doc/bibletime/howto/cs/h2-rules-normal.html
-share/doc/bibletime/howto/cs/h2-rules-parables.html
-share/doc/bibletime/howto/cs/h2-rules.html
-share/doc/bibletime/howto/cs/index.html
-share/doc/bibletime/howto/da/h2-basics-approaches.html
-share/doc/bibletime/howto/da/h2-basics-expository.html
-share/doc/bibletime/howto/da/h2-basics-interpretation.html
-share/doc/bibletime/howto/da/h2-basics-types.html
-share/doc/bibletime/howto/da/h2-basics-worksheet.html
-share/doc/bibletime/howto/da/h2-basics.html
-share/doc/bibletime/howto/da/h2-importance-breathed.html
-share/doc/bibletime/howto/da/h2-importance-exhortations.html
-share/doc/bibletime/howto/da/h2-importance-liberates.html
-share/doc/bibletime/howto/da/h2-importance-once.html
-share/doc/bibletime/howto/da/h2-importance-supplement.html
-share/doc/bibletime/howto/da/h2-importance-wars.html
-share/doc/bibletime/howto/da/h2-importance-works.html
-share/doc/bibletime/howto/da/h2-importance.html
-share/doc/bibletime/howto/da/h2-rules-context.html
-share/doc/bibletime/howto/da/h2-rules-hcontest.html
-share/doc/bibletime/howto/da/h2-rules-normal.html
-share/doc/bibletime/howto/da/h2-rules-parables.html
-share/doc/bibletime/howto/da/h2-rules.html
-share/doc/bibletime/howto/da/index.html
-share/doc/bibletime/howto/de/h2-basics-approaches.html
-share/doc/bibletime/howto/de/h2-basics-expository.html
-share/doc/bibletime/howto/de/h2-basics-interpretation.html
-share/doc/bibletime/howto/de/h2-basics-types.html
-share/doc/bibletime/howto/de/h2-basics-worksheet.html
-share/doc/bibletime/howto/de/h2-basics.html
-share/doc/bibletime/howto/de/h2-importance-breathed.html
-share/doc/bibletime/howto/de/h2-importance-exhortations.html
-share/doc/bibletime/howto/de/h2-importance-liberates.html
-share/doc/bibletime/howto/de/h2-importance-once.html
-share/doc/bibletime/howto/de/h2-importance-supplement.html
-share/doc/bibletime/howto/de/h2-importance-wars.html
-share/doc/bibletime/howto/de/h2-importance-works.html
-share/doc/bibletime/howto/de/h2-importance.html
-share/doc/bibletime/howto/de/h2-rules-context.html
-share/doc/bibletime/howto/de/h2-rules-hcontest.html
-share/doc/bibletime/howto/de/h2-rules-normal.html
-share/doc/bibletime/howto/de/h2-rules-parables.html
-share/doc/bibletime/howto/de/h2-rules.html
-share/doc/bibletime/howto/de/index.html
-share/doc/bibletime/howto/en/h2-basics-approaches.html
-share/doc/bibletime/howto/en/h2-basics-expository.html
-share/doc/bibletime/howto/en/h2-basics-interpretation.html
-share/doc/bibletime/howto/en/h2-basics-types.html
-share/doc/bibletime/howto/en/h2-basics-worksheet.html
-share/doc/bibletime/howto/en/h2-basics.html
-share/doc/bibletime/howto/en/h2-importance-breathed.html
-share/doc/bibletime/howto/en/h2-importance-exhortations.html
-share/doc/bibletime/howto/en/h2-importance-liberates.html
-share/doc/bibletime/howto/en/h2-importance-once.html
-share/doc/bibletime/howto/en/h2-importance-supplement.html
-share/doc/bibletime/howto/en/h2-importance-wars.html
-share/doc/bibletime/howto/en/h2-importance-works.html
-share/doc/bibletime/howto/en/h2-importance.html
-share/doc/bibletime/howto/en/h2-rules-context.html
-share/doc/bibletime/howto/en/h2-rules-hcontest.html
-share/doc/bibletime/howto/en/h2-rules-normal.html
-share/doc/bibletime/howto/en/h2-rules-parables.html
-share/doc/bibletime/howto/en/h2-rules.html
-share/doc/bibletime/howto/en/index.html
-share/doc/bibletime/howto/es/h2-basics-approaches.html
-share/doc/bibletime/howto/es/h2-basics-expository.html
-share/doc/bibletime/howto/es/h2-basics-interpretation.html
-share/doc/bibletime/howto/es/h2-basics-types.html
-share/doc/bibletime/howto/es/h2-basics-worksheet.html
-share/doc/bibletime/howto/es/h2-basics.html
-share/doc/bibletime/howto/es/h2-importance-breathed.html
-share/doc/bibletime/howto/es/h2-importance-exhortations.html
-share/doc/bibletime/howto/es/h2-importance-liberates.html
-share/doc/bibletime/howto/es/h2-importance-once.html
-share/doc/bibletime/howto/es/h2-importance-supplement.html
-share/doc/bibletime/howto/es/h2-importance-wars.html
-share/doc/bibletime/howto/es/h2-importance-works.html
-share/doc/bibletime/howto/es/h2-importance.html
-share/doc/bibletime/howto/es/h2-rules-context.html
-share/doc/bibletime/howto/es/h2-rules-hcontest.html
-share/doc/bibletime/howto/es/h2-rules-normal.html
-share/doc/bibletime/howto/es/h2-rules-parables.html
-share/doc/bibletime/howto/es/h2-rules.html
-share/doc/bibletime/howto/es/index.html
-share/doc/bibletime/howto/fi/h2-basics-approaches.html
-share/doc/bibletime/howto/fi/h2-basics-expository.html
-share/doc/bibletime/howto/fi/h2-basics-interpretation.html
-share/doc/bibletime/howto/fi/h2-basics-types.html
-share/doc/bibletime/howto/fi/h2-basics-worksheet.html
-share/doc/bibletime/howto/fi/h2-basics.html
-share/doc/bibletime/howto/fi/h2-importance-breathed.html
-share/doc/bibletime/howto/fi/h2-importance-exhortations.html
-share/doc/bibletime/howto/fi/h2-importance-liberates.html
-share/doc/bibletime/howto/fi/h2-importance-once.html
-share/doc/bibletime/howto/fi/h2-importance-supplement.html
-share/doc/bibletime/howto/fi/h2-importance-wars.html
-share/doc/bibletime/howto/fi/h2-importance-works.html
-share/doc/bibletime/howto/fi/h2-importance.html
-share/doc/bibletime/howto/fi/h2-rules-context.html
-share/doc/bibletime/howto/fi/h2-rules-hcontest.html
-share/doc/bibletime/howto/fi/h2-rules-normal.html
-share/doc/bibletime/howto/fi/h2-rules-parables.html
-share/doc/bibletime/howto/fi/h2-rules.html
-share/doc/bibletime/howto/fi/index.html
-share/doc/bibletime/howto/fr/h2-basics-approaches.html
-share/doc/bibletime/howto/fr/h2-basics-expository.html
-share/doc/bibletime/howto/fr/h2-basics-interpretation.html
-share/doc/bibletime/howto/fr/h2-basics-types.html
-share/doc/bibletime/howto/fr/h2-basics-worksheet.html
-share/doc/bibletime/howto/fr/h2-basics.html
-share/doc/bibletime/howto/fr/h2-importance-breathed.html
-share/doc/bibletime/howto/fr/h2-importance-exhortations.html
-share/doc/bibletime/howto/fr/h2-importance-liberates.html
-share/doc/bibletime/howto/fr/h2-importance-once.html
-share/doc/bibletime/howto/fr/h2-importance-supplement.html
-share/doc/bibletime/howto/fr/h2-importance-wars.html
-share/doc/bibletime/howto/fr/h2-importance-works.html
-share/doc/bibletime/howto/fr/h2-importance.html
-share/doc/bibletime/howto/fr/h2-rules-context.html
-share/doc/bibletime/howto/fr/h2-rules-hcontest.html
-share/doc/bibletime/howto/fr/h2-rules-normal.html
-share/doc/bibletime/howto/fr/h2-rules-parables.html
-share/doc/bibletime/howto/fr/h2-rules.html
-share/doc/bibletime/howto/fr/index.html
-share/doc/bibletime/howto/hu/h2-basics-approaches.html
-share/doc/bibletime/howto/hu/h2-basics-expository.html
-share/doc/bibletime/howto/hu/h2-basics-interpretation.html
-share/doc/bibletime/howto/hu/h2-basics-types.html
-share/doc/bibletime/howto/hu/h2-basics-worksheet.html
-share/doc/bibletime/howto/hu/h2-basics.html
-share/doc/bibletime/howto/hu/h2-importance-breathed.html
-share/doc/bibletime/howto/hu/h2-importance-exhortations.html
-share/doc/bibletime/howto/hu/h2-importance-liberates.html
-share/doc/bibletime/howto/hu/h2-importance-once.html
-share/doc/bibletime/howto/hu/h2-importance-supplement.html
-share/doc/bibletime/howto/hu/h2-importance-wars.html
-share/doc/bibletime/howto/hu/h2-importance-works.html
-share/doc/bibletime/howto/hu/h2-importance.html
-share/doc/bibletime/howto/hu/h2-rules-context.html
-share/doc/bibletime/howto/hu/h2-rules-hcontest.html
-share/doc/bibletime/howto/hu/h2-rules-normal.html
-share/doc/bibletime/howto/hu/h2-rules-parables.html
-share/doc/bibletime/howto/hu/h2-rules.html
-share/doc/bibletime/howto/hu/index.html
-share/doc/bibletime/howto/it/h2-basics-approaches.html
-share/doc/bibletime/howto/it/h2-basics-expository.html
-share/doc/bibletime/howto/it/h2-basics-interpretation.html
-share/doc/bibletime/howto/it/h2-basics-types.html
-share/doc/bibletime/howto/it/h2-basics-worksheet.html
-share/doc/bibletime/howto/it/h2-basics.html
-share/doc/bibletime/howto/it/h2-importance-breathed.html
-share/doc/bibletime/howto/it/h2-importance-exhortations.html
-share/doc/bibletime/howto/it/h2-importance-liberates.html
-share/doc/bibletime/howto/it/h2-importance-once.html
-share/doc/bibletime/howto/it/h2-importance-supplement.html
-share/doc/bibletime/howto/it/h2-importance-wars.html
-share/doc/bibletime/howto/it/h2-importance-works.html
-share/doc/bibletime/howto/it/h2-importance.html
-share/doc/bibletime/howto/it/h2-rules-context.html
-share/doc/bibletime/howto/it/h2-rules-hcontest.html
-share/doc/bibletime/howto/it/h2-rules-normal.html
-share/doc/bibletime/howto/it/h2-rules-parables.html
-share/doc/bibletime/howto/it/h2-rules.html
-share/doc/bibletime/howto/it/index.html
-share/doc/bibletime/howto/ko/h2-basics-approaches.html
-share/doc/bibletime/howto/ko/h2-basics-expository.html
-share/doc/bibletime/howto/ko/h2-basics-interpretation.html
-share/doc/bibletime/howto/ko/h2-basics-types.html
-share/doc/bibletime/howto/ko/h2-basics-worksheet.html
-share/doc/bibletime/howto/ko/h2-basics.html
-share/doc/bibletime/howto/ko/h2-importance-breathed.html
-share/doc/bibletime/howto/ko/h2-importance-exhortations.html
-share/doc/bibletime/howto/ko/h2-importance-liberates.html
-share/doc/bibletime/howto/ko/h2-importance-once.html
-share/doc/bibletime/howto/ko/h2-importance-supplement.html
-share/doc/bibletime/howto/ko/h2-importance-wars.html
-share/doc/bibletime/howto/ko/h2-importance-works.html
-share/doc/bibletime/howto/ko/h2-importance.html
-share/doc/bibletime/howto/ko/h2-rules-context.html
-share/doc/bibletime/howto/ko/h2-rules-hcontest.html
-share/doc/bibletime/howto/ko/h2-rules-normal.html
-share/doc/bibletime/howto/ko/h2-rules-parables.html
-share/doc/bibletime/howto/ko/h2-rules.html
-share/doc/bibletime/howto/ko/index.html
-share/doc/bibletime/howto/lt/h2-basics-approaches.html
-share/doc/bibletime/howto/lt/h2-basics-expository.html
-share/doc/bibletime/howto/lt/h2-basics-interpretation.html
-share/doc/bibletime/howto/lt/h2-basics-types.html
-share/doc/bibletime/howto/lt/h2-basics-worksheet.html
-share/doc/bibletime/howto/lt/h2-basics.html
-share/doc/bibletime/howto/lt/h2-importance-breathed.html
-share/doc/bibletime/howto/lt/h2-importance-exhortations.html
-share/doc/bibletime/howto/lt/h2-importance-liberates.html
-share/doc/bibletime/howto/lt/h2-importance-once.html
-share/doc/bibletime/howto/lt/h2-importance-supplement.html
-share/doc/bibletime/howto/lt/h2-importance-wars.html
-share/doc/bibletime/howto/lt/h2-importance-works.html
-share/doc/bibletime/howto/lt/h2-importance.html
-share/doc/bibletime/howto/lt/h2-rules-context.html
-share/doc/bibletime/howto/lt/h2-rules-hcontest.html
-share/doc/bibletime/howto/lt/h2-rules-normal.html
-share/doc/bibletime/howto/lt/h2-rules-parables.html
-share/doc/bibletime/howto/lt/h2-rules.html
-share/doc/bibletime/howto/lt/index.html
-share/doc/bibletime/howto/nl/h2-basics-approaches.html
-share/doc/bibletime/howto/nl/h2-basics-expository.html
-share/doc/bibletime/howto/nl/h2-basics-interpretation.html
-share/doc/bibletime/howto/nl/h2-basics-types.html
-share/doc/bibletime/howto/nl/h2-basics-worksheet.html
-share/doc/bibletime/howto/nl/h2-basics.html
-share/doc/bibletime/howto/nl/h2-importance-breathed.html
-share/doc/bibletime/howto/nl/h2-importance-exhortations.html
-share/doc/bibletime/howto/nl/h2-importance-liberates.html
-share/doc/bibletime/howto/nl/h2-importance-once.html
-share/doc/bibletime/howto/nl/h2-importance-supplement.html
-share/doc/bibletime/howto/nl/h2-importance-wars.html
-share/doc/bibletime/howto/nl/h2-importance-works.html
-share/doc/bibletime/howto/nl/h2-importance.html
-share/doc/bibletime/howto/nl/h2-rules-context.html
-share/doc/bibletime/howto/nl/h2-rules-hcontest.html
-share/doc/bibletime/howto/nl/h2-rules-normal.html
-share/doc/bibletime/howto/nl/h2-rules-parables.html
-share/doc/bibletime/howto/nl/h2-rules.html
-share/doc/bibletime/howto/nl/index.html
-share/doc/bibletime/howto/pt_BR/h2-basics-approaches.html
-share/doc/bibletime/howto/pt_BR/h2-basics-expository.html
-share/doc/bibletime/howto/pt_BR/h2-basics-interpretation.html
-share/doc/bibletime/howto/pt_BR/h2-basics-types.html
-share/doc/bibletime/howto/pt_BR/h2-basics-worksheet.html
-share/doc/bibletime/howto/pt_BR/h2-basics.html
-share/doc/bibletime/howto/pt_BR/h2-importance-breathed.html
-share/doc/bibletime/howto/pt_BR/h2-importance-exhortations.html
-share/doc/bibletime/howto/pt_BR/h2-importance-liberates.html
-share/doc/bibletime/howto/pt_BR/h2-importance-once.html
-share/doc/bibletime/howto/pt_BR/h2-importance-supplement.html
-share/doc/bibletime/howto/pt_BR/h2-importance-wars.html
-share/doc/bibletime/howto/pt_BR/h2-importance-works.html
-share/doc/bibletime/howto/pt_BR/h2-importance.html
-share/doc/bibletime/howto/pt_BR/h2-rules-context.html
-share/doc/bibletime/howto/pt_BR/h2-rules-hcontest.html
-share/doc/bibletime/howto/pt_BR/h2-rules-normal.html
-share/doc/bibletime/howto/pt_BR/h2-rules-parables.html
-share/doc/bibletime/howto/pt_BR/h2-rules.html
-share/doc/bibletime/howto/pt_BR/index.html
-share/doc/bibletime/howto/ru/h2-basics-approaches.html
-share/doc/bibletime/howto/ru/h2-basics-expository.html
-share/doc/bibletime/howto/ru/h2-basics-interpretation.html
-share/doc/bibletime/howto/ru/h2-basics-types.html
-share/doc/bibletime/howto/ru/h2-basics-worksheet.html
-share/doc/bibletime/howto/ru/h2-basics.html
-share/doc/bibletime/howto/ru/h2-importance-breathed.html
-share/doc/bibletime/howto/ru/h2-importance-exhortations.html
-share/doc/bibletime/howto/ru/h2-importance-liberates.html
-share/doc/bibletime/howto/ru/h2-importance-once.html
-share/doc/bibletime/howto/ru/h2-importance-supplement.html
-share/doc/bibletime/howto/ru/h2-importance-wars.html
-share/doc/bibletime/howto/ru/h2-importance-works.html
-share/doc/bibletime/howto/ru/h2-importance.html
-share/doc/bibletime/howto/ru/h2-rules-context.html
-share/doc/bibletime/howto/ru/h2-rules-hcontest.html
-share/doc/bibletime/howto/ru/h2-rules-normal.html
-share/doc/bibletime/howto/ru/h2-rules-parables.html
-share/doc/bibletime/howto/ru/h2-rules.html
-share/doc/bibletime/howto/ru/index.html
-share/icons/hicolor/scalable/apps/bibletime.svg
+share/bibletime/qml/DisplayView.qml
+share/doc/bibletime/handbook/html/ar/hdbk-config.html
+share/doc/bibletime/handbook/html/ar/hdbk-intro.html
+share/doc/bibletime/handbook/html/ar/hdbk-op-bookshelfmanager.html
+share/doc/bibletime/handbook/html/ar/hdbk-op-output.html
+share/doc/bibletime/handbook/html/ar/hdbk-op-parts.html
+share/doc/bibletime/handbook/html/ar/hdbk-op-search.html
+share/doc/bibletime/handbook/html/ar/hdbk-op.html
+share/doc/bibletime/handbook/html/ar/hdbk-reference-shortcuts.html
+share/doc/bibletime/handbook/html/ar/hdbk-reference-works.html
+share/doc/bibletime/handbook/html/ar/hdbk-reference.html
+share/doc/bibletime/handbook/html/ar/hdbk-start-firstrun.html
+share/doc/bibletime/handbook/html/ar/hdbk-term.html
+share/doc/bibletime/handbook/html/ar/i_back.png
+share/doc/bibletime/handbook/html/ar/i_bible.png
+share/doc/bibletime/handbook/html/ar/i_bible_add.png
+share/doc/bibletime/handbook/html/ar/i_bibletime.png
+share/doc/bibletime/handbook/html/ar/i_book.png
+share/doc/bibletime/handbook/html/ar/i_book_add.png
+share/doc/bibletime/handbook/html/ar/i_bookmark.png
+share/doc/bibletime/handbook/html/ar/i_books.png
+share/doc/bibletime/handbook/html/ar/i_cascade.png
+share/doc/bibletime/handbook/html/ar/i_checkbox.png
+share/doc/bibletime/handbook/html/ar/i_commentary.png
+share/doc/bibletime/handbook/html/ar/i_commentary_add.png
+share/doc/bibletime/handbook/html/ar/i_configure.png
+share/doc/bibletime/handbook/html/ar/i_configuresword.png
+share/doc/bibletime/handbook/html/ar/i_contents2.png
+share/doc/bibletime/handbook/html/ar/i_displayconfig.png
+share/doc/bibletime/handbook/html/ar/i_document_magnifier.png
+share/doc/bibletime/handbook/html/ar/i_exit.png
+share/doc/bibletime/handbook/html/ar/i_fileclose.png
+share/doc/bibletime/handbook/html/ar/i_find.png
+share/doc/bibletime/handbook/html/ar/i_folder_open.png
+share/doc/bibletime/handbook/html/ar/i_forward.png
+share/doc/bibletime/handbook/html/ar/i_lexicon.png
+share/doc/bibletime/handbook/html/ar/i_lexicon_add.png
+share/doc/bibletime/handbook/html/ar/i_light_bulb.png
+share/doc/bibletime/handbook/html/ar/i_sync.png
+share/doc/bibletime/handbook/html/ar/i_tile.png
+share/doc/bibletime/handbook/html/ar/i_tile_horiz.png
+share/doc/bibletime/handbook/html/ar/i_tile_vert.png
+share/doc/bibletime/handbook/html/ar/i_view_index.png
+share/doc/bibletime/handbook/html/ar/i_view_mag.png
+share/doc/bibletime/handbook/html/ar/i_window_fullscreen.png
+share/doc/bibletime/handbook/html/ar/index.html
+share/doc/bibletime/handbook/html/ar/ss_configfonts.png
+share/doc/bibletime/handbook/html/ar/ss_mainterms.png
+share/doc/bibletime/handbook/html/ar/ss_searchanal.png
+share/doc/bibletime/handbook/html/ar/ss_searchopts.png
+share/doc/bibletime/handbook/html/ar/ss_shortcuts.png
+share/doc/bibletime/handbook/html/br/hdbk-config.html
+share/doc/bibletime/handbook/html/br/hdbk-intro.html
+share/doc/bibletime/handbook/html/br/hdbk-op-bookshelfmanager.html
+share/doc/bibletime/handbook/html/br/hdbk-op-output.html
+share/doc/bibletime/handbook/html/br/hdbk-op-parts.html
+share/doc/bibletime/handbook/html/br/hdbk-op-search.html
+share/doc/bibletime/handbook/html/br/hdbk-op.html
+share/doc/bibletime/handbook/html/br/hdbk-reference-shortcuts.html
+share/doc/bibletime/handbook/html/br/hdbk-reference-works.html
+share/doc/bibletime/handbook/html/br/hdbk-reference.html
+share/doc/bibletime/handbook/html/br/hdbk-start-firstrun.html
+share/doc/bibletime/handbook/html/br/hdbk-term.html
+share/doc/bibletime/handbook/html/br/i_back.png
+share/doc/bibletime/handbook/html/br/i_bible.png
+share/doc/bibletime/handbook/html/br/i_bible_add.png
+share/doc/bibletime/handbook/html/br/i_bibletime.png
+share/doc/bibletime/handbook/html/br/i_book.png
+share/doc/bibletime/handbook/html/br/i_book_add.png
+share/doc/bibletime/handbook/html/br/i_bookmark.png
+share/doc/bibletime/handbook/html/br/i_books.png
+share/doc/bibletime/handbook/html/br/i_cascade.png
+share/doc/bibletime/handbook/html/br/i_checkbox.png
+share/doc/bibletime/handbook/html/br/i_commentary.png
+share/doc/bibletime/handbook/html/br/i_commentary_add.png
+share/doc/bibletime/handbook/html/br/i_configure.png
+share/doc/bibletime/handbook/html/br/i_configuresword.png
+share/doc/bibletime/handbook/html/br/i_contents2.png
+share/doc/bibletime/handbook/html/br/i_displayconfig.png
+share/doc/bibletime/handbook/html/br/i_document_magnifier.png
+share/doc/bibletime/handbook/html/br/i_exit.png
+share/doc/bibletime/handbook/html/br/i_fileclose.png
+share/doc/bibletime/handbook/html/br/i_find.png
+share/doc/bibletime/handbook/html/br/i_folder_open.png
+share/doc/bibletime/handbook/html/br/i_forward.png
+share/doc/bibletime/handbook/html/br/i_lexicon.png
+share/doc/bibletime/handbook/html/br/i_lexicon_add.png
+share/doc/bibletime/handbook/html/br/i_light_bulb.png
+share/doc/bibletime/handbook/html/br/i_sync.png
+share/doc/bibletime/handbook/html/br/i_tile.png
+share/doc/bibletime/handbook/html/br/i_tile_horiz.png
+share/doc/bibletime/handbook/html/br/i_tile_vert.png
+share/doc/bibletime/handbook/html/br/i_view_index.png
+share/doc/bibletime/handbook/html/br/i_view_mag.png
+share/doc/bibletime/handbook/html/br/i_window_fullscreen.png
+share/doc/bibletime/handbook/html/br/index.html
+share/doc/bibletime/handbook/html/br/ss_configfonts.png
+share/doc/bibletime/handbook/html/br/ss_mainterms.png
+share/doc/bibletime/handbook/html/br/ss_searchanal.png
+share/doc/bibletime/handbook/html/br/ss_searchopts.png
+share/doc/bibletime/handbook/html/br/ss_shortcuts.png
+share/doc/bibletime/handbook/html/cs/hdbk-config.html
+share/doc/bibletime/handbook/html/cs/hdbk-intro.html
+share/doc/bibletime/handbook/html/cs/hdbk-op-bookshelfmanager.html
+share/doc/bibletime/handbook/html/cs/hdbk-op-output.html
+share/doc/bibletime/handbook/html/cs/hdbk-op-parts.html
+share/doc/bibletime/handbook/html/cs/hdbk-op-search.html
+share/doc/bibletime/handbook/html/cs/hdbk-op.html
+share/doc/bibletime/handbook/html/cs/hdbk-reference-shortcuts.html
+share/doc/bibletime/handbook/html/cs/hdbk-reference-works.html
+share/doc/bibletime/handbook/html/cs/hdbk-reference.html
+share/doc/bibletime/handbook/html/cs/hdbk-start-firstrun.html
+share/doc/bibletime/handbook/html/cs/hdbk-term.html
+share/doc/bibletime/handbook/html/cs/i_back.png
+share/doc/bibletime/handbook/html/cs/i_bible.png
+share/doc/bibletime/handbook/html/cs/i_bible_add.png
+share/doc/bibletime/handbook/html/cs/i_bibletime.png
+share/doc/bibletime/handbook/html/cs/i_book.png
+share/doc/bibletime/handbook/html/cs/i_book_add.png
+share/doc/bibletime/handbook/html/cs/i_bookmark.png
+share/doc/bibletime/handbook/html/cs/i_books.png
+share/doc/bibletime/handbook/html/cs/i_cascade.png
+share/doc/bibletime/handbook/html/cs/i_checkbox.png
+share/doc/bibletime/handbook/html/cs/i_commentary.png
+share/doc/bibletime/handbook/html/cs/i_commentary_add.png
+share/doc/bibletime/handbook/html/cs/i_configure.png
+share/doc/bibletime/handbook/html/cs/i_configuresword.png
+share/doc/bibletime/handbook/html/cs/i_contents2.png
+share/doc/bibletime/handbook/html/cs/i_displayconfig.png
+share/doc/bibletime/handbook/html/cs/i_document_magnifier.png
+share/doc/bibletime/handbook/html/cs/i_exit.png
+share/doc/bibletime/handbook/html/cs/i_fileclose.png
+share/doc/bibletime/handbook/html/cs/i_find.png
+share/doc/bibletime/handbook/html/cs/i_folder_open.png
+share/doc/bibletime/handbook/html/cs/i_forward.png
+share/doc/bibletime/handbook/html/cs/i_lexicon.png
+share/doc/bibletime/handbook/html/cs/i_lexicon_add.png
+share/doc/bibletime/handbook/html/cs/i_light_bulb.png
+share/doc/bibletime/handbook/html/cs/i_sync.png
+share/doc/bibletime/handbook/html/cs/i_tile.png
+share/doc/bibletime/handbook/html/cs/i_tile_horiz.png
+share/doc/bibletime/handbook/html/cs/i_tile_vert.png
+share/doc/bibletime/handbook/html/cs/i_view_index.png
+share/doc/bibletime/handbook/html/cs/i_view_mag.png
+share/doc/bibletime/handbook/html/cs/i_window_fullscreen.png
+share/doc/bibletime/handbook/html/cs/index.html
+share/doc/bibletime/handbook/html/cs/ss_configfonts.png
+share/doc/bibletime/handbook/html/cs/ss_mainterms.png
+share/doc/bibletime/handbook/html/cs/ss_searchanal.png
+share/doc/bibletime/handbook/html/cs/ss_searchopts.png
+share/doc/bibletime/handbook/html/cs/ss_shortcuts.png
+share/doc/bibletime/handbook/html/de/hdbk-config.html
+share/doc/bibletime/handbook/html/de/hdbk-intro.html
+share/doc/bibletime/handbook/html/de/hdbk-op-bookshelfmanager.html
+share/doc/bibletime/handbook/html/de/hdbk-op-output.html
+share/doc/bibletime/handbook/html/de/hdbk-op-parts.html
+share/doc/bibletime/handbook/html/de/hdbk-op-search.html
+share/doc/bibletime/handbook/html/de/hdbk-op.html
+share/doc/bibletime/handbook/html/de/hdbk-reference-shortcuts.html
+share/doc/bibletime/handbook/html/de/hdbk-reference-works.html
+share/doc/bibletime/handbook/html/de/hdbk-reference.html
+share/doc/bibletime/handbook/html/de/hdbk-start-firstrun.html
+share/doc/bibletime/handbook/html/de/hdbk-term.html
+share/doc/bibletime/handbook/html/de/i_back.png
+share/doc/bibletime/handbook/html/de/i_bible.png
+share/doc/bibletime/handbook/html/de/i_bible_add.png
+share/doc/bibletime/handbook/html/de/i_bibletime.png
+share/doc/bibletime/handbook/html/de/i_book.png
+share/doc/bibletime/handbook/html/de/i_book_add.png
+share/doc/bibletime/handbook/html/de/i_bookmark.png
+share/doc/bibletime/handbook/html/de/i_books.png
+share/doc/bibletime/handbook/html/de/i_cascade.png
+share/doc/bibletime/handbook/html/de/i_checkbox.png
+share/doc/bibletime/handbook/html/de/i_commentary.png
+share/doc/bibletime/handbook/html/de/i_commentary_add.png
+share/doc/bibletime/handbook/html/de/i_configure.png
+share/doc/bibletime/handbook/html/de/i_configuresword.png
+share/doc/bibletime/handbook/html/de/i_contents2.png
+share/doc/bibletime/handbook/html/de/i_displayconfig.png
+share/doc/bibletime/handbook/html/de/i_document_magnifier.png
+share/doc/bibletime/handbook/html/de/i_exit.png
+share/doc/bibletime/handbook/html/de/i_fileclose.png
+share/doc/bibletime/handbook/html/de/i_find.png
+share/doc/bibletime/handbook/html/de/i_folder_open.png
+share/doc/bibletime/handbook/html/de/i_forward.png
+share/doc/bibletime/handbook/html/de/i_lexicon.png
+share/doc/bibletime/handbook/html/de/i_lexicon_add.png
+share/doc/bibletime/handbook/html/de/i_light_bulb.png
+share/doc/bibletime/handbook/html/de/i_sync.png
+share/doc/bibletime/handbook/html/de/i_tile.png
+share/doc/bibletime/handbook/html/de/i_tile_horiz.png
+share/doc/bibletime/handbook/html/de/i_tile_vert.png
+share/doc/bibletime/handbook/html/de/i_view_index.png
+share/doc/bibletime/handbook/html/de/i_view_mag.png
+share/doc/bibletime/handbook/html/de/i_window_fullscreen.png
+share/doc/bibletime/handbook/html/de/index.html
+share/doc/bibletime/handbook/html/de/ss_configfonts.png
+share/doc/bibletime/handbook/html/de/ss_mainterms.png
+share/doc/bibletime/handbook/html/de/ss_searchanal.png
+share/doc/bibletime/handbook/html/de/ss_searchopts.png
+share/doc/bibletime/handbook/html/de/ss_shortcuts.png
+share/doc/bibletime/handbook/html/en/hdbk-config.html
+share/doc/bibletime/handbook/html/en/hdbk-intro.html
+share/doc/bibletime/handbook/html/en/hdbk-op-bookshelfmanager.html
+share/doc/bibletime/handbook/html/en/hdbk-op-output.html
+share/doc/bibletime/handbook/html/en/hdbk-op-parts.html
+share/doc/bibletime/handbook/html/en/hdbk-op-search.html
+share/doc/bibletime/handbook/html/en/hdbk-op.html
+share/doc/bibletime/handbook/html/en/hdbk-reference-shortcuts.html
+share/doc/bibletime/handbook/html/en/hdbk-reference-works.html
+share/doc/bibletime/handbook/html/en/hdbk-reference.html
+share/doc/bibletime/handbook/html/en/hdbk-start-firstrun.html
+share/doc/bibletime/handbook/html/en/hdbk-term.html
+share/doc/bibletime/handbook/html/en/i_back.png
+share/doc/bibletime/handbook/html/en/i_bible.png
+share/doc/bibletime/handbook/html/en/i_bible_add.png
+share/doc/bibletime/handbook/html/en/i_bibletime.png
+share/doc/bibletime/handbook/html/en/i_book.png
+share/doc/bibletime/handbook/html/en/i_book_add.png
+share/doc/bibletime/handbook/html/en/i_bookmark.png
+share/doc/bibletime/handbook/html/en/i_books.png
+share/doc/bibletime/handbook/html/en/i_cascade.png
+share/doc/bibletime/handbook/html/en/i_checkbox.png
+share/doc/bibletime/handbook/html/en/i_commentary.png
+share/doc/bibletime/handbook/html/en/i_commentary_add.png
+share/doc/bibletime/handbook/html/en/i_configure.png
+share/doc/bibletime/handbook/html/en/i_configuresword.png
+share/doc/bibletime/handbook/html/en/i_contents2.png
+share/doc/bibletime/handbook/html/en/i_displayconfig.png
+share/doc/bibletime/handbook/html/en/i_document_magnifier.png
+share/doc/bibletime/handbook/html/en/i_exit.png
+share/doc/bibletime/handbook/html/en/i_fileclose.png
+share/doc/bibletime/handbook/html/en/i_find.png
+share/doc/bibletime/handbook/html/en/i_folder_open.png
+share/doc/bibletime/handbook/html/en/i_forward.png
+share/doc/bibletime/handbook/html/en/i_lexicon.png
+share/doc/bibletime/handbook/html/en/i_lexicon_add.png
+share/doc/bibletime/handbook/html/en/i_light_bulb.png
+share/doc/bibletime/handbook/html/en/i_sync.png
+share/doc/bibletime/handbook/html/en/i_tile.png
+share/doc/bibletime/handbook/html/en/i_tile_horiz.png
+share/doc/bibletime/handbook/html/en/i_tile_vert.png
+share/doc/bibletime/handbook/html/en/i_view_index.png
+share/doc/bibletime/handbook/html/en/i_view_mag.png
+share/doc/bibletime/handbook/html/en/i_window_fullscreen.png
+share/doc/bibletime/handbook/html/en/index.html
+share/doc/bibletime/handbook/html/en/ss_configfonts.png
+share/doc/bibletime/handbook/html/en/ss_mainterms.png
+share/doc/bibletime/handbook/html/en/ss_searchanal.png
+share/doc/bibletime/handbook/html/en/ss_searchopts.png
+share/doc/bibletime/handbook/html/en/ss_shortcuts.png
+share/doc/bibletime/handbook/html/es/hdbk-config.html
+share/doc/bibletime/handbook/html/es/hdbk-intro.html
+share/doc/bibletime/handbook/html/es/hdbk-op-bookshelfmanager.html
+share/doc/bibletime/handbook/html/es/hdbk-op-output.html
+share/doc/bibletime/handbook/html/es/hdbk-op-parts.html
+share/doc/bibletime/handbook/html/es/hdbk-op-search.html
+share/doc/bibletime/handbook/html/es/hdbk-op.html
+share/doc/bibletime/handbook/html/es/hdbk-reference-shortcuts.html
+share/doc/bibletime/handbook/html/es/hdbk-reference-works.html
+share/doc/bibletime/handbook/html/es/hdbk-reference.html
+share/doc/bibletime/handbook/html/es/hdbk-start-firstrun.html
+share/doc/bibletime/handbook/html/es/hdbk-term.html
+share/doc/bibletime/handbook/html/es/i_back.png
+share/doc/bibletime/handbook/html/es/i_bible.png
+share/doc/bibletime/handbook/html/es/i_bible_add.png
+share/doc/bibletime/handbook/html/es/i_bibletime.png
+share/doc/bibletime/handbook/html/es/i_book.png
+share/doc/bibletime/handbook/html/es/i_book_add.png
+share/doc/bibletime/handbook/html/es/i_bookmark.png
+share/doc/bibletime/handbook/html/es/i_books.png
+share/doc/bibletime/handbook/html/es/i_cascade.png
+share/doc/bibletime/handbook/html/es/i_checkbox.png
+share/doc/bibletime/handbook/html/es/i_commentary.png
+share/doc/bibletime/handbook/html/es/i_commentary_add.png
+share/doc/bibletime/handbook/html/es/i_configure.png
+share/doc/bibletime/handbook/html/es/i_configuresword.png
+share/doc/bibletime/handbook/html/es/i_contents2.png
+share/doc/bibletime/handbook/html/es/i_displayconfig.png
+share/doc/bibletime/handbook/html/es/i_document_magnifier.png
+share/doc/bibletime/handbook/html/es/i_exit.png
+share/doc/bibletime/handbook/html/es/i_fileclose.png
+share/doc/bibletime/handbook/html/es/i_find.png
+share/doc/bibletime/handbook/html/es/i_folder_open.png
+share/doc/bibletime/handbook/html/es/i_forward.png
+share/doc/bibletime/handbook/html/es/i_lexicon.png
+share/doc/bibletime/handbook/html/es/i_lexicon_add.png
+share/doc/bibletime/handbook/html/es/i_light_bulb.png
+share/doc/bibletime/handbook/html/es/i_sync.png
+share/doc/bibletime/handbook/html/es/i_tile.png
+share/doc/bibletime/handbook/html/es/i_tile_horiz.png
+share/doc/bibletime/handbook/html/es/i_tile_vert.png
+share/doc/bibletime/handbook/html/es/i_view_index.png
+share/doc/bibletime/handbook/html/es/i_view_mag.png
+share/doc/bibletime/handbook/html/es/i_window_fullscreen.png
+share/doc/bibletime/handbook/html/es/index.html
+share/doc/bibletime/handbook/html/es/ss_configfonts.png
+share/doc/bibletime/handbook/html/es/ss_mainterms.png
+share/doc/bibletime/handbook/html/es/ss_searchanal.png
+share/doc/bibletime/handbook/html/es/ss_searchopts.png
+share/doc/bibletime/handbook/html/es/ss_shortcuts.png
+share/doc/bibletime/handbook/html/fi/hdbk-config.html
+share/doc/bibletime/handbook/html/fi/hdbk-intro.html
+share/doc/bibletime/handbook/html/fi/hdbk-op-bookshelfmanager.html
+share/doc/bibletime/handbook/html/fi/hdbk-op-output.html
+share/doc/bibletime/handbook/html/fi/hdbk-op-parts.html
+share/doc/bibletime/handbook/html/fi/hdbk-op-search.html
+share/doc/bibletime/handbook/html/fi/hdbk-op.html
+share/doc/bibletime/handbook/html/fi/hdbk-reference-shortcuts.html
+share/doc/bibletime/handbook/html/fi/hdbk-reference-works.html
+share/doc/bibletime/handbook/html/fi/hdbk-reference.html
+share/doc/bibletime/handbook/html/fi/hdbk-start-firstrun.html
+share/doc/bibletime/handbook/html/fi/hdbk-term.html
+share/doc/bibletime/handbook/html/fi/i_back.png
+share/doc/bibletime/handbook/html/fi/i_bible.png
+share/doc/bibletime/handbook/html/fi/i_bible_add.png
+share/doc/bibletime/handbook/html/fi/i_bibletime.png
+share/doc/bibletime/handbook/html/fi/i_book.png
+share/doc/bibletime/handbook/html/fi/i_book_add.png
+share/doc/bibletime/handbook/html/fi/i_bookmark.png
+share/doc/bibletime/handbook/html/fi/i_books.png
+share/doc/bibletime/handbook/html/fi/i_cascade.png
+share/doc/bibletime/handbook/html/fi/i_checkbox.png
+share/doc/bibletime/handbook/html/fi/i_commentary.png
+share/doc/bibletime/handbook/html/fi/i_commentary_add.png
+share/doc/bibletime/handbook/html/fi/i_configure.png
+share/doc/bibletime/handbook/html/fi/i_configuresword.png
+share/doc/bibletime/handbook/html/fi/i_contents2.png
+share/doc/bibletime/handbook/html/fi/i_displayconfig.png
+share/doc/bibletime/handbook/html/fi/i_document_magnifier.png
+share/doc/bibletime/handbook/html/fi/i_exit.png
+share/doc/bibletime/handbook/html/fi/i_fileclose.png
+share/doc/bibletime/handbook/html/fi/i_find.png
+share/doc/bibletime/handbook/html/fi/i_folder_open.png
+share/doc/bibletime/handbook/html/fi/i_forward.png
+share/doc/bibletime/handbook/html/fi/i_lexicon.png
+share/doc/bibletime/handbook/html/fi/i_lexicon_add.png
+share/doc/bibletime/handbook/html/fi/i_light_bulb.png
+share/doc/bibletime/handbook/html/fi/i_sync.png
+share/doc/bibletime/handbook/html/fi/i_tile.png
+share/doc/bibletime/handbook/html/fi/i_tile_horiz.png
+share/doc/bibletime/handbook/html/fi/i_tile_vert.png
+share/doc/bibletime/handbook/html/fi/i_view_index.png
+share/doc/bibletime/handbook/html/fi/i_view_mag.png
+share/doc/bibletime/handbook/html/fi/i_window_fullscreen.png
+share/doc/bibletime/handbook/html/fi/index.html
+share/doc/bibletime/handbook/html/fi/ss_configfonts.png
+share/doc/bibletime/handbook/html/fi/ss_mainterms.png
+share/doc/bibletime/handbook/html/fi/ss_searchanal.png
+share/doc/bibletime/handbook/html/fi/ss_searchopts.png
+share/doc/bibletime/handbook/html/fi/ss_shortcuts.png
+share/doc/bibletime/handbook/html/fr/hdbk-config.html
+share/doc/bibletime/handbook/html/fr/hdbk-intro.html
+share/doc/bibletime/handbook/html/fr/hdbk-op-bookshelfmanager.html
+share/doc/bibletime/handbook/html/fr/hdbk-op-output.html
+share/doc/bibletime/handbook/html/fr/hdbk-op-parts.html
+share/doc/bibletime/handbook/html/fr/hdbk-op-search.html
+share/doc/bibletime/handbook/html/fr/hdbk-op.html
+share/doc/bibletime/handbook/html/fr/hdbk-reference-shortcuts.html
+share/doc/bibletime/handbook/html/fr/hdbk-reference-works.html
+share/doc/bibletime/handbook/html/fr/hdbk-reference.html
+share/doc/bibletime/handbook/html/fr/hdbk-start-firstrun.html
+share/doc/bibletime/handbook/html/fr/hdbk-term.html
+share/doc/bibletime/handbook/html/fr/i_back.png
+share/doc/bibletime/handbook/html/fr/i_bible.png
+share/doc/bibletime/handbook/html/fr/i_bible_add.png
+share/doc/bibletime/handbook/html/fr/i_bibletime.png
+share/doc/bibletime/handbook/html/fr/i_book.png
+share/doc/bibletime/handbook/html/fr/i_book_add.png
+share/doc/bibletime/handbook/html/fr/i_bookmark.png
+share/doc/bibletime/handbook/html/fr/i_books.png
+share/doc/bibletime/handbook/html/fr/i_cascade.png
+share/doc/bibletime/handbook/html/fr/i_checkbox.png
+share/doc/bibletime/handbook/html/fr/i_commentary.png
+share/doc/bibletime/handbook/html/fr/i_commentary_add.png
+share/doc/bibletime/handbook/html/fr/i_configure.png
+share/doc/bibletime/handbook/html/fr/i_configuresword.png
+share/doc/bibletime/handbook/html/fr/i_contents2.png
+share/doc/bibletime/handbook/html/fr/i_displayconfig.png
+share/doc/bibletime/handbook/html/fr/i_document_magnifier.png
+share/doc/bibletime/handbook/html/fr/i_exit.png
+share/doc/bibletime/handbook/html/fr/i_fileclose.png
+share/doc/bibletime/handbook/html/fr/i_find.png
+share/doc/bibletime/handbook/html/fr/i_folder_open.png
+share/doc/bibletime/handbook/html/fr/i_forward.png
+share/doc/bibletime/handbook/html/fr/i_lexicon.png
+share/doc/bibletime/handbook/html/fr/i_lexicon_add.png
+share/doc/bibletime/handbook/html/fr/i_light_bulb.png
+share/doc/bibletime/handbook/html/fr/i_sync.png
+share/doc/bibletime/handbook/html/fr/i_tile.png
+share/doc/bibletime/handbook/html/fr/i_tile_horiz.png
+share/doc/bibletime/handbook/html/fr/i_tile_vert.png
+share/doc/bibletime/handbook/html/fr/i_view_index.png
+share/doc/bibletime/handbook/html/fr/i_view_mag.png
+share/doc/bibletime/handbook/html/fr/i_window_fullscreen.png
+share/doc/bibletime/handbook/html/fr/index.html
+share/doc/bibletime/handbook/html/fr/ss_configfonts.png
+share/doc/bibletime/handbook/html/fr/ss_mainterms.png
+share/doc/bibletime/handbook/html/fr/ss_searchanal.png
+share/doc/bibletime/handbook/html/fr/ss_searchopts.png
+share/doc/bibletime/handbook/html/fr/ss_shortcuts.png
+share/doc/bibletime/handbook/html/hu/hdbk-config.html
+share/doc/bibletime/handbook/html/hu/hdbk-intro.html
+share/doc/bibletime/handbook/html/hu/hdbk-op-bookshelfmanager.html
+share/doc/bibletime/handbook/html/hu/hdbk-op-output.html
+share/doc/bibletime/handbook/html/hu/hdbk-op-parts.html
+share/doc/bibletime/handbook/html/hu/hdbk-op-search.html
+share/doc/bibletime/handbook/html/hu/hdbk-op.html
+share/doc/bibletime/handbook/html/hu/hdbk-reference-shortcuts.html
+share/doc/bibletime/handbook/html/hu/hdbk-reference-works.html
+share/doc/bibletime/handbook/html/hu/hdbk-reference.html
+share/doc/bibletime/handbook/html/hu/hdbk-start-firstrun.html
+share/doc/bibletime/handbook/html/hu/hdbk-term.html
+share/doc/bibletime/handbook/html/hu/i_back.png
+share/doc/bibletime/handbook/html/hu/i_bible.png
+share/doc/bibletime/handbook/html/hu/i_bible_add.png
+share/doc/bibletime/handbook/html/hu/i_bibletime.png
+share/doc/bibletime/handbook/html/hu/i_book.png
+share/doc/bibletime/handbook/html/hu/i_book_add.png
+share/doc/bibletime/handbook/html/hu/i_bookmark.png
+share/doc/bibletime/handbook/html/hu/i_books.png
+share/doc/bibletime/handbook/html/hu/i_cascade.png
+share/doc/bibletime/handbook/html/hu/i_checkbox.png
+share/doc/bibletime/handbook/html/hu/i_commentary.png
+share/doc/bibletime/handbook/html/hu/i_commentary_add.png
+share/doc/bibletime/handbook/html/hu/i_configure.png
+share/doc/bibletime/handbook/html/hu/i_configuresword.png
+share/doc/bibletime/handbook/html/hu/i_contents2.png
+share/doc/bibletime/handbook/html/hu/i_displayconfig.png
+share/doc/bibletime/handbook/html/hu/i_document_magnifier.png
+share/doc/bibletime/handbook/html/hu/i_exit.png
+share/doc/bibletime/handbook/html/hu/i_fileclose.png
+share/doc/bibletime/handbook/html/hu/i_find.png
+share/doc/bibletime/handbook/html/hu/i_folder_open.png
+share/doc/bibletime/handbook/html/hu/i_forward.png
+share/doc/bibletime/handbook/html/hu/i_lexicon.png
+share/doc/bibletime/handbook/html/hu/i_lexicon_add.png
+share/doc/bibletime/handbook/html/hu/i_light_bulb.png
+share/doc/bibletime/handbook/html/hu/i_sync.png
+share/doc/bibletime/handbook/html/hu/i_tile.png
+share/doc/bibletime/handbook/html/hu/i_tile_horiz.png
+share/doc/bibletime/handbook/html/hu/i_tile_vert.png
+share/doc/bibletime/handbook/html/hu/i_view_index.png
+share/doc/bibletime/handbook/html/hu/i_view_mag.png
+share/doc/bibletime/handbook/html/hu/i_window_fullscreen.png
+share/doc/bibletime/handbook/html/hu/index.html
+share/doc/bibletime/handbook/html/hu/ss_configfonts.png
+share/doc/bibletime/handbook/html/hu/ss_mainterms.png
+share/doc/bibletime/handbook/html/hu/ss_searchanal.png
+share/doc/bibletime/handbook/html/hu/ss_searchopts.png
+share/doc/bibletime/handbook/html/hu/ss_shortcuts.png
+share/doc/bibletime/handbook/html/it/hdbk-config.html
+share/doc/bibletime/handbook/html/it/hdbk-intro.html
+share/doc/bibletime/handbook/html/it/hdbk-op-bookshelfmanager.html
+share/doc/bibletime/handbook/html/it/hdbk-op-output.html
+share/doc/bibletime/handbook/html/it/hdbk-op-parts.html
+share/doc/bibletime/handbook/html/it/hdbk-op-search.html
+share/doc/bibletime/handbook/html/it/hdbk-op.html
+share/doc/bibletime/handbook/html/it/hdbk-reference-shortcuts.html
+share/doc/bibletime/handbook/html/it/hdbk-reference-works.html
+share/doc/bibletime/handbook/html/it/hdbk-reference.html
+share/doc/bibletime/handbook/html/it/hdbk-start-firstrun.html
+share/doc/bibletime/handbook/html/it/hdbk-term.html
+share/doc/bibletime/handbook/html/it/i_back.png
+share/doc/bibletime/handbook/html/it/i_bible.png
+share/doc/bibletime/handbook/html/it/i_bible_add.png
+share/doc/bibletime/handbook/html/it/i_bibletime.png
+share/doc/bibletime/handbook/html/it/i_book.png
+share/doc/bibletime/handbook/html/it/i_book_add.png
+share/doc/bibletime/handbook/html/it/i_bookmark.png
+share/doc/bibletime/handbook/html/it/i_books.png
+share/doc/bibletime/handbook/html/it/i_cascade.png
+share/doc/bibletime/handbook/html/it/i_checkbox.png
+share/doc/bibletime/handbook/html/it/i_commentary.png
+share/doc/bibletime/handbook/html/it/i_commentary_add.png
+share/doc/bibletime/handbook/html/it/i_configure.png
+share/doc/bibletime/handbook/html/it/i_configuresword.png
+share/doc/bibletime/handbook/html/it/i_contents2.png
+share/doc/bibletime/handbook/html/it/i_displayconfig.png
+share/doc/bibletime/handbook/html/it/i_document_magnifier.png
+share/doc/bibletime/handbook/html/it/i_exit.png
+share/doc/bibletime/handbook/html/it/i_fileclose.png
+share/doc/bibletime/handbook/html/it/i_find.png
+share/doc/bibletime/handbook/html/it/i_folder_open.png
+share/doc/bibletime/handbook/html/it/i_forward.png
+share/doc/bibletime/handbook/html/it/i_lexicon.png
+share/doc/bibletime/handbook/html/it/i_lexicon_add.png
+share/doc/bibletime/handbook/html/it/i_light_bulb.png
+share/doc/bibletime/handbook/html/it/i_sync.png
+share/doc/bibletime/handbook/html/it/i_tile.png
+share/doc/bibletime/handbook/html/it/i_tile_horiz.png
+share/doc/bibletime/handbook/html/it/i_tile_vert.png
+share/doc/bibletime/handbook/html/it/i_view_index.png
+share/doc/bibletime/handbook/html/it/i_view_mag.png
+share/doc/bibletime/handbook/html/it/i_window_fullscreen.png
+share/doc/bibletime/handbook/html/it/index.html
+share/doc/bibletime/handbook/html/it/ss_configfonts.png
+share/doc/bibletime/handbook/html/it/ss_mainterms.png
+share/doc/bibletime/handbook/html/it/ss_searchanal.png
+share/doc/bibletime/handbook/html/it/ss_searchopts.png
+share/doc/bibletime/handbook/html/it/ss_shortcuts.png
+share/doc/bibletime/handbook/html/ko/hdbk-config.html
+share/doc/bibletime/handbook/html/ko/hdbk-intro.html
+share/doc/bibletime/handbook/html/ko/hdbk-op-bookshelfmanager.html
+share/doc/bibletime/handbook/html/ko/hdbk-op-output.html
+share/doc/bibletime/handbook/html/ko/hdbk-op-parts.html
+share/doc/bibletime/handbook/html/ko/hdbk-op-search.html
+share/doc/bibletime/handbook/html/ko/hdbk-op.html
+share/doc/bibletime/handbook/html/ko/hdbk-reference-shortcuts.html
+share/doc/bibletime/handbook/html/ko/hdbk-reference-works.html
+share/doc/bibletime/handbook/html/ko/hdbk-reference.html
+share/doc/bibletime/handbook/html/ko/hdbk-start-firstrun.html
+share/doc/bibletime/handbook/html/ko/hdbk-term.html
+share/doc/bibletime/handbook/html/ko/i_back.png
+share/doc/bibletime/handbook/html/ko/i_bible.png
+share/doc/bibletime/handbook/html/ko/i_bible_add.png
+share/doc/bibletime/handbook/html/ko/i_bibletime.png
+share/doc/bibletime/handbook/html/ko/i_book.png
+share/doc/bibletime/handbook/html/ko/i_book_add.png
+share/doc/bibletime/handbook/html/ko/i_bookmark.png
+share/doc/bibletime/handbook/html/ko/i_books.png
+share/doc/bibletime/handbook/html/ko/i_cascade.png
+share/doc/bibletime/handbook/html/ko/i_checkbox.png
+share/doc/bibletime/handbook/html/ko/i_commentary.png
+share/doc/bibletime/handbook/html/ko/i_commentary_add.png
+share/doc/bibletime/handbook/html/ko/i_configure.png
+share/doc/bibletime/handbook/html/ko/i_configuresword.png
+share/doc/bibletime/handbook/html/ko/i_contents2.png
+share/doc/bibletime/handbook/html/ko/i_displayconfig.png
+share/doc/bibletime/handbook/html/ko/i_document_magnifier.png
+share/doc/bibletime/handbook/html/ko/i_exit.png
+share/doc/bibletime/handbook/html/ko/i_fileclose.png
+share/doc/bibletime/handbook/html/ko/i_find.png
+share/doc/bibletime/handbook/html/ko/i_folder_open.png
+share/doc/bibletime/handbook/html/ko/i_forward.png
+share/doc/bibletime/handbook/html/ko/i_lexicon.png
+share/doc/bibletime/handbook/html/ko/i_lexicon_add.png
+share/doc/bibletime/handbook/html/ko/i_light_bulb.png
+share/doc/bibletime/handbook/html/ko/i_sync.png
+share/doc/bibletime/handbook/html/ko/i_tile.png
+share/doc/bibletime/handbook/html/ko/i_tile_horiz.png
+share/doc/bibletime/handbook/html/ko/i_tile_vert.png
+share/doc/bibletime/handbook/html/ko/i_view_index.png
+share/doc/bibletime/handbook/html/ko/i_view_mag.png
+share/doc/bibletime/handbook/html/ko/i_window_fullscreen.png
+share/doc/bibletime/handbook/html/ko/index.html
+share/doc/bibletime/handbook/html/ko/ss_configfonts.png
+share/doc/bibletime/handbook/html/ko/ss_mainterms.png
+share/doc/bibletime/handbook/html/ko/ss_searchanal.png
+share/doc/bibletime/handbook/html/ko/ss_searchopts.png
+share/doc/bibletime/handbook/html/ko/ss_shortcuts.png
+share/doc/bibletime/handbook/html/lt/hdbk-config.html
+share/doc/bibletime/handbook/html/lt/hdbk-intro.html
+share/doc/bibletime/handbook/html/lt/hdbk-op-bookshelfmanager.html
+share/doc/bibletime/handbook/html/lt/hdbk-op-output.html
+share/doc/bibletime/handbook/html/lt/hdbk-op-parts.html
+share/doc/bibletime/handbook/html/lt/hdbk-op-search.html
+share/doc/bibletime/handbook/html/lt/hdbk-op.html
+share/doc/bibletime/handbook/html/lt/hdbk-reference-shortcuts.html
+share/doc/bibletime/handbook/html/lt/hdbk-reference-works.html
+share/doc/bibletime/handbook/html/lt/hdbk-reference.html
+share/doc/bibletime/handbook/html/lt/hdbk-start-firstrun.html
+share/doc/bibletime/handbook/html/lt/hdbk-term.html
+share/doc/bibletime/handbook/html/lt/i_back.png
+share/doc/bibletime/handbook/html/lt/i_bible.png
+share/doc/bibletime/handbook/html/lt/i_bible_add.png
+share/doc/bibletime/handbook/html/lt/i_bibletime.png
+share/doc/bibletime/handbook/html/lt/i_book.png
+share/doc/bibletime/handbook/html/lt/i_book_add.png
+share/doc/bibletime/handbook/html/lt/i_bookmark.png
+share/doc/bibletime/handbook/html/lt/i_books.png
+share/doc/bibletime/handbook/html/lt/i_cascade.png
+share/doc/bibletime/handbook/html/lt/i_checkbox.png
+share/doc/bibletime/handbook/html/lt/i_commentary.png
+share/doc/bibletime/handbook/html/lt/i_commentary_add.png
+share/doc/bibletime/handbook/html/lt/i_configure.png
+share/doc/bibletime/handbook/html/lt/i_configuresword.png
+share/doc/bibletime/handbook/html/lt/i_contents2.png
+share/doc/bibletime/handbook/html/lt/i_displayconfig.png
+share/doc/bibletime/handbook/html/lt/i_document_magnifier.png
+share/doc/bibletime/handbook/html/lt/i_exit.png
+share/doc/bibletime/handbook/html/lt/i_fileclose.png
+share/doc/bibletime/handbook/html/lt/i_find.png
+share/doc/bibletime/handbook/html/lt/i_folder_open.png
+share/doc/bibletime/handbook/html/lt/i_forward.png
+share/doc/bibletime/handbook/html/lt/i_lexicon.png
+share/doc/bibletime/handbook/html/lt/i_lexicon_add.png
+share/doc/bibletime/handbook/html/lt/i_light_bulb.png
+share/doc/bibletime/handbook/html/lt/i_sync.png
+share/doc/bibletime/handbook/html/lt/i_tile.png
+share/doc/bibletime/handbook/html/lt/i_tile_horiz.png
+share/doc/bibletime/handbook/html/lt/i_tile_vert.png
+share/doc/bibletime/handbook/html/lt/i_view_index.png
+share/doc/bibletime/handbook/html/lt/i_view_mag.png
+share/doc/bibletime/handbook/html/lt/i_window_fullscreen.png
+share/doc/bibletime/handbook/html/lt/index.html
+share/doc/bibletime/handbook/html/lt/ss_configfonts.png
+share/doc/bibletime/handbook/html/lt/ss_mainterms.png
+share/doc/bibletime/handbook/html/lt/ss_searchanal.png
+share/doc/bibletime/handbook/html/lt/ss_searchopts.png
+share/doc/bibletime/handbook/html/lt/ss_shortcuts.png
+share/doc/bibletime/handbook/html/nl/hdbk-config.html
+share/doc/bibletime/handbook/html/nl/hdbk-intro.html
+share/doc/bibletime/handbook/html/nl/hdbk-op-bookshelfmanager.html
+share/doc/bibletime/handbook/html/nl/hdbk-op-output.html
+share/doc/bibletime/handbook/html/nl/hdbk-op-parts.html
+share/doc/bibletime/handbook/html/nl/hdbk-op-search.html
+share/doc/bibletime/handbook/html/nl/hdbk-op.html
+share/doc/bibletime/handbook/html/nl/hdbk-reference-shortcuts.html
+share/doc/bibletime/handbook/html/nl/hdbk-reference-works.html
+share/doc/bibletime/handbook/html/nl/hdbk-reference.html
+share/doc/bibletime/handbook/html/nl/hdbk-start-firstrun.html
+share/doc/bibletime/handbook/html/nl/hdbk-term.html
+share/doc/bibletime/handbook/html/nl/i_back.png
+share/doc/bibletime/handbook/html/nl/i_bible.png
+share/doc/bibletime/handbook/html/nl/i_bible_add.png
+share/doc/bibletime/handbook/html/nl/i_bibletime.png
+share/doc/bibletime/handbook/html/nl/i_book.png
+share/doc/bibletime/handbook/html/nl/i_book_add.png
+share/doc/bibletime/handbook/html/nl/i_bookmark.png
+share/doc/bibletime/handbook/html/nl/i_books.png
+share/doc/bibletime/handbook/html/nl/i_cascade.png
+share/doc/bibletime/handbook/html/nl/i_checkbox.png
+share/doc/bibletime/handbook/html/nl/i_commentary.png
+share/doc/bibletime/handbook/html/nl/i_commentary_add.png
+share/doc/bibletime/handbook/html/nl/i_configure.png
+share/doc/bibletime/handbook/html/nl/i_configuresword.png
+share/doc/bibletime/handbook/html/nl/i_contents2.png
+share/doc/bibletime/handbook/html/nl/i_displayconfig.png
+share/doc/bibletime/handbook/html/nl/i_document_magnifier.png
+share/doc/bibletime/handbook/html/nl/i_exit.png
+share/doc/bibletime/handbook/html/nl/i_fileclose.png
+share/doc/bibletime/handbook/html/nl/i_find.png
+share/doc/bibletime/handbook/html/nl/i_folder_open.png
+share/doc/bibletime/handbook/html/nl/i_forward.png
+share/doc/bibletime/handbook/html/nl/i_lexicon.png
+share/doc/bibletime/handbook/html/nl/i_lexicon_add.png
+share/doc/bibletime/handbook/html/nl/i_light_bulb.png
+share/doc/bibletime/handbook/html/nl/i_sync.png
+share/doc/bibletime/handbook/html/nl/i_tile.png
+share/doc/bibletime/handbook/html/nl/i_tile_horiz.png
+share/doc/bibletime/handbook/html/nl/i_tile_vert.png
+share/doc/bibletime/handbook/html/nl/i_view_index.png
+share/doc/bibletime/handbook/html/nl/i_view_mag.png
+share/doc/bibletime/handbook/html/nl/i_window_fullscreen.png
+share/doc/bibletime/handbook/html/nl/index.html
+share/doc/bibletime/handbook/html/nl/ss_configfonts.png
+share/doc/bibletime/handbook/html/nl/ss_mainterms.png
+share/doc/bibletime/handbook/html/nl/ss_searchanal.png
+share/doc/bibletime/handbook/html/nl/ss_searchopts.png
+share/doc/bibletime/handbook/html/nl/ss_shortcuts.png
+share/doc/bibletime/handbook/html/pt_BR/hdbk-config.html
+share/doc/bibletime/handbook/html/pt_BR/hdbk-intro.html
+share/doc/bibletime/handbook/html/pt_BR/hdbk-op-bookshelfmanager.html
+share/doc/bibletime/handbook/html/pt_BR/hdbk-op-output.html
+share/doc/bibletime/handbook/html/pt_BR/hdbk-op-parts.html
+share/doc/bibletime/handbook/html/pt_BR/hdbk-op-search.html
+share/doc/bibletime/handbook/html/pt_BR/hdbk-op.html
+share/doc/bibletime/handbook/html/pt_BR/hdbk-reference-shortcuts.html
+share/doc/bibletime/handbook/html/pt_BR/hdbk-reference-works.html
+share/doc/bibletime/handbook/html/pt_BR/hdbk-reference.html
+share/doc/bibletime/handbook/html/pt_BR/hdbk-start-firstrun.html
+share/doc/bibletime/handbook/html/pt_BR/hdbk-term.html
+share/doc/bibletime/handbook/html/pt_BR/i_back.png
+share/doc/bibletime/handbook/html/pt_BR/i_bible.png
+share/doc/bibletime/handbook/html/pt_BR/i_bible_add.png
+share/doc/bibletime/handbook/html/pt_BR/i_bibletime.png
+share/doc/bibletime/handbook/html/pt_BR/i_book.png
+share/doc/bibletime/handbook/html/pt_BR/i_book_add.png
+share/doc/bibletime/handbook/html/pt_BR/i_bookmark.png
+share/doc/bibletime/handbook/html/pt_BR/i_books.png
+share/doc/bibletime/handbook/html/pt_BR/i_cascade.png
+share/doc/bibletime/handbook/html/pt_BR/i_checkbox.png
+share/doc/bibletime/handbook/html/pt_BR/i_commentary.png
+share/doc/bibletime/handbook/html/pt_BR/i_commentary_add.png
+share/doc/bibletime/handbook/html/pt_BR/i_configure.png
+share/doc/bibletime/handbook/html/pt_BR/i_configuresword.png
+share/doc/bibletime/handbook/html/pt_BR/i_contents2.png
+share/doc/bibletime/handbook/html/pt_BR/i_displayconfig.png
+share/doc/bibletime/handbook/html/pt_BR/i_document_magnifier.png
+share/doc/bibletime/handbook/html/pt_BR/i_exit.png
+share/doc/bibletime/handbook/html/pt_BR/i_fileclose.png
+share/doc/bibletime/handbook/html/pt_BR/i_find.png
+share/doc/bibletime/handbook/html/pt_BR/i_folder_open.png
+share/doc/bibletime/handbook/html/pt_BR/i_forward.png
+share/doc/bibletime/handbook/html/pt_BR/i_lexicon.png
+share/doc/bibletime/handbook/html/pt_BR/i_lexicon_add.png
+share/doc/bibletime/handbook/html/pt_BR/i_light_bulb.png
+share/doc/bibletime/handbook/html/pt_BR/i_sync.png
+share/doc/bibletime/handbook/html/pt_BR/i_tile.png
+share/doc/bibletime/handbook/html/pt_BR/i_tile_horiz.png
+share/doc/bibletime/handbook/html/pt_BR/i_tile_vert.png
+share/doc/bibletime/handbook/html/pt_BR/i_view_index.png
+share/doc/bibletime/handbook/html/pt_BR/i_view_mag.png
+share/doc/bibletime/handbook/html/pt_BR/i_window_fullscreen.png
+share/doc/bibletime/handbook/html/pt_BR/index.html
+share/doc/bibletime/handbook/html/pt_BR/ss_configfonts.png
+share/doc/bibletime/handbook/html/pt_BR/ss_mainterms.png
+share/doc/bibletime/handbook/html/pt_BR/ss_searchanal.png
+share/doc/bibletime/handbook/html/pt_BR/ss_searchopts.png
+share/doc/bibletime/handbook/html/pt_BR/ss_shortcuts.png
+share/doc/bibletime/handbook/html/th/hdbk-config.html
+share/doc/bibletime/handbook/html/th/hdbk-intro.html
+share/doc/bibletime/handbook/html/th/hdbk-op-bookshelfmanager.html
+share/doc/bibletime/handbook/html/th/hdbk-op-output.html
+share/doc/bibletime/handbook/html/th/hdbk-op-parts.html
+share/doc/bibletime/handbook/html/th/hdbk-op-search.html
+share/doc/bibletime/handbook/html/th/hdbk-op.html
+share/doc/bibletime/handbook/html/th/hdbk-reference-shortcuts.html
+share/doc/bibletime/handbook/html/th/hdbk-reference-works.html
+share/doc/bibletime/handbook/html/th/hdbk-reference.html
+share/doc/bibletime/handbook/html/th/hdbk-start-firstrun.html
+share/doc/bibletime/handbook/html/th/hdbk-term.html
+share/doc/bibletime/handbook/html/th/i_back.png
+share/doc/bibletime/handbook/html/th/i_bible.png
+share/doc/bibletime/handbook/html/th/i_bible_add.png
+share/doc/bibletime/handbook/html/th/i_bibletime.png
+share/doc/bibletime/handbook/html/th/i_book.png
+share/doc/bibletime/handbook/html/th/i_book_add.png
+share/doc/bibletime/handbook/html/th/i_bookmark.png
+share/doc/bibletime/handbook/html/th/i_books.png
+share/doc/bibletime/handbook/html/th/i_cascade.png
+share/doc/bibletime/handbook/html/th/i_checkbox.png
+share/doc/bibletime/handbook/html/th/i_commentary.png
+share/doc/bibletime/handbook/html/th/i_commentary_add.png
+share/doc/bibletime/handbook/html/th/i_configure.png
+share/doc/bibletime/handbook/html/th/i_configuresword.png
+share/doc/bibletime/handbook/html/th/i_contents2.png
+share/doc/bibletime/handbook/html/th/i_displayconfig.png
+share/doc/bibletime/handbook/html/th/i_document_magnifier.png
+share/doc/bibletime/handbook/html/th/i_exit.png
+share/doc/bibletime/handbook/html/th/i_fileclose.png
+share/doc/bibletime/handbook/html/th/i_find.png
+share/doc/bibletime/handbook/html/th/i_folder_open.png
+share/doc/bibletime/handbook/html/th/i_forward.png
+share/doc/bibletime/handbook/html/th/i_lexicon.png
+share/doc/bibletime/handbook/html/th/i_lexicon_add.png
+share/doc/bibletime/handbook/html/th/i_light_bulb.png
+share/doc/bibletime/handbook/html/th/i_sync.png
+share/doc/bibletime/handbook/html/th/i_tile.png
+share/doc/bibletime/handbook/html/th/i_tile_horiz.png
+share/doc/bibletime/handbook/html/th/i_tile_vert.png
+share/doc/bibletime/handbook/html/th/i_view_index.png
+share/doc/bibletime/handbook/html/th/i_view_mag.png
+share/doc/bibletime/handbook/html/th/i_window_fullscreen.png
+share/doc/bibletime/handbook/html/th/index.html
+share/doc/bibletime/handbook/html/th/ss_configfonts.png
+share/doc/bibletime/handbook/html/th/ss_mainterms.png
+share/doc/bibletime/handbook/html/th/ss_searchanal.png
+share/doc/bibletime/handbook/html/th/ss_searchopts.png
+share/doc/bibletime/handbook/html/th/ss_shortcuts.png
+share/doc/bibletime/handbook/html/uk/hdbk-config.html
+share/doc/bibletime/handbook/html/uk/hdbk-intro.html
+share/doc/bibletime/handbook/html/uk/hdbk-op-bookshelfmanager.html
+share/doc/bibletime/handbook/html/uk/hdbk-op-output.html
+share/doc/bibletime/handbook/html/uk/hdbk-op-parts.html
+share/doc/bibletime/handbook/html/uk/hdbk-op-search.html
+share/doc/bibletime/handbook/html/uk/hdbk-op.html
+share/doc/bibletime/handbook/html/uk/hdbk-reference-shortcuts.html
+share/doc/bibletime/handbook/html/uk/hdbk-reference-works.html
+share/doc/bibletime/handbook/html/uk/hdbk-reference.html
+share/doc/bibletime/handbook/html/uk/hdbk-start-firstrun.html
+share/doc/bibletime/handbook/html/uk/hdbk-term.html
+share/doc/bibletime/handbook/html/uk/i_back.png
+share/doc/bibletime/handbook/html/uk/i_bible.png
+share/doc/bibletime/handbook/html/uk/i_bible_add.png
+share/doc/bibletime/handbook/html/uk/i_bibletime.png
+share/doc/bibletime/handbook/html/uk/i_book.png
+share/doc/bibletime/handbook/html/uk/i_book_add.png
+share/doc/bibletime/handbook/html/uk/i_bookmark.png
+share/doc/bibletime/handbook/html/uk/i_books.png
+share/doc/bibletime/handbook/html/uk/i_cascade.png
+share/doc/bibletime/handbook/html/uk/i_checkbox.png
+share/doc/bibletime/handbook/html/uk/i_commentary.png
+share/doc/bibletime/handbook/html/uk/i_commentary_add.png
+share/doc/bibletime/handbook/html/uk/i_configure.png
+share/doc/bibletime/handbook/html/uk/i_configuresword.png
+share/doc/bibletime/handbook/html/uk/i_contents2.png
+share/doc/bibletime/handbook/html/uk/i_displayconfig.png
+share/doc/bibletime/handbook/html/uk/i_document_magnifier.png
+share/doc/bibletime/handbook/html/uk/i_exit.png
+share/doc/bibletime/handbook/html/uk/i_fileclose.png
+share/doc/bibletime/handbook/html/uk/i_find.png
+share/doc/bibletime/handbook/html/uk/i_folder_open.png
+share/doc/bibletime/handbook/html/uk/i_forward.png
+share/doc/bibletime/handbook/html/uk/i_lexicon.png
+share/doc/bibletime/handbook/html/uk/i_lexicon_add.png
+share/doc/bibletime/handbook/html/uk/i_light_bulb.png
+share/doc/bibletime/handbook/html/uk/i_sync.png
+share/doc/bibletime/handbook/html/uk/i_tile.png
+share/doc/bibletime/handbook/html/uk/i_tile_horiz.png
+share/doc/bibletime/handbook/html/uk/i_tile_vert.png
+share/doc/bibletime/handbook/html/uk/i_view_index.png
+share/doc/bibletime/handbook/html/uk/i_view_mag.png
+share/doc/bibletime/handbook/html/uk/i_window_fullscreen.png
+share/doc/bibletime/handbook/html/uk/index.html
+share/doc/bibletime/handbook/html/uk/ss_configfonts.png
+share/doc/bibletime/handbook/html/uk/ss_mainterms.png
+share/doc/bibletime/handbook/html/uk/ss_searchanal.png
+share/doc/bibletime/handbook/html/uk/ss_searchopts.png
+share/doc/bibletime/handbook/html/uk/ss_shortcuts.png
+share/doc/bibletime/howto/html/ar/h2-basics-approaches.html
+share/doc/bibletime/howto/html/ar/h2-basics-expository.html
+share/doc/bibletime/howto/html/ar/h2-basics-interpretation.html
+share/doc/bibletime/howto/html/ar/h2-basics-types.html
+share/doc/bibletime/howto/html/ar/h2-basics-worksheet.html
+share/doc/bibletime/howto/html/ar/h2-basics.html
+share/doc/bibletime/howto/html/ar/h2-importance-breathed.html
+share/doc/bibletime/howto/html/ar/h2-importance-exhortations.html
+share/doc/bibletime/howto/html/ar/h2-importance-liberates.html
+share/doc/bibletime/howto/html/ar/h2-importance-once.html
+share/doc/bibletime/howto/html/ar/h2-importance-supplement.html
+share/doc/bibletime/howto/html/ar/h2-importance-wars.html
+share/doc/bibletime/howto/html/ar/h2-importance-works.html
+share/doc/bibletime/howto/html/ar/h2-importance.html
+share/doc/bibletime/howto/html/ar/h2-rules-context.html
+share/doc/bibletime/howto/html/ar/h2-rules-hcontest.html
+share/doc/bibletime/howto/html/ar/h2-rules-normal.html
+share/doc/bibletime/howto/html/ar/h2-rules-parables.html
+share/doc/bibletime/howto/html/ar/h2-rules.html
+share/doc/bibletime/howto/html/ar/index.html
+share/doc/bibletime/howto/html/bg/h2-basics-approaches.html
+share/doc/bibletime/howto/html/bg/h2-basics-expository.html
+share/doc/bibletime/howto/html/bg/h2-basics-interpretation.html
+share/doc/bibletime/howto/html/bg/h2-basics-types.html
+share/doc/bibletime/howto/html/bg/h2-basics-worksheet.html
+share/doc/bibletime/howto/html/bg/h2-basics.html
+share/doc/bibletime/howto/html/bg/h2-importance-breathed.html
+share/doc/bibletime/howto/html/bg/h2-importance-exhortations.html
+share/doc/bibletime/howto/html/bg/h2-importance-liberates.html
+share/doc/bibletime/howto/html/bg/h2-importance-once.html
+share/doc/bibletime/howto/html/bg/h2-importance-supplement.html
+share/doc/bibletime/howto/html/bg/h2-importance-wars.html
+share/doc/bibletime/howto/html/bg/h2-importance-works.html
+share/doc/bibletime/howto/html/bg/h2-importance.html
+share/doc/bibletime/howto/html/bg/h2-rules-context.html
+share/doc/bibletime/howto/html/bg/h2-rules-hcontest.html
+share/doc/bibletime/howto/html/bg/h2-rules-normal.html
+share/doc/bibletime/howto/html/bg/h2-rules-parables.html
+share/doc/bibletime/howto/html/bg/h2-rules.html
+share/doc/bibletime/howto/html/bg/index.html
+share/doc/bibletime/howto/html/br/h2-basics-approaches.html
+share/doc/bibletime/howto/html/br/h2-basics-expository.html
+share/doc/bibletime/howto/html/br/h2-basics-interpretation.html
+share/doc/bibletime/howto/html/br/h2-basics-types.html
+share/doc/bibletime/howto/html/br/h2-basics-worksheet.html
+share/doc/bibletime/howto/html/br/h2-basics.html
+share/doc/bibletime/howto/html/br/h2-importance-breathed.html
+share/doc/bibletime/howto/html/br/h2-importance-exhortations.html
+share/doc/bibletime/howto/html/br/h2-importance-liberates.html
+share/doc/bibletime/howto/html/br/h2-importance-once.html
+share/doc/bibletime/howto/html/br/h2-importance-supplement.html
+share/doc/bibletime/howto/html/br/h2-importance-wars.html
+share/doc/bibletime/howto/html/br/h2-importance-works.html
+share/doc/bibletime/howto/html/br/h2-importance.html
+share/doc/bibletime/howto/html/br/h2-rules-context.html
+share/doc/bibletime/howto/html/br/h2-rules-hcontest.html
+share/doc/bibletime/howto/html/br/h2-rules-normal.html
+share/doc/bibletime/howto/html/br/h2-rules-parables.html
+share/doc/bibletime/howto/html/br/h2-rules.html
+share/doc/bibletime/howto/html/br/index.html
+share/doc/bibletime/howto/html/cs/h2-basics-approaches.html
+share/doc/bibletime/howto/html/cs/h2-basics-expository.html
+share/doc/bibletime/howto/html/cs/h2-basics-interpretation.html
+share/doc/bibletime/howto/html/cs/h2-basics-types.html
+share/doc/bibletime/howto/html/cs/h2-basics-worksheet.html
+share/doc/bibletime/howto/html/cs/h2-basics.html
+share/doc/bibletime/howto/html/cs/h2-importance-breathed.html
+share/doc/bibletime/howto/html/cs/h2-importance-exhortations.html
+share/doc/bibletime/howto/html/cs/h2-importance-liberates.html
+share/doc/bibletime/howto/html/cs/h2-importance-once.html
+share/doc/bibletime/howto/html/cs/h2-importance-supplement.html
+share/doc/bibletime/howto/html/cs/h2-importance-wars.html
+share/doc/bibletime/howto/html/cs/h2-importance-works.html
+share/doc/bibletime/howto/html/cs/h2-importance.html
+share/doc/bibletime/howto/html/cs/h2-rules-context.html
+share/doc/bibletime/howto/html/cs/h2-rules-hcontest.html
+share/doc/bibletime/howto/html/cs/h2-rules-normal.html
+share/doc/bibletime/howto/html/cs/h2-rules-parables.html
+share/doc/bibletime/howto/html/cs/h2-rules.html
+share/doc/bibletime/howto/html/cs/index.html
+share/doc/bibletime/howto/html/da/h2-basics-approaches.html
+share/doc/bibletime/howto/html/da/h2-basics-expository.html
+share/doc/bibletime/howto/html/da/h2-basics-interpretation.html
+share/doc/bibletime/howto/html/da/h2-basics-types.html
+share/doc/bibletime/howto/html/da/h2-basics-worksheet.html
+share/doc/bibletime/howto/html/da/h2-basics.html
+share/doc/bibletime/howto/html/da/h2-importance-breathed.html
+share/doc/bibletime/howto/html/da/h2-importance-exhortations.html
+share/doc/bibletime/howto/html/da/h2-importance-liberates.html
+share/doc/bibletime/howto/html/da/h2-importance-once.html
+share/doc/bibletime/howto/html/da/h2-importance-supplement.html
+share/doc/bibletime/howto/html/da/h2-importance-wars.html
+share/doc/bibletime/howto/html/da/h2-importance-works.html
+share/doc/bibletime/howto/html/da/h2-importance.html
+share/doc/bibletime/howto/html/da/h2-rules-context.html
+share/doc/bibletime/howto/html/da/h2-rules-hcontest.html
+share/doc/bibletime/howto/html/da/h2-rules-normal.html
+share/doc/bibletime/howto/html/da/h2-rules-parables.html
+share/doc/bibletime/howto/html/da/h2-rules.html
+share/doc/bibletime/howto/html/da/index.html
+share/doc/bibletime/howto/html/de/h2-basics-approaches.html
+share/doc/bibletime/howto/html/de/h2-basics-expository.html
+share/doc/bibletime/howto/html/de/h2-basics-interpretation.html
+share/doc/bibletime/howto/html/de/h2-basics-types.html
+share/doc/bibletime/howto/html/de/h2-basics-worksheet.html
+share/doc/bibletime/howto/html/de/h2-basics.html
+share/doc/bibletime/howto/html/de/h2-importance-breathed.html
+share/doc/bibletime/howto/html/de/h2-importance-exhortations.html
+share/doc/bibletime/howto/html/de/h2-importance-liberates.html
+share/doc/bibletime/howto/html/de/h2-importance-once.html
+share/doc/bibletime/howto/html/de/h2-importance-supplement.html
+share/doc/bibletime/howto/html/de/h2-importance-wars.html
+share/doc/bibletime/howto/html/de/h2-importance-works.html
+share/doc/bibletime/howto/html/de/h2-importance.html
+share/doc/bibletime/howto/html/de/h2-rules-context.html
+share/doc/bibletime/howto/html/de/h2-rules-hcontest.html
+share/doc/bibletime/howto/html/de/h2-rules-normal.html
+share/doc/bibletime/howto/html/de/h2-rules-parables.html
+share/doc/bibletime/howto/html/de/h2-rules.html
+share/doc/bibletime/howto/html/de/index.html
+share/doc/bibletime/howto/html/en/h2-basics-approaches.html
+share/doc/bibletime/howto/html/en/h2-basics-expository.html
+share/doc/bibletime/howto/html/en/h2-basics-interpretation.html
+share/doc/bibletime/howto/html/en/h2-basics-types.html
+share/doc/bibletime/howto/html/en/h2-basics-worksheet.html
+share/doc/bibletime/howto/html/en/h2-basics.html
+share/doc/bibletime/howto/html/en/h2-importance-breathed.html
+share/doc/bibletime/howto/html/en/h2-importance-exhortations.html
+share/doc/bibletime/howto/html/en/h2-importance-liberates.html
+share/doc/bibletime/howto/html/en/h2-importance-once.html
+share/doc/bibletime/howto/html/en/h2-importance-supplement.html
+share/doc/bibletime/howto/html/en/h2-importance-wars.html
+share/doc/bibletime/howto/html/en/h2-importance-works.html
+share/doc/bibletime/howto/html/en/h2-importance.html
+share/doc/bibletime/howto/html/en/h2-rules-context.html
+share/doc/bibletime/howto/html/en/h2-rules-hcontest.html
+share/doc/bibletime/howto/html/en/h2-rules-normal.html
+share/doc/bibletime/howto/html/en/h2-rules-parables.html
+share/doc/bibletime/howto/html/en/h2-rules.html
+share/doc/bibletime/howto/html/en/index.html
+share/doc/bibletime/howto/html/es/h2-basics-approaches.html
+share/doc/bibletime/howto/html/es/h2-basics-expository.html
+share/doc/bibletime/howto/html/es/h2-basics-interpretation.html
+share/doc/bibletime/howto/html/es/h2-basics-types.html
+share/doc/bibletime/howto/html/es/h2-basics-worksheet.html
+share/doc/bibletime/howto/html/es/h2-basics.html
+share/doc/bibletime/howto/html/es/h2-importance-breathed.html
+share/doc/bibletime/howto/html/es/h2-importance-exhortations.html
+share/doc/bibletime/howto/html/es/h2-importance-liberates.html
+share/doc/bibletime/howto/html/es/h2-importance-once.html
+share/doc/bibletime/howto/html/es/h2-importance-supplement.html
+share/doc/bibletime/howto/html/es/h2-importance-wars.html
+share/doc/bibletime/howto/html/es/h2-importance-works.html
+share/doc/bibletime/howto/html/es/h2-importance.html
+share/doc/bibletime/howto/html/es/h2-rules-context.html
+share/doc/bibletime/howto/html/es/h2-rules-hcontest.html
+share/doc/bibletime/howto/html/es/h2-rules-normal.html
+share/doc/bibletime/howto/html/es/h2-rules-parables.html
+share/doc/bibletime/howto/html/es/h2-rules.html
+share/doc/bibletime/howto/html/es/index.html
+share/doc/bibletime/howto/html/fi/h2-basics-approaches.html
+share/doc/bibletime/howto/html/fi/h2-basics-expository.html
+share/doc/bibletime/howto/html/fi/h2-basics-interpretation.html
+share/doc/bibletime/howto/html/fi/h2-basics-types.html
+share/doc/bibletime/howto/html/fi/h2-basics-worksheet.html
+share/doc/bibletime/howto/html/fi/h2-basics.html
+share/doc/bibletime/howto/html/fi/h2-importance-breathed.html
+share/doc/bibletime/howto/html/fi/h2-importance-exhortations.html
+share/doc/bibletime/howto/html/fi/h2-importance-liberates.html
+share/doc/bibletime/howto/html/fi/h2-importance-once.html
+share/doc/bibletime/howto/html/fi/h2-importance-supplement.html
+share/doc/bibletime/howto/html/fi/h2-importance-wars.html
+share/doc/bibletime/howto/html/fi/h2-importance-works.html
+share/doc/bibletime/howto/html/fi/h2-importance.html
+share/doc/bibletime/howto/html/fi/h2-rules-context.html
+share/doc/bibletime/howto/html/fi/h2-rules-hcontest.html
+share/doc/bibletime/howto/html/fi/h2-rules-normal.html
+share/doc/bibletime/howto/html/fi/h2-rules-parables.html
+share/doc/bibletime/howto/html/fi/h2-rules.html
+share/doc/bibletime/howto/html/fi/index.html
+share/doc/bibletime/howto/html/fr/h2-basics-approaches.html
+share/doc/bibletime/howto/html/fr/h2-basics-expository.html
+share/doc/bibletime/howto/html/fr/h2-basics-interpretation.html
+share/doc/bibletime/howto/html/fr/h2-basics-types.html
+share/doc/bibletime/howto/html/fr/h2-basics-worksheet.html
+share/doc/bibletime/howto/html/fr/h2-basics.html
+share/doc/bibletime/howto/html/fr/h2-importance-breathed.html
+share/doc/bibletime/howto/html/fr/h2-importance-exhortations.html
+share/doc/bibletime/howto/html/fr/h2-importance-liberates.html
+share/doc/bibletime/howto/html/fr/h2-importance-once.html
+share/doc/bibletime/howto/html/fr/h2-importance-supplement.html
+share/doc/bibletime/howto/html/fr/h2-importance-wars.html
+share/doc/bibletime/howto/html/fr/h2-importance-works.html
+share/doc/bibletime/howto/html/fr/h2-importance.html
+share/doc/bibletime/howto/html/fr/h2-rules-context.html
+share/doc/bibletime/howto/html/fr/h2-rules-hcontest.html
+share/doc/bibletime/howto/html/fr/h2-rules-normal.html
+share/doc/bibletime/howto/html/fr/h2-rules-parables.html
+share/doc/bibletime/howto/html/fr/h2-rules.html
+share/doc/bibletime/howto/html/fr/index.html
+share/doc/bibletime/howto/html/hu/h2-basics-approaches.html
+share/doc/bibletime/howto/html/hu/h2-basics-expository.html
+share/doc/bibletime/howto/html/hu/h2-basics-interpretation.html
+share/doc/bibletime/howto/html/hu/h2-basics-types.html
+share/doc/bibletime/howto/html/hu/h2-basics-worksheet.html
+share/doc/bibletime/howto/html/hu/h2-basics.html
+share/doc/bibletime/howto/html/hu/h2-importance-breathed.html
+share/doc/bibletime/howto/html/hu/h2-importance-exhortations.html
+share/doc/bibletime/howto/html/hu/h2-importance-liberates.html
+share/doc/bibletime/howto/html/hu/h2-importance-once.html
+share/doc/bibletime/howto/html/hu/h2-importance-supplement.html
+share/doc/bibletime/howto/html/hu/h2-importance-wars.html
+share/doc/bibletime/howto/html/hu/h2-importance-works.html
+share/doc/bibletime/howto/html/hu/h2-importance.html
+share/doc/bibletime/howto/html/hu/h2-rules-context.html
+share/doc/bibletime/howto/html/hu/h2-rules-hcontest.html
+share/doc/bibletime/howto/html/hu/h2-rules-normal.html
+share/doc/bibletime/howto/html/hu/h2-rules-parables.html
+share/doc/bibletime/howto/html/hu/h2-rules.html
+share/doc/bibletime/howto/html/hu/index.html
+share/doc/bibletime/howto/html/it/h2-basics-approaches.html
+share/doc/bibletime/howto/html/it/h2-basics-expository.html
+share/doc/bibletime/howto/html/it/h2-basics-interpretation.html
+share/doc/bibletime/howto/html/it/h2-basics-types.html
+share/doc/bibletime/howto/html/it/h2-basics-worksheet.html
+share/doc/bibletime/howto/html/it/h2-basics.html
+share/doc/bibletime/howto/html/it/h2-importance-breathed.html
+share/doc/bibletime/howto/html/it/h2-importance-exhortations.html
+share/doc/bibletime/howto/html/it/h2-importance-liberates.html
+share/doc/bibletime/howto/html/it/h2-importance-once.html
+share/doc/bibletime/howto/html/it/h2-importance-supplement.html
+share/doc/bibletime/howto/html/it/h2-importance-wars.html
+share/doc/bibletime/howto/html/it/h2-importance-works.html
+share/doc/bibletime/howto/html/it/h2-importance.html
+share/doc/bibletime/howto/html/it/h2-rules-context.html
+share/doc/bibletime/howto/html/it/h2-rules-hcontest.html
+share/doc/bibletime/howto/html/it/h2-rules-normal.html
+share/doc/bibletime/howto/html/it/h2-rules-parables.html
+share/doc/bibletime/howto/html/it/h2-rules.html
+share/doc/bibletime/howto/html/it/index.html
+share/doc/bibletime/howto/html/ja/h2-basics-approaches.html
+share/doc/bibletime/howto/html/ja/h2-basics-expository.html
+share/doc/bibletime/howto/html/ja/h2-basics-interpretation.html
+share/doc/bibletime/howto/html/ja/h2-basics-types.html
+share/doc/bibletime/howto/html/ja/h2-basics-worksheet.html
+share/doc/bibletime/howto/html/ja/h2-basics.html
+share/doc/bibletime/howto/html/ja/h2-importance-breathed.html
+share/doc/bibletime/howto/html/ja/h2-importance-exhortations.html
+share/doc/bibletime/howto/html/ja/h2-importance-liberates.html
+share/doc/bibletime/howto/html/ja/h2-importance-once.html
+share/doc/bibletime/howto/html/ja/h2-importance-supplement.html
+share/doc/bibletime/howto/html/ja/h2-importance-wars.html
+share/doc/bibletime/howto/html/ja/h2-importance-works.html
+share/doc/bibletime/howto/html/ja/h2-importance.html
+share/doc/bibletime/howto/html/ja/h2-rules-context.html
+share/doc/bibletime/howto/html/ja/h2-rules-hcontest.html
+share/doc/bibletime/howto/html/ja/h2-rules-normal.html
+share/doc/bibletime/howto/html/ja/h2-rules-parables.html
+share/doc/bibletime/howto/html/ja/h2-rules.html
+share/doc/bibletime/howto/html/ja/index.html
+share/doc/bibletime/howto/html/ko/h2-basics-approaches.html
+share/doc/bibletime/howto/html/ko/h2-basics-expository.html
+share/doc/bibletime/howto/html/ko/h2-basics-interpretation.html
+share/doc/bibletime/howto/html/ko/h2-basics-types.html
+share/doc/bibletime/howto/html/ko/h2-basics-worksheet.html
+share/doc/bibletime/howto/html/ko/h2-basics.html
+share/doc/bibletime/howto/html/ko/h2-importance-breathed.html
+share/doc/bibletime/howto/html/ko/h2-importance-exhortations.html
+share/doc/bibletime/howto/html/ko/h2-importance-liberates.html
+share/doc/bibletime/howto/html/ko/h2-importance-once.html
+share/doc/bibletime/howto/html/ko/h2-importance-supplement.html
+share/doc/bibletime/howto/html/ko/h2-importance-wars.html
+share/doc/bibletime/howto/html/ko/h2-importance-works.html
+share/doc/bibletime/howto/html/ko/h2-importance.html
+share/doc/bibletime/howto/html/ko/h2-rules-context.html
+share/doc/bibletime/howto/html/ko/h2-rules-hcontest.html
+share/doc/bibletime/howto/html/ko/h2-rules-normal.html
+share/doc/bibletime/howto/html/ko/h2-rules-parables.html
+share/doc/bibletime/howto/html/ko/h2-rules.html
+share/doc/bibletime/howto/html/ko/index.html
+share/doc/bibletime/howto/html/lt/h2-basics-approaches.html
+share/doc/bibletime/howto/html/lt/h2-basics-expository.html
+share/doc/bibletime/howto/html/lt/h2-basics-interpretation.html
+share/doc/bibletime/howto/html/lt/h2-basics-types.html
+share/doc/bibletime/howto/html/lt/h2-basics-worksheet.html
+share/doc/bibletime/howto/html/lt/h2-basics.html
+share/doc/bibletime/howto/html/lt/h2-importance-breathed.html
+share/doc/bibletime/howto/html/lt/h2-importance-exhortations.html
+share/doc/bibletime/howto/html/lt/h2-importance-liberates.html
+share/doc/bibletime/howto/html/lt/h2-importance-once.html
+share/doc/bibletime/howto/html/lt/h2-importance-supplement.html
+share/doc/bibletime/howto/html/lt/h2-importance-wars.html
+share/doc/bibletime/howto/html/lt/h2-importance-works.html
+share/doc/bibletime/howto/html/lt/h2-importance.html
+share/doc/bibletime/howto/html/lt/h2-rules-context.html
+share/doc/bibletime/howto/html/lt/h2-rules-hcontest.html
+share/doc/bibletime/howto/html/lt/h2-rules-normal.html
+share/doc/bibletime/howto/html/lt/h2-rules-parables.html
+share/doc/bibletime/howto/html/lt/h2-rules.html
+share/doc/bibletime/howto/html/lt/index.html
+share/doc/bibletime/howto/html/nl/h2-basics-approaches.html
+share/doc/bibletime/howto/html/nl/h2-basics-expository.html
+share/doc/bibletime/howto/html/nl/h2-basics-interpretation.html
+share/doc/bibletime/howto/html/nl/h2-basics-types.html
+share/doc/bibletime/howto/html/nl/h2-basics-worksheet.html
+share/doc/bibletime/howto/html/nl/h2-basics.html
+share/doc/bibletime/howto/html/nl/h2-importance-breathed.html
+share/doc/bibletime/howto/html/nl/h2-importance-exhortations.html
+share/doc/bibletime/howto/html/nl/h2-importance-liberates.html
+share/doc/bibletime/howto/html/nl/h2-importance-once.html
+share/doc/bibletime/howto/html/nl/h2-importance-supplement.html
+share/doc/bibletime/howto/html/nl/h2-importance-wars.html
+share/doc/bibletime/howto/html/nl/h2-importance-works.html
+share/doc/bibletime/howto/html/nl/h2-importance.html
+share/doc/bibletime/howto/html/nl/h2-rules-context.html
+share/doc/bibletime/howto/html/nl/h2-rules-hcontest.html
+share/doc/bibletime/howto/html/nl/h2-rules-normal.html
+share/doc/bibletime/howto/html/nl/h2-rules-parables.html
+share/doc/bibletime/howto/html/nl/h2-rules.html
+share/doc/bibletime/howto/html/nl/index.html
+share/doc/bibletime/howto/html/pt_BR/h2-basics-approaches.html
+share/doc/bibletime/howto/html/pt_BR/h2-basics-expository.html
+share/doc/bibletime/howto/html/pt_BR/h2-basics-interpretation.html
+share/doc/bibletime/howto/html/pt_BR/h2-basics-types.html
+share/doc/bibletime/howto/html/pt_BR/h2-basics-worksheet.html
+share/doc/bibletime/howto/html/pt_BR/h2-basics.html
+share/doc/bibletime/howto/html/pt_BR/h2-importance-breathed.html
+share/doc/bibletime/howto/html/pt_BR/h2-importance-exhortations.html
+share/doc/bibletime/howto/html/pt_BR/h2-importance-liberates.html
+share/doc/bibletime/howto/html/pt_BR/h2-importance-once.html
+share/doc/bibletime/howto/html/pt_BR/h2-importance-supplement.html
+share/doc/bibletime/howto/html/pt_BR/h2-importance-wars.html
+share/doc/bibletime/howto/html/pt_BR/h2-importance-works.html
+share/doc/bibletime/howto/html/pt_BR/h2-importance.html
+share/doc/bibletime/howto/html/pt_BR/h2-rules-context.html
+share/doc/bibletime/howto/html/pt_BR/h2-rules-hcontest.html
+share/doc/bibletime/howto/html/pt_BR/h2-rules-normal.html
+share/doc/bibletime/howto/html/pt_BR/h2-rules-parables.html
+share/doc/bibletime/howto/html/pt_BR/h2-rules.html
+share/doc/bibletime/howto/html/pt_BR/index.html
+share/doc/bibletime/howto/html/ru/h2-basics-approaches.html
+share/doc/bibletime/howto/html/ru/h2-basics-expository.html
+share/doc/bibletime/howto/html/ru/h2-basics-interpretation.html
+share/doc/bibletime/howto/html/ru/h2-basics-types.html
+share/doc/bibletime/howto/html/ru/h2-basics-worksheet.html
+share/doc/bibletime/howto/html/ru/h2-basics.html
+share/doc/bibletime/howto/html/ru/h2-importance-breathed.html
+share/doc/bibletime/howto/html/ru/h2-importance-exhortations.html
+share/doc/bibletime/howto/html/ru/h2-importance-liberates.html
+share/doc/bibletime/howto/html/ru/h2-importance-once.html
+share/doc/bibletime/howto/html/ru/h2-importance-supplement.html
+share/doc/bibletime/howto/html/ru/h2-importance-wars.html
+share/doc/bibletime/howto/html/ru/h2-importance-works.html
+share/doc/bibletime/howto/html/ru/h2-importance.html
+share/doc/bibletime/howto/html/ru/h2-rules-context.html
+share/doc/bibletime/howto/html/ru/h2-rules-hcontest.html
+share/doc/bibletime/howto/html/ru/h2-rules-normal.html
+share/doc/bibletime/howto/html/ru/h2-rules-parables.html
+share/doc/bibletime/howto/html/ru/h2-rules.html
+share/doc/bibletime/howto/html/ru/index.html
+share/doc/bibletime/howto/html/th/h2-basics-approaches.html
+share/doc/bibletime/howto/html/th/h2-basics-expository.html
+share/doc/bibletime/howto/html/th/h2-basics-interpretation.html
+share/doc/bibletime/howto/html/th/h2-basics-types.html
+share/doc/bibletime/howto/html/th/h2-basics-worksheet.html
+share/doc/bibletime/howto/html/th/h2-basics.html
+share/doc/bibletime/howto/html/th/h2-importance-breathed.html
+share/doc/bibletime/howto/html/th/h2-importance-exhortations.html
+share/doc/bibletime/howto/html/th/h2-importance-liberates.html
+share/doc/bibletime/howto/html/th/h2-importance-once.html
+share/doc/bibletime/howto/html/th/h2-importance-supplement.html
+share/doc/bibletime/howto/html/th/h2-importance-wars.html
+share/doc/bibletime/howto/html/th/h2-importance-works.html
+share/doc/bibletime/howto/html/th/h2-importance.html
+share/doc/bibletime/howto/html/th/h2-rules-context.html
+share/doc/bibletime/howto/html/th/h2-rules-hcontest.html
+share/doc/bibletime/howto/html/th/h2-rules-normal.html
+share/doc/bibletime/howto/html/th/h2-rules-parables.html
+share/doc/bibletime/howto/html/th/h2-rules.html
+share/doc/bibletime/howto/html/th/index.html
+share/doc/bibletime/license/license.html
+share/icons/hicolor/scalable/apps/info.bibletime.BibleTime.svg
+share/metainfo/info.bibletime.BibleTime.metainfo.xml

Index: pkgsrc/misc/bibletime/distinfo
diff -u pkgsrc/misc/bibletime/distinfo:1.3 pkgsrc/misc/bibletime/distinfo:1.4
--- pkgsrc/misc/bibletime/distinfo:1.3  Sun Oct 27 17:11:04 2019
+++ pkgsrc/misc/bibletime/distinfo      Fri Dec  4 12:17:58 2020
@@ -1,6 +1,26 @@
-$NetBSD: distinfo,v 1.3 2019/10/27 17:11:04 kamil Exp $
+$NetBSD: distinfo,v 1.4 2020/12/04 12:17:58 nros Exp $
 
-SHA1 (bibletime-2.11.2.tar.xz) = 75b0a3be9f392b568bbf974d8cf59db128fa7b20
-RMD160 (bibletime-2.11.2.tar.xz) = b4df2eb0bc581f4d0a9f0e3accebaeb955dba905
-SHA512 (bibletime-2.11.2.tar.xz) = 99e2500e07797549e32ac28238c90a4db1cd98f74ea20f0161db7675127f42363006f20d859504be958bfdecf80a18a96229a1bbc105d332af97644fafc92d31
-Size (bibletime-2.11.2.tar.xz) = 2533472 bytes
+SHA1 (bibletime-3.0.tar.xz) = 848bc1679767d767e35c2e8798ae23833edb9e34
+RMD160 (bibletime-3.0.tar.xz) = 9d838bd20fbcb7ca850fba4837cc66096b6f073e
+SHA512 (bibletime-3.0.tar.xz) = 85afc2781807345ea8fdefea6d179955fa76085c0a9c97e47321ea37ef9ea05367678c54bacfc10cf1d6085d46ba6fbd1c7d448044ffdfe3c96007ee8d7e5c00
+Size (bibletime-3.0.tar.xz) = 1568732 bytes
+SHA1 (patch-cmake_BTApplication.cmake) = 4183272811c95ca540b5eb8c807a94d02e7d685a
+SHA1 (patch-src_backend_bookshelfmodel_btbookshelftreemodel.cpp) = c003c229770594e283787ec5c2f7d698a56dc2be
+SHA1 (patch-src_backend_managers_clanguagemgr.h) = 41c63c71e2fcb48e2a8d56841bb60b8f00783505
+SHA1 (patch-src_frontend_bibletime.cpp) = a38d26bccc47b4bfc13129c6be1d753377e2af89
+SHA1 (patch-src_frontend_bibletime.h) = 365310bdfcb5f4771aa4f6b7e588e523d6fb63e5
+SHA1 (patch-src_frontend_bookshelfwizard_btbookshelfwizard.h) = 6463a56969d0cfd3183bd512deff678a8b1ab562
+SHA1 (patch-src_frontend_btaboutmoduledialog.h) = 7d6c1ab72192cce3e8cacbd93738c5b499a5debb
+SHA1 (patch-src_frontend_btbookshelfdockwidget.h) = 6a1247696dda5631cf80c27f796add7eeaa81e9e
+SHA1 (patch-src_frontend_btbookshelfwidget.h) = 9fba4f108b2c8f8d42189ed2137d29dda07a8138
+SHA1 (patch-src_frontend_btmodulechooserdialog.h) = 76f36c4d08db9f4b5b7998ac31f40c99e721f893
+SHA1 (patch-src_frontend_cmdiarea.h) = 4502ed7bdc49151ec647f773f297a67d6dabf452
+SHA1 (patch-src_frontend_display_modelview_btquickwidget.cpp) = b3d9d951c7a9faccf7c06d0bcbbe54eeffe97920
+SHA1 (patch-src_frontend_displaywindow_creadwindow.cpp) = ea94b0ab713ea26c76cb20699e9e143bbaeabeeb
+SHA1 (patch-src_frontend_edittextwizard_btedittextwizard.h) = 0cf50c1fbb6f890d783fd930588b2a81bfce342d
+SHA1 (patch-src_frontend_keychooser_cbookkeychooser.cpp) = b0d05e8d8ab1b7c8cf9d5c22c3ba6c05aaf7da6d
+SHA1 (patch-src_frontend_keychooser_ckeychooserwidget.cpp) = 749f7af4f11173f726092a1e58d1231eacdb5687
+SHA1 (patch-src_frontend_keychooser_cscrollerwidgetset.cpp) = 9826fbf4d0b6cc1594a9aa657e48c45aec3412b9
+SHA1 (patch-src_frontend_keychooser_versekeychooser_btdropdownchooserbutton.cpp) = 171c04ade434617809970abfc1c9feabeee81bde
+SHA1 (patch-src_frontend_searchdialog_btsearchmodulechooserdialog.h) = 27d86c92713cdd795093b7538b1caea06451964d
+SHA1 (patch-src_frontend_settingsdialogs_btconfigdialog.h) = ab3c000becf4b4c361741013998d76982e2f48ee

Added files:

Index: pkgsrc/misc/bibletime/patches/patch-cmake_BTApplication.cmake
diff -u /dev/null pkgsrc/misc/bibletime/patches/patch-cmake_BTApplication.cmake:1.1
--- /dev/null   Fri Dec  4 12:17:59 2020
+++ pkgsrc/misc/bibletime/patches/patch-cmake_BTApplication.cmake       Fri Dec  4 12:17:58 2020
@@ -0,0 +1,20 @@
+$NetBSD: patch-cmake_BTApplication.cmake,v 1.1 2020/12/04 12:17:58 nros Exp $
+
+* don't install DisplayView.qml in bin
+ taken from upstream https://github.com/bibletime/bibletime/commit/7700e93a345c202cd45cd4e72b77feb64fe33b80
+
+--- cmake/BTApplication.cmake.orig     2020-08-02 18:32:25.000000000 +0000
++++ cmake/BTApplication.cmake
+@@ -178,10 +178,10 @@ INSTALL(FILES "docs/license.html"
+ # See QTBUG-55259, Affects windeployqt and macdeployqt
+ IF(APPLE)
+     INSTALL(FILES "src/frontend/display/modelview/DisplayView.qml"
+-        DESTINATION "${BT_BINDIR}/BibleTime.app/Contents/MacOS")
++        DESTINATION "${BT_BINDIR}/BibleTime.app/share/bibletime/qml")
+ ELSE()
+     INSTALL(FILES "src/frontend/display/modelview/DisplayView.qml"
+-        DESTINATION "${BT_BINDIR}/")
++        DESTINATION "${BT_DATAROOTDIR}/bibletime/qml")
+ ENDIF()
+ 
+ FILE(GLOB INSTALL_TMPL_LIST
Index: pkgsrc/misc/bibletime/patches/patch-src_backend_bookshelfmodel_btbookshelftreemodel.cpp
diff -u /dev/null pkgsrc/misc/bibletime/patches/patch-src_backend_bookshelfmodel_btbookshelftreemodel.cpp:1.1
--- /dev/null   Fri Dec  4 12:17:59 2020
+++ pkgsrc/misc/bibletime/patches/patch-src_backend_bookshelfmodel_btbookshelftreemodel.cpp     Fri Dec  4 12:17:58 2020
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_backend_bookshelfmodel_btbookshelftreemodel.cpp,v 1.1 2020/12/04 12:17:58 nros Exp $
+
+* remove deprecation warning
+ taken from upstream https://github.com/bibletime/bibletime/commit/6eb2938ed8b0244fda481c5fbfd7c00588c3d848
+
+--- src/backend/bookshelfmodel/btbookshelftreemodel.cpp.orig   2020-08-02 18:32:25.000000000 +0000
++++ src/backend/bookshelfmodel/btbookshelftreemodel.cpp
+@@ -214,7 +214,7 @@ bool BtBookshelfTreeModel::setData(const
+ 
+ Qt::ItemFlags BtBookshelfTreeModel::flags(const QModelIndex & index) const {
+     if (!index.isValid())
+-        return nullptr;
++        return Qt::ItemFlags();
+ 
+     Qt::ItemFlags f(Qt::ItemIsEnabled | Qt::ItemIsSelectable);
+ 
Index: pkgsrc/misc/bibletime/patches/patch-src_backend_managers_clanguagemgr.h
diff -u /dev/null pkgsrc/misc/bibletime/patches/patch-src_backend_managers_clanguagemgr.h:1.1
--- /dev/null   Fri Dec  4 12:17:59 2020
+++ pkgsrc/misc/bibletime/patches/patch-src_backend_managers_clanguagemgr.h     Fri Dec  4 12:17:58 2020
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_backend_managers_clanguagemgr.h,v 1.1 2020/12/04 12:17:58 nros Exp $
+
+* remove deprecation warning
+ taken from upstream https://github.com/bibletime/bibletime/commit/72adbba869a14be47967d7e5d877d0e7c49f0375
+
+--- src/backend/managers/clanguagemgr.h.orig   2020-08-02 18:32:25.000000000 +0000
++++ src/backend/managers/clanguagemgr.h
+@@ -163,7 +163,7 @@ class CLanguageMgr {
+     private:
+         void init();
+         inline const QStringList makeStringList(const QString& abbrevs) {
+-            return abbrevs.split( ";", QString::KeepEmptyParts, Qt::CaseSensitive );
++            return abbrevs.split( ";", Qt::KeepEmptyParts, Qt::CaseSensitive );
+         }
+ 
+         Language m_defaultLanguage;
Index: pkgsrc/misc/bibletime/patches/patch-src_frontend_bibletime.cpp
diff -u /dev/null pkgsrc/misc/bibletime/patches/patch-src_frontend_bibletime.cpp:1.1
--- /dev/null   Fri Dec  4 12:17:59 2020
+++ pkgsrc/misc/bibletime/patches/patch-src_frontend_bibletime.cpp      Fri Dec  4 12:17:58 2020
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_frontend_bibletime.cpp,v 1.1 2020/12/04 12:17:58 nros Exp $
+
+* remove deprecation warning
+ taken from upstream https://github.com/bibletime/bibletime/commit/6eb2938ed8b0244fda481c5fbfd7c00588c3d848
+
+--- src/frontend/bibletime.cpp.orig    2020-08-02 18:32:25.000000000 +0000
++++ src/frontend/bibletime.cpp
+@@ -92,7 +92,7 @@ BibleTime::BibleTime(QWidget *parent, Qt
+         if (!pm.load(splashImage)) {
+             qWarning("Can't load startuplogo! Check your installation.");
+         }
+-        splash = new QSplashScreen(this, pm);
++        splash = new QSplashScreen(pm);
+         splash->setAttribute(Qt::WA_DeleteOnClose);
+         splash->finish(this);
+         splash->showMessage(splashHtml.arg(tr("Initializing the SWORD engine...")),
Index: pkgsrc/misc/bibletime/patches/patch-src_frontend_bibletime.h
diff -u /dev/null pkgsrc/misc/bibletime/patches/patch-src_frontend_bibletime.h:1.1
--- /dev/null   Fri Dec  4 12:17:59 2020
+++ pkgsrc/misc/bibletime/patches/patch-src_frontend_bibletime.h        Fri Dec  4 12:17:58 2020
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_frontend_bibletime.h,v 1.1 2020/12/04 12:17:58 nros Exp $
+
+* remove deprecation warning
+ taken from upstream https://github.com/bibletime/bibletime/commit/6eb2938ed8b0244fda481c5fbfd7c00588c3d848
+
+--- src/frontend/bibletime.h.orig      2020-08-02 18:32:25.000000000 +0000
++++ src/frontend/bibletime.h
+@@ -138,7 +138,7 @@ class BibleTime : public QMainWindow {
+ 
+     public:
+ 
+-        BibleTime(QWidget *parent = nullptr, Qt::WindowFlags flags = nullptr);
++        BibleTime(QWidget *parent = nullptr, Qt::WindowFlags flags = Qt::WindowFlags());
+ 
+         ~BibleTime() override;
+ 
Index: pkgsrc/misc/bibletime/patches/patch-src_frontend_bookshelfwizard_btbookshelfwizard.h
diff -u /dev/null pkgsrc/misc/bibletime/patches/patch-src_frontend_bookshelfwizard_btbookshelfwizard.h:1.1
--- /dev/null   Fri Dec  4 12:17:59 2020
+++ pkgsrc/misc/bibletime/patches/patch-src_frontend_bookshelfwizard_btbookshelfwizard.h        Fri Dec  4 12:17:58 2020
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_frontend_bookshelfwizard_btbookshelfwizard.h,v 1.1 2020/12/04 12:17:58 nros Exp $
+
+* remove deprecation warning
+ taken from upstream https://github.com/bibletime/bibletime/commit/6eb2938ed8b0244fda481c5fbfd7c00588c3d848
+
+--- src/frontend/bookshelfwizard/btbookshelfwizard.h.orig      2020-08-02 18:32:25.000000000 +0000
++++ src/frontend/bookshelfwizard/btbookshelfwizard.h
+@@ -38,7 +38,7 @@ class BtBookshelfWizard final: public QW
+ 
+ public: /* Methods: */
+ 
+-    BtBookshelfWizard(QWidget * parent = nullptr, Qt::WindowFlags flags = 0);
++    BtBookshelfWizard(QWidget * parent = nullptr, Qt::WindowFlags flags = Qt::WindowFlags());
+ 
+     QStringList selectedSources() const;
+     QStringList selectedLanguages() const;
Index: pkgsrc/misc/bibletime/patches/patch-src_frontend_btaboutmoduledialog.h
diff -u /dev/null pkgsrc/misc/bibletime/patches/patch-src_frontend_btaboutmoduledialog.h:1.1
--- /dev/null   Fri Dec  4 12:17:59 2020
+++ pkgsrc/misc/bibletime/patches/patch-src_frontend_btaboutmoduledialog.h      Fri Dec  4 12:17:58 2020
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_frontend_btaboutmoduledialog.h,v 1.1 2020/12/04 12:17:58 nros Exp $
+
+* remove deprecation warning
+ taken from upstream https://github.com/bibletime/bibletime/commit/6eb2938ed8b0244fda481c5fbfd7c00588c3d848
+
+--- src/frontend/btaboutmoduledialog.h.orig    2020-08-02 18:32:25.000000000 +0000
++++ src/frontend/btaboutmoduledialog.h
+@@ -31,7 +31,7 @@ class BTAboutModuleDialog: public QDialo
+ 
+         BTAboutModuleDialog(const CSwordModuleInfo *moduleInfo,
+                             QWidget *parent = nullptr,
+-                            Qt::WindowFlags flags = nullptr);
++                            Qt::WindowFlags flags = Qt::WindowFlags());
+ 
+     protected: /* Methods: */
+ 
Index: pkgsrc/misc/bibletime/patches/patch-src_frontend_btbookshelfdockwidget.h
diff -u /dev/null pkgsrc/misc/bibletime/patches/patch-src_frontend_btbookshelfdockwidget.h:1.1
--- /dev/null   Fri Dec  4 12:17:59 2020
+++ pkgsrc/misc/bibletime/patches/patch-src_frontend_btbookshelfdockwidget.h    Fri Dec  4 12:17:58 2020
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_frontend_btbookshelfdockwidget.h,v 1.1 2020/12/04 12:17:58 nros Exp $
+
+* remove deprecation warning
+ taken from upstream https://github.com/bibletime/bibletime/commit/6eb2938ed8b0244fda481c5fbfd7c00588c3d848
+
+--- src/frontend/btbookshelfdockwidget.h.orig  2020-08-02 18:32:25.000000000 +0000
++++ src/frontend/btbookshelfdockwidget.h
+@@ -29,7 +29,7 @@ class QStackedWidget;
+ class BtBookshelfDockWidget: public QDockWidget {
+         Q_OBJECT
+     public:
+-        BtBookshelfDockWidget(QWidget *parent = nullptr, Qt::WindowFlags f = nullptr);
++        BtBookshelfDockWidget(QWidget *parent = nullptr, Qt::WindowFlags f = Qt::WindowFlags());
+ 
+         static inline BtBookshelfDockWidget *getInstance() { return m_instance; }
+ 
Index: pkgsrc/misc/bibletime/patches/patch-src_frontend_btbookshelfwidget.h
diff -u /dev/null pkgsrc/misc/bibletime/patches/patch-src_frontend_btbookshelfwidget.h:1.1
--- /dev/null   Fri Dec  4 12:17:59 2020
+++ pkgsrc/misc/bibletime/patches/patch-src_frontend_btbookshelfwidget.h        Fri Dec  4 12:17:58 2020
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_frontend_btbookshelfwidget.h,v 1.1 2020/12/04 12:17:58 nros Exp $
+
+* remove deprecation warning
+ taken from upstream https://github.com/bibletime/bibletime/commit/6eb2938ed8b0244fda481c5fbfd7c00588c3d848
+
+--- src/frontend/btbookshelfwidget.h.orig      2020-08-02 18:32:25.000000000 +0000
++++ src/frontend/btbookshelfwidget.h
+@@ -34,7 +34,7 @@ class QToolButton;
+ class BtBookshelfWidget: public QWidget {
+     Q_OBJECT
+     public:
+-        explicit BtBookshelfWidget(QWidget *parent = nullptr, Qt::WindowFlags flags = nullptr);
++        explicit BtBookshelfWidget(QWidget *parent = nullptr, Qt::WindowFlags flags = Qt::WindowFlags());
+ 
+         void setSourceModel(QAbstractItemModel *model);
+ 
Index: pkgsrc/misc/bibletime/patches/patch-src_frontend_btmodulechooserdialog.h
diff -u /dev/null pkgsrc/misc/bibletime/patches/patch-src_frontend_btmodulechooserdialog.h:1.1
--- /dev/null   Fri Dec  4 12:17:59 2020
+++ pkgsrc/misc/bibletime/patches/patch-src_frontend_btmodulechooserdialog.h    Fri Dec  4 12:17:58 2020
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_frontend_btmodulechooserdialog.h,v 1.1 2020/12/04 12:17:58 nros Exp $
+
+* remove deprecation warning
+ taken from upstream https://github.com/bibletime/bibletime/commit/6eb2938ed8b0244fda481c5fbfd7c00588c3d848
+
+--- src/frontend/btmodulechooserdialog.h.orig  2020-08-02 18:32:25.000000000 +0000
++++ src/frontend/btmodulechooserdialog.h
+@@ -26,7 +26,7 @@ class BtModuleChooserDialog : public QDi
+     Q_OBJECT
+ 
+     protected:
+-        explicit BtModuleChooserDialog(QWidget *parent = nullptr, Qt::WindowFlags flags = nullptr);
++        explicit BtModuleChooserDialog(QWidget *parent = nullptr, Qt::WindowFlags flags = Qt::WindowFlags());
+ 
+         void retranslateUi();
+ 
Index: pkgsrc/misc/bibletime/patches/patch-src_frontend_cmdiarea.h
diff -u /dev/null pkgsrc/misc/bibletime/patches/patch-src_frontend_cmdiarea.h:1.1
--- /dev/null   Fri Dec  4 12:17:59 2020
+++ pkgsrc/misc/bibletime/patches/patch-src_frontend_cmdiarea.h Fri Dec  4 12:17:58 2020
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_frontend_cmdiarea.h,v 1.1 2020/12/04 12:17:58 nros Exp $
+
+* remove deprecation warning
+ taken from upstream https://github.com/bibletime/bibletime/commit/6eb2938ed8b0244fda481c5fbfd7c00588c3d848
+
+--- src/frontend/cmdiarea.h.orig       2020-08-02 18:32:25.000000000 +0000
++++ src/frontend/cmdiarea.h
+@@ -55,7 +55,7 @@ class CMDIArea: public QMdiArea {
+           Reimplementation of QMdiArea::addSubWindow().
+         */
+         QMdiSubWindow * addSubWindow(QWidget * widget,
+-                                     Qt::WindowFlags windowFlags = nullptr);
++                                     Qt::WindowFlags windowFlags = Qt::WindowFlags());
+ 
+         /**
+           Returns the BibleTime main window
Index: pkgsrc/misc/bibletime/patches/patch-src_frontend_display_modelview_btquickwidget.cpp
diff -u /dev/null pkgsrc/misc/bibletime/patches/patch-src_frontend_display_modelview_btquickwidget.cpp:1.1
--- /dev/null   Fri Dec  4 12:17:59 2020
+++ pkgsrc/misc/bibletime/patches/patch-src_frontend_display_modelview_btquickwidget.cpp        Fri Dec  4 12:17:58 2020
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_frontend_display_modelview_btquickwidget.cpp,v 1.1 2020/12/04 12:17:58 nros Exp $
+
+* don't install DisplayView.qml in bin
+ taken from upstream https://github.com/bibletime/bibletime/commit/7700e93a345c202cd45cd4e72b77feb64fe33b80
+
+--- src/frontend/display/modelview/btquickwidget.cpp.orig      2020-08-02 18:32:25.000000000 +0000
++++ src/frontend/display/modelview/btquickwidget.cpp
+@@ -36,7 +36,7 @@ BtQuickWidget::BtQuickWidget(BtQmlScroll
+     setAcceptDrops(true);
+ 
+     namespace DU = util::directory;
+-    QString qmlFile = QCoreApplication::applicationDirPath() + "/" + "DisplayView.qml";
++    QString qmlFile = QCoreApplication::applicationDirPath() + "/../share/bibletime/qml/" + "DisplayView.qml";
+     setSource(QUrl::fromLocalFile(qmlFile));
+     setupScrollTimer();
+ }
Index: pkgsrc/misc/bibletime/patches/patch-src_frontend_displaywindow_creadwindow.cpp
diff -u /dev/null pkgsrc/misc/bibletime/patches/patch-src_frontend_displaywindow_creadwindow.cpp:1.1
--- /dev/null   Fri Dec  4 12:17:59 2020
+++ pkgsrc/misc/bibletime/patches/patch-src_frontend_displaywindow_creadwindow.cpp      Fri Dec  4 12:17:58 2020
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_frontend_displaywindow_creadwindow.cpp,v 1.1 2020/12/04 12:17:58 nros Exp $
+
+* remove deprecation warning
+ taken from upstream https://github.com/bibletime/bibletime/commit/72adbba869a14be47967d7e5d877d0e7c49f0375
+
+--- src/frontend/displaywindow/creadwindow.cpp.orig    2020-08-02 18:32:25.000000000 +0000
++++ src/frontend/displaywindow/creadwindow.cpp
+@@ -120,7 +120,7 @@ void CReadWindow::openSearchStrongsDialo
+     Q_FOREACH(QString const & strongNumber,
+               displayWidget()->getCurrentNodeInfo().split(
+                   '|',
+-                  QString::SkipEmptyParts))
++                  Qt::SkipEmptyParts))
+         searchText.append("strong:").append(strongNumber).append(' ');
+     Search::CSearchDialog::openDialog(modules(), searchText, nullptr);
+ }
Index: pkgsrc/misc/bibletime/patches/patch-src_frontend_edittextwizard_btedittextwizard.h
diff -u /dev/null pkgsrc/misc/bibletime/patches/patch-src_frontend_edittextwizard_btedittextwizard.h:1.1
--- /dev/null   Fri Dec  4 12:17:59 2020
+++ pkgsrc/misc/bibletime/patches/patch-src_frontend_edittextwizard_btedittextwizard.h  Fri Dec  4 12:17:58 2020
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_frontend_edittextwizard_btedittextwizard.h,v 1.1 2020/12/04 12:17:58 nros Exp $
+
+* remove deprecation warning
+ taken from upstream https://github.com/bibletime/bibletime/commit/6eb2938ed8b0244fda481c5fbfd7c00588c3d848
+
+--- src/frontend/edittextwizard/btedittextwizard.h.orig        2020-08-02 18:32:25.000000000 +0000
++++ src/frontend/edittextwizard/btedittextwizard.h
+@@ -26,7 +26,7 @@ class BtEditTextWizard final: public QWi
+ 
+ public: /* Methods: */
+ 
+-    BtEditTextWizard(QWidget * parent = nullptr, Qt::WindowFlags flags = 0);
++    BtEditTextWizard(QWidget * parent = nullptr, Qt::WindowFlags flags = Qt::WindowFlags());
+ 
+     bool htmlMode() const;
+     void setFont(const QFont& font);
Index: pkgsrc/misc/bibletime/patches/patch-src_frontend_keychooser_cbookkeychooser.cpp
diff -u /dev/null pkgsrc/misc/bibletime/patches/patch-src_frontend_keychooser_cbookkeychooser.cpp:1.1
--- /dev/null   Fri Dec  4 12:17:59 2020
+++ pkgsrc/misc/bibletime/patches/patch-src_frontend_keychooser_cbookkeychooser.cpp     Fri Dec  4 12:17:58 2020
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_frontend_keychooser_cbookkeychooser.cpp,v 1.1 2020/12/04 12:17:58 nros Exp $
+
+* remove deprecation warning
+ taken from upstream https://github.com/bibletime/bibletime/commit/72adbba869a14be47967d7e5d877d0e7c49f0375
+
+--- src/frontend/keychooser/cbookkeychooser.cpp.orig   2020-08-02 18:32:25.000000000 +0000
++++ src/frontend/keychooser/cbookkeychooser.cpp
+@@ -66,7 +66,7 @@ void CBookKeyChooser::setKey(CSwordKey *
+ 
+     QStringList siblings; // Split up key
+     if (m_key && !oldKey.isEmpty())
+-        siblings = oldKey.split('/', QString::SkipEmptyParts);
++        siblings = oldKey.split('/', Qt::SkipEmptyParts);
+ 
+     int depth = 0;
+ 
Index: pkgsrc/misc/bibletime/patches/patch-src_frontend_keychooser_ckeychooserwidget.cpp
diff -u /dev/null pkgsrc/misc/bibletime/patches/patch-src_frontend_keychooser_ckeychooserwidget.cpp:1.1
--- /dev/null   Fri Dec  4 12:17:59 2020
+++ pkgsrc/misc/bibletime/patches/patch-src_frontend_keychooser_ckeychooserwidget.cpp   Fri Dec  4 12:17:58 2020
@@ -0,0 +1,28 @@
+$NetBSD: patch-src_frontend_keychooser_ckeychooserwidget.cpp,v 1.1 2020/12/04 12:17:58 nros Exp $
+
+* remove deprecation warning
+ taken from upstream https://github.com/bibletime/bibletime/commit/6eb2938ed8b0244fda481c5fbfd7c00588c3d848
+
+--- src/frontend/keychooser/ckeychooserwidget.cpp.orig 2020-08-02 18:32:25.000000000 +0000
++++ src/frontend/keychooser/ckeychooserwidget.cpp
+@@ -67,17 +67,17 @@ bool CKCComboBox::eventFilter(QObject * 
+             return false;
+ 
+         if (f->reason() == Qt::ActiveWindowFocusReason) {
+-            emit activated(currentText());
++            emit textActivated(currentText());
+             return false;
+         }
+ 
+         if (f->reason() == Qt::MouseFocusReason) {
+-            emit activated(currentText());
++            emit textActivated(currentText());
+             return false;
+         }
+ 
+         if (o == this) {
+-            emit activated(currentText());
++            emit textActivated(currentText());
+             return false;
+         }
+     }
Index: pkgsrc/misc/bibletime/patches/patch-src_frontend_keychooser_cscrollerwidgetset.cpp
diff -u /dev/null pkgsrc/misc/bibletime/patches/patch-src_frontend_keychooser_cscrollerwidgetset.cpp:1.1
--- /dev/null   Fri Dec  4 12:17:59 2020
+++ pkgsrc/misc/bibletime/patches/patch-src_frontend_keychooser_cscrollerwidgetset.cpp  Fri Dec  4 12:17:58 2020
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_frontend_keychooser_cscrollerwidgetset.cpp,v 1.1 2020/12/04 12:17:58 nros Exp $
+
+* remove deprecation warning
+ taken from upstream https://github.com/bibletime/bibletime/commit/6eb2938ed8b0244fda481c5fbfd7c00588c3d848
+
+--- src/frontend/keychooser/cscrollerwidgetset.cpp.orig        2020-08-02 18:32:25.000000000 +0000
++++ src/frontend/keychooser/cscrollerwidgetset.cpp
+@@ -75,7 +75,7 @@ void CScrollerWidgetSet::setToolTips(con
+ 
+ 
+ void CScrollerWidgetSet::wheelEvent(QWheelEvent * e) {
+-    int const delta = e->delta();
++    int const delta = e->angleDelta().y();
+     if (delta == 0) {
+         e->ignore();
+     } else {
Index: pkgsrc/misc/bibletime/patches/patch-src_frontend_keychooser_versekeychooser_btdropdownchooserbutton.cpp
diff -u /dev/null pkgsrc/misc/bibletime/patches/patch-src_frontend_keychooser_versekeychooser_btdropdownchooserbutton.cpp:1.1
--- /dev/null   Fri Dec  4 12:17:59 2020
+++ pkgsrc/misc/bibletime/patches/patch-src_frontend_keychooser_versekeychooser_btdropdownchooserbutton.cpp     Fri Dec  4 12:17:59 2020
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_frontend_keychooser_versekeychooser_btdropdownchooserbutton.cpp,v 1.1 2020/12/04 12:17:59 nros Exp $
+
+* remove deprecation warning
+ taken from upstream https://github.com/bibletime/bibletime/commit/6eb2938ed8b0244fda481c5fbfd7c00588c3d848
+
+--- src/frontend/keychooser/versekeychooser/btdropdownchooserbutton.cpp.orig   2020-08-02 18:32:25.000000000 +0000
++++ src/frontend/keychooser/versekeychooser/btdropdownchooserbutton.cpp
+@@ -49,7 +49,7 @@ void BtDropdownChooserButton::mousePress
+ }
+ 
+ void BtDropdownChooserButton::wheelEvent(QWheelEvent * e) {
+-    int const delta = e->delta();
++    int const delta = e->angleDelta().y();
+     if (delta == 0) {
+         e->ignore();
+     } else {
Index: pkgsrc/misc/bibletime/patches/patch-src_frontend_searchdialog_btsearchmodulechooserdialog.h
diff -u /dev/null pkgsrc/misc/bibletime/patches/patch-src_frontend_searchdialog_btsearchmodulechooserdialog.h:1.1
--- /dev/null   Fri Dec  4 12:17:59 2020
+++ pkgsrc/misc/bibletime/patches/patch-src_frontend_searchdialog_btsearchmodulechooserdialog.h Fri Dec  4 12:17:59 2020
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_frontend_searchdialog_btsearchmodulechooserdialog.h,v 1.1 2020/12/04 12:17:59 nros Exp $
+
+* remove deprecation warning
+ taken from upstream https://github.com/bibletime/bibletime/commit/6eb2938ed8b0244fda481c5fbfd7c00588c3d848
+
+--- src/frontend/searchdialog/btsearchmodulechooserdialog.h.orig       2020-11-28 18:53:24.250680326 +0000
++++ src/frontend/searchdialog/btsearchmodulechooserdialog.h
+@@ -26,7 +26,7 @@ class BtSearchModuleChooserDialog: publi
+     Q_OBJECT
+     public:
+         BtSearchModuleChooserDialog(QWidget *parent = nullptr,
+-                                    Qt::WindowFlags flags = nullptr);
++                                    Qt::WindowFlags flags = Qt::WindowFlags());
+ 
+         inline void setCheckedModules(BtConstModuleSet const & modules)
+         { bookshelfWidget()->treeModel()->setCheckedModules(modules); }
Index: pkgsrc/misc/bibletime/patches/patch-src_frontend_settingsdialogs_btconfigdialog.h
diff -u /dev/null pkgsrc/misc/bibletime/patches/patch-src_frontend_settingsdialogs_btconfigdialog.h:1.1
--- /dev/null   Fri Dec  4 12:17:59 2020
+++ pkgsrc/misc/bibletime/patches/patch-src_frontend_settingsdialogs_btconfigdialog.h   Fri Dec  4 12:17:59 2020
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_frontend_settingsdialogs_btconfigdialog.h,v 1.1 2020/12/04 12:17:59 nros Exp $
+
+* remove deprecation warning
+ taken from upstream https://github.com/bibletime/bibletime/commit/6eb2938ed8b0244fda481c5fbfd7c00588c3d848
+
+--- src/frontend/settingsdialogs/btconfigdialog.h.orig 2020-08-02 18:32:25.000000000 +0000
++++ src/frontend/settingsdialogs/btconfigdialog.h
+@@ -72,7 +72,7 @@ public: /* Types: */
+ public: /* Methods: */
+ 
+     BtConfigDialog(QWidget * const parent = nullptr,
+-                   Qt::WindowFlags const flags = 0);
++                   Qt::WindowFlags const flags = Qt::WindowFlags());
+ 
+     /** Adds a BtConfigPage to the paged widget stack. The new page will be the current page.*/
+     void addPage(Page * const pageWidget);



Home | Main Index | Thread Index | Old Index