added download instructions to install, features to index, better zerotalk description

This commit is contained in:
HelloZeroNet 2015-04-09 20:05:06 +02:00
parent b2d338aab7
commit 0b43f11023
3 changed files with 22 additions and 6 deletions

View File

@ -7,6 +7,7 @@
* [Install Python Greenlet](http://zeronet.io/files/windows/greenlet-0.4.5.win32-py2.7.exe)
* [Install Python Gevent](http://zeronet.io/files/windows/gevent-1.0.1.win32-py2.7.exe)
* [Install Python MsgPack](http://zeronet.io/files/windows/msgpack-python-0.4.2.win32-py2.7.exe)
* [Download and extract ZeroNet](https://codeload.github.com/HelloZeroNet/ZeroNet/zip/master) to any directory
* Start `start.py`
### Linux
@ -26,4 +27,6 @@
* Check your python version using `python --version` if the returned version is not `Python 2.7.X` then try `python2` or `python2.7` command and use it from now
* `wget https://bootstrap.pypa.io/get-pip.py`
* `python get-pip.py --user pyzmq gevent msgpack-python`
* `wget https://codeload.github.com/HelloZeroNet/ZeroNet/tar.gz/master`
* `tar xvpfz master`
* Start with `python zeronet.py`

View File

@ -76,7 +76,7 @@ Decentralized, p2p forum demo
How does it works?
- To be able to comment you request an own personal from the site owner
- To be able to distribute your own content (Topics, Comments, Upvotes, etc.) you request an own file from the site owner
- After the registration is done you can publish your file's modifications directly to other peers without contacting the site owner again
![ZeroTalk](img/zerotalk.png)

View File

@ -31,9 +31,23 @@ Decentralized websites using Bitcoin crypto and the BitTorrent network
other peers.
## Screenshot
## Features
* Easy, zero configuration needed setup.
* Password-less [BIP32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki)
based authorization: Your account is protected by same cryptography as your bitcoin wallet.
* Namecoin .bit domains support.
* SQL Database support: Allows easier site development and faster page load times.
* Automatic, uPnP port opening using.
* Plugin for multiuser(openproxy) support.
* [ZeroFrame API](http://zeronet.readthedocs.org/en/latest/site_development/zeroframe_api_reference/) for dynamic sites.
* One click ZeroNet client updater.
![Screenshot](http://i.imgur.com/QaZhUCk.png)
## Screenshots
![Screenshot](http://zeronet.readthedocs.org/en/latest/img/zerohello.png)
![ZeroTalk](http://zeronet.readthedocs.org/en/latest/img/zerotalk.png)
### [More screenshots »](getting_started/sample_sites)
@ -43,9 +57,8 @@ Decentralized websites using Bitcoin crypto and the BitTorrent network
* No more anonymous than Bittorrent
* File transactions are not compressed or encrypted yet
* No private sites
* You must have an open port to publish new changes
* Timeout problems on slow connections
* <s>You must have an open port to publish new changes</s>
* <s>Timeout problems on slow connections</s>
## If you want to help keep this project alive