A viewer for a file based diary with entries written in markdown.
Go to file
Markus Koch eeb9d87cc3 Correct integer type used for times
Some functions used guint instead of gint64. This commit corrects them all.
2017-07-09 19:56:01 +02:00
demo-workspace demo-workspace: Corrected title case 2017-04-16 13:29:07 +02:00
glade Minor improvements 2017-02-19 14:52:53 +01:00
src Correct integer type used for times 2017-07-09 19:56:01 +02:00
.gitignore Added initial mainWindow 2017-01-31 19:42:41 +01:00
CMakeLists.txt Added -Wall to CFLAGS 2017-03-24 20:47:54 +01:00
LICENSE.txt Initial commit 2017-01-31 17:18:33 +01:00
README.MD Initial commit 2017-01-31 17:18:33 +01:00

README.MD

MDiary

A viewer for a file based diary with entries written in markdown.

License

Copyright (C) 2017 Markus Koch markus@notsyncing.net

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Version 2 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.