-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·355 lines (321 loc) · 9.58 KB
/
index.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
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
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="title" content="PhileCMS - PhileCMS">
<meta property="og:title" content="PhileCMS - PhileCMS">
<meta name="description" content="PhileCMS - the flat-file PHP CMS">
<meta itemprop="description" content="PhileCMS - PhileCMS - the flat-file PHP CMS">
<meta property="og:description" content="PhileCMS - PhileCMS - the flat-file PHP CMS">
<meta itemprop="url" content="http://philecms.github.io/">
<meta property="og:url" content="http://philecms.github.io/">
<meta property="og:site_name" content="PhileCMS">
<meta property="article:author" content="PhileCMS" />
<meta itemprop="image logo" content="img/phile-logo.png">
<meta property="og:image" content="img/phile-logo.png">
<link href='//fonts.googleapis.com/css?family=Lato:300,400,900' rel='stylesheet' type='text/css'>
<link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" href="css/style.min.css" media="screen" />
<!--[if IE]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<title>PhileCMS - Flat-File PHP CMS - PhileCMS</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
</head>
<body class="home-page">
<nav class="top-menu section-1">
<div class="grid">
<div class="col-1-3 top-menu-hero">
<p>
<a href="index.html">
<img src="img/phile-logo.svg" alt="phile-logo">
</a>
<span id="pageTitle">
<a href="">PhileCMS
</a>
</span>
</p>
</div>
<div class="col-2-3 top-menu-nav right">
<ul>
<li>
<a href="index.html" class="item-active">
<i class="fa fa-home"></i>
PhileCMS
</a>
</li>
<li>
<a href="wiki/Home.html" class="">
<i class="fa fa-book"></i>
Docs
</a>
</li>
<li>
<a href="api/">
<i class="fa fa-sitemap"></i>
PhpDoc
</a>
</li>
<li>
<a href="https://github.com/PhileCMS/Phile">
<i class="fa fa-github"></i>
Source
</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="big-heading">
<div class="grid header-inside">
<div class="col-1-2">
<h1>PhileCMS</h1>
<h2>A file-driven CMS.</h2>
<p>
Powered By Markdown And Twig.
<br>
But You Can Change That.
</p>
</div>
<div class="col-1-2">
<noscript>
<object data="img/phile-logo-hero.svg" type="image/svg+xml"
id="hero-logo-animated" class="hero-logo"></object>
</noscript>
<script>
document.write('<object data="img/phile-logo-hero-animated.svg" type="image/svg+xml" id="hero-logo-animated" class="hero-logo"></object>');
</script>
</div>
</div>
</header>
<div class="clearfix"></div>
<div class="section section-2">
<div class="grid">
<div class="col-1-2 center">
<a href="https://github.com/PhileCMS/Phile/releases/download/1.11.1/Phile.zip" class="btn">
Download Phile 1.11.1
</a>
<br>
<span class="info"> requires PHP 7.2.0+ </span>
</div>
<div class="col-1-2 left-center">
<p>
<a href="https://github.com/PhileCMS/Phile/releases/tag/1.11.1"
style="text-decoration: none;">
<i class="fa fa-star"></i>
What's new in Phile 1.11.1
</a>
</p>
</div>
</div>
</div>
<section class="section-3 instructions">
<div class="grid">
<div class="col-1-1">
<h2>Get Started</h2>
</div>
<div class="col-1-4 center">
<p>
<i class="fa fa-arrow-circle-o-down"></i>
</p>
<h3>Install</h3>
<p>
Download Phile and put it<br>into a web directory<br>
</p>
</div>
<div class="col-1-4 center">
<p>
<i class="fa fa-file-text-o"></i>
</p>
<h3>Create Content</h3>
<p>Create your markdown files<br>and add the meta comments</p>
</div>
<div class="col-1-4 center">
<p>
<i class="fa fa-code"></i>
</p>
<h3>Brand it</h3>
<p>Customize the template and<br>theme it to your taste</p>
</div>
<div class="col-1-4 center">
<p>
<i class="fa fa-hdd-o"></i>
<p/>
<h3>Deploy</h3>
<p>Save locally or upload<br>to a site via FTP</p>
</div>
</div>
</section>
<section class="section-2 instructions">
<div class="grid">
<div class="col-1-1">
<h2>Plugins</h2>
</div>
<div class="col-1-4 center">
<p>
<i class="fa fa-puzzle-piece"></i>
</p>
</div>
<div class="col-3-4 left">
<p>
Phile is flexible. Extending it via plugins is a snap. You can even swap
core services. Don't like Markdown or Twig? Change it!
</p>
<p>
Find
<a
href="wiki/%5BCOMMUNITY%5D-Plugins.html">
existing plugins</a>
or learn to
<a
href="wiki/%5BPLUGIN%5D-Plugins.html">
write your own plugin.</a>
</p>
</div>
</div>
</section>
<section class="section-3 instructions">
<div class="grid">
<div class="col-1-3 center">
<p>
<i class="fa fa-life-ring"></i>
</p>
<h2>Find Help</h2>
<ol>
<li>
Read the
<a href="wiki/">
wiki documentation
</a>
</li>
<li>
Search the
<a href="https://github.com/PhileCMS/Phile/issues">
ticket-tracker
</a>
</li>
<li>
Consult the
<a href="https://gitter.im/PhileCMS/Phile">
gitter-chat
</a>
</li>
</ol>
</div>
<div class="col-1-3 center">
<p>
<i class="fa fa-cogs"></i>
</p>
<h2>Development</h2>
<ol>
<li>
Read the
<a
href="wiki/%5BDEVELOPER%5D-Developer-Guidelines.html">
developer guidelines</a>
</li>
<li>
<a href="https://github.com/PhileCMS/Phile/issues">
File an issue</a>
</li>
<li>
<a href="https://github.com/PhileCMS/Phile/pulls">
Make a pull request</a>
</li>
</ol>
</div>
<div class="col-1-3 center">
<p>
<i class="fa fa-users"></i>
</p>
<h2>Community</h2>
<ul>
<li>
"<a
href="wiki/%5BCOMMUNITY%5D-Sites-using-Phile.html">Made
with Phile</a>"
- Showcase
</li>
</ul>
</div>
</div>
</section>
<section class="section-2 instructions">
<div class="grid">
<div class="col-1-2">
<h2>Why Phile</h2>
<h3>Origins</h3>
<p>This project started as a fork of <a
href="http://picocms.org/">PicoCMS</a> in 2013.</p>
<p>The desire to fork the project from Pico, came when a few community
members wanted to contribute more and increase the rate of development
progress.</p>
<h3>Modern Architecture</h3>
<p>
Phile is a modern, compact, extensible CMS that improved in several
areas:
</p>
<ul>
<li>Object Oriented Design (classes)</li>
<li>Events system</li>
<li><a href="https://github.com/PhileCMS/Phile/blob/master/composer.json">Uses Composer</a></li>
<li>Replaceable core modules (plugins)
<ul>
<li>Parser (default: <a href="https://github.com/michelf/php-markdown">Markdown</a>)</li>
<li>Template Engine (default: <a href="http://twig.sensiolabs.org/">Twig</a>)</li>
<li>Cache (default: <a href="https://github.com/khoaofgod/phpfastcache">phpFastCache</a>)</li>
<li>Error handler (default: <a href="http://filp.github.io/whoops/">Whoops</a>)</li>
<li>Meta parser (default: Phile parser)</li>
<li>Simple Data Persistence (default: Phile file-based)</li>
</ul></li>
<li>Per-Plugin <code>config.php</code> files</li>
<li>Namespaced plugins so classes can have the same name</li>
<li><a id="MMDHTMLSCROLLPOINT"></a>PSR–0,PSR–1/2, PSR–7/15</li>
</ul>
</div>
<div class="col-1-2">
<h2>See the Introduction Video</h2>
<iframe width="560" height="315"
src="https://www.youtube.com/embed/8GLMe371RuI" frameborder="0"
allowfullscreen></iframe>
</div>
</div>
</section><div class="clearfix"></div>
<footer class="section-1">
<div class="grid">
<div class="col-1-2">
<h3>
<a href="https://github.com/orgs/PhileCMS/people">
Core Authors
</a>
</h3>
<ul>
<li>
<a href="https://github.com/james2doyle" target="_blank">
James Doyle - great ideas, code a lot of plugins and worked on the
core
</a>
</li>
<li>
<a href="https://github.com/NeoBlack" target="_blank">
Frank Nägler - refactoring of the core and introducing OOP concepts
</a>
</li>
<li>
<a href="https://github.com/Schlaefer" target="_blank">
Schlaefer
</a>
</li>
</ul>
</div>
<div class="col-1-2 center">
<p>
<a href="https://github.com/PhileCMS">
Hosted on Github. Maintained by the PhileCMS community</a>.
</p>
</div>
</div>
</footer>
<script src="js/script.min.js"></script>
</body>
</html>