From 5bf0ca45c453495958370eb52a85c3e077b23959 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Thu, 7 Nov 2019 19:49:41 +0000 Subject: [PATCH] Fix links, maybe. Signed-off-by: Daira Hopwood --- README.rst | 34 +++++++++++++++++----------------- index.html | 34 +++++++++++++++++----------------- makeindex.sh | 4 ++-- 3 files changed, 36 insertions(+), 36 deletions(-) diff --git a/README.rst b/README.rst index d67821f9..cec9aa89 100644 --- a/README.rst +++ b/README.rst @@ -63,21 +63,21 @@ Index of ZIPs - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + +
ZIP Title Status
0 ZIP Process Active
32 Shielded Hierarchical Deterministic Wallets Final
143 Transaction Signature Verification for Overwinter Final
200 Network Upgrade Mechanism Final
201 Network Peer Management for Overwinter Final
202 Version 3 Transaction Format for Overwinter Final
203 Transaction Expiry Final
205 Deployment of the Sapling Network Upgrade Final
206 Deployment of the Blossom Network Upgrade Draft
207 Split Founders' Reward Withdrawn
208 Shorter Block Target Spacing Implemented
209 Prohibit Negative Shielded Value Pool Final
210 Sapling Anchor Deduplication within Transactions Draft
243 Transaction Signature Verification for Sapling Final
308 Sprout to Sapling Migration Final
401 Addressing mempool denial-of-service Final
guide {Something Short and To the Point} Draft
0 ZIP Process Active
32 Shielded Hierarchical Deterministic Wallets Final
143 Transaction Signature Verification for Overwinter Final
200 Network Upgrade Mechanism Final
201 Network Peer Management for Overwinter Final
202 Version 3 Transaction Format for Overwinter Final
203 Transaction Expiry Final
205 Deployment of the Sapling Network Upgrade Final
206 Deployment of the Blossom Network Upgrade Draft
207 Split Founders' Reward Withdrawn
208 Shorter Block Target Spacing Implemented
209 Prohibit Negative Shielded Value Pool Final
210 Sapling Anchor Deduplication within Transactions Draft
243 Transaction Signature Verification for Sapling Final
308 Sprout to Sapling Migration Final
401 Addressing mempool denial-of-service Final
guide {Something Short and To the Point} Draft
diff --git a/index.html b/index.html index d0b0a95a..111eca08 100644 --- a/index.html +++ b/index.html @@ -65,23 +65,23 @@

Index of ZIPs

- - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + +
ZIP Title Status
0 ZIP Process Active
32 Shielded Hierarchical Deterministic Wallets Final
143 Transaction Signature Verification for Overwinter Final
200 Network Upgrade Mechanism Final
201 Network Peer Management for Overwinter Final
202 Version 3 Transaction Format for Overwinter Final
203 Transaction Expiry Final
205 Deployment of the Sapling Network Upgrade Final
206 Deployment of the Blossom Network Upgrade Draft
207 Split Founders' Reward Withdrawn
208 Shorter Block Target Spacing Implemented
209 Prohibit Negative Shielded Value Pool Final
210 Sapling Anchor Deduplication within Transactions Draft
243 Transaction Signature Verification for Sapling Final
308 Sprout to Sapling Migration Final
401 Addressing mempool denial-of-service Final
guide {Something Short and To the Point} Draft
0 ZIP Process Active
32 Shielded Hierarchical Deterministic Wallets Final
143 Transaction Signature Verification for Overwinter Final
200 Network Upgrade Mechanism Final
201 Network Peer Management for Overwinter Final
202 Version 3 Transaction Format for Overwinter Final
203 Transaction Expiry Final
205 Deployment of the Sapling Network Upgrade Final
206 Deployment of the Blossom Network Upgrade Draft
207 Split Founders' Reward Withdrawn
208 Shorter Block Target Spacing Implemented
209 Prohibit Negative Shielded Value Pool Final
210 Sapling Anchor Deduplication within Transactions Draft
243 Transaction Signature Verification for Sapling Final
308 Sprout to Sapling Migration Final
401 Addressing mempool denial-of-service Final
guide {Something Short and To the Point} Draft
diff --git a/makeindex.sh b/makeindex.sh index 663ccc3b..c1140788 100755 --- a/makeindex.sh +++ b/makeindex.sh @@ -12,9 +12,9 @@ Index of ZIPs EndOfHeader for zipfile in zip-*.rst; do if grep -E '^\s*Status:\s*(Withdrawn|Rejected|Obsolete)' $zipfile >/dev/null; then - echo " `basename $zipfile .rst | sed -r 's@zip-0{0,3}@@'` `grep '^\s*Title:' $zipfile | sed 's@\s*Title:\s*@@'` `grep '^\s*Status:' $zipfile | sed 's@\s*Status:\s*@@'`" + echo " `basename $zipfile .rst | sed -r 's@zip-0{0,3}@@'` `grep '^\s*Title:' $zipfile | sed 's@\s*Title:\s*@@'` `grep '^\s*Status:' $zipfile | sed 's@\s*Status:\s*@@'`" else - echo " `basename $zipfile .rst | sed -r 's@zip-0{0,3}@@'` `grep '^\s*Title:' $zipfile | sed 's@\s*Title:\s*@@'` `grep '^\s*Status:' $zipfile | sed 's@\s*Status:\s*@@'`" + echo " `basename $zipfile .rst | sed -r 's@zip-0{0,3}@@'` `grep '^\s*Title:' $zipfile | sed 's@\s*Title:\s*@@'` `grep '^\s*Status:' $zipfile | sed 's@\s*Status:\s*@@'`" fi done echo " "