Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #11 from Fraser999/readme
Browse files Browse the repository at this point in the history
docs/update: add more detail to README and update links
  • Loading branch information
dirvine committed Jun 4, 2016
2 parents 2439454 + f76ac6b commit 833bbe2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
description = "Serialisable SocketAddr"
documentation = "http://maidsafe.net/socket_addr/latest"
documentation = "http://docs.maidsafe.net/socket_addr/latest"
homepage = "http://maidsafe.net"
license = "GPL-3.0"
license = "GPL-3.0/MaidSafe.net Commercial License 1.0"
name = "socket_addr"
readme = "README.md"
repository = "https://github.com/maidsafe/socket_addr"
Expand Down
24 changes: 17 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,30 @@
# socket_addr

[![](https://img.shields.io/badge/Project%20SAFE-Approved-green.svg)](http://maidsafe.net/applications) [![](https://img.shields.io/badge/License-GPL3-green.svg)](https://github.com/maidsafe/socket_addr/blob/master/COPYING)

**Primary Maintainer:** Vinícius dos Santos Oliveira (vinipsmaker@maidsafe.net)

**Secondary Maintainer:** Andrew Cann (andrew.cann@maidsafe.net)
**Maintainer:** Spandan Sharma (spandan.sharma@maidsafe.net)

|Crate|Linux/OS X|Windows|Coverage|Issues|
|:---:|:--------:|:-----:|:------:|:----:|
|[![](http://meritbadge.herokuapp.com/socket_addr)](https://crates.io/crates/socket_addr)|[![Build Status](https://travis-ci.org/maidsafe/socket_addr.svg?branch=master)](https://travis-ci.org/maidsafe/socket_addr)|[![Build status](https://ci.appveyor.com/api/projects/status/gc4gdfrl4g2gsc74/branch/master?svg=true)](https://ci.appveyor.com/project/MaidSafe-QA/socket-addr/branch/master)|[![Coverage Status](https://coveralls.io/repos/maidsafe/socket_addr/badge.svg?branch=master&service=github)](https://coveralls.io/github/maidsafe/socket_addr?branch=master)|[![Stories in Ready](https://badge.waffle.io/maidsafe/socket_addr.png?label=ready&title=Ready)](https://waffle.io/maidsafe/socket_addr)|

| [API Documentation - master branch](http://maidsafe.net/socket_addr/master) | [SAFE Network System Documentation](http://systemdocs.maidsafe.net) | [MaidSafe website](http://maidsafe.net) | [SAFE Network Forum](https://forum.safenetwork.io) |
| [API Documentation - master branch](http://docs.maidsafe.net/socket_addr/master) | [MaidSafe website](http://maidsafe.net) | [SAFE Network Forum](https://forum.safenetwork.io) |
|:------:|:-------:|:-------:|:-------:|

## Overview

A serialisable `SocketAddr` wrapper.

## License

Licensed under either of

* the MaidSafe.net Commercial License, version 1.0 or later ([LICENSE](LICENSE))
* the General Public License (GPL), version 3 ([COPYING](COPYING) or http://www.gnu.org/licenses/gpl-3.0.en.html)

at your option.

## Contribution

## Todo Items
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the
work by you, as defined in the MaidSafe Contributor Agreement, version 1.1 ([CONTRIBUTOR]
(CONTRIBUTOR)), shall be dual licensed as above, and you agree to be bound by the terms of the
MaidSafe Contributor Agreement, version 1.1.

0 comments on commit 833bbe2

Please sign in to comment.