├── ISSUE_TEMPLATE └── README.md /ISSUE_TEMPLATE: -------------------------------------------------------------------------------- 1 | **STOP** 2 | 3 | ***PLEASE DO NOT POST ISSUES IN THIS GITHUB REPOSITORY*** 4 | 5 | This repository has been retired. 6 | All of the Questions and Answers have been moved to the IPFS community forum at https://discuss.ipfs.io/ 7 | Please use that forum to search through people's questions and add your own questions, answers, ideas, etc. 8 | 9 | EXCEPTION: If you arrived here because of documentation that told you to report issues here, please submit an issue letting us know where you encountered that documentation. We will fix it. 10 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # [DEPRECATED] 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 | > **[DEPRECATED]** Frequently Asked Questions 10 | 11 | This repository has been retired. All of the Questions and Answers have been moved to the IPFS community forum at https://discuss.ipfs.io/ Please use that forum to search through people's questions and add your own. 12 | 13 | ## Contribute 14 | 15 | Feel free to join in and ask or answer questions in the issues. No helpful comment is too small, no answer too big. 16 | 17 | **Want to hack on IPFS?** 18 | 19 | [![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/contributing.md) 20 | 21 | ## License 22 | 23 | Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. 24 | --------------------------------------------------------------------------------