From 56a5d947a5b4d2a7ac11dde5ee6037d9e7ee87c2 Mon Sep 17 00:00:00 2001 From: Addy Osmani Date: Tue, 11 Dec 2012 20:56:19 +0000 Subject: [PATCH] Revising readme. --- README.md | 55 ++++++++++++++++++++++++++----------------------------- 1 file changed, 26 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 7861b847..62f8d436 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,26 @@ - -#### Introduction - -This is the repo for an in-progress book I'm writing called 'Learning JavaScript Design Patterns' - due out to purchase via O'Reilly Media in Summer 2012. - -Design patterns are reusable solutions to commonly occurring problems in software development and are a very useful tool to have at your disposal. You can read the latest version [online](http://addyosmani.com/resources/essentialjsdesignpatterns/book/ "Read Online") at -any time. - -Version 1.5.2 of the book is currently over 150 A4 pages in length and 1.0 was downloaded approximately 260,000 times during 2011. Additional formats of the book are available in the 'formats' directory. - -For readers interested in purchasing the book, this can be done from the [O'Reilly](http://shop.oreilly.com/product/0636920025832.do) website. - -#### Why is this book needed? - -I wanted to write this book as I felt that patterns were an area a lot of new and intermediate JavaScript developers may not have had a chance to explore just yet and I'm hopeful my book will encourage you to check them out as they can be quite powerful. - -###Contributing - -If you would like to help improve the book, please feel free to fork this project. All changes should be made against the 1.5.2 branch (master is currently 1.5.1). The source of the book is currently in `book/index.html` and all other formats are re-generated every week or two (until I convert the project to markdown or DocBook). - -###Translations - -There are a lot of requests to translate this project into other languages. Please note that as O'Reilly have set standards for the translation of their book projects, if you wish to help with translation, we (at the moment) require that you contact us to get involved with this effort. - -###License - -This book is released under a Creative Commons Attribution-Noncommercial- No Derivative Works 3.0 United States License. What this means it that the project is free to read and use, but the license does not permit commercial use of the material (i.e you can freely print out the book for your own use, but you can't sell it). I'm trying to best to publish all of my books in a free + purchased (if you would like to support these projects) form so I would greatly appreciate it if you would respect these terms. - -Copyright Addy Osmani, 2011-2012. \ No newline at end of file + +#### Introduction + +This is the repo for 'Learning JavaScript Design Patterns', an open-source book on JavaScript patterns also released for sale (should you wish to support the project that way) via [O'Reilly Media](http://shop.oreilly.com/product/0636920025832.do. + +Design patterns are reusable solutions to commonly occurring problems in software development and are a very useful tool to have at your disposal. You can read the latest version [online](http://addyosmani.com/resources/essentialjsdesignpatterns/book/) for free at any time. + +Version 1.5.2 of the book is currently over 254 pages in length and 1.0 was downloaded approximately 260,000 times during 2011. Additional formats of the book are available in the 'formats' directory. + +#### Why is this book needed? + +I wanted to write this book as I felt that patterns were an area a lot of new and intermediate JavaScript developers may not have had a chance to explore just yet and I'm hopeful my book will encourage you to check them out as they can be quite powerful. + +###Contributing + +If you would like to help improve the book, please feel free to fork this project. All changes should be made against the 1.5.2 branch (master is currently 1.5.1). The source of the book is currently in `book/index.html` and all other formats are re-generated every week or two (until I convert the project to markdown or DocBook). + +###Translations + +There are a lot of requests to translate this project into other languages. Please note that as O'Reilly have set standards for the translation of their book projects, if you wish to help with translation, we (at the moment) require that you contact us to get involved with this effort. + +###License + +This book is released under a Creative Commons Attribution-Noncommercial- No Derivative Works 3.0 United States License. What this means it that the project is free to read and use, but the license does not permit commercial use of the material (i.e you can freely print out the book for your own use, but you can't sell it). I'm trying to best to publish all of my books in a free + purchased (if you would like to support these projects) form so I would greatly appreciate it if you would respect these terms. + +Copyright Addy Osmani, 2012. \ No newline at end of file