From 7d939d3e958d253f40c47df0a72d510d6e1f6f8f Mon Sep 17 00:00:00 2001 From: George Date: Sun, 25 Apr 2021 19:21:51 +0300 Subject: [PATCH 1/3] Update README.md --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a8752ee..cc576a5 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,22 @@ hole chat logo -# Hole chat +# Hole chat πŸ‡ A decentralized chat over [Freenet](https://freenetproject.org). [See docs](https://docs.hole.horhik.xyz) -## Requirements +## Requirements❗❗❗ [Freenet](https://freenetproject.org) running -# Installing +# Installing πŸš€ 1. Clone [this](https://github.com/hole-chat/core) repo 2. Launch core (`cargo run`) 3. Install and launch client (for example [rabbit-hole](https://github.com/hole-chat/rabbit-hole)) + +# TODO β˜‘οΈ +- [x] Basic sending and receiving messages πŸ’Œ +- [ ] Add RSA or NTRU encryption πŸ” +- [ ] Write tests πŸ§ͺ +- [ ] Make more vebose documentation πŸ“š +- [ ] Create a hole-daemon πŸ–₯ From f2c006928abb569fdef07e2a44bcaea03073634d Mon Sep 17 00:00:00 2001 From: George Date: Sun, 25 Apr 2021 19:25:16 +0300 Subject: [PATCH 2/3] Add some philosophy --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index cc576a5..6ffa752 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,12 @@ A decentralized chat over [Freenet](https://freenetproject.org). 1. Clone [this](https://github.com/hole-chat/core) repo 2. Launch core (`cargo run`) 3. Install and launch client (for example [rabbit-hole](https://github.com/hole-chat/rabbit-hole)) +---- +## About frontend clients πŸ–ŒοΈ +The purpose of "hole project" is to write independend frontend clients for each platform, because, **app cannot be good for one particular platform if it's multiplatform.** +As a hole-core is just a logic part, which should be multiplatform, **frontend shouldn't**, And I urge you to help and write "rabbit-hole for android" or "rabbit-hole-gtk", etc... + +---- # TODO β˜‘οΈ - [x] Basic sending and receiving messages πŸ’Œ From af36e97db3de7d2f9a53b08b3ad131fc8aaab0ca Mon Sep 17 00:00:00 2001 From: George Date: Mon, 26 Apr 2021 12:32:05 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ffa752..cd75295 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A decentralized chat over [Freenet](https://freenetproject.org). ---- ## About frontend clients πŸ–ŒοΈ The purpose of "hole project" is to write independend frontend clients for each platform, because, **app cannot be good for one particular platform if it's multiplatform.** -As a hole-core is just a logic part, which should be multiplatform, **frontend shouldn't**, And I urge you to help and write "rabbit-hole for android" or "rabbit-hole-gtk", etc... +As a hole-core is just a logic part, which should be multiplatform, **frontend shouldn't**, And I encourage you to help and write "rabbit-hole for android" or "rabbit-hole-gtk", etc... ----