diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2018-03-09 13:38:23 +0100 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2018-03-09 13:38:23 +0100 |
commit | 8da3b6f8e31e1c9cf40e3f5ffd25316d5bce5944 (patch) | |
tree | a063ba34996e4754274bbcd28c104edb380717a9 | |
parent | 899b6558513e9d5920a1525aefb9e3ac21349142 (diff) |
moved webapp files in the usr/share/swiftstory dir
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
-rw-r--r-- | README | 2 | ||||
l--------- | usr/share/swiftstory/www/index.html (renamed from www/index.html) | 0 | ||||
-rw-r--r-- | usr/share/swiftstory/www/jquery-2.1.3.js (renamed from www/jquery-2.1.3.js) | 0 | ||||
-rw-r--r-- | usr/share/swiftstory/www/jquery-2.1.3.min.js (renamed from www/jquery-2.1.3.min.js) | 0 | ||||
l--------- | usr/share/swiftstory/www/jquery.js (renamed from www/jquery.js) | 0 | ||||
-rw-r--r-- | usr/share/swiftstory/www/swiftstory-common.css (renamed from www/swiftstory-common.css) | 0 | ||||
-rw-r--r-- | usr/share/swiftstory/www/swiftstory-common.js (renamed from www/swiftstory-common.js) | 0 | ||||
-rw-r--r-- | usr/share/swiftstory/www/swiftstory-config.js (renamed from www/swiftstory-config.js) | 0 | ||||
-rw-r--r-- | usr/share/swiftstory/www/swiftstory-desktop.html (renamed from www/swiftstory-desktop.html) | 0 | ||||
-rw-r--r-- | usr/share/swiftstory/www/swiftstory-desktop.js (renamed from www/swiftstory-desktop.js) | 0 | ||||
-rw-r--r-- | usr/share/swiftstory/www/swiftstory-mobile.css (renamed from www/swiftstory-mobile.css) | 0 | ||||
-rw-r--r-- | usr/share/swiftstory/www/swiftstory-mobile.html (renamed from www/swiftstory-mobile.html) | 0 | ||||
-rw-r--r-- | usr/share/swiftstory/www/swiftstory-mobile.js (renamed from www/swiftstory-mobile.js) | 0 |
13 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ Alternatively, if your version of php implements this, you can use this command to run a simple webserver (this method is not recommended in a production environment). - $ php -S "<listen_address>:<port>" -t www/ + $ php -S "<listen_address>:<port>" -t usr/share/swiftstory/www/ Replace <listen_address> and <port> by the values you prefer. diff --git a/www/index.html b/usr/share/swiftstory/www/index.html index 36c43de..36c43de 120000 --- a/www/index.html +++ b/usr/share/swiftstory/www/index.html diff --git a/www/jquery-2.1.3.js b/usr/share/swiftstory/www/jquery-2.1.3.js index 79d631f..79d631f 100644 --- a/www/jquery-2.1.3.js +++ b/usr/share/swiftstory/www/jquery-2.1.3.js diff --git a/www/jquery-2.1.3.min.js b/usr/share/swiftstory/www/jquery-2.1.3.min.js index 25714ed..25714ed 100644 --- a/www/jquery-2.1.3.min.js +++ b/usr/share/swiftstory/www/jquery-2.1.3.min.js diff --git a/www/jquery.js b/usr/share/swiftstory/www/jquery.js index 957f262..957f262 120000 --- a/www/jquery.js +++ b/usr/share/swiftstory/www/jquery.js diff --git a/www/swiftstory-common.css b/usr/share/swiftstory/www/swiftstory-common.css index c574b6d..c574b6d 100644 --- a/www/swiftstory-common.css +++ b/usr/share/swiftstory/www/swiftstory-common.css diff --git a/www/swiftstory-common.js b/usr/share/swiftstory/www/swiftstory-common.js index 174b473..174b473 100644 --- a/www/swiftstory-common.js +++ b/usr/share/swiftstory/www/swiftstory-common.js diff --git a/www/swiftstory-config.js b/usr/share/swiftstory/www/swiftstory-config.js index 9a6be3c..9a6be3c 100644 --- a/www/swiftstory-config.js +++ b/usr/share/swiftstory/www/swiftstory-config.js diff --git a/www/swiftstory-desktop.html b/usr/share/swiftstory/www/swiftstory-desktop.html index 10706af..10706af 100644 --- a/www/swiftstory-desktop.html +++ b/usr/share/swiftstory/www/swiftstory-desktop.html diff --git a/www/swiftstory-desktop.js b/usr/share/swiftstory/www/swiftstory-desktop.js index af86e83..af86e83 100644 --- a/www/swiftstory-desktop.js +++ b/usr/share/swiftstory/www/swiftstory-desktop.js diff --git a/www/swiftstory-mobile.css b/usr/share/swiftstory/www/swiftstory-mobile.css index 796f190..796f190 100644 --- a/www/swiftstory-mobile.css +++ b/usr/share/swiftstory/www/swiftstory-mobile.css diff --git a/www/swiftstory-mobile.html b/usr/share/swiftstory/www/swiftstory-mobile.html index a0407d4..a0407d4 100644 --- a/www/swiftstory-mobile.html +++ b/usr/share/swiftstory/www/swiftstory-mobile.html diff --git a/www/swiftstory-mobile.js b/usr/share/swiftstory/www/swiftstory-mobile.js index b05193c..b05193c 100644 --- a/www/swiftstory-mobile.js +++ b/usr/share/swiftstory/www/swiftstory-mobile.js |