diff --git a/_sass/layout/sips.scss b/_sass/layout/sips.scss
index 12e351ee5c..631c07762c 100644
--- a/_sass/layout/sips.scss
+++ b/_sass/layout/sips.scss
@@ -105,6 +105,7 @@
.pending,
.completed,
+ .dormant,
.rejected {
.date {
display: block;
@@ -169,6 +170,7 @@
@include justify-content(space-between);
.completed,
+ .dormant,
.rejected {
display: flex;
flex-direction: column;
diff --git a/_sips/all.md b/_sips/all.md
index 50b6f94479..ed26042765 100644
--- a/_sips/all.md
+++ b/_sips/all.md
@@ -13,7 +13,7 @@ redirect_from: "/sips/pending/index.html"
+
Rejected
diff --git a/_sips/index.md b/_sips/index.md
index 84e5c4699b..99c3a5264a 100644
--- a/_sips/index.md
+++ b/_sips/index.md
@@ -40,12 +40,3 @@ Please read [Submitting a SIP](./sip-submission.html) and our
> Historical note: The SIP replaces the older SID (Scala Improvement Document) process.
> Completed SID documents remain available in the
> [completed section of the SIP list](all.html).
-
-## Scala Platform Process (SPP)
-
-The Scala Platform aims to be a stable collection of libraries with widespread
-use and a low barrier to entry for beginners and intermediate users. The
-Platform consists of several independent modules that solve specific problems.
-The Scala community sets the overall direction of the Platform.
-
-Learn more about the Scala Platform
diff --git a/_sips/sips/2013-06-10-spores.md b/_sips/sips/2013-06-10-spores.md
index a5aed91ad6..1868410121 100644
--- a/_sips/sips/2013-06-10-spores.md
+++ b/_sips/sips/2013-06-10-spores.md
@@ -1,8 +1,8 @@
---
layout: sip
title: SIP-21 - Spores
-vote-status: "under-review"
-vote-text: Next iteration takes place in January/February 2017 by request of the authors.
+vote-status: "dormant"
+vote-text: There is an implementation for Scala 2.11. A new owner is needed to champion this proposal for the current Scala version. The proposal needs to be updated to explain how to handle transitive spores.
permalink: /sips/:title.html
redirect_from: /sips/pending/spores.html
---
diff --git a/_sips/sips/2015-6-18-trait-parameters.md b/_sips/sips/2015-6-18-trait-parameters.md
index c8c86fb638..6abef5c4b8 100644
--- a/_sips/sips/2015-6-18-trait-parameters.md
+++ b/_sips/sips/2015-6-18-trait-parameters.md
@@ -1,8 +1,8 @@
---
layout: sip
title: SIP-25 - Trait Parameters
-vote-status: "under-review"
-vote-text: The board agreed to schedule the next iteration of the evaluation process in 6 months, since there’s no implementation yet and the authors need time to produce one.
+vote-status: accepted
+vote-text: Trait parameters are implemented in Scala 3.0.
permalink: /sips/:title.html
redirect_from: /sips/pending/trait-parameters.html
---
diff --git a/_sips/sips/2016-09-09-inline-meta.md b/_sips/sips/2016-09-09-inline-meta.md
index edd020befc..8aa401d125 100644
--- a/_sips/sips/2016-09-09-inline-meta.md
+++ b/_sips/sips/2016-09-09-inline-meta.md
@@ -1,8 +1,8 @@
---
layout: sip
title: SIP-28 and SIP-29 - Inline meta
-vote-status: "under-revision"
-vote-text: The following proposal has been split and numbered as SIP-28 (Inline) and SIP-29 (Meta). For more information on this decision, check the minutes. The authors need to split the proposal and update it.
+vote-status: dormant
+vote-text: This proposal needs an owner.
permalink: /sips/:title.html
redirect_from: /sips/pending/inline-meta.html
---
diff --git a/_sips/sips/2017-01-11-refer-other-arguments-in-args.md b/_sips/sips/2017-01-11-refer-other-arguments-in-args.md
index 53b1a35b4e..6d5097038a 100644
--- a/_sips/sips/2017-01-11-refer-other-arguments-in-args.md
+++ b/_sips/sips/2017-01-11-refer-other-arguments-in-args.md
@@ -1,6 +1,6 @@
---
layout: sip
-title: SIP-NN - Allow referring to other arguments in default parameters
+title: SIP-32 - Allow referring to other arguments in default parameters
vote-status: pending
permalink: /sips/:title.html
redirect_from: /sips/pending/refer-other-arguments-in-args.html
diff --git a/_sips/sips/2017-01-13-binary-compatibility.md b/_sips/sips/2017-01-13-binary-compatibility.md
index 87224fd1f7..96be472776 100644
--- a/_sips/sips/2017-01-13-binary-compatibility.md
+++ b/_sips/sips/2017-01-13-binary-compatibility.md
@@ -1,7 +1,8 @@
---
layout: sip
-title: SIP-NN - Improving binary compatibility with @stableABI
-vote-status: pending
+title: SIP-34 - Improving binary compatibility with @stableABI
+vote-status: dormant
+vote-text: When the author of this proposal figures out which features should be binary compatible and has more information on the future implementation, the SIP Committee will start the review period.
permalink: /sips/:title.html
redirect_from: /sips/pending/binary-compatibility.html
---
diff --git a/_sips/sips/2017-09-20-opaque-types.md b/_sips/sips/2017-09-20-opaque-types.md
index dee6cf1a36..f18a45a5c7 100644
--- a/_sips/sips/2017-09-20-opaque-types.md
+++ b/_sips/sips/2017-09-20-opaque-types.md
@@ -2,7 +2,7 @@
layout: sip
title: SIP-35 - Opaque types
-vote-status: pending
+vote-status: accepted
permalink: /sips/:title.html
redirect_from: /sips/pending/opaque-types.html
---