Project

General

Profile

« Previous | Next » 

Revision f3f98e97

Added by Phillip Davis almost 6 years ago

Fix random typos

View differences:

BOOTSTRAP.md
11 11
* html attributes should be using double-quoted attribute-values. This means your php-code should probably use single-quoted strings
12 12
* we use icons for status-indication and buttons for actions
13 13
* **do not** refactor any of the 'backend' code that is on top of each file. Only changes necessary after updating are acceptable; any other changes will be rejected (including changes that were done upstream)
14
* we accepth both [K&R](https://en.wikipedia.org/wiki/Indent_style#K.26R_style) and [ZF](http://framework.zend.com/manual/1.12/en/coding-standard.html) styled code, the above guidelines have a higher precedence
14
* we accept both [K&R](https://en.wikipedia.org/wiki/Indent_style#K.26R_style) and [ZF](http://framework.zend.com/manual/1.12/en/coding-standard.html) styled code, the above guidelines have a higher precedence
15 15

  
16 16
If you feel adventurous you can sometimes rewrite some PHP & javascript code as well; but try to keep this to a minimum.
17 17

  
18 18
# Development setup
19 19

  
20
We suggest you setup a development enviroment for testing your changes. This can be done with either Virtualbox or Qemu.
20
We suggest you setup a development environment for testing your changes. This can be done with either Virtualbox or Qemu.
21 21

  
22 22
## Qemu
23 23

  

Also available in: Unified diff