|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8" /> |
5 | | - <link rel="icon" href="src/assets/logo/delorean-aixm-logo-small.png" type="image/png" /> |
| 5 | + <link rel="apple-touch-icon" href="src/assets/logo/delorean-aixm-logo-small.png" type="image/png" /> |
| 6 | + <link rel="canonical" href="https://delorean-aixm.io/" /> |
6 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
7 | | - <title>Delorean AIXM</title> |
| 8 | + <meta name="theme-color" content="#000000" /> |
8 | 9 | <meta |
9 | 10 | name="description" |
10 | 11 | content="Delorean is an open-source tool designed to manage AIXM (Aeronautical Information Exchange Model) and streamline the use of digital aeronautical data. Built for developers and aviation professionals, it supports the aviation data exchange standard and simplifies aeronautical information management (AIM) and aeronautical data modeling. Delorean integrates with SWIM (System Wide Information Management) and aeronautical information services (AIS), providing robust handling of GML (Geography Markup Language) for modern aviation systems." |
|
14 | 15 | content="Delorean, AIXM, Aeronautical Information Exchange Model, Digital NOTAM, Aeronautical Information Management (AIM), System Wide Information Management (SWIM), Aeronautical information services (AIS), Open source aviation software, Aeronautical data modeling, Airport Mapping Database (AMDB), EUROCONTROL, Geography Markup Language (GML)" |
15 | 16 | /> |
16 | 17 | <meta property="og:title" content="Delorean AIXM - Roadmap" /> |
17 | | - <meta property="og:description" content="Delorean is an open-source tool designed to manage AIXM (Aeronautical Information Exchange Model) and streamline the use of digital aeronautical data. Built for developers and aviation professionals, it supports the aviation data exchange standard and simplifies aeronautical information management (AIM) and aeronautical data modeling. Delorean integrates with SWIM (System Wide Information Management) and aeronautical information services (AIS), providing robust handling of GML (Geography Markup Language) for modern aviation systems." /> |
18 | | - <meta property="og:type" content="project" /> |
| 18 | + <meta property="og:description" content="Delorean is an open source tool designed to manage AIXM (Aeronautical Information Exchange Model) and streamline the use of digital aeronautical data. Built for developers and aviation professionals, it supports the aviation data exchange standard and simplifies aeronautical information management (AIM) and aeronautical data modeling. Delorean integrates with SWIM (System Wide Information Management) and aeronautical information services (AIS), providing robust handling of GML (Geography Markup Language) for modern aviation systems." /> |
| 19 | + <meta property="og:type" content="website" /> |
19 | 20 | <meta property="og:url" content="https://delorean-aixm.io/" /> |
| 21 | + <title>Delorean AIXM</title> |
| 22 | + <!-- Google Tag Manager --> |
| 23 | + <script> |
| 24 | + (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': |
| 25 | + new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], |
| 26 | + j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= |
| 27 | + 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); |
| 28 | + })(window,document,'script','dataLayer','GTM-5L4TL3PQ'); |
| 29 | + </script> |
| 30 | + <!-- End Google Tag Manager --> |
20 | 31 | </head> |
21 | 32 | <body> |
22 | 33 | <div id="app"></div> |
23 | 34 | <script type="module" src="/src/main.jsx"></script> |
| 35 | + <!-- Google Tag Manager (noscript) --> |
| 36 | + <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5L4TL3PQ" |
| 37 | + height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> |
| 38 | + <!-- End Google Tag Manager (noscript) --> |
24 | 39 | </body> |
25 | 40 | </html> |
0 commit comments