Skip to content

gitter-badger/Kournal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kournal

Kournal is written from scratch tablet journal application. Similar to Xournal(++), but based on Qt5 framework, rather than GTK+. For now it's under heavy development, so it shouldn't be used in production environment.

Contribution

If you'd like to contribute in making Kournal the best tablet journal software in the world you can contact me by email: marek@pikula.co.

Translations are implemented, but strings will be surely changed a lot of times, so there's no point in translating at the moment.

Building

Kournal uses CMake as its build engine. You can configure and build it this way:

git clone https://github.com/Kournal/Kournal.github
cd Kournal
mkdir build
cd build
cmake ..
make

License

Entire Kournal project is licensed under GNU General Public License v2 or later.

The only exception are imported files licensed on their own, as well as some custom CMake scripts (under BSD License).

About

Kournal is written from scratch tablet journal application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Cap'n Proto 42.4%
  • CMake 30.0%
  • C++ 25.8%
  • Python 1.8%