mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-27 01:02:14 +08:00
Add a basic README
This commit is contained in:
51
README.md
Normal file
51
README.md
Normal file
@ -0,0 +1,51 @@
|
||||
<p align="center">
|
||||
<img width="400" height="auto" src="https://gitjournal.io/img/logo.png">
|
||||
<br/>A Journaling app built on top of git
|
||||
</p>
|
||||
|
||||
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
|
Reference in New Issue
Block a user