From f7aa21400225fa6e2946899006a71a99acd1f0c2 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Wed, 16 Jan 2019 17:22:56 +0100 Subject: [PATCH] Add a basic README --- README.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..14cef5f8 --- /dev/null +++ b/README.md @@ -0,0 +1,51 @@ +

+ +
A Journaling app built on top of git +

+ +Add badges for - +build: passing +apk: latest + +Add links to - + +- Android Play Store +- FDroid +- iOS + +# Summary + +GitJournal is a journaling app built with privacy and openness in mind. It stores all its notes in a standardized Markdown + YAML header format. The notes are stored in a Git Repo of your choice - GitHub / Gitlab / Custom-provider. + +Features - + +- Private by design +- No Account Required +- Open source +- Can easily be extended and integrated with other git tools +- Git log clearly shows a history of changes +- Built for developers + +# Screenshots + +# License + +``` +Copyright 2018-2019 Vishesh Handa + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +``` + +-- + +Add tags/topics for Github