diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000000..5d6f25d3b3
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,21 @@
+[submodule "public/vendor/bootstrap-datepicker"]
+ path = public/vendor/bootstrap-datepicker
+ url = https://github.com/eternicode/bootstrap-datepicker.git
+[submodule "public/vendor/bootstrap-growl"]
+ path = public/vendor/bootstrap-growl
+ url = https://github.com/ifightcrime/bootstrap-growl.git
+[submodule "public/vendor/bootstrap"]
+ path = public/vendor/bootstrap
+ url = https://github.com/twitter/bootstrap.git
+[submodule "public/vendor/github-buttons"]
+ path = public/vendor/github-buttons
+ url = https://github.com/mdo/github-buttons.git
+[submodule "public/vendor/jquery-cookie"]
+ path = public/vendor/jquery-cookie
+ url = https://github.com/carhartl/jquery-cookie.git
+[submodule "public/vendor/jquery-ui"]
+ path = public/vendor/jquery-ui
+ url = https://github.com/jquery/jquery-ui.git
+[submodule "public/vendor/BrowserQuest"]
+ path = public/vendor/BrowserQuest
+ url = https://github.com/mozilla/BrowserQuest.git
diff --git a/config.json.example b/config.json.example
index ceb4fc07da..0dafb95956 100644
--- a/config.json.example
+++ b/config.json.example
@@ -11,5 +11,6 @@
"SMTP_PASS":"password",
"SMTP_SERVICE":"Gmail",
"STRIPE_API_KEY":"aaaabbbbccccddddeeeeffff00001111",
- "STRIPE_PUB_KEY":"22223333444455556666777788889999"
+ "STRIPE_PUB_KEY":"22223333444455556666777788889999",
+ "NODETIME_KEY":"abcdefg"
}
\ No newline at end of file
diff --git a/package.json b/package.json
index 6b05205679..6831086ac0 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"version": "0.0.0-150",
"main": "./server.js",
"dependencies": {
- "derby": "git://github.com/codeparty/derby#master",
+ "derby": "git://github.com/lefnire/derby#habitrpg",
"racer": "git://github.com/lefnire/racer#habitrpg",
"racer-db-mongo": "git://github.com/lefnire/racer-db-mongo#habitrpg",
"derby-ui-boot": "git://github.com/codeparty/derby-ui-boot#master",
@@ -21,7 +21,9 @@
"coffee-script": "*",
"underscore": "*",
"mongoskin": "*",
- "nconf": "*"
+ "nconf": "*",
+ "icalendar": "git://github.com/lefnire/node-icalendar#master",
+ "nodetime": "*"
},
"private": true,
"subdomain": "habitrpg",
diff --git a/public/500.html b/public/500.html
index 545c202c02..3d6b161835 100644
--- a/public/500.html
+++ b/public/500.html
@@ -5,9 +5,9 @@
-
-
-
+
+
+
-
-
-
-
-
-
-
-