mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Main repository for pfSense
* migrated /index and most widgets on it * migrated /system.php using new form-layout * removed /themes and /javascript; html will change too much |
||
|---|---|---|
| boot | ||
| cf/conf | ||
| conf.default | ||
| etc | ||
| root | ||
| sbin | ||
| tmp | ||
| usr | ||
| .gitattributes | ||
| .gitignore | ||
| license.txt | ||
| README.md | ||
pfSense on bootstrap
We are migrating pfSense to Bootstrap. You can help! Please respect these code-guidelines:
- use tabs (tabstop=4) for indenting (except the license-header which contains 2 lines that are indented with '\t ')
- limited echoing of HTML from php, please use proper templating syntax instead (eg. foreach/endforeach)
- limited attributes on elements; no style attributes
- no inline javascript
- html attributes should be using double-quoted attribute-values. This means your php-code should use mostly single-quoted strings
If you feel adventurous you can sometimes rewrite some PHP & javascript code as well; but try to keep this to a minimum.