This repository has been archived by the owner on Oct 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.php
78 lines (66 loc) · 2.87 KB
/
index.php
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
68
69
70
71
72
73
74
75
76
77
78
<?php
// You can put PHP here and it will execute!
?>
<!DOCTYPE html>
<html lang="en-US" prefix="og: http://ogp.me/ns#" class="no-js no-svg">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Gutenberg Plugin Compatibility</title>
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.3/css/foundation.min.css" />
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.3/js/foundation.min.js"></script>
<style>
.container {
margin-left: auto;
margin-right: auto;
max-width: 1024px;
}
.page-header,
.page-footer {
margin-top: 20px;
margin-bottom: 20px;
}
.kn-container.kn-scene {
padding-left: 0;
padding-right: 0;
}
.kn-container .kn-label {
color: white;
}
.kn-container .filters-list select:not(empty)::after,
.kn-container .kn-select:not(empty)::after {
display: none;
}
.kn-container .filters-list select:not(empty) select,
.kn-container .kn-select:not(empty) select {
height: 35px
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-49623239-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-49623239-2');
</script>
</head>
<body>
<div class="container">
<header class="page-header">
<h1><a href="/">Gutenberg Plugin Compatibility</a></h1>
</header>
<div class="page-content">
<p><strong>This project is now complete.</strong></p>
<p>The Gutenberg Plugin Compatibility database <a href="https://github.com/WordPress/gutenberg/issues/4072">started as a research project</a> and is no <a href="https://github.com/WordPress/gutenberg/issues/4072#issuecomment-389630548">longer actively being pursued</a>. The database has been shut down because it's not actively maintained.</p>
<p>If you'd like to review the final data, you can <a href="/20180820plugincompatibility.csv">download the database as CSV</a>.</p>
</div>
<footer class="text-center page-footer">
<small>Foo bar • <a target="_blank" href="https://github.com/danielbachhuber/gutenberg-plugin-compatibility/">Hack this site</a></small>
</footer>
</div>
<a target="_blank" href="https://github.com/danielbachhuber/gutenberg-plugin-compatibility"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://camo.githubusercontent.com/82b228a3648bf44fc1163ef44c62fcc60081495e/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_red_aa0000.png"></a>
</body>
</html>