#1218 add notice to robotics page (labs) to indicate it is being replaced by a sig.
Merged 3 months ago by darknao. Opened 3 months ago by saluki.
saluki/fedora-websites main  into  main

@@ -1,4 +1,3 @@ 

- <!DOCTYPE html>

  <html lang="${lang}"

    xmlns="http://www.w3.org/1999/xhtml"

    xmlns:py="http://genshi.edgewall.org/"
@@ -9,6 +8,7 @@ 

    </head>

    <body>

  

+ 

    <xi:include href="../../templates/robotics/header.html" />

  

    <header id="head">
@@ -17,6 +17,10 @@ 

      <div class="container product-feature">

        <div class="row">

          <div class="col-sm-8 col-sm-offset-2 col-xs-10 col-xs-offset-1 text-justify top-space bottom-space">

+           <div class="alert alert-warning" role="alert">

+           The Robotics lab is being rebooted as a SIG. This page is now archived.

+           </div>

+           <br />

            <p>${_('The Fedora Robotics spin provides a wide variety of free and open robotics software packages. These range from hardware accessory libraries for the Hokuyo laser scanners or Katana robotic arm to software frameworks like Fawkes or Player and simulation environments such as Stage and RoboCup Soccer Simulation Server 2D/3D. It also provides a ready to use development environment for robotics including useful libraries such as OpenCV computer vision library, Festival text to speech system and MRPT.')}</p>

            <p>${_('The Robotics spin is targeted at people just discovering their interest in robotics as well as experienced roboticists. For the former we provide a readily usable simulation environment with an introductory hands-on demonstration, and for the latter we provide a full development environment, to be used immediately.')}</p>

          </div>