PATHFINDER
EVE ONLINE
Mapping tool for- Project URL https://www.pathfinder-w.space
- Screenshots imgur.com
- Videos youtube.com
- Licence MIT
Development
- Test server: https://www.dev.pathfinder-w.space
- Running current
develop
branch - SISI ESI (make sure to use your test-server client)
- Available for public testing (e.g. new feature,โฆ )
- Database will be cleared from time to time
- Installation guide:
- Developer Slack chat:
- https://pathfinder-eve-online.slack.com
- Join channel pathfinder-eve-online.slack.com
- Canยดt join? [email protected]
Feel free to check the code for bugs and security issues. Issues should be reported in the Issue section.
Project structure
โโฎ โโ app/ [0755] โ PHP root โ โโ Controller/ โ controller classes for app/ajax endpoints (see routes.ini) โ โโ Cron/ โ controller classes cronjob endpoints (see cron.ini) โ โโ Data/ โ classes for data handling โ โโ Db/ โ classes for DB handling โ โโ Exception/ โ custom exceptions โ โโ Lib/ โ libs โ โโ Model/ โ ORM โ โโ config.ini โ config - F3 core config: SystemVariables โ โโ cron.ini โ config - cronjobs โ โโ environment.ini โ config - system environment โ โโ pathfinder.ini โ config - pathfinder โ โโ plugin.ini โ config - custom plugins โ โโ requirements.ini โ config - system requirements โ โโ routes.ini โ config - routes โโ export/ [0755] โ static data โ โโ csv/ โ *.csv used by /setup page โ โโ sql/ โ DB dump for import (eve_universe.sql.zip) โโ favicon/ [0755] โ favicons โโ history/ [0777] โ log files (map history logs) [optional] โโ js/ [0755] โ JS source files (not used for production) โ โโ app/ โ "PATHFINDER" core files โ โโ lib/ โ 3rd party libs โ โโ app.js โ require.js config โโ logs/ [0777] โ log files โ โโ โฆ โโ public/ [0755] โ static resources โ โโ css/ โ CSS dist/build folder (minified) โ โโ fonts/ โ icon-/fonts โ โโ img/ โ images โ โโ js/ โ JS dist/build folder and source maps (minified, uglified) โ โโ templates/ โ templates โโ sass/ โ SCSS sources (not used for production) โโ tmp/ [0777] โ cache folder (PHP templates) โ โโ cache/ [0777] โ cache folder (PHP cache) โโ .htaccess [0755] โ reroute/caching rules ("Apache" only!) โโ index.php [0755] โโโโโโโโโโโโโโโโโโโโโโโโโโ CI/CD config files: โโ .jshintrc โ "JSHint" config (not used for production) โโ composer.json โ "Composer" package definition โโ gulpfile.js โ "Gulp" task config (not used for production) โโ package.json โ "Node.js" dependency config (not used for production) โโ README.md โ This file :) (not used for production)