-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (61 loc) · 3.8 KB
/
index.html
File metadata and controls
67 lines (61 loc) · 3.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>PlusPl.us- Saying Goodbye to pluspl.us</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<style>
body {
padding-top: 5rem;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
<a class="navbar-brand" href="#">PlusPl.us</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarsExampleDefault">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Support</a>
</li>
</ul>
</div>
</nav>
<main role="main" class="container">
<div class="content">
<div>
<h3>pluspl.us has been shut down</h3>
<p>Originally published: August 13, 2021, Updated: September 1, 2021</p>
<p>This Slack application ceased to function on August 31, 2021. Thanks to everyone who has used the application throughout the years, I hope you found some value in it. See below for some questions and answers related to the sunset.</p>
<h4>FAQ</h4>
<h5>Q: Why is the app being shut down?</h5>
<p>A: Unfortunately, with the loads the app has been receiving it has become more costly to maintain than originally planned for, both time-wise and monetarily. It costs around $200 a year to run this app, and dozens of hours of my time for support and development. The app would also requires a non-trivial amount of time to update in order to comply with new Slack API regulations. </p>
<h5>Q: What happened to my team's data?</h5>
<p>A: All data was securely and permanently erased on September 1, 2021. All data is unrecoverable at this point.</p>
<h5>Q: Are there any replacement options?</h5>
<p>
A: Other Slack apps may provide similar functionality. Alternatively, the code for pluspl.us will remain available on
<a href="https://github.com/plusplusslack/pluspl.us">Github</a>
should you wish to run an instance for your own Slack team. See
<a href="https://github.com/plusplusslack/pluspl.us/tree/pre-sunset">this branch</a>
for the code prior to the sunset.
</p>
</div>
</div>
</main>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>