From 72ce4157d16df283527e66f2b4e171d039ae907d Mon Sep 17 00:00:00 2001 From: anonimal Date: Tue, 17 Nov 2015 15:57:37 +0000 Subject: [PATCH] First Kovri commit. --- .travis.yml | 3 +-- README.md | 24 +++++++++++++++--------- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 923c616f..3b448dde 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,5 +17,4 @@ addons: script: cd build && cmake ../ && make notifications: - email: - - anonimal@i2pmail.org + email: false diff --git a/README.md b/README.md index 7b03359d..83637342 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,20 @@ -i2pd [![Build Status](https://travis-ci.org/anonimal/i2pd.svg?branch=master)](https://travis-ci.org/anonimal/i2pd) [![Coverity Scan Build Status](https://scan.coverity.com/projects/7040/badge.svg)](https://scan.coverity.com/projects/anonimal-i2pd) -==== +Kovri [![Build Status](https://travis-ci.org/anonimal/i2pd.svg?branch=master)](https://travis-ci.org/anonimal/i2pd) [![Coverity Scan Build Status](https://scan.coverity.com/projects/7040/badge.svg)](https://scan.coverity.com/projects/anonimal-i2pd) +===== -I2P router written in C++. +The Kovri I2P router, written in C++. -Documentation -------------- -All documentation is in the ./doc directory. +Disclaimer +---------- +Under heavy overhaul and development! Use at your own risk! +All contributors are welcomed and appreciated! -Downloads +Builds on --------- +- Linux x64/ARM +- FreeBSD +- MacOS X +- Windows -Upstream binary releases can be found at: -http://download.i2p.io/purplei2p/i2pd/releases/ +Documentation +------------- +All documentation is in the ./doc directory.