URIs
For the most part, the application is a single-page application.
Assuming you are running locally or on a host called localhost using the default port, 8000, here are some URLs and what they do:
- http://localhost:8000
- The single-page application; the main page.
- http://localhost:8000/about
- A page giving:
- the software versions of this package and the version information of important software this uses.
- directory path information for the current setup
- machine information
- system information
- customizable system settings
- http://localhost:8000/doc
- An online formatted version of the documentation, which includes this text. You can see this as a right-side frame of the main page, when clicking "?" on the right-hand upper corner.