mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-05 05:27:28 +02:00
Move Resources chapter down and split up in proper subsections
This commit is contained in:
@@ -1,41 +0,0 @@
|
||||
---
|
||||
anchor: resources
|
||||
---
|
||||
|
||||
# Resources {#resources_title}
|
||||
|
||||
## From the Source
|
||||
|
||||
* [PHP Website](http://php.net/)
|
||||
* [PHP Documentation](http://php.net/docs.php)
|
||||
|
||||
## People to Follow
|
||||
|
||||
* [Rasmus Lerdorf](http://twitter.com/rasmus)
|
||||
* [Fabien Potencier](http://twitter.com/fabpot)
|
||||
* [Derick Rethans](http://twitter.com/derickr)
|
||||
* [Chris Shiflett](http://twitter.com/shiflett)
|
||||
* [Sebastian Bergmann](http://twitter.com/s_bergmann)
|
||||
* [Matthew Weier O'Phinney](http://twitter.com/mwop)
|
||||
* [Pádraic Brady](http://twitter.com/padraicb)
|
||||
* [Anthony Ferrara](http://twitter.com/ircmaxell)
|
||||
* [Nikita Popov](http://twitter.com/nikita_ppv)
|
||||
|
||||
## Mentoring
|
||||
|
||||
* [phpmentoring.org](http://phpmentoring.org/) - Formal, peer to peer mentoring in the PHP community.
|
||||
|
||||
## PHP PaaS Providers
|
||||
|
||||
* [PagodaBox](https://pagodabox.com/)
|
||||
* [AppFog](https://appfog.com/)
|
||||
* [Heroku](https://devcenter.heroku.com/categories/php)
|
||||
* [fortrabbit](http://fortrabbit.com/)
|
||||
* [Engine Yard Cloud](https://www.engineyard.com/products/cloud)
|
||||
* [Red Hat OpenShift Platform](http://openshift.com)
|
||||
* [dotCloud](http://docs.dotcloud.com/services/php/)
|
||||
* [AWS Elastic Beanstalk](http://aws.amazon.com/elasticbeanstalk/)
|
||||
* [cloudControl](https://www.cloudcontrol.com/)
|
||||
* [Windows Azure](http://www.windowsazure.com/)
|
||||
* [Google App Engine](https://developers.google.com/appengine/docs/php/gettingstarted/)
|
||||
* [Jelastic](http://jelastic.com/)
|
5
_posts/16-01-01-Resources.md
Normal file
5
_posts/16-01-01-Resources.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
anchor: resources
|
||||
---
|
||||
|
||||
# Resources {#resources_title}
|
9
_posts/16-02-01-From-the-Source.md
Normal file
9
_posts/16-02-01-From-the-Source.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
isChild: true
|
||||
anchor: from_the_source
|
||||
---
|
||||
|
||||
## From the Source {#from_the_source_title}
|
||||
|
||||
* [PHP Website](http://php.net/)
|
||||
* [PHP Documentation](http://php.net/docs.php)
|
16
_posts/16-03-01-People-to-Follow.md
Normal file
16
_posts/16-03-01-People-to-Follow.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
isChild: true
|
||||
anchor: people_to_follow
|
||||
---
|
||||
|
||||
## People to Follow {#people_to_follow_title}
|
||||
|
||||
* [Rasmus Lerdorf](http://twitter.com/rasmus)
|
||||
* [Fabien Potencier](http://twitter.com/fabpot)
|
||||
* [Derick Rethans](http://twitter.com/derickr)
|
||||
* [Chris Shiflett](http://twitter.com/shiflett)
|
||||
* [Sebastian Bergmann](http://twitter.com/s_bergmann)
|
||||
* [Matthew Weier O'Phinney](http://twitter.com/mwop)
|
||||
* [Pádraic Brady](http://twitter.com/padraicb)
|
||||
* [Anthony Ferrara](http://twitter.com/ircmaxell)
|
||||
* [Nikita Popov](http://twitter.com/nikita_ppv)
|
8
_posts/16-04-01-Mentoring.md
Normal file
8
_posts/16-04-01-Mentoring.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
isChild: true
|
||||
anchor: mentoring
|
||||
---
|
||||
|
||||
## Mentoring {#mentoring_title}
|
||||
|
||||
* [phpmentoring.org](http://phpmentoring.org/) - Formal, peer to peer mentoring in the PHP community.
|
19
_posts/16-05-01-PHP-PaaS-Providers.md
Normal file
19
_posts/16-05-01-PHP-PaaS-Providers.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
isChild: true
|
||||
anchor: php_paas_providers
|
||||
---
|
||||
|
||||
## PHP PaaS Providers {#php_paas_providers_title}
|
||||
|
||||
* [PagodaBox](https://pagodabox.com/)
|
||||
* [AppFog](https://appfog.com/)
|
||||
* [Heroku](https://devcenter.heroku.com/categories/php)
|
||||
* [fortrabbit](http://fortrabbit.com/)
|
||||
* [Engine Yard Cloud](https://www.engineyard.com/products/cloud)
|
||||
* [Red Hat OpenShift Platform](http://openshift.com)
|
||||
* [dotCloud](http://docs.dotcloud.com/services/php/)
|
||||
* [AWS Elastic Beanstalk](http://aws.amazon.com/elasticbeanstalk/)
|
||||
* [cloudControl](https://www.cloudcontrol.com/)
|
||||
* [Windows Azure](http://www.windowsazure.com/)
|
||||
* [Google App Engine](https://developers.google.com/appengine/docs/php/gettingstarted/)
|
||||
* [Jelastic](http://jelastic.com/)
|
Reference in New Issue
Block a user