summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSjon Hortensius <sjon@hortensius.net>2014-12-29 20:13:49 +0100
committerSjon Hortensius <sjon@hortensius.net>2014-12-29 20:14:12 +0100
commit1180e4f0115179cd05b8a5ce34bcf71ebb1d347c (patch)
treebda7e9c8a6422e8b31929cc423041d0391557216 /README.md
parent16d2c13aa645a16038301c80aebf81f65bb7fc2b (diff)
downloadpfsense-1180e4f0115179cd05b8a5ce34bcf71ebb1d347c.zip
pfsense-1180e4f0115179cd05b8a5ce34bcf71ebb1d347c.tar.gz
started migration to bootstrap
* migrated /index and most widgets on it * migrated /system.php using new form-layout * removed /themes and /javascript; html will change too much
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..489a179
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+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. \ No newline at end of file
OpenPOWER on IntegriCloud