]> jfr.im git - z_archive/KronOS.git/commitdiff
Name change -> KronOS
authorJohn Runyon <redacted>
Fri, 19 Oct 2012 08:59:11 +0000 (11:59 +0300)
committerJohn Runyon <redacted>
Fri, 19 Oct 2012 08:59:11 +0000 (11:59 +0300)
README.md
application/libraries/Core.php
application/views/main_view.php
public/js/application.js

index c02557f5580c74109fff1a3b893371dd007137b0..1103dd33a0eb6eef36e96ae3de5f311503fca471 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
-WebOsProject
+KronOS
 ============
 
-WebOsProject
+KronOS Webtop/WebOS
 
-* Demo: http://wos.mustis.org/
+* Demo: http://kos.mustis.org/
   * Usernames: user, operator, manager
   * Password for all is: test
   * This will have the latest code from the repo at all times.
-* Code: http://github.com/mustis/WebOsProject
+* Code: http://github.com/mustis/KronOS
 * IRC: Quakenet #mustis.dev
 
 Installing
index b8570d30b04bd3f2fc24831fd1aedcb9545c6620..cc5c2705d46fc6b883cafd88fcc3599c8f6dfe75 100644 (file)
@@ -6,7 +6,7 @@ class Core {
                        'Desktop'       => '#',
                        'App'           => '#',
                        'Logout'        => 'javascript:wos.logout();void(0);',
-                       'GitHub'        => 'https://github.com/mustis/WebOsProject'
+                       'GitHub'        => 'https://github.com/mustis/KronOS'
                );
                return $menu;
        }
index 7ab72ca760d7562646164ef37fb392260dedb8d1..b8c09c7fb91228b8890df3f3375ac9a1b218c999 100644 (file)
@@ -2,7 +2,7 @@
 <html lang="en">\r
        <head>\r
                <meta charset="utf-8">\r
-               <title>Mustis WebOS</title>\r
+               <title>KronOS</title>\r
                <meta name="description" content="">\r
                <meta name="author" content="">\r
 \r
index fd7db581d1565ca7a1981d84cedf54a3b2242d84..e460d1467949f3aadf2f4c2c7e508c1f7082fde8 100644 (file)
@@ -36,7 +36,7 @@ var wos
                this.loadMenu = function() {
                        $('body').append('<div class="navbar navbar-inverse navbar-fixed-top"></div>');
                        $('.navbar').append('<div class="navbar-inner"><div class="container-fluid"></div></div>');
-                       $('.container-fluid').append('<a class="brand" href="#">WebOS Dev</a>');
+                       $('.container-fluid').append('<a class="brand" href="#">KronOS</a>');
                        $('.container-fluid').append('<div class="nav-collapse collapse menudiv"></div>');
                        $('.menudiv').append('<div class="menuitems"></div>');
                        $('.menudiv').append('<p class="navbar-text pull-right">Logged in as <a href="#" class="navbar-link" id="username"><em>unauthenticated</em></a></p>');