diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 725d4cc..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.gitignore b/.gitignore index 94c69e2..c6182c2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ tmp vendor/* storage/* logs/* -public/.sass-cache/* +public/.sass-cache .idea .vagrant -.DS_store +.DS_Store diff --git a/README.md b/README.md index 1e7664e..a3da6a8 100644 --- a/README.md +++ b/README.md @@ -1,104 +1,10 @@ -# Glim +# Zer.ooo -Adding more glamour to Slim +The open-source OpenVPN manager. -# What is it? +## What is it? -Glim HSVM model build around Slim, Propel and Twig. +Zer.ooo is made to simplify the managing of your OpenVPN servers and certificates. automating the CA and server provisioning. -# HSVM -I totally just made that up but it stands for **H**andler **S**ervice **V**iew **M**odel -## Handler - -A handler is like a controller but only handles one request, every route has it's own handler. - -An example handler would look like - -```php -get('user'); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $user = $user->login($this->post('username'), $this->post('password')); - - if ($user === false) { - return "Login failed"; - } else { - return "Welcome, {$user->name}"; - } - } -} -``` - -## Service - -A service is an class exposing several functions around a certain subject - -for example here we have the user service - -```php -name = "Towel"; - - return $user; - } - - return false; - } -} -``` - -## View - -The view, written in [twig](http://twig.sensiolabs.org) - -## Model - -The model, generated by [propel](http://propelorm.org) \ No newline at end of file diff --git a/public/.DS_Store b/public/.DS_Store deleted file mode 100644 index 56a565d..0000000 Binary files a/public/.DS_Store and /dev/null differ diff --git a/public/.sass-cache/00b7ae8cfc84abd93ae11409a5e5816088364451/_flaticon.scssc b/public/.sass-cache/00b7ae8cfc84abd93ae11409a5e5816088364451/_flaticon.scssc deleted file mode 100644 index 3e4225c..0000000 Binary files a/public/.sass-cache/00b7ae8cfc84abd93ae11409a5e5816088364451/_flaticon.scssc and /dev/null differ diff --git a/public/.sass-cache/00b7ae8cfc84abd93ae11409a5e5816088364451/forms.sassc b/public/.sass-cache/00b7ae8cfc84abd93ae11409a5e5816088364451/forms.sassc deleted file mode 100644 index 031950b..0000000 Binary files a/public/.sass-cache/00b7ae8cfc84abd93ae11409a5e5816088364451/forms.sassc and /dev/null differ diff --git a/public/.sass-cache/00b7ae8cfc84abd93ae11409a5e5816088364451/main.scssc b/public/.sass-cache/00b7ae8cfc84abd93ae11409a5e5816088364451/main.scssc deleted file mode 100644 index c83b2b2..0000000 Binary files a/public/.sass-cache/00b7ae8cfc84abd93ae11409a5e5816088364451/main.scssc and /dev/null differ diff --git a/public/.sass-cache/00b7ae8cfc84abd93ae11409a5e5816088364451/navigation.sassc b/public/.sass-cache/00b7ae8cfc84abd93ae11409a5e5816088364451/navigation.sassc deleted file mode 100644 index 158e468..0000000 Binary files a/public/.sass-cache/00b7ae8cfc84abd93ae11409a5e5816088364451/navigation.sassc and /dev/null differ diff --git a/public/.sass-cache/00b7ae8cfc84abd93ae11409a5e5816088364451/typo.scssc b/public/.sass-cache/00b7ae8cfc84abd93ae11409a5e5816088364451/typo.scssc deleted file mode 100644 index dc55c71..0000000 Binary files a/public/.sass-cache/00b7ae8cfc84abd93ae11409a5e5816088364451/typo.scssc and /dev/null differ diff --git a/public/.sass-cache/00b7ae8cfc84abd93ae11409a5e5816088364451/typography.sassc b/public/.sass-cache/00b7ae8cfc84abd93ae11409a5e5816088364451/typography.sassc deleted file mode 100644 index 7d5fd66..0000000 Binary files a/public/.sass-cache/00b7ae8cfc84abd93ae11409a5e5816088364451/typography.sassc and /dev/null differ diff --git a/public/.sass-cache/00b7ae8cfc84abd93ae11409a5e5816088364451/typography.scssc b/public/.sass-cache/00b7ae8cfc84abd93ae11409a5e5816088364451/typography.scssc deleted file mode 100644 index d0c2a92..0000000 Binary files a/public/.sass-cache/00b7ae8cfc84abd93ae11409a5e5816088364451/typography.scssc and /dev/null differ diff --git a/public/css/.DS_Store b/public/css/.DS_Store deleted file mode 100644 index 0bce3f5..0000000 Binary files a/public/css/.DS_Store and /dev/null differ diff --git a/public/fonts/.DS_Store b/public/fonts/.DS_Store deleted file mode 100644 index aee9cd3..0000000 Binary files a/public/fonts/.DS_Store and /dev/null differ