diff --git a/_config.yml b/_config.yml index 7a48a3a14..adc9263cf 100644 --- a/_config.yml +++ b/_config.yml @@ -19,7 +19,7 @@ header_pages: collections: specs: output: true - permalink: /ECIPs/:slug/ + permalink: /ECIPs/:path defaults: - scope: @@ -27,7 +27,7 @@ defaults: values: layout: ecip -permalink: /:slug +permalink: /:path exclude: - Gemfile diff --git a/_includes/eiptable.html b/_includes/eiptable.html index 8c7363d7d..5bffc7ce8 100644 --- a/_includes/eiptable.html +++ b/_includes/eiptable.html @@ -8,7 +8,7 @@ } {% for status in site.data.statuses %} - {% assign eips = include.eips|where:"status",status|sort:"eip" %} + {% assign eips = include.eips|where:"status",status|sort:"ecip" %} {% assign count = eips|size %} {% if count > 0 %}

{{status}}

diff --git a/_specs/ECIP-1000.md b/_specs/ecip-1000.md similarity index 99% rename from _specs/ECIP-1000.md rename to _specs/ecip-1000.md index cb2a6eefe..86d6e09b6 100644 --- a/_specs/ECIP-1000.md +++ b/_specs/ecip-1000.md @@ -1,4 +1,5 @@ --- +lang: en ecip: 1000 title: ECIP Process status: Active @@ -175,7 +176,7 @@ There are three kinds of ECIP: The typical paths of the status of ECIPs are as follows: -![ECIP process](https://github.com/ethereumclassic/ECIPs/blob/master/assets/ECIP-1000/process.png) +![ECIP process](../assets/ecip-1000/process.png) Champions of an ECIP may decide on their own to change the status between `Draft`, `Deferred`, or `Withdrawn`. diff --git a/_specs/ECIP-1010.md b/_specs/ecip-1010.md similarity index 99% rename from _specs/ECIP-1010.md rename to _specs/ecip-1010.md index 6898d9a25..04538032f 100644 --- a/_specs/ECIP-1010.md +++ b/_specs/ecip-1010.md @@ -1,4 +1,5 @@ --- +lang: en ecip: 1010 title: Delay Difficulty Bomb Explosion author: Igor Artamonov diff --git a/_specs/ECIP-1013.md b/_specs/ecip-1013.md similarity index 99% rename from _specs/ECIP-1013.md rename to _specs/ecip-1013.md index ac45780d3..1adda7962 100644 --- a/_specs/ECIP-1013.md +++ b/_specs/ecip-1013.md @@ -1,4 +1,5 @@ --- +lang: en ecip: 1013 title: ETC On-Chain Cryptographic Signing and Authentication Protocol status: Draft diff --git a/_specs/ECIP-1015.md b/_specs/ecip-1015.md similarity index 99% rename from _specs/ECIP-1015.md rename to _specs/ecip-1015.md index 5216cc98d..5d5be5222 100644 --- a/_specs/ECIP-1015.md +++ b/_specs/ecip-1015.md @@ -1,4 +1,5 @@ --- +lang: en ecip: 1015 title: Long-term gas cost changes for IO-heavy operations to mitigate transaction spam attacks author: Unknown diff --git a/_specs/ECIP-1016.md b/_specs/ecip-1016.md similarity index 99% rename from _specs/ECIP-1016.md rename to _specs/ecip-1016.md index d691534f8..d44e5ef92 100644 --- a/_specs/ECIP-1016.md +++ b/_specs/ecip-1016.md @@ -1,4 +1,5 @@ --- +lang: en ecip: 1016 title: ETC Improvement Proposal Management status: Draft diff --git a/_specs/ECIP-1017.md b/_specs/ecip-1017.md similarity index 98% rename from _specs/ECIP-1017.md rename to _specs/ecip-1017.md index 6ee96e381..ac49df0ca 100644 --- a/_specs/ECIP-1017.md +++ b/_specs/ecip-1017.md @@ -1,4 +1,5 @@ --- +lang: en ecip: 1017 title: Monetary Policy and Final Modification to the Ethereum Classic Emission Schedule author: Matthew Mazur <5n4pr011@gmail.com> @@ -30,7 +31,7 @@ Above all, it is important to recognize that a monetary policy does not directly [Source](http://ethdocs.org/en/latest/mining.html) -![image alt text](../assets/ECIP-1017/ETC_MP_Perpetual.png) +![image alt text](../assets/ecip-1017/ETC_MP_Perpetual.png) The current mining rewards on the Ethereum Classic Network are as follows: @@ -46,7 +47,7 @@ The current mining rewards on the Ethereum Classic Network are as follows: [Source](https://docs.google.com/spreadsheets/d/1Fs_RNEPSRJxP22PZmwxWjiulVVcu5Ic1GvBXCPCt9to/edit?usp=sharing) -![image alt text](../assets/ECIP-1017/ETC_MP_5M20.png) +![image alt text](../assets/ecip-1017/ETC_MP_5M20.png) *An "Era" is defined as the number of blocks containing a given production rate.* diff --git a/_specs/ECIP-1018.md b/_specs/ecip-1018.md similarity index 99% rename from _specs/ECIP-1018.md rename to _specs/ecip-1018.md index dd84c8642..cf60009ba 100644 --- a/_specs/ECIP-1018.md +++ b/_specs/ecip-1018.md @@ -1,4 +1,5 @@ --- +lang: en ecip: 1018 title: (Epoch Decay) Monetary Policy and Final Modification to the Ethereum Classic Emission Schedule author: Mike Boremi diff --git a/_specs/ECIP-1019.md b/_specs/ecip-1019.md similarity index 99% rename from _specs/ECIP-1019.md rename to _specs/ecip-1019.md index b79ffe7b8..ca345bd09 100644 --- a/_specs/ECIP-1019.md +++ b/_specs/ecip-1019.md @@ -1,4 +1,5 @@ --- +lang: en ecip: 1019 title: (Epoch Decay 10) Monetary Policy and Final Modification to the Ethereum Classic Emission Schedule author: Mike Boremi diff --git a/_specs/ECIP-1021.md b/_specs/ecip-1021.md similarity index 97% rename from _specs/ECIP-1021.md rename to _specs/ecip-1021.md index 2ce26d446..6dfe0bb9a 100644 --- a/_specs/ECIP-1021.md +++ b/_specs/ecip-1021.md @@ -1,4 +1,5 @@ --- +lang: en ecip: 1021 title: Token standard author: Dexaran, diff --git a/_specs/ECIP-1025.md b/_specs/ecip-1025.md similarity index 99% rename from _specs/ECIP-1025.md rename to _specs/ecip-1025.md index 38b70db0a..9145cfceb 100644 --- a/_specs/ECIP-1025.md +++ b/_specs/ecip-1025.md @@ -1,4 +1,5 @@ --- +lang: en ecip: 1025 title: Precompiled Contracts for zkSNARK Verification author: Wei Tang diff --git a/_specs/ECIP-1026.md b/_specs/ecip-1026.md similarity index 99% rename from _specs/ECIP-1026.md rename to _specs/ecip-1026.md index 1b01facdd..47077d32b 100644 --- a/_specs/ECIP-1026.md +++ b/_specs/ecip-1026.md @@ -1,4 +1,5 @@ --- +lang: en ecip: 1026 title: Modexp Precompiled Contract author: Wei Tang diff --git a/_specs/ECIP-1027.md b/_specs/ecip-1027.md similarity index 99% rename from _specs/ECIP-1027.md rename to _specs/ecip-1027.md index d9e2d5a5c..ac306799d 100644 --- a/_specs/ECIP-1027.md +++ b/_specs/ecip-1027.md @@ -1,4 +1,5 @@ --- +lang: en ecip: 1027 title: Scaling ETC with Sidechains author: Igor Artamonov diff --git a/_specs/ECIP-1028.md b/_specs/ecip-1028.md similarity index 99% rename from _specs/ECIP-1028.md rename to _specs/ecip-1028.md index 81837169e..b37661c39 100644 --- a/_specs/ECIP-1028.md +++ b/_specs/ecip-1028.md @@ -1,4 +1,5 @@ --- +lang: en ecip: 1028 title: Private Sidechain checkpoints author: Igor Artamonov diff --git a/_specs/ECIP-1035.md b/_specs/ecip-1035.md similarity index 99% rename from _specs/ECIP-1035.md rename to _specs/ecip-1035.md index 82cd0cfc9..9d76d1960 100644 --- a/_specs/ECIP-1035.md +++ b/_specs/ecip-1035.md @@ -1,4 +1,5 @@ --- +lang: en ecip: 1035 title: Ethereum Classic Privacy Enhanced Stealth Address Schema author: Cody Burns diff --git a/_specs/ECIP-1036.md b/_specs/ecip-1036.md similarity index 99% rename from _specs/ECIP-1036.md rename to _specs/ecip-1036.md index 01446c554..44396c9ea 100644 --- a/_specs/ECIP-1036.md +++ b/_specs/ecip-1036.md @@ -1,4 +1,5 @@ --- +lang: en ecip: 1036 title: Fallback Complete Difficulty Bomb Diffusion author: Wei Tang diff --git a/_specs/ECIP-1037.md b/_specs/ecip-1037.md similarity index 99% rename from _specs/ECIP-1037.md rename to _specs/ecip-1037.md index bc9d1a931..90e8167df 100644 --- a/_specs/ECIP-1037.md +++ b/_specs/ecip-1037.md @@ -1,4 +1,5 @@ --- +lang: en ecip: 1037 title: Simple Interactive URI Scheme author: Cody Burns diff --git a/_specs/ECIP-1039.md b/_specs/ecip-1039.md similarity index 99% rename from _specs/ECIP-1039.md rename to _specs/ecip-1039.md index c1e6d644c..acf5b4dd9 100644 --- a/_specs/ECIP-1039.md +++ b/_specs/ecip-1039.md @@ -1,4 +1,5 @@ --- +lang: en ecip: 1039 title: Monetary policy rounding specification author: Isaac Ardis diff --git a/_specs/ECIP-1041.md b/_specs/ecip-1041.md similarity index 99% rename from _specs/ECIP-1041.md rename to _specs/ecip-1041.md index 265fad239..b531b3d20 100644 --- a/_specs/ECIP-1041.md +++ b/_specs/ecip-1041.md @@ -1,4 +1,5 @@ --- +lang: en ecip: 1041 title: Remove Difficulty Bomb author: Igor Artamonov diff --git a/_specs/ECIP-1042.md b/_specs/ecip-1042.md similarity index 99% rename from _specs/ECIP-1042.md rename to _specs/ecip-1042.md index f4adc7377..c51fe9e12 100644 --- a/_specs/ECIP-1042.md +++ b/_specs/ecip-1042.md @@ -1,4 +1,5 @@ --- +lang: en ecip: 1042 title: GASPAY opcode author: Igor Artamonov diff --git a/_specs/ECIP-1043.md b/_specs/ecip-1043.md similarity index 99% rename from _specs/ECIP-1043.md rename to _specs/ecip-1043.md index c903c011f..87b01f1a0 100644 --- a/_specs/ECIP-1043.md +++ b/_specs/ecip-1043.md @@ -1,4 +1,5 @@ --- +lang: en ecip: 1043 title: Fixed DAG limit restriction author: Cody Burns diff --git a/_specs/ECIP-1044.md b/_specs/ecip-1044.md similarity index 99% rename from _specs/ECIP-1044.md rename to _specs/ecip-1044.md index ae9ff6f5b..48246538a 100644 --- a/_specs/ECIP-1044.md +++ b/_specs/ecip-1044.md @@ -1,4 +1,5 @@ --- +lang: en ecip: 1044 title: Formalize IPFS hash into ECNS (Ethereum Classic Name Service) resolver author: Phyrex Tsai , Portal Network Team diff --git a/_specs/ECIP-1045.md b/_specs/ecip-1045.md similarity index 99% rename from _specs/ECIP-1045.md rename to _specs/ecip-1045.md index b165dd540..a77553b37 100644 --- a/_specs/ECIP-1045.md +++ b/_specs/ecip-1045.md @@ -1,9 +1,9 @@ --- +lang: en ecip: 1045 title: Support for ETH Byzantium & Constantinople EVM and Protocol Upgrades status: Draft -type: Standards Track -category: Meta +type: Meta author: Isaac Ardis created: 2018-06-18 --- diff --git a/_specs/ECIP-1046.md b/_specs/ecip-1046.md similarity index 99% rename from _specs/ECIP-1046.md rename to _specs/ecip-1046.md index ab3238aaf..50b037744 100644 --- a/_specs/ECIP-1046.md +++ b/_specs/ecip-1046.md @@ -1,4 +1,5 @@ --- +lang: en ecip: 1046 title: Precompiled contract for verification of Merkle Inclusion Proofs author: Kostis Karantias , Dionysis Zindros diff --git a/_specs/ECIP-1047.md b/_specs/ecip-1047.md similarity index 99% rename from _specs/ECIP-1047.md rename to _specs/ecip-1047.md index 0d0e197fb..aa3ce7a72 100644 --- a/_specs/ECIP-1047.md +++ b/_specs/ecip-1047.md @@ -1,4 +1,5 @@ --- +lang: en ecip: 1047 title: Reduce Gas Limit to 1 Million author: Anthony Lusardi (ethereumclassicanthony@gmail.com) diff --git a/_specs/ECIP-1048.md b/_specs/ecip-1048.md similarity index 99% rename from _specs/ECIP-1048.md rename to _specs/ecip-1048.md index 455e21f87..121a65f35 100644 --- a/_specs/ECIP-1048.md +++ b/_specs/ecip-1048.md @@ -1,4 +1,5 @@ --- +lang: en ecip: 1048 title: Clique proof-of-authority consensus protocol author: Péter Szilágyi diff --git a/_specs/ECIP-1049.md b/_specs/ecip-1049.md similarity index 99% rename from _specs/ECIP-1049.md rename to _specs/ecip-1049.md index 203464ab8..72f560496 100644 --- a/_specs/ECIP-1049.md +++ b/_specs/ecip-1049.md @@ -1,4 +1,5 @@ --- +lang: en ecip: 1049 title: Change the ETC Proof of Work Algorithm to Keccak256 status: Draft diff --git a/_specs/ECIP-1050.md b/_specs/ecip-1050.md similarity index 99% rename from _specs/ECIP-1050.md rename to _specs/ecip-1050.md index a757ad51e..50b759c9c 100644 --- a/_specs/ECIP-1050.md +++ b/_specs/ecip-1050.md @@ -1,4 +1,5 @@ --- +lang: en ecip: 1050 title: Status Codes author: Brooklyn Zelenka [@expede](https://github.com/expede), [Boris Mann](https://github.com/bmann) diff --git a/_specs/ECIP-1051.md b/_specs/ecip-1051.md similarity index 99% rename from _specs/ECIP-1051.md rename to _specs/ecip-1051.md index 7226c3c81..73a0678b7 100644 --- a/_specs/ECIP-1051.md +++ b/_specs/ecip-1051.md @@ -1,4 +1,5 @@ --- +lang: en ecip: 1051 title: Ethereum Classic Treasury system status: Draft diff --git a/_specs/ECIP-1052.md b/_specs/ecip-1052.md similarity index 99% rename from _specs/ECIP-1052.md rename to _specs/ecip-1052.md index 9901d2305..6bc89bcfe 100644 --- a/_specs/ECIP-1052.md +++ b/_specs/ecip-1052.md @@ -1,4 +1,5 @@ --- +lang: en ecip: 1052 title: Smart-contract Security Auditing core status: Draft diff --git a/_specs/ECIP-1053.md b/_specs/ecip-1053.md similarity index 99% rename from _specs/ECIP-1053.md rename to _specs/ecip-1053.md index 449082daf..eb764a2b6 100644 --- a/_specs/ECIP-1053.md +++ b/_specs/ecip-1053.md @@ -1,4 +1,5 @@ --- +lang: en ecip: 1053 title: Add OpenRPC Service Discovery To JSON-RPC Services author: Shane Jonas, Zachary Belford diff --git a/_specs/ECIP-1054.md b/_specs/ecip-1054.md similarity index 99% rename from _specs/ECIP-1054.md rename to _specs/ecip-1054.md index a1d855876..310e165d0 100644 --- a/_specs/ECIP-1054.md +++ b/_specs/ecip-1054.md @@ -1,9 +1,9 @@ --- +lang: en ecip: 1054 title: Atlantis EVM and Protocol Upgrades status: Accepted -type: Standards Track -category: Meta +type: Meta author: Isaac Ardis created: 2019-02-11 discussions-To: https://github.com/ethereumclassic/ECIPs/issues/67 diff --git a/_specs/ECIP-1056.md b/_specs/ecip-1056.md similarity index 98% rename from _specs/ECIP-1056.md rename to _specs/ecip-1056.md index 731f40971..05b9af4e4 100644 --- a/_specs/ECIP-1056.md +++ b/_specs/ecip-1056.md @@ -1,9 +1,9 @@ --- +lang: en ecip: 1056 title: Agharta EVM and Protocol Upgrades status: Draft -type: Standards Track -category: Meta +type: Meta author: Isaac Ardis created: 2019-03-25 --- diff --git a/_specs/ECIP-1057.md b/_specs/ecip-1057.md similarity index 99% rename from _specs/ECIP-1057.md rename to _specs/ecip-1057.md index 987deabf0..37611658b 100644 --- a/_specs/ECIP-1057.md +++ b/_specs/ecip-1057.md @@ -1,4 +1,5 @@ --- +lang: en ecip: 1057 title: Cold Staking author: Dexaran, dexaran@ethereumclassic.org diff --git a/_specs/ECIP-1060.md b/_specs/ecip-1060.md similarity index 99% rename from _specs/ECIP-1060.md rename to _specs/ecip-1060.md index a1a932edc..537adacbb 100644 --- a/_specs/ECIP-1060.md +++ b/_specs/ecip-1060.md @@ -1,4 +1,5 @@ --- +lang: en ecip: 1060 title: Cliquey proof-of-authority consensus protocol author: Aidan Hyman (@ChainSafeSystems), Talha Cross (@soc1c) diff --git a/_zh-specs/ECIP-1017_cn.md b/_specs/zh/ecip-1017.md similarity index 95% rename from _zh-specs/ECIP-1017_cn.md rename to _specs/zh/ecip-1017.md index 9c1a234cd..0a4542aae 100644 --- a/_zh-specs/ECIP-1017_cn.md +++ b/_specs/zh/ecip-1017.md @@ -1,14 +1,14 @@ -### Title - - ECIP: 1017 - 主题:ETC 货币政策和铸币方案最终修改 - 作者:Matthew Mazur 5n4pr011@gmail.com - 翻译:Roy (以太坊原链协会 ECC) QQ:1251433202 - 状态:起草阶段 - 类型:标准 - 创建:2016/11/20 - -
+--- +lang: zh +ecip: 1017 +title: ETC 货币政策和铸币方案最终修改 +author: Matthew Mazur 5n4pr011@gmail.com +translator: Roy (以太坊原链协会 ECC) QQ:1251433202 +status: Final +type: Standards Track +category: Core +created: 2016/11/20 +--- ### 摘要 @@ -35,7 +35,7 @@ [来源](http://ethdocs.org/en/latest/mining.html) -![image alt text](ETC_MP_Perpetual.png) +![image alt text](../../assets/ecip-1017/ETC_MP_Perpetual.png) ETC 网络目前的挖矿奖励模型如下: @@ -53,7 +53,7 @@ ETC 网络目前的挖矿奖励模型如下: [来源](https://docs.google.com/spreadsheets/d/1Fs_RNEPSRJxP22PZmwxWjiulVVcu5Ic1GvBXCPCt9to/edit?usp=sharing) -![image alt text](ETC_MP_5M20.png) +![image alt text](../../assets/ecip-1017/ETC_MP_5M20.png) *Era" 被定义为特定区块数量里包含了一个特定的出币率。* diff --git a/all.html b/all.html index 6320e0afe..e28e8ee02 100644 --- a/all.html +++ b/all.html @@ -3,4 +3,5 @@ title: All --- +{% assign eips=site.specs|where:"lang","en"|where:"type","Standards Track"|where:"category","Core" %} {% include eiptable.html eips=site.specs %} diff --git a/assets/ECIP-1000/process.png b/assets/ecip-1000/process.png similarity index 100% rename from assets/ECIP-1000/process.png rename to assets/ecip-1000/process.png diff --git a/assets/ECIP-1017/ETC_MP_5M20.png b/assets/ecip-1017/ETC_MP_5M20.png similarity index 100% rename from assets/ECIP-1017/ETC_MP_5M20.png rename to assets/ecip-1017/ETC_MP_5M20.png diff --git a/assets/ECIP-1017/ETC_MP_Perpetual.png b/assets/ecip-1017/ETC_MP_Perpetual.png similarity index 100% rename from assets/ECIP-1017/ETC_MP_Perpetual.png rename to assets/ecip-1017/ETC_MP_Perpetual.png diff --git a/core.html b/core.html index 35aefe965..298b6eb2e 100644 --- a/core.html +++ b/core.html @@ -3,5 +3,5 @@ title: Core --- -{% assign eips=site.specs|where:"type","Standards Track"|where:"category","Core" %} +{% assign eips=site.specs|where:"lang","en"|where:"type","Standards Track"|where:"category","Core" %} {% include eiptable.html eips=eips %} diff --git a/erc.html b/erc.html index e7b0b73fd..68fb02549 100644 --- a/erc.html +++ b/erc.html @@ -3,5 +3,5 @@ title: ERC --- -{% assign eips=site.specs|where:"type","Standards Track"|where:"category","ERC" %} +{% assign eips=site.specs|where:"lang","en"|where:"type","Standards Track"|where:"category","ERC" %} {% include eiptable.html eips=eips %} diff --git a/index.html b/index.html index c3ea4cb62..ef3d8bce9 100644 --- a/index.html +++ b/index.html @@ -13,20 +13,20 @@

ECIP Types

ECIPs are separated into a number of types, and each has its own list of ECIPs.

-

Standard Track ({{site.specs|where:"type","Standards Track"|size}})

+

Standard Track ({{site.specs|where:"lang","en"|where:"type","Standards Track"|size}})

Describes any change that affects most or all Ethereum Classic implementations, such as a change to the the network protocol, a change in block or transaction validity rules, proposed application standards/conventions, or any change or addition that affects the interoperability of applications using Ethereum Classic. Furthermore Standard ECIPs can be broken down into the following categories.

-

Core ({{site.specs|where:"type","Standards Track"|where:"category","Core"|size}})

+

Core ({{site.specs|where:"lang","en"|where:"type","Standards Track"|where:"category","Core"|size}})

Improvements requiring a consensus fork, as well as changes that are not necessarily consensus critical but may be relevant to “core dev” discussions.

-

Interface ({{site.specs|where:"type","Standards Track"|where:"category","Interface"|size}})

+

Interface ({{site.specs|where:"lang","en"|where:"type","Standards Track"|where:"category","Interface"|size}})

Includes improvements around client API/RPC specifications and standards, and also certain language-level standards like method names and contract ABIs. The label “interface” aligns with the interfaces repo and discussion should primarily occur in that repository before an ECIP is submitted to the ECIPs repository.

-

ERC ({{site.specs|where:"type","Standards Track"|where:"category","ERC"|size}})

+

ERC ({{site.specs|where:"lang","en"|where:"type","Standards Track"|where:"category","ERC"|size}})

Application-level standards and conventions, including contract standards such as token standards, name registries, URI schemes, library/package formats, and wallet formats.

-

Meta ({{site.specs|where:"type","Meta"|size}})

+

Meta ({{site.specs|where:"lang","en"|where:"type","Meta"|size}})

Describes a process surrounding Ethereum Classic or proposes a change to (or an event in) a process. Process ECIPs are like Standards Track ECIPs but apply to areas other than the Ethereum Classic protocol itself. They may propose an implementation, but not to Ethereum Classic's codebase; they often require community consensus; unlike Informational ECIPs, they are more than recommendations, and users are typically not free to ignore them. Examples include procedures, guidelines, changes to the decision-making process, and changes to the tools or environment used in Ethereum Classic development. Any meta-ECIP is also considered a Process ECIP.

-

Informational ({{site.specs|where:"type","Informational"|size}})

+

Informational ({{site.specs|where:"lang","en"|where:"type","Informational"|size}})

Describes a Ethereum Classic design issue, or provides general guidelines or information to the Ethereum Classic community, but does not propose a new feature. Informational ECIPs do not necessarily represent Ethereum Classic community consensus or a recommendation, so users and implementers are free to ignore Informational ECIPs or follow their advice.

diff --git a/informational.html b/informational.html index b156069e9..f59e7dd65 100644 --- a/informational.html +++ b/informational.html @@ -3,5 +3,5 @@ title: Informational --- -{% assign eips=site.specs|where:"type","Informational" %} +{% assign eips=site.specs|where:"lang","en"|where:"type","Informational" %} {% include eiptable.html eips=eips %} diff --git a/interface.html b/interface.html index 8f9d71dc2..039b4a86e 100644 --- a/interface.html +++ b/interface.html @@ -3,5 +3,5 @@ title: Interface --- -{% assign eips=site.specs|where:"type","Standards Track"|where:"category","Interface" %} +{% assign eips=site.specs|where:"lang","en"|where:"type","Standards Track"|where:"category","Interface" %} {% include eiptable.html eips=eips %} diff --git a/meta.html b/meta.html index 21bbdc44e..05a598fbb 100644 --- a/meta.html +++ b/meta.html @@ -3,5 +3,5 @@ title: Meta --- -{% assign eips=site.specs|where:"type","Meta" %} +{% assign eips=site.specs|where:"lang","en"|where:"type","Meta" %} {% include eiptable.html eips=eips %}