- ERROR - 404
-
-
-
-
-
-
-
-
diff --git a/404.png b/404.png
deleted file mode 100644
index f9166bd..0000000
Binary files a/404.png and /dev/null differ
diff --git a/license-terminal.txt b/LICENSE-TERMINAL
similarity index 100%
rename from license-terminal.txt
rename to LICENSE-TERMINAL
diff --git a/ambient.mp3 b/ambient.mp3
deleted file mode 100644
index a61a41d..0000000
Binary files a/ambient.mp3 and /dev/null differ
diff --git a/apps/about/index.html b/apps/about/index.html
index 6efbaab..885f532 100644
--- a/apps/about/index.html
+++ b/apps/about/index.html
@@ -47,7 +47,16 @@
+File Manager
+Notepad
+A right-click context menu
- -Removed ambient music on most applications
+ +Added new folders
+ + /etc - Used for holding configuration files
+ + /assets - Holds assets for use by DremJS
+ + /assets/media/images - Holds specifically images
+ Spring cleaning
+ -Removed ambient music on all applications
+ -Removed 404 error screen (since it wasn't used anyway)
+ -Removed background.png (same reason as the above)
+ -Removed the old favicon
+ ~Made the terminal portable
~General system stability improvements to enhance the user's experience.
Version 0.1.6b
+Widget support (see wiki for more information)
diff --git a/apps/howto/ambient.mp3 b/apps/howto/ambient.mp3
deleted file mode 100644
index 5a381f0..0000000
Binary files a/apps/howto/ambient.mp3 and /dev/null differ
diff --git a/apps/howto/index.html b/apps/howto/index.html
index 55aba41..05b447a 100644
--- a/apps/howto/index.html
+++ b/apps/howto/index.html
@@ -18,7 +18,6 @@
-
How to Install Applications On DremJS
diff --git a/css/dark.css b/apps/terminal/css/dark.css
similarity index 100%
rename from css/dark.css
rename to apps/terminal/css/dark.css
diff --git a/css/lite.css b/apps/terminal/css/lite.css
similarity index 100%
rename from css/lite.css
rename to apps/terminal/css/lite.css
diff --git a/apps/terminal/index.html b/apps/terminal/index.html
index 7d6f1cd..e2d90b0 100644
--- a/apps/terminal/index.html
+++ b/apps/terminal/index.html
@@ -1,9 +1,112 @@
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+ DremJS Terminal
+
+
+
+
+
+
+
+
+
+
+
+ DremJS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/modules/hello_world-0.0.0.djsm b/apps/terminal/modules/hello_world-0.0.0.djsm
similarity index 100%
rename from modules/hello_world-0.0.0.djsm
rename to apps/terminal/modules/hello_world-0.0.0.djsm
diff --git a/terminal/configs/theme.conf b/apps/terminal/terminal/configs/theme.conf
old mode 100755
new mode 100644
similarity index 100%
rename from terminal/configs/theme.conf
rename to apps/terminal/terminal/configs/theme.conf
diff --git a/terminal/index.js b/apps/terminal/terminal/index.js
similarity index 100%
rename from terminal/index.js
rename to apps/terminal/terminal/index.js
diff --git a/terminal/scripts/cowsay.php b/apps/terminal/terminal/scripts/cowsay.php
similarity index 100%
rename from terminal/scripts/cowsay.php
rename to apps/terminal/terminal/scripts/cowsay.php
diff --git a/terminal/scripts/swapTheme.php b/apps/terminal/terminal/scripts/swapTheme.php
similarity index 95%
rename from terminal/scripts/swapTheme.php
rename to apps/terminal/terminal/scripts/swapTheme.php
index 1d82204..1e4cdc7 100644
--- a/terminal/scripts/swapTheme.php
+++ b/apps/terminal/terminal/scripts/swapTheme.php
@@ -1,10 +1,10 @@
-
+
diff --git a/spin.gif b/apps/terminal/terminal/spin.gif
similarity index 100%
rename from spin.gif
rename to apps/terminal/terminal/spin.gif
diff --git a/terminal/terminal.js b/apps/terminal/terminal/terminal.js
similarity index 96%
rename from terminal/terminal.js
rename to apps/terminal/terminal/terminal.js
index d225540..3210b54 100644
--- a/terminal/terminal.js
+++ b/apps/terminal/terminal/terminal.js
@@ -188,7 +188,7 @@ var Terminal = Terminal || function(cmdLineContainer, outputContainer) {
break;
case 'spin':
//show_image('spin.gif', 100, 100, 'Spinny');
- output('');
+ output('');
break;
case 'procman':
var arguments = args.join(' ');
@@ -410,9 +410,9 @@ var Terminal = Terminal || function(cmdLineContainer, outputContainer) {
init: function() {
jQuery.get('terminal/configs/theme.conf', function(data) {
if(data == "1") {
- output('