-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
170 lines (135 loc) · 5.56 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!doctype html>
<html lang=en>
<head>
<title>FGx</title>
<meta charset=utf-8>
</head>
<body>
<!--
<script src=http://fgx.github.io/sd/showdown.js ></script>
<script src=http://fgx.github.io/db2/doc-browser.js ></script>
-->
<script src=sd/showdown.js ></script>
<script src=db2/doc-browser.js ></script>
<div id=txt >
<h1 id=title >
<a href='' ><img src=http://fgx.github.io/images/fgx-cap-80x60.png>FGx</a>
</h1>
<p>
<i>Open Source Projects for <a href="http://flightgear.org" target="_blank">FlightGear</a>.
FlightGear is an open-source, multi-platform, cooperative flight simulator development project.</i>
</p>
<p id=intro >
<a href=JavaScript:DS.displayMarkdown('readme.md',intro); >FGx Read Me on GitHub</a>
</p>
<p id=cl>
<a href=JavaScript:DS.displayMarkdown('fgx-copyright-notice-and-license.md',cl); >FGx Copyright and License</a><br>
</p>
<p>
» <a href=https://github.com/fgx/fgx.github.io/ target="_blank" title="Opens in a new tab">FGx source code on GitHub</a>
</p>
<h3>Notable Repositories</h3>
<p id=fgl >
<a href=https://github.com/fgx/fgx; >FGx Flightgear Launcher</a><br>
The xPlatform Flightgear Launcher ~ C++
</p>
<p id=ma>
<a href=JavaScript:DS.displayMarkdown('http://fgx.github.io/fgx-marble/README.md',ma); >FGx Marble</a><br>
Contains the FGx version of KDE/Marble
</p>
<p id=sb>
<a href="http://fgx.github.io/sandbox/index.html" target="_blank">FGx Sandbox</a><br>
Stuff happening now.
</p>
<p id=ac>
<a href=JavaScript:DS.displayIframe('fgx-aircraft/index.html',ac); >FGx Aircraft</a><br>
All the FlightGear aircraft converted to JSON format.
</p>
<p id=acl>
<a href=JavaScript:DS.displayIframe('http://fgx.github.io/fgx-aircraft-loader/index.html',acl); >FGx Aircraft Loader</a><br>
Load and display FGx Aircraft files ~ Geoff's style.<br>
New tab » <a href="http://fgx.github.io/fgx-aircraft-loader/load-one.html" target="_blank">FGx Aircraft Loader</a>
</p>
<p id=aco>
<a href=JavaScript:DS.displayIframe('fgx-aircraft-overview/readme.html',aco); >FGx Aircraft Overview</a><br>
Wiew FGx Aircraft files and other related aircraft info ~ Theo's style.<br>
New tab » <a href="fgx-aircraft-overview/index.html" target="_blank">FGx Aircraft Overview</a>
</p>
<p id=apt>
<a href=JavaScript:DS.displayIframe('fgx-airports/index.html',apt); >FGx Airports Overview</a><br>
View FGx Airport files and other related navdata info.<br>
New tab » <a href="fgx-airports/index.html" target="_blank">FGx Airports Overview</a>
</p>
<p id=gl>
<a href=JavaScript:DS.displayIframe('fgx-globe/readme.html',gl); >FGx Globe</a><br>
FGx Crossfeed data in 3D ~ JavaScript.<br>
New tab » <a href="fgx-globe/index.html" target="_blank">FGx Globe</a>
</p>
<p id=ps>
<a href=JavaScript:DS.displayIframe('fgx-plane-spotter/readme.html',ps); >FGx Plane Spotter</a><br>
View the live FGx Crossfeed data in the context of an interactive 3D map.<br>
New tab » <a href="fgx-plane-spotter/index.html" target="_blank">FGx Plane Spotter</a>
</p>
<p id=te>
<a href=JavaScript:DS.displayIframe('fgx-terrain/readme.html',te); >FGx Terrain</a><br>
Mission: Provide 3D terrain elevation data for the entire earth at 90 meter intervals - freely and easily accessible even to new and intermediate programmers.<br>
New tab <a href="fgx-terrain/index.html" target="_blank">Terrain Viewer</a>
</p>
<!--
<p id=in>
<a href=JavaScript:DS.displayMarkdown('fgx-installer/README.md',in); >FGx installer</a><br>
Aircraft Installer. WIP for integration into main launcher ~ C++
</p>
<p id=mh>
<a href=JavaScript:DS.displayMarkdown('fgx-map-hacking/README.md',mh); >FGx Map Hacking</a><br>
FGx-Map - everything bundled - will be split soon. ~ JavaScript
</p>
<p id=test>
<a href=JavaScript:DS.displayIframe('http://fgx.github.io/',test); >test</a><br>
testing
</p>
<p id=gb>
<a href=JavaScript:DS.displayMarkdown('fgxgobot/README.md',gb); >FGx Go Bot!</a><br>
FG Multi Player Network Bot - provides feeds of mpstatus, flights and tracks ( Experimental and written in Go )
</p>
<p id=ms>
<a href=JavaScript:DS.displayMarkdown('go-fgms/README.md',ms); >Go FG MS</a><br>
Attempt at writing the FlightGear Multi Player server in go lang
</p>
<p id=sg>
<a href=JavaScript:DS.displayMarkdown('go-simgear/README',sg); >Go SimGear</a><br>
All the Simgear stuff
</p>
<p id=da>
<a href=JavaScript:DS.displayMarkdown('fgx-data/README',da); >FGx Data</a><br>
FGx Data maybe this time around with AJAX
</p>
<p id=nd>
<a href=JavaScript:DS.displayMarkdown('fgx-navdata/README',nd); >FGx Nav Data</a><br>
FGx Data maybe this time around with AJAX ~ Python
</p>
<p id=fd>
<a href=JavaScript:DS.displayMarkdown('fgx-fgdata/README',fd); >FGx FG Data</a><br>
FGxFlightGear data (stripped down) ~ Python
</p>
<p id=gd>
<a href=JavaScript:DS.displayMarkdown('fgx-fgdata/README',gd); >FGData</a><br>
FGx - FlightGear data mirror for svn ~ Perl
</p>
<p id=mp>
<a href=JavaScript:DS.displayMarkdown('fgmap/README',mp); >FG Map</a><br>
FGx fork of git://pigeond.net/flightgear/fgmap.git ~ JavaScript
</p>
-->
<hr>
<p>
<a href='https://github.com/fgx/fgx.github.io/blob/master/GNU%20General%20Public%20License%2C%20version%202.md' target='_blank'>FGx Copyright and License</a>
</p>
</div>
<script>
DS.menu.innerHTML = txt.innerHTML;
txt.innerHTML = '';
DS.init( 'https://github.com/fgx/fgx.github.io/blob/master/','readme.md', intro );
</script>
</body>
</html>