From 3cb04dca341b2c68c75196e52c57b9439c7b21cd Mon Sep 17 00:00:00 2001 From: Goran Rakic Date: Fri, 13 Jul 2012 23:46:49 +0200 Subject: [PATCH 1/3] Move two disclaimers together --- _includes/welcome.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/welcome.md b/_includes/welcome.md index 5fbe7f2..bbd114f 100644 --- a/_includes/welcome.md +++ b/_includes/welcome.md @@ -2,10 +2,10 @@ There's a lot of outdated information on the Web that leads new PHP users astray, propagating bad practices and bad code. This must stop. _PHP: The Right Way_ is an easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative tutorials around the Web. -It is important to understand _there is no canonical way to use PHP_. That's the beauty of it. This website introduces new PHP developers to best practices, available options, and good information. - ## Disclaimer +It is important to understand _there is no canonical way to use PHP_. That's the beauty of it. This website introduces new PHP developers to best practices, available options, and good information. + This is a living document and will continue to be updated with more helpful information and examples as they become available. ## How to Contribute From aa2240c15d1153ac1305a54b640f4c0ba60d7409 Mon Sep 17 00:00:00 2001 From: Goran Rakic Date: Fri, 13 Jul 2012 23:47:36 +0200 Subject: [PATCH 2/3] Wrap to 120 characters --- _includes/welcome.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/_includes/welcome.md b/_includes/welcome.md index bbd114f..f721463 100644 --- a/_includes/welcome.md +++ b/_includes/welcome.md @@ -1,12 +1,16 @@ # Welcome -There's a lot of outdated information on the Web that leads new PHP users astray, propagating bad practices and bad code. This must stop. _PHP: The Right Way_ is an easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative tutorials around the Web. +There's a lot of outdated information on the Web that leads new PHP users astray, propagating bad practices and bad +code. This must stop. _PHP: The Right Way_ is an easy-to-read, quick reference for PHP best practices, accepted coding +standards, and links to authoritative tutorials around the Web. ## Disclaimer -It is important to understand _there is no canonical way to use PHP_. That's the beauty of it. This website introduces new PHP developers to best practices, available options, and good information. +It is important to understand _there is no canonical way to use PHP_. That's the beauty of it. This website introduces +new PHP developers to best practices, available options, and good information. -This is a living document and will continue to be updated with more helpful information and examples as they become available. +This is a living document and will continue to be updated with more helpful information and examples as they become +available. ## How to Contribute @@ -14,8 +18,8 @@ Help make this website the best resource for new PHP programmers! [Contribute on ## Spread the Word! -_PHP: The Right Way_ has web banner images you can use on your website. Show your support, and let new PHP -developers know where to find good information! +_PHP: The Right Way_ has web banner images you can use on your website. Show your support, and let new PHP developers +know where to find good information! [See Banner Images][2] From 0bbdc263662e5fe52047ce0b390fc064f1eb417f Mon Sep 17 00:00:00 2001 From: Goran Rakic Date: Sat, 14 Jul 2012 00:01:20 +0200 Subject: [PATCH 3/3] Notice that site is great for seasoned pros as well as newbies, and make it less pretentious --- _includes/welcome.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_includes/welcome.md b/_includes/welcome.md index f721463..de67a76 100644 --- a/_includes/welcome.md +++ b/_includes/welcome.md @@ -6,8 +6,9 @@ standards, and links to authoritative tutorials around the Web. ## Disclaimer -It is important to understand _there is no canonical way to use PHP_. That's the beauty of it. This website introduces -new PHP developers to best practices, available options, and good information. +_There is no canonical way to use PHP_. However, this website is a humble display of some of the best practices, +available options, and good information. It aims to introduce new PHP developers and to rethink seasoned pros with fresh +ideas. This is a living document and will continue to be updated with more helpful information and examples as they become available.