Skip to content

johnschultz/pathfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PATHFINDER

Mapping tool for EVE ONLINE

Directory structure (production deployment)

  |-- (0755) app              --> backend [*.php]
        |-- app               --> "Fat Free Framework" extensions
            |-- ...
        |-- lib               --> "Fat Free Framework"
            |-- ...
        |-- main              --> "PATHFINDER" root
            |-- ...
        |-- config.ini        --> config "f3" framework
        |-- cron.ini          --> config cronjobs
        |-- pathfinder.ini    --> config pathfinder
        |-- routes.ini        --> config routes
  |-- (0755) build_js
  |-- (0755) js
  |-- (0777) logs
  |-- (0755) public
  |-- (0777) tmp
  |-- (0755) .htaccess
  |-- (0755) index.php

About

Mapping tool for EVE ONLINE

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 58.8%
  • PHP 22.5%
  • HTML 10.2%
  • CSS 8.5%