vurpurple.blogg.se

Web stellarium
Web stellarium













web stellarium

settings.js - Contains some configuration options for the web interface.main.js - This is the configuration file for require.js./js/ - Contains the JavaScript files required for the interfaces.iframestyle.css - defines the style for internal frames (landscape description, etc.).translate_files - Defines which files are passed through StelTranslator, see Translation information.

web stellarium

style_tablet7in.css - Additional stylesheet for tablet7in.html.tablet7in.html - Modified interface for tablet devices.index.html - Default interface, also mapped to the root folder.Note that not all files are listed here, only those of special interest. The code is structured into modules, and loaded using require.js, which automatically resolves dependencies and load order. The interface heavily relies on jQuery for easier JavaScript coding. Some features of HTML5 and CSS3 are used. A slightly modified alternative interface (mainly larger buttons for now) for 7" tablets and other touch devices is available at A reasonably modern browser is required to access the interface. The index.html file is mapped to the root, so you can access it using with the default port setting of 8090. Note that the /api/ path is reserved for the HTTP API, and therefore can not be used as a folder. All content found in the data/webroot folder is served. The RemoteControl plugin, by default, provides a HTML web interface through the same integrated HTTP server that serves the RemoteControl API.















Web stellarium