33 lines
1.5 KiB
HTML
33 lines
1.5 KiB
HTML
<!doctype html>
|
|
<html >
|
|
<head><title>FlightGear Web Gui</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
</head>
|
|
|
|
<body>
|
|
<a href="http://www.flightgear.org"><img src="/img/fglogosm.jpg"></a>
|
|
<h3>FlightGear Web GUI</h3>
|
|
<p>You have landed at the secret webgui page. This url will eventually open the web gui for FlightGear or a fancy instructor station or ...</p>
|
|
<p>Currently, we only have a few basic parts of that working. You might be interested in
|
|
<ul>
|
|
<li><a href="/">The Documentation</a></li>
|
|
<li><a href="/props/">The property tree browser</a></li>
|
|
<li><a href="/json/?d=2&i=y">The json service</a></li>
|
|
<li><a href="/gui/instruments/kingradio.html">A work-in-progress radiostack</a></li>
|
|
<li><a href="/gui/map/">A moving map - never get lost again!</a></li>
|
|
<li>We also have a powerful interface to the <a href="/run.cgi?value=pause">fgcommand</a>. Read the sourcecode to become eligible to use it.</li>
|
|
<li>And there is a websocket at /PropertyListener to get immediate notifications of changing property values.</li>
|
|
</ul>
|
|
</p>
|
|
<p>
|
|
Check out the javascript code and files in FGDATA/webgui to see how all this is working. If you want to contribute, the <a href="http://wiki.flightgear.org/index.php/Mailing_list">FlighGear-Devel mailinglist</a> gets you in touch with the developers.
|
|
</p>
|
|
|
|
<hr>
|
|
<font size="-1">
|
|
Copyright 1996-2014, The FlightGear Contributors<br>
|
|
FlightGear is free and open source software, licensed under the GNU General Public License Version 2.
|
|
</font>
|
|
</body>
|
|
</html>
|
|
|