From 0b7f141deb1b53c1322dbe24311677161b2734ed Mon Sep 17 00:00:00 2001 From: Ivoz Date: Thu, 30 Aug 2012 11:02:06 +1000 Subject: [PATCH 1/5] Updated the readme to be cool, and down with it. --- README => README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename README => README.md (100%) diff --git a/README b/README.md similarity index 100% rename from README rename to README.md From d077724cf78965579068c591156123f10e3bda23 Mon Sep 17 00:00:00 2001 From: Ivoz Date: Thu, 30 Aug 2012 11:03:31 +1000 Subject: [PATCH 2/5] Now with pics! --- README.md | 47 ++++++++++++++++++++++++++++------------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index ddf42020f..bf6cf499e 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,37 @@ -CakePHP is a rapid development framework for PHP which uses commonly known design patterns like Active Record, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility. +Cakephp +======= -The Cake Software Foundation - promoting development related to CakePHP -http://cakefoundation.org/ +![CakePHP](http://cakephp.org/img/cake-logo.png) -CakePHP - the rapid development PHP framework -http://www.cakephp.org +[CakePHP](http://cakephp.org) is a rapid development framework for PHP which uses commonly known design patterns like Active Record, Association Data Mapping, Front Controller and MVC. +Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility. -Cookbook - user documentation for learning about CakePHP -http://book.cakephp.org +Some Handy Links +---------------- -API - quick reference to CakePHP -http://api.cakephp.org +[CakePHP](http://www.cakephp.org) - The rapid development PHP framework -The Bakery - everything CakePHP -http://bakery.cakephp.org +[Cookbook](http://book.cakephp.org) - THE Cake user documentation; start learning here! -The Show - live and archived podcasts about CakePHP and more -http://live.cakephp.org +[Plugins](http://plugins.cakephp.org/) - A repository of extensions to the framework -CakePHP TV - screen casts from events and video tutorials -http://tv.cakephp.org +[The Bakery](http://bakery.cakephp.org) - Tips, tutorials and articles -CakePHP Google Group - community mailing list and forum -http://groups.google.com/group/cake-php +[API](http://api.cakephp.org) - A reference to Cake's classes -#cakephp on irc.freenode.net - chat with CakePHP developers -irc://irc.freenode.net/cakephp +[CakePHP TV](http://tv.cakephp.org) - Screen casts from events and video tutorials + +[The Cake Software Foundation](http://cakefoundation.org/) - promoting development related to CakePHP + +Get Support! +------------ + +[Our Google Group](http://groups.google.com/group/cake-php) - community mailing list and forum + +[#cakephp](irc://irc.freenode.net/cakephp) on irc.freenode.net - Come chat with us, we have cake. + +[Q & A](http://ask.cakephp.org/) - Ask questions here, all questions welcome + +[Lighthouse](http://cakephp.lighthouseapp.com/) - Got issues? Please tell us! + +![Cake Power](https://raw.github.com/cakephp/cakephp/master/lib/Cake/Console/Templates/skel/webroot/img/cake.power.gif) From 5f7f0727cd80e5240b6b783643ec1265206902da Mon Sep 17 00:00:00 2001 From: Ivoz Date: Thu, 30 Aug 2012 11:22:52 +1000 Subject: [PATCH 3/5] Fixed Capitalization... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf6cf499e..035ba3d40 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Cakephp +CakePHP ======= ![CakePHP](http://cakephp.org/img/cake-logo.png) From 949dfd3819d45d10b9ef17db0ebb53f9e05715c9 Mon Sep 17 00:00:00 2001 From: Ivoz Date: Thu, 30 Aug 2012 11:25:03 +1000 Subject: [PATCH 4/5] Made IRC a webchat link, for noobs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 035ba3d40..74379272a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Get Support! [Our Google Group](http://groups.google.com/group/cake-php) - community mailing list and forum -[#cakephp](irc://irc.freenode.net/cakephp) on irc.freenode.net - Come chat with us, we have cake. +[#cakephp](http://webchat.freenode.net/?channels=#cakephp) on irc.freenode.net - Come chat with us, we have cake. [Q & A](http://ask.cakephp.org/) - Ask questions here, all questions welcome From 027c464e2dc4508de8ce9e9dacb1a75b772fb804 Mon Sep 17 00:00:00 2001 From: Ivoz Date: Thu, 30 Aug 2012 12:01:24 +1000 Subject: [PATCH 5/5] Travis status going in... --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74379272a..611729f08 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ CakePHP ======= -![CakePHP](http://cakephp.org/img/cake-logo.png) +[![CakePHP](http://cakephp.org/img/cake-logo.png)](http://www.cakephp.org) -[CakePHP](http://cakephp.org) is a rapid development framework for PHP which uses commonly known design patterns like Active Record, Association Data Mapping, Front Controller and MVC. +CakePHP is a rapid development framework for PHP which uses commonly known design patterns like Active Record, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility. Some Handy Links @@ -34,4 +34,6 @@ Get Support! [Lighthouse](http://cakephp.lighthouseapp.com/) - Got issues? Please tell us! +[![Bake Status](https://secure.travis-ci.org/cakephp/cakephp.png?branch=master)](http://travis-ci.org/cakephp/cakephp) + ![Cake Power](https://raw.github.com/cakephp/cakephp/master/lib/Cake/Console/Templates/skel/webroot/img/cake.power.gif)