-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
241 lines (214 loc) · 8.81 KB
/
index.html
File metadata and controls
241 lines (214 loc) · 8.81 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
<!DOCTYPE HTML>
<!--
Industrious by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Get Simple CMS CE Plugins Repository</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description"
content="Project focusing on improving Get Simple CMS for today's needs. PHP 8, new features, more " out of the
box" solutions" />
<meta name="keywords"
content="get simple cms, get simple cms ce, get simple cms ce project, get simple cms error 500, get simple php 8" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" type="image/png" href="images/fav.png">
<style>
.highlights .icon {
margin-bottom: 20px;
}
</style>
</head>
<body class="is-preload">
<script>
window.location.replace("https://getsimple-ce.ovh/ce-plugins");
</script>
<!-- Header -->
<header id="header">
<a class="logo" href="index.html"> <img src="images/fav.png" style="width:30px;" alt=""> GetSimple CMS CE</a>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="https://getsimplecms-ce.github.io/whatsnew.html"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#808080" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m1 15h-2v-6h2zm0-8h-2V7h2z"/></svg> What Changed in CE?</a></li>
<li><a href="https://getsimplecms-ce.github.io/download.html"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#808080" d="M19.35 10.04A7.49 7.49 0 0 0 12 4C9.11 4 6.6 5.64 5.35 8.04A5.994 5.994 0 0 0 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5c0-2.64-2.05-4.78-4.65-4.96M17 13l-5 5l-5-5h3V9h4v4z"/></svg> Download GetSimple CE</a></li>
<li><a href="https://getsimplecms-ce-themes.github.io/"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#808080" d="M7 14c-1.66 0-3 1.34-3 3c0 1.31-1.16 2-2 2c.92 1.22 2.49 2 4 2c2.21 0 4-1.79 4-4c0-1.66-1.34-3-3-3m13.71-9.37l-1.34-1.34a.996.996 0 0 0-1.41 0L9 12.25L11.75 15l8.96-8.96a.996.996 0 0 0 0-1.41"/></svg> Themes & Templates</a></li>
</ul>
</nav>
<!-- Banner -->
<section id="banner">
<div class="inner">
<h1>Get Simple CMS <br>Community Edition Plugins</h1>
<p>All Plugins fixed for support php > 8.2 </p>
</div>
</section>
<section class="wrapper" style="padding: 5rem 0 6rem 0">
<div class="inner">
<div class="content" style="margin:50px 0">
<span style="text-align: center; margin-bottom:20px; display: block;">
📅 <strong>Repo Last Updated:</strong> <span style="color:red;">2024.11.25</span>
</span>
<input type="text" class="title-search" placeholder="🔍 Search Plugins...">
<style>
*,
*::after,
*::before {
box-sizing: border-box;
}
.version {
float: right;
display: inline-table;
vertical-align: middle;
width: 40px;
height: 40px;
background-color: #bbb;
border-radius: 50%;
}
.version__content {
display: table-cell;
vertical-align: middle;
text-align: center;
font-size: .7em;
}
.db {
width: auto;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 20px;
margin-top: 20px;
margin-bottom: 20px;
}
.db h4{text-transform: normal;}
@media(max-width:768px) {
.db {
width: 90%;
grid-template-columns: 1fr;
}
}
.db-item {
padding: 20px;
background: #fafafa;
border: solid 1px #ddd;
border-bottom: solid 4px red;
}
hr {
border: dashed 1px #111;
opacity: 0.3;
}
.db-item-btn {
display: inline-block;
padding: 10px 15px;
background: #000;
color: #fff;
text-decoration: none;
transition: all 250ms linear;
}
.db-item-btn:hover {
display: inline-block;
padding: 10px 15px;
background: #333;
color: #fff;
text-decoration: none;
}
.db-item-author {
font-size: 0.8rem;
opacity: 0.8;
padding-left:20px;
vertical-align: middle;
background-position: left center;
background-repeat: no-repeat;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAJcAAACXAETPAk3AAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAANFJREFUOI2l0jFqQkEQxvGfJl3SWiSCWCWFjXgGa9uU4iVylZQBu6SzsfECgRSewLQRBEUsRU3zFh9x92UhAx/M7s7/22F3atLRw6DIJ5hX1F7ECHucCu0xzIVvsSvBQTvc/C6uRww6hUnMuJPTwX3k9qC7HAMYR+DXWOFVwmBaQA2s8IJnHHI7+Fc84h0b5/bXeMPDX3APW+lH3KJbZfBZAQd9pOB2BhzUClB5kLL/GM2YQWwqU1G/SLDEMQM+4jssrksHCzyhj1oCPmGGr7DxAzldRuGxdX2CAAAAAElFTkSuQmCC')
}
.db-item-update {
font-size: 0.8rem;
opacity: 0.8;
margin-left:40px;
padding-left:20px;
vertical-align: middle;
background-position: left center;
background-repeat: no-repeat;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAdgAAAHYBTnsmCAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAACVSURBVDiN1dLbCcJAEIXhz0sZom3E9JEqREGL8NHHWIKVRGwq6oMTvGQhJuCDPyyHndk5ww7DD9hjnogvItfJDUUiXkTujWnoBCss475NmMxCTzijRN0kN+He56xhHAb5N3/7YEhNm1HoDlnP2gsOzRAz6cl3Mu5+8i8G1wG19atBNcCg4rnKZWjusdZdnSscBzRtcwfPJB8V/TXKbgAAAABJRU5ErkJggg==')
}
.db-item-repo {
float:right;
text-decoration:none;
padding-left:20px;
vertical-align: middle;
background-position: left center;
background-repeat: no-repeat;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAB2AAAAdgFOeyYIAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAPZJREFUOI2N078uRUEQBvAfOVx6QUGiEYX48xSewEN4DoVXUCtUKgmRq0aUdCjc5oZKIwhXcRW7J1k3e8+eL5nMzux83yQzu5QxjScMM3ZXxaIprKGTEF/xgl/c4j3mZ7Aez1uwiV5G/WtEsCZ307oKh1jBMfpJ8TN+Rsin2MEl5rENA9wX5pB27sb4JsaGMRiHDs4S8mzMtxLIda5xhMcmgSYyTAgrzgqUyP+2kxM4aCDvCStegkoe59Hv43vkblUY5DL64wSuoxUx2aaoJPCJBWGqbbAY/QdhBhfYFZ7uW4Fcf6QeHurkHE6iYu7LpjbAFTZq8h/Y/FMCIBFrRwAAAABJRU5ErkJggg==')
}
.db-item-info {
min-height: 50px
}
@media (prefers-color-scheme: dark) {
.db-item {
color: #333;
background: #fff;
border-bottom: solid 4px black;
}
}
</style>
<div class="db">
</div>
<script src="assets/js/script.js?v=32"></script>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="content">
<section>
<h3>What is GetSimple CMS?</h3>
<p>GetSimple is an XML based, stand-alone, fully independent and lite Content Management System. To
go along with its best-in-class user interface, we have loaded it with features that every
website needs, but with nothing it doesn't. GetSimple is truly the simplest way to manage a
small-business website.</p>
<small>Source: <a href="http://get-simple.info/start/">GetSimple Homepage</a></small>
</section>
<section>
<h4>worth checking out</h4>
<ul class="alt">
<li><a href="https://getsimplecms-ce-plugins.github.io/">Plugins CE Repo</a></li>
<li><a href="http://get-simple.info/forums/">GetSimple CMS Forum</a></li>
<li><a href="http://get-simple.info/wiki/">GetSimple CMS Documentation</a></li>
<li><a href="http://get-simple.info/">GetSimple CMS homepage</a></li>
</ul>
</section>
<section>
<h4>CE Website</h4>
<ul class="plain">
<li><a href="https://github.com/GetSimpleCMS-CE-plugins"><i class="icon fa-github"> </i>GS
CMS CE Plugins</a></li>
<li><a href="https://github.com/GetSimpleCMS-CE"><i class="icon fa-github"> </i>GetSimple
CMS CE</a></li>
</ul>
</section>
</div>
<div class="copyright">
© GetSimple CMS CE 2023 | templated edited from <a href="https://templated.co">templated.co</a>
</div>
<div class="col-md-12" style="text-align:center">
<a href='http://www.freevisitorcounters.com'>at Freevisitorcounters.com</a> <script type='text/javascript' src='https://www.freevisitorcounters.com/auth.php?id=d7e9a3911baf6b07537bf99b94e14dca92fee68d'></script>
<script type="text/javascript" src="https://www.freevisitorcounters.com/en/home/counter/1136919/t/0"></script></div>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>