Status: Just started. Far away from "ready to use".
We wanted a single book to guide a php/web developer to through their complete WordPress journey.
Initial idea is create a training guide to train new talent in quantity without loosing quality of work!
Based on current status, it's better to list goals of this book.
- Focus on WordPress themes and plugins development only.
- Must NOT contradict with wordpress.org handbook
- Use latest tools and technologies.
- Separate develop, document, testing, build and deployment clearly.
- Have opinionated workflow. Discuss every aspect and agree on "one-way" of doing themes but once a way is accepted, it should be the only way recommended by book.
- After book is ready to use, write some tools to review codes against books workflow.
- git for version control
- github/gitlab for code hosing, issue tracker and milestones.
- wercker.com for build and deployment. It can be used to deploy to wordpress.org SVN repo
Following is recommended workflow:
- Please fork this repo and send pull requests.
- For minor edits, you edit pages using Github's web-based editor.
- For major edits, it will be better to use gitbook-editor on localhost.
- It will be useful to check gitbook help docs. Not all docs may be useful to you.
Please feel free to open a github issue if you need more help.