-
Notifications
You must be signed in to change notification settings - Fork 0
/
amcprat-shutdown.html
54 lines (52 loc) · 1.98 KB
/
amcprat-shutdown.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="HandheldFriendly" content="true" />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Discontinuing amcprat and replacing with a new basic tool</title>
<link rel="stylesheet" href="style.css"></link>
</head>
<body>
<header>
<h1>Discontinuing amcprat and replacing with a new basic tool</h1>
</header>
<article>
<p>
<b>TLDR:</b> I plan on discontinuing amcprat due to copyright concerns.
This applies to <a href="https://bkf2020.github.io/amcprat">amcprat</a> and <a href="https://bkf2020.github.io/amcprat-simple">amcprat-simple</a>.
</p>
<h2>The date this will occur</h2>
<a class="annoucementlink" href="https://www.timeanddate.com/worldclock/fixedtime.html?msg=amcprat+and+amcprat-simple+shutting+down&year=2021&month=Oct&day=03&hour=05&min=00&sec=00&p1=1440" target="_blank" rel="noopener noreferrer">Sunday, October 3, 2021 5:00 am UTC.</a>
<h2> The copyright concerns</h2>
<p>
Basically:
</p>
<ul>
<li>AMCPRAT is licensed under the MIT License</li>
<li>AMCPRAT-Simple is licensed under the GPL v3 License</li>
<li>The AMC/AIME problems are copyrighted, and the two projects contain these problems.</li>
<li>The HTML code that displays the problems is likely copyrighted by <a href="https://artofproblemsolving.com">Art of Problem Solving</a>.</li>
</ul>
<p>
These two projects contain copyrighted material, and that is the reason
for shutting them down.
</p>
<h2> The future</h2>
<p>
AMCGEN is the new tool. It basically is amcprat-simple, but it provides AoPS wiki links instead.
Check it out in one of the following places:
<ul>
<li><a href="https://bkf2020.github.io/amcgen">Github Pages</a></li>
<li><a href="https://bkf2020.gitlab.io/amcgen">Gitlab Pages</a></li>
<li><a href="https://bkf2020.codeberg.page/amcgen">Codeberg Pages</a></li>
</ul>
</p>
</article>
<footer>
<p>
<a href="/">bkf2020's website</a>
</p>
</footer>
</html>