瀏覽代碼

Cleanup resource subcategories.

pull/159/head
Jamie 11 年之前
父節點
當前提交
e90aec3e26
共有 1 個文件被更改,包括 22 次插入26 次删除
  1. 22
    26
      README.md

+ 22
- 26
README.md 查看文件

@@ -53,9 +53,10 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
53 53
 	- [Virtual Machines](#virtual-machines)
54 54
 	- [Web Applications](#web-applications)
55 55
 - [Resources](#resources)
56
-	- [Websites](#websites)
57
-	- [Books](#books)
58
-	- [Web Reading](#web-reading)
56
+	- [PHP Websites](#php-websites)
57
+	- [Other Websites](#other-websites)
58
+	- [PHP Books](#php-books)
59
+	- [Other Books](#other-books)
59 60
 	- [PHP Reading](#php-reading)
60 61
 	- [PHP Internals Reading](#php-internals-reading)
61 62
 - [Contributing](#contributing)
@@ -611,7 +612,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
611 612
 Various resources, such as books, websites and articles, for improving your PHP development skills and knowledge.
612 613
 
613 614
 ## PHP Websites
614
-*Useful web and PHP-related websites and newsletters.*
615
+*Useful PHP-related websites.*
615 616
 
616 617
 * [PHP The Right Way](http://www.phptherightway.com/) - A PHP best practice quick reference guide.
617 618
 * [PHP Best Practices](http://phpbestpractices.org/) - A PHP best practice guide.
@@ -619,38 +620,33 @@ Various resources, such as books, websites and articles, for improving your PHP
619 620
 * [PHP Security](http://phpsecurity.readthedocs.org/en/latest/index.html) - A guide to PHP security.
620 621
 * [PHP FIG](http://www.php-fig.org/) - The PHP Framework Interoperability Group.
621 622
 * [PHP UG](http://php.ug) - A website to help people locate their nearest PHP user group (UG).
623
+* [Seven PHP](http://7php.com/) - A website that interviews members of the PHP community.
624
+* [Programming with Anthony](http://www.youtube.com/playlist?list=PLM-218uGSX3DQ3KsB5NJnuOqPqc5CW2kW) - A video series by Anthony Ferrara.
625
+
626
+## Other Websites
627
+*Useful websites related to web development.*
628
+
622 629
 * [The Open Web Application Security Project (OWASP)](https://www.owasp.org/index.php/Main_Page) - An open software security community.
623 630
 * [WebSec IO](http://websec.io/) - A web security community resource.
624 631
 * [Web Advent](http://webadvent.org) - An advent calendar for web developers.
625
-* [Mozilla Developer Network](https://developer.mozilla.org/en-US) - A website of shared knowledge for the open web.
626
-* [HTML5Rocks](http://www.html5rocks.com) - A resource for open web HTML5 developers.
627
-* [Programming with Anthony](http://www.youtube.com/playlist?list=PLM-218uGSX3DQ3KsB5NJnuOqPqc5CW2kW) - A video series by Anthony Ferrara.
628
-* [Seven PHP](http://7php.com/) - A website that interviews members of the PHP community.
632
+* [Semantic Versioning](http://semver.org/) - A website explaining semantic versioning.
633
+* [Atlassian Git Tutorials](https://www.atlassian.com/git) - A series of Git tutorials.
634
+* [Hg Init](http://hginit.com/) - A series of Mercurial tutorials.
629 635
 
630
-## Books
631
-*Fantastic books and e-books.*
636
+## PHP Books
637
+*Fantastic PHP-related books.*
632 638
 
633 639
 * [Scaling PHP Applications](http://www.scalingphpbook.com) - An ebook about scaling PHP applications by Steve Corona.
634 640
 * [Grumpy PHPUnit](https://leanpub.com/grumpy-phpunit) - A book about unit testing with PHPUnit by Chris Hartjes.
635 641
 * [Mastering Object-Orientated PHP](http://www.brandonsavage.net) - A book about object-orientated PHP by Brandon Savage.
636 642
 * [Signaling PHP](https://leanpub.com/signalingphp) - A book about catching PCNTL signals in CLI scripts by Cal Evans.
637
-* [Understanding Computation](http://computationbook.com) - A book about computation theory by Tom Stuart.
643
+* [Securing PHP: Core Concepts](https://leanpub.com/securingphp-coreconcepts) - A book about common security terms and practices for PHP by Chris Cornutt.
644
+
645
+## Other Books
646
+*Books related to general computing and web development*
647
+
638 648
 * [The Linux Command Line](http://linuxcommand.org/tlcl.php) - A book about the Linux command line by William Shotts.
639
-* [Securing PHP: Core Concepts](https://leanpub.com/securingphp-coreconcepts) - An ebook about common security terms and practices for PHP by Chris Cornutt.
640
-
641
-## Web Reading
642
-*General web-development-related reading materials.*
643
-
644
-* [OWASP PHP Security Cheat Sheet](https://www.owasp.org/index.php/PHP_Security_Cheat_Sheet) - A PHP security cheatsheet.
645
-* [C is for Cookie, H is for Hacker](http://www.troyhunt.com/2013/03/c-is-for-cookie-h-is-for-hacker.html) - An article about cookies and security.
646
-* [You Blew It Loading Your Login Form Over HTTP](http://www.troyhunt.com/2013/05/your-login-form-posts-to-https-but-you.html) - An article about using HTTPS correctly with login forms.
647
-* [How HTTPS Secures Your Connection](http://blog.hartleybrody.com/https-certificates/) - An article explaining how TLS/SSL secures your connection.
648
-* [How to Build a Secure Remember Me Feature](http://www.troyhunt.com/2013/07/how-to-build-and-how-not-to-build.html) - An article on how to build a secure remember me feature.
649
-* [A Beginners Guide to HTTP Cache Headers](http://www.mobify.com/blog/beginners-guide-to-http-cache-headers/) - An article about HTTP cache headers.
650
-* Beyond Series [1](http://blog.ircmaxell.com/2013/09/beyond-design-patterns.html) [2](http://blog.ircmaxell.com/2013/11/beyond-inheritance.html) [3](http://blog.ircmaxell.com/2013/11/beyond-object-oriented-programming.html) [4](http://blog.ircmaxell.com/2013/11/beyond-clean-code.html) - A series of articles about programming by Anthony Ferrara.
651
-* [Semantic Versioning](http://semver.org/) - A website explaining semantic versioning.
652
-* [Atlassian Git Tutorials](https://www.atlassian.com/git) - A series of Git tutorials.
653
-* [Hg Init](http://hginit.com/) - A series of Mercurial tutorials.
649
+* [Understanding Computation](http://computationbook.com) - A book about computation theory by Tom Stuart.
654 650
 
655 651
 ## PHP Reading
656 652
 *PHP-releated reading materials.*

Loading…
取消
儲存