summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSjon Hortensius <sjon@hortensius.net>2014-12-30 16:58:25 +0100
committerSjon Hortensius <sjon@hortensius.net>2014-12-30 16:58:25 +0100
commitd50b4c30404e00347a99d84fc5a8c4fb2884a773 (patch)
tree8f19d32f2334069aac7eb593b09f64e23b9a7dfa /README.md
parent1180e4f0115179cd05b8a5ce34bcf71ebb1d347c (diff)
downloadpfsense-d50b4c30404e00347a99d84fc5a8c4fb2884a773.zip
pfsense-d50b4c30404e00347a99d84fc5a8c4fb2884a773.tar.gz
implemented tabs
interfaces.widget - no need to display associated state, the second icon does that already gui.css - no longer in use
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 489a179..af1a5e2 100644
--- a/README.md
+++ b/README.md
@@ -3,10 +3,11 @@ 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 ')
+* use tabs (tabstop=4) for indenting (except the license-header which contains 3 lines that are indented with "\t ")
+* no trailing whitespace
* limited echoing of HTML from php, please use proper templating syntax instead (eg. foreach/endforeach)
-* limited attributes on elements; *no style attributes*
+* 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
+* html attributes should be using double-quoted attribute-values. This means your php-code should probably use 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. \ No newline at end of file
OpenPOWER on IntegriCloud