Skip to content
Snippets Groups Projects
site.xml 2.69 KiB
<?xml version="1.0" encoding="UTF-8"?>
<!--
  Copyright 2013-2014 CS Systèmes d'Information
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
 
    http://www.apache.org/licenses/LICENSE-2.0
 
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
<project name="Rugged">
  <bannerLeft>
    <name>CS Syst&#232;mes d&#039;Information</name>
    <src>/images/logo_cs_2008_baseline_ang.jpg</src>
    <href>http://www.c-s.fr/</href>
  </bannerLeft>
  <bannerRight>
    <name>Rugged</name>
    <src>/images/rugged-logo.png</src>
    <href>/index.html</href>
  </bannerRight>
  <body>
    <menu name="Rugged">
      <item name="Overview"                href="/index.html"                          />
      <item name="Getting the sources"     href="/sources.html"                        />
      <item name="Building"                href="/building.html"                       />
      <item name="Configuration"           href="/configuration.html"                  />
      <item name="FAQ"                     href="/faq.html"                            />
      <item name="License"                 href="/license.html"                        />
      <item name="Downloads"               href="/downloads.html"                      />
      <item name="Changes"                 href="/changes-report.html"                 />
      <item name="Contact"                 href="/contact.html"                        />
    </menu>
    <menu name="Design">
      <item name="Overview"                href="/design/overview.html"                />
      <item name="Technical choices"       href="/design/technical-choices.html"       />
      <item name="Digital Elevation Model" href="/design/digital-elevation-model.html" />
      <item name="Preliminary design"      href="/design/preliminary-design.html"      />
    </menu>
    <menu name="Development">
      <item name="Contributing"            href="/contributing.html"                   />
      <item name="Guidelines"              href="/guidelines.html"                     />
      <item name="Javadoc"                 href="/apidocs/index.html"                  />
      </menu>
    <menu ref="reports"/>
  </body>
  <poweredBy>
    <logo name="orekit"
          href="https://www.orekit.org/"
          img="/images/orekit-logo.png"
          alt="orekit"
          width="100" />
  </poweredBy>
</project>