|
@@ -2,12 +2,17 @@
|
|
|
|
|
|
> A peer-to-peer hypermedia protocol to make the web faster, safer, and more open.
|
|
|
|
|
|
+[](https://discuss.ipfs.io)
|
|
|
[](https://matrix.to/#/#ipfs:matrix.org)
|
|
|
[](https://webchat.freenode.net/?channels=ipfs)
|
|
|
[](https://discord.gg/24fmuwR)
|
|
|
[](https://changelog.com/204)
|
|
|
|
|
|
-Welcome to IPFS! Why not [watch a video demo](https://www.youtube.com/watch?v=8CMxDNuuAiQ) to get started? Please post questions and ideas at https://discuss.ipfs.io
|
|
|
+Welcome to IPFS! Why not [watch a video demo](https://www.youtube.com/watch?v=8CMxDNuuAiQ) to get started?
|
|
|
+
|
|
|
+**Please post questions and ideas at [https://discuss.ipfs.io](https://discuss.ipfs.io) .**
|
|
|
+
|
|
|
+**A new documentation site effort is ongoing and you can access it at [https://docs-beta.ipfs.io](https://docs-beta.ipfs.io ) .**
|
|
|
|
|
|
*Read this in other languages: [Portuguese](translations/pt_BR/README.md).*
|
|
|
|
|
@@ -24,6 +29,7 @@ Welcome to IPFS! Why not [watch a video demo](https://www.youtube.com/watch?v=8C
|
|
|
- [Security Issues and Disclosures](#security-issues-and-disclosures)
|
|
|
- [Project and Community](#project-and-community)
|
|
|
- [Project Links](#project-links)
|
|
|
+ - [Documentation](#documentation)
|
|
|
- [Protocol Implementations](#protocol-implementations)
|
|
|
- [HTTP Client Libraries](#http-client-libraries)
|
|
|
- [Project Directory](#project-directory)
|
|
@@ -32,7 +38,7 @@ Welcome to IPFS! Why not [watch a video demo](https://www.youtube.com/watch?v=8C
|
|
|
|
|
|
## Overview
|
|
|
|
|
|
-IPFS ([the InterPlanetary File System](https://github.com/ipfs/faq/issues/76)) is a new hypermedia distribution protocol, addressed by content and identities. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open.
|
|
|
+IPFS ([the InterPlanetary File System](https://docs-beta.ipfs.io/concepts/what-is-ipfs/)) is a new hypermedia distribution protocol, addressed by content and identities. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open.
|
|
|
|
|
|
IPFS is a distributed file system that seeks to connect all computing devices with the same system of files. In some ways, this is similar to the original aims of the Web, but IPFS is actually more similar to a single bittorrent swarm exchanging git objects. You can read more about its origins in the paper [IPFS - Content Addressed, Versioned, P2P File System](https://github.com/ipfs/ipfs/blob/master/papers/ipfs-cap2pfs/ipfs-p2p-file-system.pdf?raw=true).
|
|
|
|
|
@@ -91,7 +97,11 @@ IPFS has a name service:
|
|
|
|
|
|
## How IPFS Works
|
|
|
|
|
|
-To learn more about how IPFS works take a look at the [Papers](#ipfs-papers) or [Talks](#ipfs-talks). You can also explore the [Specs](https://github.com/ipfs/specs) in writing.
|
|
|
+To learn more about how IPFS works, take a look at the [IPFS Documentation](#ipfs-documenation), [Papers](#ipfs-papers) or [Talks](#ipfs-talks). You can also explore the [Specs](https://github.com/ipfs/specs) in writing.
|
|
|
+
|
|
|
+### IPFS Documentation
|
|
|
+
|
|
|
+- [How IPFS Works](https://docs-beta.ipfs.io/concepts/how-ipfs-works)
|
|
|
|
|
|
### IPFS Papers
|
|
|
|
|
@@ -165,6 +175,10 @@ The IPFS Project is big -- there are many subprojects and related efforts. We wi
|
|
|
|
|
|
For a community-curated lists of awesome projects using IPFS, check out [awesome-ipfs](https://github.com/ipfs/awesome-ipfs)!
|
|
|
|
|
|
+### Documentation
|
|
|
+
|
|
|
+* [Documentation site](https://docs-beta.ipfs.io)
|
|
|
+
|
|
|
### Protocol Implementations
|
|
|
|
|
|
| Language | Project | Completeness |
|