-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b2fed86
commit 42eebdd
Showing
4 changed files
with
51 additions
and
322 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
description: "Paisa's Manifesto" | ||
hide: | ||
- navigation | ||
--- | ||
|
||
# Manifesto | ||
|
||
## 1. Data Ownership :fontawesome-solid-key: | ||
|
||
User owns the data. It should be possible to migrate all the data to | ||
another app or service. Paisa will strive to make this as easy as | ||
possible by choosing open standards and formats. | ||
|
||
> All the transaction data are stored in [Ledger](https://ledger-cli.org/) text format. | ||
## 2. Privacy :simple-gnuprivacyguard: | ||
|
||
User's data is private. Paisa will not collect or send any data to any | ||
server[^1]. Paisa will not use any third party analytics or tracking on | ||
the app[^2]. | ||
|
||
> Paisa's source code is open source and can be audited by anyone. | ||
## 3. Longevity :octicons-infinity-24: | ||
|
||
The app should be available for a long time. It takes a lot of effort | ||
to collect and maintain the transaction data. The app should not just | ||
disappear one day. Paisa will strive to avoid unnecessary dependencies | ||
and build a self contained app. | ||
|
||
> Paisa is licensed under AGPL v3, which helps with this issue to some | ||
> extent. I have yet to figure out a way to make the app development | ||
> and maintenance process sustainable in the long term. But rest | ||
> assured, any decision made related to this will not override the | ||
> first two points. | ||
|
||
|
||
[^1]: Paisa fetches commodity price information from third party | ||
servers. Since Paisa will send the commodity identifier to the | ||
server, the third party server might be able to connect the | ||
commodity list with the user's IP address. This is an opt-in | ||
feature, as you have to explicitly configure Paisa to fetch | ||
price. VPN could be used if you want to avoid this. | ||
|
||
[^2]: This doesn't include the website paisa.fyi, which is hosted on | ||
third party servers and has consent based analytics. | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters