-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
201 additions
and
203 deletions.
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,14 @@ | ||
<dl> | ||
<dt><a href="/http-gateways/path-gateway/">Path Gateways</a></dt> | ||
<dd> | ||
The most versatile form of IPFS Gateway is a Path Gateway. It exposes namespaces like <code>/ipfs/</code> and | ||
<code>/ipns/</code> under an HTTP server root and provides basic primitives for integrating IPFS resources | ||
within the existing HTTP stack. | ||
</dd> | ||
<dt><a href="/http-gateways/trustless-gateway/">Trustless Gateways</a></dt> | ||
<dd> | ||
Trustless Gateways are a minimal <em>subset</em> of <a href="/http-gateways/path-gateway/">Path Gateways</a> | ||
that allow light IPFS clients to retrieve data behind a CID and verify its integrity without delegating any | ||
trust to the gateway itself. | ||
</dd> | ||
</dl> |
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,19 @@ | ||
<dl> | ||
<dt><a href="/http-gateways/dnslink-gateway/">DNSLink Gateways</a></dt> | ||
<dd> | ||
DNSLink Gateways are an extension of <a href="/http-gateways/path-gateway/">Path Gateways</a> that enable hosting a | ||
specific content path under a specific DNS name. | ||
</dd> | ||
<dt><a href="/http-gateways/subdomain-gateway/">Subdomain Gateways</a></dt> | ||
<dd> | ||
Subdomain Gateways are an extension of <a href="/http-gateways/path-gateway/">Path Gateways</a> that | ||
enable website hosting isolated per CID/name, while remaining compatible with web browsers relative pathing and | ||
the security model of the web. | ||
</dd> | ||
<dt><a href="/http-gateways/web-redirects-file/">Redirects File</a></dt> | ||
<dd> | ||
The Redirects File specification is an extension of the Subdomain Gateway and DNSLink Gateway specifications that | ||
enables URL redirects or rewrites by adding redirect rules to a0 file stored underneath the root CID of a web | ||
site. | ||
</dd> | ||
</dl> |
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,7 @@ | ||
<dl> | ||
<dt><a href="/ipips/ipip-0001/">IPIP-0001: Lightweight Improvement Process for IPFS Specifications</a></dt> | ||
<dt><a href="/ipips/ipip-0002/">IPIP-0002: _redirects File Support on Web Gateways</a></dt> | ||
<dt><a href="/ipips/ipip-0288/">IPIP-0288: TAR Response Format on HTTP Gateways</a></dt> | ||
<dt><a href="/ipips/ipip-0328/">IPIP-0328: JSON and CBOR Response Formats on HTTP Gateways</a></dt> | ||
<dt><a href="/ipips/ipip-0337/">IPIP-0337: Delegated Content Routing HTTP API</a></dt> | ||
</dl> |
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,11 @@ | ||
<dl> | ||
<dt><a href="/ipns/ipns-record/">IPNS Record and Protocol</a></dt> | ||
<dd> | ||
Specifies the IPNS protocol in a language-agnostic manner, allowing everyone to create a compatible IPNS Record Publisher | ||
or Resolver. | ||
</dd> | ||
<dt><a href="/ipns/ipns-pubsub-router/">IPNS PubSub Router</a></dt> | ||
<dd> | ||
Specifies how to publish and retrieve IPNS records using libp2p PubSub router. | ||
</dd> | ||
</dl> |
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,15 @@ | ||
<dl> | ||
<dt><a href="/meta/code-of-conduct/">Code of Conduct</a></dt> | ||
<dd> | ||
The code of conduct that all community participants are held to. | ||
</dd> | ||
<dt><a href="/meta/ipip-process/">IPIP Process</a></dt> | ||
<dd> | ||
The specification documenting the process throuh which a new IPIP should be proposed. | ||
</dd> | ||
<dt><a href="/meta/spec-for-specs/">Spec for Specs</a></dt> | ||
<dd> | ||
Specifies the format and system used to create and maintain specifications for | ||
the interplanetary stack. | ||
</dd> | ||
</dl> |
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,15 @@ | ||
--- | ||
title: InterPlanetary Improvement Proposals | ||
description: | | ||
An InterPlanetary Improvement Proposals (IPIP) provides an orderly mechanism for | ||
considering proposed changes to IPFS specifications. An IPIP proposal is not to be the spec itself; | ||
the approval of an IPIP leads to an update to a specification. | ||
--- | ||
|
||
{% include 'header.html' %} | ||
|
||
<main> | ||
{% include 'specs/ipips.html' %} | ||
</main> | ||
|
||
{% include 'footer.html' %} |
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
Oops, something went wrong.