Skip to content
This repository was archived by the owner on Apr 29, 2020. It is now read-only.

Commit c10823e

Browse files
committed
Standarize Readme and add License
See ipfs/community#124
1 parent 249e441 commit c10823e

File tree

2 files changed

+53
-2
lines changed

2 files changed

+53
-2
lines changed

LICENSE

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2016 Protocol Labs, Inc.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
22+

README.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# IPFS - FAQ
1+
# FAQ
2+
3+
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
4+
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/)
5+
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
6+
[![](https://img.shields.io/badge/discussion_repo-go_to_issues-brightgreen.svg?style=flat-square)](https://github.com/ipfs/apps/issues)
7+
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
8+
9+
> Frequently Asked Questions
210
311
Please ask your question in an [Issue](https://github.com/ipfs/faq/issues). Make sure to search existing issues, as your question may already have been asked and answered.
412

@@ -8,7 +16,16 @@ _Please search first!_
816

917
We mark questions which have been answered as 'answered': if you would like to help answer questions, you can use [this search](https://github.com/ipfs/faq/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+-label%3Aanswered) to find unanswered questions.
1018

11-
## Notes:
19+
## Table of Contents
20+
21+
- [Usage](#usage)
22+
- [Comment!](#comment)
23+
- [Use "WIP" in the question title to denote a "Work In Progress" answer.](#use-wip-in-the-question-title-to-denote-a-work-in-progress-answer)
24+
- [Rendering to a page](#rendering-to-a-page)
25+
- [Contribute](#contribute)
26+
- [License](#license)
27+
28+
## Usage
1229

1330
#### Comment!
1431

@@ -25,3 +42,15 @@ We try not to close issues that have been answered adequately; leaving them open
2542
#### Rendering to a page
2643

2744
All these questions and answers will be compiled into a webpage rendered at http://ipfs.io/docs/install (still TODO)
45+
46+
## Contribute
47+
48+
Feel free to join in. All welcome.
49+
50+
**Want to hack on IPFS?**
51+
52+
[![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/contributing.md)
53+
54+
## License
55+
56+
[MIT](LCIENSE)

0 commit comments

Comments
 (0)