Really fix links in index.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2019-11-07 20:00:20 +00:00
parent 5bf0ca45c4
commit 4b20dd87bb
2 changed files with 26 additions and 25 deletions

View File

@ -11,6 +11,7 @@ index.html: README.rst
$(eval TITLE::=$(shell echo '$(basename $<)' | sed -r 's|zip-0{0,3}|ZIP |'): $(shell grep -E '^(\.\.)?\s*Title:' $< |sed 's|.*Title:\s*||'))
rst2html5 -v --title="$(TITLE)" $< >$@
sed -i 's|</head>|<link rel="stylesheet" href="css/zip-style.css"><link rel="stylesheet" href="assets/css/style.css"></head>|' $@
sed -i 's|<a href="\([^"]*\).rst">|<a href="\1">|' $@
%.html: %.rst
$(eval TITLE::=$(shell echo '$(basename $<)' | sed -r 's|zip-0{0,3}|ZIP |'): $(shell grep -E '^(\.\.)?\s*Title:' $< |sed 's|.*Title:\s*||'))

View File

@ -14,14 +14,14 @@
<h2>NU3 ZIPs for consideration</h2>
<p>This is the list of ZIPs that were under consideration for the NU3 upgrade (around ~April 2020).</p>
<ul>
<li><a href="https://github.com/zcash/zips/blob/master/zip-0210.rst">Sapling Anchor Deduplication within Transactions</a></li>
<li><a href="https://github.com/daira/zips/blob/disable-sprout-outputs/zip-0211.rst">Disabling Addition of New Value to the Sprout Value Pool</a></li>
<li><a href="https://github.com/boltlabs-inc/zips/blob/master/zip-bolt-support.rst">Add Bolt support</a></li>
<li><a href="https://github.com/str4d/zips/blob/zip-str4d-shielded-coinbase/zip-0213.rst">Shielded Coinbase</a></li>
<li><a href="https://github.com/acityinohio/zips/blob/sapling-polling/zip-draft.rst">Enable Staked Polling from the Sapling Pool</a></li>
<li><a href="https://github.com/therealyingtong/zips/blob/master/zip-0221.rst">Adding MMR Proofs to Block Headers, and their use in the FlyClient Protocol</a></li>
<li><a href="https://github.com/omershlo/zips/blob/multisig/zip-multisig.rst">Multisig</a></li>
<li><a href="https://github.com/ebfull/zips/blob/unlinkable-addrs/zip-seanbowe-esktransfer.rst">Transfer Sapling Ephemeral Secret to Recipient in Note Plaintext</a></li>
<li><a href="https://github.com/zcash/zips/blob/master/zip-0210">Sapling Anchor Deduplication within Transactions</a></li>
<li><a href="https://github.com/daira/zips/blob/disable-sprout-outputs/zip-0211">Disabling Addition of New Value to the Sprout Value Pool</a></li>
<li><a href="https://github.com/boltlabs-inc/zips/blob/master/zip-bolt-support">Add Bolt support</a></li>
<li><a href="https://github.com/str4d/zips/blob/zip-str4d-shielded-coinbase/zip-0213">Shielded Coinbase</a></li>
<li><a href="https://github.com/acityinohio/zips/blob/sapling-polling/zip-draft">Enable Staked Polling from the Sapling Pool</a></li>
<li><a href="https://github.com/therealyingtong/zips/blob/master/zip-0221">Adding MMR Proofs to Block Headers, and their use in the FlyClient Protocol</a></li>
<li><a href="https://github.com/omershlo/zips/blob/multisig/zip-multisig">Multisig</a></li>
<li><a href="https://github.com/ebfull/zips/blob/unlinkable-addrs/zip-seanbowe-esktransfer">Transfer Sapling Ephemeral Secret to Recipient in Note Plaintext</a></li>
</ul>
</section>
<section id="deadlines-for-nu4">
@ -65,23 +65,23 @@
<h2>Index of ZIPs</h2>
<embed><table>
<tr> <th>ZIP</th> <th>Title</th> <th>Status</th> </tr>
<tr> <td>0</td> <td class="left"><a href="zip-0000.rst">ZIP Process</a></td> <td>Active</td>
<tr> <td>32</td> <td class="left"><a href="zip-0032.rst">Shielded Hierarchical Deterministic Wallets</a></td> <td>Final</td>
<tr> <td>143</td> <td class="left"><a href="zip-0143.rst">Transaction Signature Verification for Overwinter</a></td> <td>Final</td>
<tr> <td>200</td> <td class="left"><a href="zip-0200.rst">Network Upgrade Mechanism</a></td> <td>Final</td>
<tr> <td>201</td> <td class="left"><a href="zip-0201.rst">Network Peer Management for Overwinter</a></td> <td>Final</td>
<tr> <td>202</td> <td class="left"><a href="zip-0202.rst">Version 3 Transaction Format for Overwinter</a></td> <td>Final</td>
<tr> <td>203</td> <td class="left"><a href="zip-0203.rst">Transaction Expiry</a></td> <td>Final</td>
<tr> <td>205</td> <td class="left"><a href="zip-0205.rst">Deployment of the Sapling Network Upgrade</a></td> <td>Final</td>
<tr> <td>206</td> <td class="left"><a href="zip-0206.rst">Deployment of the Blossom Network Upgrade</a></td> <td>Draft</td>
<tr> <td><strike>207</strike></td> <td class="left"><strike><a href="zip-0207.rst">Split Founders' Reward</a></strike></td> <td>Withdrawn</td>
<tr> <td>208</td> <td class="left"><a href="zip-0208.rst">Shorter Block Target Spacing</a></td> <td>Implemented</td>
<tr> <td>209</td> <td class="left"><a href="zip-0209.rst">Prohibit Negative Shielded Value Pool</a></td> <td>Final</td>
<tr> <td>210</td> <td class="left"><a href="zip-0210.rst">Sapling Anchor Deduplication within Transactions</a></td> <td>Draft</td>
<tr> <td>243</td> <td class="left"><a href="zip-0243.rst">Transaction Signature Verification for Sapling</a></td> <td>Final</td>
<tr> <td>308</td> <td class="left"><a href="zip-0308.rst">Sprout to Sapling Migration</a></td> <td>Final</td>
<tr> <td>401</td> <td class="left"><a href="zip-0401.rst">Addressing mempool denial-of-service</a></td> <td>Final</td>
<tr> <td>guide</td> <td class="left"><a href="zip-guide.rst">{Something Short and To the Point}</a></td> <td>Draft</td>
<tr> <td>0</td> <td class="left"><a href="zip-0000">ZIP Process</a></td> <td>Active</td>
<tr> <td>32</td> <td class="left"><a href="zip-0032">Shielded Hierarchical Deterministic Wallets</a></td> <td>Final</td>
<tr> <td>143</td> <td class="left"><a href="zip-0143">Transaction Signature Verification for Overwinter</a></td> <td>Final</td>
<tr> <td>200</td> <td class="left"><a href="zip-0200">Network Upgrade Mechanism</a></td> <td>Final</td>
<tr> <td>201</td> <td class="left"><a href="zip-0201">Network Peer Management for Overwinter</a></td> <td>Final</td>
<tr> <td>202</td> <td class="left"><a href="zip-0202">Version 3 Transaction Format for Overwinter</a></td> <td>Final</td>
<tr> <td>203</td> <td class="left"><a href="zip-0203">Transaction Expiry</a></td> <td>Final</td>
<tr> <td>205</td> <td class="left"><a href="zip-0205">Deployment of the Sapling Network Upgrade</a></td> <td>Final</td>
<tr> <td>206</td> <td class="left"><a href="zip-0206">Deployment of the Blossom Network Upgrade</a></td> <td>Draft</td>
<tr> <td><strike>207</strike></td> <td class="left"><strike><a href="zip-0207">Split Founders' Reward</a></strike></td> <td>Withdrawn</td>
<tr> <td>208</td> <td class="left"><a href="zip-0208">Shorter Block Target Spacing</a></td> <td>Implemented</td>
<tr> <td>209</td> <td class="left"><a href="zip-0209">Prohibit Negative Shielded Value Pool</a></td> <td>Final</td>
<tr> <td>210</td> <td class="left"><a href="zip-0210">Sapling Anchor Deduplication within Transactions</a></td> <td>Draft</td>
<tr> <td>243</td> <td class="left"><a href="zip-0243">Transaction Signature Verification for Sapling</a></td> <td>Final</td>
<tr> <td>308</td> <td class="left"><a href="zip-0308">Sprout to Sapling Migration</a></td> <td>Final</td>
<tr> <td>401</td> <td class="left"><a href="zip-0401">Addressing mempool denial-of-service</a></td> <td>Final</td>
<tr> <td>guide</td> <td class="left"><a href="zip-guide">{Something Short and To the Point}</a></td> <td>Draft</td>
</table></embed></section>
</section>
</body>