diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-03-20 15:27:05 +0100 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-03-21 00:52:42 +0900 |
commit | 912e13271f4c25b8574bb1b4305a28ca82863145 (patch) | |
tree | 61b42b2c5dd4feccb0797e4b12d3c1cfd3f5a92a /README | |
parent | cbda64be33cfa1a32b898eaf38105fad0b9ce6ac (diff) | |
download | knowit-912e13271f4c25b8574bb1b4305a28ca82863145.tar.gz knowit-912e13271f4c25b8574bb1b4305a28ca82863145.zip |
Drop automake build support.
Delete the templates folder.
Add basic build instructions.
Rework of the README and help page.
Some Cosmetics.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 9de1ae68cda942c5455f5ca3a1f52539d82a57c2)
Diffstat (limited to 'README')
-rw-r--r-- | README | 35 |
1 files changed, 20 insertions, 15 deletions
@@ -1,19 +1,24 @@ -KnowIt is a simple tool for managing notes. It is similar to -TuxCards, but KDE-based. Notes are organized in tree-like hierarchy, -texts are in RichText format, so bold, italic and lists are supported, -with more to come. -I started this project because I cannot make TuxCards handle non-ASCII -characters properly, moreover it kept crashing. I wanted also more -functionality (see TODO). KnowIt should handle any characters properly, -as files are saved in UTF8 and KDE takes care of proper display for current -language/charset. + KnowIt - a tool for managing notes. -If you have any suggestions, wishes, tips, do not hesitate to write to me. -Spelling and grammar corrections are most welcomed, too, as well as -programming suggestions (this is my first KDE project so far). -My address: -Michal Rudolf <mrudolf@kdewebdev.org> +KnowIt is a simple tool for managing notes. +It is similar to TuxCards but TDE-based. Notes are organized in a +tree-like hierarchy, texts are in RichText format, as a result bold, +italic and lists are supported, -KnowIt homepage: http://knowit.sourceforge.net +KnowIt should handle any characters properly, as files are saved in UTF8 +and TDE takes care of proper display for current language/charset. + + + +CONTRIBUTING +============== + +If you wish to contribute KnowIt, you might do so: + +- TDE Gitea Workspace (TGW) collaboration tool. + https://mirror.git.trinitydesktop.org/gitea + +- TDE Weblate Translation Workspace (TWTW) collaboration tool. + https://mirror.git.trinitydesktop.org/weblate |