d1vanov / libquentier

Set of Qt/C++ APIs for feature rich desktop clients for Evernote service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libquentier

Set of Qt/C++ APIs for feature rich desktop clients for Evernote service

master

What's this

This library presents a set of Qt/C++ APIs useful for applications working as feature rich desktop clients for Evernote service. The most important and useful components of the library are the following:

  • Local storage - persistence of data downloaded from Evernote service in a local SQLite database
  • Synchronization - the logics of exchanging new and/or modified data with Evernote service
  • Note editor - the UI component capable for notes displaying and editing

The library is based on the lower level functionality provided by QEverCloud library. It also serves as the functional core of Quentier application.

WARNING: libquentier is in alpha state right now, neither API nor ABI can be considered stable yet!

How to build/install

Please see the building/installation guide.

How to contribute

Please see the contribution guide for detailed info.

About

Set of Qt/C++ APIs for feature rich desktop clients for Evernote service

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 88.6%Language:JavaScript 9.5%Language:CMake 1.5%Language:C 0.2%Language:CSS 0.2%Language:Shell 0.0%