-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repo reorg, cleaning up the spider webs #214
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
faf3d21
spec maintainer protocol stub
daviddias 4f05f5f
reorg things
daviddias 0784778
normalize spec files
daviddias 2b98c6d
add maintainer protocol
daviddias 5048f4e
Update SPEC_MAINTAINER_PROTOCOL.md
daviddias 8d98475
Update SPEC_MAINTAINER_PROTOCOL.md
daviddias a3e2ae3
Update README.md
daviddias 1afec60
Update SPEC_MAINTAINER_PROTOCOL.md
daviddias 5bd8d66
Update SPEC_MAINTAINER_PROTOCOL.md
daviddias a2dccd2
Update SPEC_MAINTAINER_PROTOCOL.md
daviddias d8955ca
Update README.md
daviddias a02eb43
Update README.md
daviddias f05eaa9
Update README.md
daviddias c20e8c9
Update README.md
daviddias 15c5fd7
Update REPO_FS.md
daviddias 0d3fb45
Update REPO_FS.md
daviddias e18a60d
improve wording
daviddias 1daa09d
remove spec maintainer protocol for now
daviddias File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# ![](https://img.shields.io/badge/status-wip-orange.svg?style=flat-square) HTTP API | ||
|
||
**Author(s)**: | ||
- N/A | ||
|
||
**Maintainer(s)**: | ||
- N/A | ||
|
||
* * * | ||
|
||
**Abstract** | ||
|
||
TODO | ||
|
||
# Table of Contents | ||
|
||
TODO | ||
|
||
## Description | ||
|
||
The current spec is auto generated documentation from the Golang implementation of IPFS. Find it at https://github.com/ipfs/http-api-docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# ![](https://img.shields.io/badge/status-wip-orange.svg?style=flat-square) Addressing on the Decentralized Web | ||
|
||
**Authors(s)**: | ||
- [Lars Gierth](mailto:[email protected]) | ||
|
||
**Maintainers(s)**: | ||
- | ||
|
||
* * * | ||
|
||
**Abstract** | ||
|
||
This document is largely incomplete. | ||
|
||
|
||
# Table of contents: | ||
- Introduction | ||
- The precarious web | ||
- Link competition and link rot | ||
- The addressing rift | ||
- DWeb Addressing | ||
- Namespaces | ||
- /ipfs -- immutable data | ||
- /ipns -- mutable pointers | ||
- Addressing data from other content-addressed systems | ||
- Network addressing | ||
- Interoperability | ||
- DWeb Addressing with HTTP | ||
- ipfs:// and ipns:// URL schemes | ||
- dweb: URI scheme | ||
- Content Security Policy / Origins | ||
- Appendix | ||
- DWeb Maturity Model | ||
- FAQ | ||
- Implementations | ||
- Future Work | ||
- Related work | ||
|
||
## Introduction | ||
|
||
Location-based addressing is a centralizing vector on the web. It lets links rot and drives copies of content into mutual competition. | ||
|
||
This document describes a content-based addressing model which provides permanent links that don't rot and are cryptographically verifiable. The result is a more cooperative, resilient, and performant web. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe include @lidel here since he has lead this work in browsers?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't make any decisions on who maintains what for this PR, only focused or reorg & cleanup of the files + writing the maintainer protocol. Let's leave the election/volunteering of spec maintainers for an iteration after merging the protocol (so that expectations are clear from the start).