All Projects → petrovvlad → freeLib

petrovvlad / freeLib

Licence: GPL-3.0 License
freeLib - каталогизатор для библиотек LibRusEc и Flibusta

Programming Languages

C++
36643 projects - #6 most used programming language
XSLT
1337 projects
CMake
9771 projects
Inno Setup
370 projects
CSS
56736 projects
HTML
75241 projects
c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to freeLib

Jkqtplotter
an extensive Qt5 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies
Stars: ✭ 246 (+1194.74%)
Mutual labels:  qt, qt5
QDashBoard
Sample dashboard developed with QML. Login, plots and several screens.
Stars: ✭ 34 (+78.95%)
Mutual labels:  qt, qt5
QUaServer
Qt C++ wrapper for open62541 server stack
Stars: ✭ 78 (+310.53%)
Mutual labels:  qt, qt5
Qml Box2d
Box2D QML plugin
Stars: ✭ 223 (+1073.68%)
Mutual labels:  qt, qt5
QtExamples
Translations of the official Qt examples into PyQt5 (also PySide2) and more.
Stars: ✭ 39 (+105.26%)
Mutual labels:  qt, qt5
Cqtdeployer
This project is used to deploy applications written using QML, qt or other С / С++ frameworks.
Stars: ✭ 225 (+1084.21%)
Mutual labels:  qt, qt5
chatRoom
从零开始实现一个聊天室客户端(用qt实现,在Windows和Linux环境下都行),和在Linux下实现服务器后台
Stars: ✭ 146 (+668.42%)
Mutual labels:  qt, qt5
Swift
Swift XMPP client and Swiften XMPP library
Stars: ✭ 190 (+900%)
Mutual labels:  qt, qt5
screenshotgun
Open cross-platform screenshoter with cloud support and server part
Stars: ✭ 23 (+21.05%)
Mutual labels:  qt, qt5
qSIP
VoIP/SIP client (softphone)
Stars: ✭ 20 (+5.26%)
Mutual labels:  qt, qt5
Qt Aes
Native Qt AES encryption class
Stars: ✭ 207 (+989.47%)
Mutual labels:  qt, qt5
asn1scc.IDE
Qt Creator plugin for asn1scc - ASN.1/ACN compiler for embedded systems
Stars: ✭ 15 (-21.05%)
Mutual labels:  qt, qt5
Qml Creative Controls
QML controls for creative applications and creative coding
Stars: ✭ 199 (+947.37%)
Mutual labels:  qt, qt5
Qtusb
A cross-platform USB Module for Qt.
Stars: ✭ 245 (+1189.47%)
Mutual labels:  qt, qt5
Apk Editor Studio
Powerful yet easy to use APK editor for PC and Mac.
Stars: ✭ 197 (+936.84%)
Mutual labels:  qt, qt5
Swiftly
Swiftly is an easy to use Qt/C++ web framework
Stars: ✭ 20 (+5.26%)
Mutual labels:  qt, qt5
Qmarkdowntextedit
A C++ Qt QPlainTextEdit widget with markdown highlighting support and a lot of other extras
Stars: ✭ 182 (+857.89%)
Mutual labels:  qt, qt5
Browser
🌍 Cross-platform Material design web browser
Stars: ✭ 184 (+868.42%)
Mutual labels:  qt, qt5
dannyAVgleDownloader
知名網站avgle下載器
Stars: ✭ 27 (+42.11%)
Mutual labels:  qt, qt5
tenplayer
Modern Music Player for Linux
Stars: ✭ 18 (-5.26%)
Mutual labels:  qt, qt5

freeLib

freeLib - каталогизатор для библиотек LibRusEc и Flibusta

Это форк общедоступного freeLib 5.0 , разработка которого прекращена. screenshot

  • Создание собственных библиотек на основе файлов FB2(.ZIP), EPUB, FBD.
  • Конвертация в форматы AZW3 (KF8), MOBI, MOBI7 (KF7), EPUB.
  • Работа с несколькими библиотеками.
  • Импорт библиотек из inpx-файлов.
  • Поиск и фильтрация книг.
  • Серверы OPDS и HTTP.
  • Сохранение книг в выбранную папку.
  • Различные настройки экспорта для нескольких устройств.
  • Отправка выбранных файлов книг на email (Send to Kindle).
  • Установка тегов для книги, автора, серии и фильтрация по тегам.
  • Настройка форматирования книг (шрифты, буквица, заголовки, переносы, сноски)
  • Чтение книг с помощью внешних приложений. Можно назначить отдельную программу для каждого формата.

Сборка и установка из исходников в Ubuntu

Установить необходимые компоненты:

sudo apt update
sudo apt-get install git cmake build-essential qtbase5-dev qtwebengine5-dev libqt5xmlpatterns5-dev libquazip5-dev

Скачать исходники программы:

git clone --recurse-submodules https://github.com/petrovvlad/freeLib.git

Собрать и установить:

mkdir freeLib/build && cd freeLib/build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DQUAZIP_STATIC:BOOL=ON .. && cmake --build .
sudo make install
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].