• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

cmake/modules/H25-Apr-2020-367337

config/H03-May-2022-1,9741,625

doc/H03-May-2022-1,8211,765

icons/H03-May-2022-

mime/H03-May-2022-138129

mobile/sailfishos/H25-Apr-2020-1,9401,517

po/H25-Apr-2020-123,594102,901

src/H03-May-2022-53,50836,477

testset/H03-May-2022-

xslt/H03-May-2022-1,5591,321

.arcconfigH A D25-Apr-202090 54

.krazyH A D25-Apr-202020 21

ChangeLogH A D25-Apr-202011.9 KiB254221

LICENSEH A D25-Apr-202017.6 KiB341281

Mainpage.doxH A D25-Apr-2020412 2114

Messages.shH A D25-Apr-20201 KiB203

READMEH A D25-Apr-20201.4 KiB5136

TODOH A D25-Apr-20202 KiB5346

format_source_files.shH A D25-Apr-20204 KiB12484

README

1KBibTeX
2=======
3
4Copyright: 2004-2019 Thomas Fischer <fischer@unix-ag.uni-kl.de>
5
6Author/Maintainer: Thomas Fischer <fischer@unix-ag.uni-kl.de>
7
8
9Description
10-----------
11The program KBibTeX is a bibliography editor by KDE. Its main
12purpose is to provide a user-friendly interface to BibTeX files.
13
14
15Homepage
16--------
17
18Visit  https://userbase.kde.org/KBibTeX  for more information.
19
20
21Dependencies
22------------
23
24KBibTeX makes heavily use of KDE Frameworks 5 and therefore Qt 5.
25Furthermore a number of additional dependencies exist to, for
26example, parse PDF or XML files.
27
28In detail, the following dependencies exist:
29
30* Compile time
31  - Qt 5.6 or later,
32    required components Core, Widgets, and Network
33  - KDE Frameworks 5.26 or later,
34    required components I18n, XmlGui, KIO, IconThemes, ItemViews,
35                        Completion, Parts, CoreAddons, Service,
36                        DocTools, Wallet, Crash,
37    and has helper package: extra-cmake-modules (ECM)
38  - libxml2 (any recent version should suffice)
39  - libxslt (any recent version should suffice)
40  - Poppler 0.32 or later with Qt5 bindings installed
41  - QCA 2.0 or later with Qt5 bindings installed
42  - ICU (any recent version should suffice),
43    required components uc and i18n
44  - QtOAuth 2.0 or later (OPTIONAL)
45
46* Runtime
47  - BibUtils to import/export various bibliography formats
48
49In case this list is incomplete, wrong, or out-dated, please file
50a bug for KBibTeX at https://bugs.kde.org/
51