Initial commit
This commit is contained in:
commit
917011db7e
5 changed files with 198 additions and 0 deletions
9
book/introduction/about-me.adoc
Normal file
9
book/introduction/about-me.adoc
Normal file
|
@ -0,0 +1,9 @@
|
|||
= About Oliver
|
||||
|
||||
Oliver Davies is a self-taught Software Developer based in the UK.
|
||||
|
||||
He learned to code in 2007 by building a website for a local Tae Kwon-Do School.
|
||||
|
||||
After developing the initial version with HTML and CSS, he learned PHP and MySQL in 2008 before adopting Drupal as his content management system of choice.
|
||||
|
||||
|
14
book/introduction/copyright.adoc
Normal file
14
book/introduction/copyright.adoc
Normal file
|
@ -0,0 +1,14 @@
|
|||
[copyright]
|
||||
= Copyright
|
||||
|
||||
Copyright © {copyright}. All rights reserved.
|
||||
|
||||
The code portions of this book are dedicated to the public domain under the terms of the **Creative Commons Zero (CC0 1.0 Universal)** license (https://creativecommons.org/publicdomain/zero/1.0).
|
||||
|
||||
This means you are free to copy, modify, distribute the _code portions only_, even for commercial purposes, without asking permission, and without saying where you got them. This is so there is no fear your creations are your own after learning to code using them.
|
||||
|
||||
The non-code prose and images are licensed under the more restrictive Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License (CC BY-NC-ND 4.0) (https://creativecommons.org/licenses/by-nc-nd/4.0).
|
||||
|
||||
This means that no non-code prose or image from the book may be reproduced, distributed, or transmitted in any form or by any means, without the prior written permission of the copyright holder. This includes remaking the same content in different formats such as PDF or EPUB since these fall under the definition of derived works. This restriction is primarily in place to ensure outdated copies are not redistributed given the frequent updates expected.
|
||||
|
||||
_"Nix for PHP Developers"_ is a legal trademark of {author} but can be used freely to refer to this book without limitation. To avoid potential confusion, intentionally using this trademark to refer to other projects - free or proprietary - is prohibited.
|
3
book/introduction/index.adoc
Normal file
3
book/introduction/index.adoc
Normal file
|
@ -0,0 +1,3 @@
|
|||
include::copyright.adoc[]
|
||||
|
||||
include::about-me.adoc[]
|
Loading…
Add table
Add a link
Reference in a new issue