Regenerate HTML.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2020-01-24 15:36:47 +00:00
parent 6d8c63916f
commit c0631d6488
32 changed files with 58 additions and 58 deletions

View File

@ -3,7 +3,7 @@
<head> <head>
<title>README: Specifications and Zcash Improvement Proposals</title> <title>README: Specifications and Zcash Improvement Proposals</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css/zip-style.css"><link rel="stylesheet" href="assets/css/style.css"></head> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body> <body>
<section id="zips"> <section id="zips">
<h1>zips</h1> <h1>zips</h1>

View File

@ -3,7 +3,7 @@
<head> <head>
<title>ZIP 0: ZIP Process</title> <title>ZIP 0: ZIP Process</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css/zip-style.css"><link rel="stylesheet" href="assets/css/style.css"></head> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body> <body>
<section> <section>
<pre>ZIP: 0 <pre>ZIP: 0
@ -81,27 +81,27 @@ License: BSD-2-Clause</pre>
<p>The ZIP editors monitor ZIP changes and update ZIP headers as appropriate.</p> <p>The ZIP editors monitor ZIP changes and update ZIP headers as appropriate.</p>
<p>The ZIP Editors MAY reject a proposed ZIP or update to an existing ZIP for any of the following reasons:</p> <p>The ZIP Editors MAY reject a proposed ZIP or update to an existing ZIP for any of the following reasons:</p>
<ul> <ul>
<li>it violates the Zcash Code of Conduct <a href="#conduct" id="id3" class="footnote_reference">3</a> ;</li> <li>it violates the Zcash Code of Conduct <a href="#conduct" id="id3" class="footnote_reference">3</a> ;</li>
<li>it appears too unfocused or broad;</li> <li>it appears too unfocused or broad;</li>
<li>it duplicates effort in other ZIPs without sufficient technical justification (however, alternative proposals to address similar or overlapping problems are not excluded for this reason);</li> <li>it duplicates effort in other ZIPs without sufficient technical justification (however, alternative proposals to address similar or overlapping problems are not excluded for this reason);</li>
<li>it has manifest security flaws (including being unrealistically dependent on user vigilance to avoid security weaknesses);</li> <li>it has manifest security flaws (including being unrealistically dependent on user vigilance to avoid security weaknesses);</li>
<li>it disregards compatibility with the existing Zcash blockchain or ecosystem;</li> <li>it disregards compatibility with the existing Zcash blockchain or ecosystem;</li>
<li>it is manifestly unimplementable;</li> <li>it is manifestly unimplementable;</li>
<li>it includes buggy code, pseudocode, or algorithms;</li> <li>it includes buggy code, pseudocode, or algorithms;</li>
<li>it manifestly violates common expectations of a significant portion of the Zcash community;</li> <li>it manifestly violates common expectations of a significant portion of the Zcash community;</li>
<li>it updates a Draft ZIP to Released when there is significant community opposition to its content (however, Draft ZIPs explicitly may describe proposals to which there is, or could be expected, significant community opposition);</li> <li>it updates a Draft ZIP to Released when there is significant community opposition to its content (however, Draft ZIPs explicitly may describe proposals to which there is, or could be expected, significant community opposition);</li>
<li>in the case of a Released ZIP, the update makes a substantive change to which there is significant community opposition;</li> <li>in the case of a Released ZIP, the update makes a substantive change to which there is significant community opposition;</li>
<li>it is dependent on a patent that could potentially be an obstacle to adoption of the ZIP;</li> <li>it is dependent on a patent that could potentially be an obstacle to adoption of the ZIP;</li>
<li>it includes commercial advertising or spam;</li> <li>it includes commercial advertising or spam;</li>
<li>it disregards formatting rules;</li> <li>it disregards formatting rules;</li>
<li>it makes non-editorial edits to previous entries in a ZIP's Change history;</li> <li>it makes non-editorial edits to previous entries in a ZIP's Change history;</li>
<li>an update to an existing ZIP extends or changes its scope to an extent that would be better handled as a separate ZIP;</li> <li>an update to an existing ZIP extends or changes its scope to an extent that would be better handled as a separate ZIP;</li>
<li>a new ZIP has been proposed for a category that does not reflect its content, or an update would change a ZIP to an inappropriate category;</li> <li>a new ZIP has been proposed for a category that does not reflect its content, or an update would change a ZIP to an inappropriate category;</li>
<li>it updates a Released ZIP to Draft when the specification is already implemented and has been in common use;</li> <li>it updates a Released ZIP to Draft when the specification is already implemented and has been in common use;</li>
<li>it violates any specific "MUST" or "MUST NOT" rule in this document;</li> <li>it violates any specific "MUST" or "MUST NOT" rule in this document;</li>
<li>the expressed political views of a Owner of the document are inimical to the Zcash Code of Conduct <a href="#conduct" id="id4" class="footnote_reference">3</a> (except in the case of an update removing that Owner);</li> <li>the expressed political views of a Owner of the document are inimical to the Zcash Code of Conduct <a href="#conduct" id="id4" class="footnote_reference">3</a> (except in the case of an update removing that Owner);</li>
<li>it is not authorized by the stated ZIP Owners;</li> <li>it is not authorized by the stated ZIP Owners;</li>
<li>it removes an Owner without their consent (unless the reason for removal is directly related to a breach of the Code of Conduct by that Owner).</li> <li>it removes an Owner without their consent (unless the reason for removal is directly related to a breach of the Code of Conduct by that Owner).</li>
</ul> </ul>
<p>The ZIP Editors MUST NOT unreasonably deny publication of a ZIP proposal or update that does not violate any of these criteria. If they refuse a proposal or update, they MUST give an explanation of which of the criteria were violated, with the exception that spam may be deleted without an explanation.</p> <p>The ZIP Editors MUST NOT unreasonably deny publication of a ZIP proposal or update that does not violate any of these criteria. If they refuse a proposal or update, they MUST give an explanation of which of the criteria were violated, with the exception that spam may be deleted without an explanation.</p>
<p>Note that it is not the primary responsibility of the ZIP Editors to review proposals for security, correctness, or implementability.</p> <p>Note that it is not the primary responsibility of the ZIP Editors to review proposals for security, correctness, or implementability.</p>
@ -136,13 +136,13 @@ License:</pre>
<pre>Credits: <pre>Credits:
Original-Authors: Original-Authors:
Discussions-To: Discussions-To:
Network Upgrade: Network Upgrade:
Obsoleted by: Obsoleted by:
Updated by: Updated by:
Obsoletes: Obsoletes:
Updates:</pre> Updates:</pre>
<p>The Owners header lists the names and email addresses of all the Owners of the ZIP. The format of the Owners header value SHOULD be:</p> <p>The Owners header lists the names and email addresses of all the Owners of the ZIP. The format of the Owners header value SHOULD be:</p>
<pre>Random J. User &lt;address@dom.ain&gt;</pre> <pre>Random J. User &lt;address@dom.ain&gt;</pre>
<p>If there are multiple Owners, each should be on a separate line.</p> <p>If there are multiple Owners, each should be on a separate line.</p>
<p>While a ZIP is in private discussions (usually during the initial Draft phase), a Discussions-To header will indicate the URL where the ZIP is being discussed. No Discussions-To header is necessary if the ZIP is being discussed privately with the Owner.</p> <p>While a ZIP is in private discussions (usually during the initial Draft phase), a Discussions-To header will indicate the URL where the ZIP is being discussed. No Discussions-To header is necessary if the ZIP is being discussed privately with the Owner.</p>
<p>The Category header specifies the type of ZIP: Consensus, Standards Track, Informational, or Process.</p> <p>The Category header specifies the type of ZIP: Consensus, Standards Track, Informational, or Process.</p>
@ -199,8 +199,8 @@ Updates:</pre>
<h2>ZIP Licensing</h2> <h2>ZIP Licensing</h2>
<p>New ZIPs may be accepted with the following licenses. Each new ZIP MUST identify at least one acceptable license in its preamble. Each license MUST be referenced by their respective abbreviation given below.</p> <p>New ZIPs may be accepted with the following licenses. Each new ZIP MUST identify at least one acceptable license in its preamble. Each license MUST be referenced by their respective abbreviation given below.</p>
<p>For example, a preamble might include the following License header:</p> <p>For example, a preamble might include the following License header:</p>
<pre>License: BSD-2-Clause <pre>License: BSD-2-Clause
   GNU-All-Permissive</pre> GNU-All-Permissive</pre>
<p>In this case, the ZIP text is fully licensed under both the OSI-approved BSD 2-clause license as well as the GNU All-Permissive License, and anyone may modify and redistribute the text provided they comply with the terms of <em>either</em> license. In other words, the license list is an "OR choice", not an "AND also" requirement.</p> <p>In this case, the ZIP text is fully licensed under both the OSI-approved BSD 2-clause license as well as the GNU All-Permissive License, and anyone may modify and redistribute the text provided they comply with the terms of <em>either</em> license. In other words, the license list is an "OR choice", not an "AND also" requirement.</p>
<p>It is also possible to license source code differently from the ZIP text. This case SHOULD be indicated in the Reference Implementation section of the ZIP. Again, each license MUST be referenced by its respective abbreviation given below.</p> <p>It is also possible to license source code differently from the ZIP text. This case SHOULD be indicated in the Reference Implementation section of the ZIP. Again, each license MUST be referenced by its respective abbreviation given below.</p>
<p>Statements of code licenses in ZIPs are only advisory; anyone intending to use the code should look for license statements in the code itself.</p> <p>Statements of code licenses in ZIPs are only advisory; anyone intending to use the code should look for license statements in the code itself.</p>

View File

@ -3,7 +3,7 @@
<head> <head>
<title>ZIP 32: Shielded Hierarchical Deterministic Wallets</title> <title>ZIP 32: Shielded Hierarchical Deterministic Wallets</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css/zip-style.css"><link rel="stylesheet" href="assets/css/style.css"></head> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body> <body>
<section> <section>
<pre>ZIP: 32 <pre>ZIP: 32

View File

@ -3,7 +3,7 @@
<head> <head>
<title>ZIP 143: Transaction Signature Verification for Overwinter</title> <title>ZIP 143: Transaction Signature Verification for Overwinter</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css/zip-style.css"><link rel="stylesheet" href="assets/css/style.css"></head> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body> <body>
<section> <section>
<pre>ZIP: 143 <pre>ZIP: 143

View File

@ -3,7 +3,7 @@
<head> <head>
<title>ZIP 200: Network Upgrade Mechanism</title> <title>ZIP 200: Network Upgrade Mechanism</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css/zip-style.css"><link rel="stylesheet" href="assets/css/style.css"></head> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body> <body>
<section> <section>
<pre>ZIP: 200 <pre>ZIP: 200

View File

@ -3,7 +3,7 @@
<head> <head>
<title>ZIP 201: Network Peer Management for Overwinter</title> <title>ZIP 201: Network Peer Management for Overwinter</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css/zip-style.css"><link rel="stylesheet" href="assets/css/style.css"></head> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body> <body>
<section> <section>
<pre>ZIP: 201 <pre>ZIP: 201

View File

@ -3,7 +3,7 @@
<head> <head>
<title>ZIP 202: Version 3 Transaction Format for Overwinter</title> <title>ZIP 202: Version 3 Transaction Format for Overwinter</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css/zip-style.css"><link rel="stylesheet" href="assets/css/style.css"></head> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body> <body>
<section> <section>
<pre>ZIP: 202 <pre>ZIP: 202

View File

@ -3,7 +3,7 @@
<head> <head>
<title>ZIP 203: Transaction Expiry</title> <title>ZIP 203: Transaction Expiry</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css/zip-style.css"><link rel="stylesheet" href="assets/css/style.css"></head> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body> <body>
<section> <section>
<pre>ZIP: 203 <pre>ZIP: 203

View File

@ -3,7 +3,7 @@
<head> <head>
<title>ZIP 205: Deployment of the Sapling Network Upgrade</title> <title>ZIP 205: Deployment of the Sapling Network Upgrade</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css/zip-style.css"><link rel="stylesheet" href="assets/css/style.css"></head> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body> <body>
<section> <section>
<pre>ZIP: 205 <pre>ZIP: 205

View File

@ -3,7 +3,7 @@
<head> <head>
<title>ZIP 206: Deployment of the Blossom Network Upgrade</title> <title>ZIP 206: Deployment of the Blossom Network Upgrade</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css/zip-style.css"><link rel="stylesheet" href="assets/css/style.css"></head> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body> <body>
<section> <section>
<pre>ZIP: 206 <pre>ZIP: 206

View File

@ -3,7 +3,7 @@
<head> <head>
<title>ZIP 207: Split Founders' Reward</title> <title>ZIP 207: Split Founders' Reward</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css/zip-style.css"><link rel="stylesheet" href="assets/css/style.css"></head> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body> <body>
<section> <section>
<pre>ZIP: 207 <pre>ZIP: 207

View File

@ -3,7 +3,7 @@
<head> <head>
<title>ZIP 208: Shorter Block Target Spacing</title> <title>ZIP 208: Shorter Block Target Spacing</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css/zip-style.css"><link rel="stylesheet" href="assets/css/style.css"></head> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body> <body>
<section> <section>
<pre>ZIP: 208 <pre>ZIP: 208

View File

@ -3,7 +3,7 @@
<head> <head>
<title>ZIP 209: Prohibit Negative Shielded Value Pool</title> <title>ZIP 209: Prohibit Negative Shielded Value Pool</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css/zip-style.css"><link rel="stylesheet" href="assets/css/style.css"></head> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body> <body>
<section> <section>
<pre>ZIP: 209 <pre>ZIP: 209

View File

@ -3,7 +3,7 @@
<head> <head>
<title>ZIP 210: Sapling Anchor Deduplication within Transactions</title> <title>ZIP 210: Sapling Anchor Deduplication within Transactions</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css/zip-style.css"><link rel="stylesheet" href="assets/css/style.css"></head> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body> <body>
<section> <section>
<pre>ZIP: 210 <pre>ZIP: 210

View File

@ -3,7 +3,7 @@
<head> <head>
<title>ZIP 243: Transaction Signature Verification for Sapling</title> <title>ZIP 243: Transaction Signature Verification for Sapling</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css/zip-style.css"><link rel="stylesheet" href="assets/css/style.css"></head> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body> <body>
<section> <section>
<pre>ZIP: 243 <pre>ZIP: 243

View File

@ -3,7 +3,7 @@
<head> <head>
<title>ZIP 308: Sprout to Sapling Migration</title> <title>ZIP 308: Sprout to Sapling Migration</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css/zip-style.css"><link rel="stylesheet" href="assets/css/style.css"></head> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body> <body>
<section> <section>
<pre>ZIP: 308 <pre>ZIP: 308

View File

@ -3,7 +3,7 @@
<head> <head>
<title>ZIP 401: Addressing mempool denial-of-service</title> <title>ZIP 401: Addressing mempool denial-of-service</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css/zip-style.css"><link rel="stylesheet" href="assets/css/style.css"></head> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body> <body>
<section> <section>
<pre>ZIP: 401 <pre>ZIP: 401

View File

@ -3,7 +3,7 @@
<head> <head>
<title>ZIP 1001: Keep the Block Distribution as Initially Defined — 90% to Miners</title> <title>ZIP 1001: Keep the Block Distribution as Initially Defined — 90% to Miners</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css/zip-style.css"><link rel="stylesheet" href="assets/css/style.css"></head> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body> <body>
<section> <section>
<pre>ZIP: 1001 <pre>ZIP: 1001

View File

@ -3,7 +3,7 @@
<head> <head>
<title>ZIP 1002: Opt-in Donation Feature</title> <title>ZIP 1002: Opt-in Donation Feature</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css/zip-style.css"><link rel="stylesheet" href="assets/css/style.css"></head> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body> <body>
<section> <section>
<pre>ZIP: 1002 <pre>ZIP: 1002

View File

@ -3,7 +3,7 @@
<head> <head>
<title>ZIP 1003: 20% Split Evenly Between the ECC and the Zcash Foundation, and a Voting System Mandate</title> <title>ZIP 1003: 20% Split Evenly Between the ECC and the Zcash Foundation, and a Voting System Mandate</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css/zip-style.css"><link rel="stylesheet" href="assets/css/style.css"></head> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body> <body>
<section> <section>
<pre>ZIP: 1003 <pre>ZIP: 1003

View File

@ -3,7 +3,7 @@
<head> <head>
<title>ZIP 1004: Miner-Directed Dev Fund</title> <title>ZIP 1004: Miner-Directed Dev Fund</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css/zip-style.css"><link rel="stylesheet" href="assets/css/style.css"></head> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body> <body>
<section> <section>
<pre>ZIP: 1004 <pre>ZIP: 1004

View File

@ -3,7 +3,7 @@
<head> <head>
<title>ZIP 1005: Zcash Community Funding System</title> <title>ZIP 1005: Zcash Community Funding System</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css/zip-style.css"><link rel="stylesheet" href="assets/css/style.css"></head> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body> <body>
<section> <section>
<pre>ZIP: 1005 <pre>ZIP: 1005

View File

@ -3,7 +3,7 @@
<head> <head>
<title>ZIP 1006: Development Fund of 10% to a 2-of-3 Multisig with Community-Involved Third Entity</title> <title>ZIP 1006: Development Fund of 10% to a 2-of-3 Multisig with Community-Involved Third Entity</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css/zip-style.css"><link rel="stylesheet" href="assets/css/style.css"></head> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body> <body>
<section> <section>
<pre>ZIP: 1006 <pre>ZIP: 1006

View File

@ -3,7 +3,7 @@
<head> <head>
<title>ZIP 1007: Enforce Development Fund Commitments with a Legal Charter</title> <title>ZIP 1007: Enforce Development Fund Commitments with a Legal Charter</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css/zip-style.css"><link rel="stylesheet" href="assets/css/style.css"></head> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body> <body>
<section> <section>
<pre>ZIP: 1007 <pre>ZIP: 1007

View File

@ -3,7 +3,7 @@
<head> <head>
<title>ZIP 1008: Fund ECC for Two More Years</title> <title>ZIP 1008: Fund ECC for Two More Years</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css/zip-style.css"><link rel="stylesheet" href="assets/css/style.css"></head> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body> <body>
<section> <section>
<pre>ZIP: 1008 <pre>ZIP: 1008

View File

@ -3,7 +3,7 @@
<head> <head>
<title>ZIP 1009: Five-Entity Strategic Council</title> <title>ZIP 1009: Five-Entity Strategic Council</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css/zip-style.css"><link rel="stylesheet" href="assets/css/style.css"></head> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body> <body>
<section> <section>
<pre>ZIP: 1009 <pre>ZIP: 1009

View File

@ -3,7 +3,7 @@
<head> <head>
<title>ZIP 1010: Compromise Dev Fund Proposal With Diverse Funding Streams</title> <title>ZIP 1010: Compromise Dev Fund Proposal With Diverse Funding Streams</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css/zip-style.css"><link rel="stylesheet" href="assets/css/style.css"></head> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body> <body>
<section> <section>
<pre>ZIP: 1010 <pre>ZIP: 1010

View File

@ -4,7 +4,7 @@
<title>ZIP 1011: Decentralize the Dev Fee</title> <title>ZIP 1011: Decentralize the Dev Fee</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="stylesheet" href="css/zip-style.css"><link rel="stylesheet" href="assets/css/style.css"></head> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body> <body>
<section> <section>
<pre>ZIP: 1011 <pre>ZIP: 1011

View File

@ -3,7 +3,7 @@
<head> <head>
<title>ZIP 1012: Dev Fund to ECC + ZF + Major Grants</title> <title>ZIP 1012: Dev Fund to ECC + ZF + Major Grants</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css/zip-style.css"><link rel="stylesheet" href="assets/css/style.css"></head> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body> <body>
<section> <section>
<pre>ZIP: 1012 <pre>ZIP: 1012

View File

@ -3,7 +3,7 @@
<head> <head>
<title>ZIP 1013: Keep It Simple, Zcashers: 10% to ECC, 10% to ZF</title> <title>ZIP 1013: Keep It Simple, Zcashers: 10% to ECC, 10% to ZF</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css/zip-style.css"><link rel="stylesheet" href="assets/css/style.css"></head> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body> <body>
<section> <section>
<pre>ZIP: 1013 <pre>ZIP: 1013

View File

@ -3,7 +3,7 @@
<head> <head>
<title>ZIP 1014: Dev Fund to ECC + ZF + Major Grants</title> <title>ZIP 1014: Dev Fund to ECC + ZF + Major Grants</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css/zip-style.css"><link rel="stylesheet" href="assets/css/style.css"></head> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body> <body>
<section> <section>
<pre>ZIP: 1014 <pre>ZIP: 1014

View File

@ -3,7 +3,7 @@
<head> <head>
<title>ZIP guide: {Something Short and To the Point}</title> <title>ZIP guide: {Something Short and To the Point}</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css/zip-style.css"><link rel="stylesheet" href="assets/css/style.css"></head> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body> <body>
<section> <section>
<pre>ZIP: Unassigned {numbers are assigned by ZIP editors} <pre>ZIP: Unassigned {numbers are assigned by ZIP editors}