From 76ff45412a259d63984616b49150acdf0a575d4f Mon Sep 17 00:00:00 2001 From: Exodus 4D Date: Wed, 26 Aug 2015 21:48:44 +0200 Subject: [PATCH] Update README.md --- README.md | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 05a5783b..02ce39ff 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,15 @@ EVE Online - Pathfinder ``` |-- (0755) app |-- app + |-- ... |-- lib + |-- ... |-- main + |-- ... + |-- config.ini --> config "f3" framework + |-- cron.ini --> config cronjobs + |-- pathfinder.ini --> config pathfinder + |-- routes.ini --> config routes |-- (0755) build_js |-- (0755) js |-- (0777) logs @@ -13,17 +20,4 @@ EVE Online - Pathfinder |-- (0777) tmp |-- (0755) .htaccess |-- (0755) index.php - |-- app.js - |-- db.js - |-- directoryList.md - |-- index.html - |-- mddir.js - |-- routing.js - |-- server.js - |-- _api - |-- api.groups.js - |-- api.posts.js - |-- api.users.js - |-- api.widgets.js - |-- _components ```