forked from phpversions/phpversions.info
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (36 loc) · 1.68 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
---
layout: index
---
<div class="grid-items">
<div class="grid-item">
<a href="/shared-hosting">
<h1>Shared Hosting</h1>
<p>Need a standard bit of web hosting? Something all set up for you and you just
gotta throw your code up there?</p>
<p>Maybe a bit of SSH, but just a bit? Take a look at these.</p>
</a>
</div>
<div class="grid-item">
<a href="/paas-hosting">
<h1>PaaS Hosting</h1>
<p>Gotta get that Git-push fancy goodness, with simple addons?</p>
<p>Heroku started a trend years ago, and now we have a lot of Platform-as-a-Service systems that take minimal effort to get working.</p>
</a>
</div>
<div class="grid-item">
<a href="/linux-distros">
<h1>Linux Distributions</h1>
<p>Want to know which Linux distributions come with what versions of PHP?</p>
<p>Sure, you can upgrade the version, but some folks don't know how, so maybe starting out right is a good move.</p>
</a>
</div>
</div>
<div class="homepage-faq grid-item-image">
<h2>FAQ</h2>
<h3>Where do you get the data from?</h3>
<p>This is a community managed project. People send the versions in <a href="https://github.com/philsturgeon/phpversions.info/tree/gh-pages/_data">via GitHub</a>. We've had a few hosting company employees sending in updates as they deploy them, which is cool.</p>
<h3>Any plans to automate this?</h3>
<p><a href="https://github.com/philsturgeon/phpversions.info/issues/82">Yeah loads</a>, but for now we still rely on humans.</p>
<h3>How do I contribute?</h3>
<p>Read the <a href="https://github.com/philsturgeon/phpversions.info/blob/gh-pages/CONTRIBUTING.md">contributing guide on GitHub</a>.</p>
</div>