Update README.md
This commit is contained in:
parent
0bbf19aab9
commit
a032be5ea7
1 changed files with 21 additions and 19 deletions
40
README.md
40
README.md
|
@ -1,4 +1,4 @@
|
||||||
# ZeroNet [](https://github.com/canewsin/ZeroNet/actions/workflows/tests.yml) [](https://zeronet.io/docs/faq/) [](https://zeronet.io/docs/help_zeronet/donate/) [](https://hub.docker.com/r/canewsin/zeronet)
|
# ZeroNet [](https://github.com/ZeroNetX/ZeroNet/actions/workflows/tests.yml) [](https://zeronet.dev/docs/faq/) [](https://zeronet.dev/docs/help_zeronet/donate/) [](https://hub.docker.com/r/canewsin/zeronet)
|
||||||
|
|
||||||
<!--TODO: Update Onion Site -->
|
<!--TODO: Update Onion Site -->
|
||||||
Decentralized websites using Bitcoin crypto and the BitTorrent network - https://zeronet.dev / [onion](http://zeronet34m3r5ngdu54uj57dcafpgdjhxsgq5kla5con4qvcmfzpvhad.onion)
|
Decentralized websites using Bitcoin crypto and the BitTorrent network - https://zeronet.dev / [onion](http://zeronet34m3r5ngdu54uj57dcafpgdjhxsgq5kla5con4qvcmfzpvhad.onion)
|
||||||
|
@ -47,35 +47,35 @@ Decentralized websites using Bitcoin crypto and the BitTorrent network - https:/
|
||||||
other peers.
|
other peers.
|
||||||
|
|
||||||
#### [Slideshow about ZeroNet cryptography, site updates, multi-user sites »](https://docs.google.com/presentation/d/1_2qK1IuOKJ51pgBvllZ9Yu7Au2l551t3XBgyTSvilew/pub?start=false&loop=false&delayms=3000)
|
#### [Slideshow about ZeroNet cryptography, site updates, multi-user sites »](https://docs.google.com/presentation/d/1_2qK1IuOKJ51pgBvllZ9Yu7Au2l551t3XBgyTSvilew/pub?start=false&loop=false&delayms=3000)
|
||||||
#### [Frequently asked questions »](https://zeronet.io/docs/faq/)
|
#### [Frequently asked questions »](https://zeronet.dev/docs/faq/)
|
||||||
|
|
||||||
#### [ZeroNet Developer Documentation »](https://zeronet.io/docs/site_development/getting_started/)
|
#### [ZeroNet Developer Documentation »](https://zeronet.dev/docs/site_development/getting_started/)
|
||||||
|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
#### [More screenshots in ZeroNet docs »](https://zeronet.io/docs/using_zeronet/sample_sites/)
|
#### [More screenshots in ZeroNet docs »](https://zeronet.dev/docs/using_zeronet/sample_sites/)
|
||||||
|
|
||||||
|
|
||||||
## How to join
|
## How to join
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
- Download [ZeroNet-py3-win64.zip](https://github.com/HelloZeroNet/ZeroNet-win/archive/dist-win64/ZeroNet-py3-win64.zip) (18MB)
|
- Download [ZeroNet-py3-win64.zip](https://github.com/ZeroNetX/ZeroNet-win/archive/dist-win64/ZeroNet-py3-win64.zip) (18MB)
|
||||||
- Unpack anywhere
|
- Unpack anywhere
|
||||||
- Run `ZeroNet.exe`
|
- Run `ZeroNet.exe`
|
||||||
|
|
||||||
### macOS
|
### macOS
|
||||||
|
|
||||||
- Download [ZeroNet-dist-mac.zip](https://github.com/HelloZeroNet/ZeroNet-dist/archive/mac/ZeroNet-dist-mac.zip) (13.2MB)
|
- Download [ZeroNet-dist-mac.zip](https://github.com/ZeroNetX/ZeroNet-dist/archive/mac/ZeroNet-dist-mac.zip) (13.2MB)
|
||||||
- Unpack anywhere
|
- Unpack anywhere
|
||||||
- Run `ZeroNet.app`
|
- Run `ZeroNet.app`
|
||||||
|
|
||||||
### Linux (x86-64bit)
|
### Linux (x86-64bit)
|
||||||
- `wget https://github.com/HelloZeroNet/ZeroNet-linux/archive/dist-linux64/ZeroNet-py3-linux64.tar.gz`
|
- `wget https://github.com/ZeroNetX/ZeroNet-linux/archive/dist-linux64/ZeroNet-py3-linux64.tar.gz`
|
||||||
- `tar xvpfz ZeroNet-py3-linux64.tar.gz`
|
- `tar xvpfz ZeroNet-py3-linux64.tar.gz`
|
||||||
- `cd ZeroNet-linux-dist-linux64/`
|
- `cd ZeroNet-linux-dist-linux64/`
|
||||||
- Start with: `./ZeroNet.sh`
|
- Start with: `./ZeroNet.sh`
|
||||||
|
@ -89,14 +89,21 @@ Decentralized websites using Bitcoin crypto and the BitTorrent network - https:/
|
||||||
alt="Download from Google Play"
|
alt="Download from Google Play"
|
||||||
height="80">](https://play.google.com/store/apps/details?id=in.canews.zeronetmobile)
|
height="80">](https://play.google.com/store/apps/details?id=in.canews.zeronetmobile)
|
||||||
- APK download: https://github.com/canewsin/zeronet_mobile/releases
|
- APK download: https://github.com/canewsin/zeronet_mobile/releases
|
||||||
- XDA Labs: https://labs.xda-developers.com/store/app/in.canews.zeronet
|
|
||||||
|
|
||||||
|
|
||||||
|
### Android (arm, arm64, x86) Thin Client for Preview Only
|
||||||
|
- minimum Android version supported 16 (JellyBean)
|
||||||
|
- [<img src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png"
|
||||||
|
alt="Download from Google Play"
|
||||||
|
height="80">](https://play.google.com/store/apps/details?id=dev.zeronetx.app.lite)
|
||||||
|
|
||||||
|
|
||||||
#### Docker
|
#### Docker
|
||||||
There is an official image, built from source at: https://hub.docker.com/r/canewsin/zeronet/
|
There is an official image, built from source at: https://hub.docker.com/r/canewsin/zeronet/
|
||||||
|
|
||||||
### Install from source
|
### Install from source
|
||||||
|
|
||||||
- `wget https://github.com/HelloZeroNet/ZeroNet/archive/py3/ZeroNet-py3.tar.gz`
|
- `wget https://github.com/ZeroNetX/ZeroNet/archive/py3/ZeroNet-py3.tar.gz`
|
||||||
- `tar xvpfz ZeroNet-py3.tar.gz`
|
- `tar xvpfz ZeroNet-py3.tar.gz`
|
||||||
- `cd ZeroNet-py3`
|
- `cd ZeroNet-py3`
|
||||||
- `sudo apt-get update`
|
- `sudo apt-get update`
|
||||||
|
@ -107,9 +114,7 @@ There is an official image, built from source at: https://hub.docker.com/r/canew
|
||||||
|
|
||||||
## Current limitations
|
## Current limitations
|
||||||
|
|
||||||
* ~~No torrent-like file splitting for big file support~~ (big file support added)
|
* File transactions are not compressed
|
||||||
* ~~No more anonymous than Bittorrent~~ (built-in full Tor support added)
|
|
||||||
* File transactions are not compressed ~~or encrypted yet~~ (TLS encryption added)
|
|
||||||
* No private sites
|
* No private sites
|
||||||
|
|
||||||
|
|
||||||
|
@ -120,19 +125,16 @@ There is an official image, built from source at: https://hub.docker.com/r/canew
|
||||||
* You can find and modify your site's content in **data/[yoursiteaddress]** directory
|
* You can find and modify your site's content in **data/[yoursiteaddress]** directory
|
||||||
* After the modifications open your site, drag the topright "0" button to left, then press **sign** and **publish** buttons on the bottom
|
* After the modifications open your site, drag the topright "0" button to left, then press **sign** and **publish** buttons on the bottom
|
||||||
|
|
||||||
Next steps: [ZeroNet Developer Documentation](https://zeronet.io/docs/site_development/getting_started/)
|
Next steps: [ZeroNet Developer Documentation](https://zeronet.dev/docs/site_development/getting_started/)
|
||||||
|
|
||||||
## Help keep this project alive
|
## Help keep this project alive
|
||||||
|
|
||||||
- Bitcoin: 1ZeroNetyV5mKY9JF1gsm82TuBXHpfdLX
|
- Bitcoin: 1ZeroNetyV5mKY9JF1gsm82TuBXHpfdLX
|
||||||
- Paypal: https://zeronet.io/docs/help_zeronet/donate/
|
- Paypal: https://zeronet.dev/docs/help_zeronet/donate/
|
||||||
|
|
||||||
### Sponsors
|
|
||||||
|
|
||||||
* Better macOS/Safari compatibility made possible by [BrowserStack.com](https://www.browserstack.com)
|
|
||||||
|
|
||||||
#### Thank you!
|
#### Thank you!
|
||||||
|
|
||||||
* More info, help, changelog, zeronet sites: https://www.reddit.com/r/zeronet/
|
* More info, help, changelog, zeronet sites: https://www.reddit.com/r/zeronetx/
|
||||||
* Come, chat with us: [#zeronet @ FreeNode](https://kiwiirc.com/client/irc.freenode.net/zeronet) or on [gitter](https://gitter.im/canewsin/ZeroNet)
|
* Come, chat with us: [#zeronet @ FreeNode](https://kiwiirc.com/client/irc.freenode.net/zeronet) or on [gitter](https://gitter.im/canewsin/ZeroNet)
|
||||||
* Email: canews.in@gmail.com
|
* Email: canews.in@gmail.com
|
||||||
|
|
Loading…
Reference in a new issue