Skip to content

summerblue/PHP-Internals-Book

 
 

Repository files navigation

PHP-Internals-Book

Document format: RST

The book is written using ReStructured Text and generated using Sphinx.

Coding style

The following "coding style" applies to the written text, not to the included code.

  • The maximum line-width for text is 120 characters.
  • The maximum line-width for code is 98 characters. Including the four space indentation this would be a limit of 102 characters. This is a hard limit that prevents overflows in the PDF version.
  • Indentation uses four spaces.
  • Lines should not have trailing whitespace.
  • Punctuation like ?, ! or : should directly follow after the word (e.g. foo: rather than foo :).

Domains

These domains have been bought by Anthony to publish info about the book:

  • phpinternalsbook.com
  • phpcorebook.com
  • insidephpbook.com

Only the first domain is currently in use.

Authors

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.2%
  • Makefile 31.2%
  • HTML 6.8%
  • Shell 4.5%
  • Other 1.3%