<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.games.flightgear.cvc">
    <title>gmane.games.flightgear.cvc</title>
    <link>http://permalink.gmane.org/gmane.games.flightgear.cvc</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.games.flightgear.cvc/37524"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.games.flightgear.cvc/37523"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.games.flightgear.cvc/37522"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.games.flightgear.cvc/37521"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.games.flightgear.cvc/37520"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.games.flightgear.cvc/37519"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.games.flightgear.cvc/37518"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.games.flightgear.cvc/37517"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.games.flightgear.cvc/37516"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.games.flightgear.cvc/37515"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.games.flightgear.cvc/37514"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.games.flightgear.cvc/37513"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.games.flightgear.cvc/37512"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.games.flightgear.cvc/37511"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.games.flightgear.cvc/37510"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.games.flightgear.cvc/37509"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.games.flightgear.cvc/37508"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.games.flightgear.cvc/37507"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.games.flightgear.cvc/37506"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.games.flightgear.cvc/37505"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.games.flightgear.cvc/37524">
    <title>CVS: source/src/Navaids positioned.cxx, 1.29,1.30 positioned.hxx, 1.12, 1.13</title>
    <link>http://permalink.gmane.org/gmane.games.flightgear.cvc/37524</link>
    <description>&lt;pre&gt;Update of /var/cvs/FlightGear-0.9/source/src/Navaids
In directory baron.flightgear.org:/tmp/cvs-serv29417/src/Navaids

Modified Files:
positioned.cxx positioned.hxx 
Log Message:
Use methods from SGMath when possible.
 
Modified Files:
src/Airports/apt_loader.cxx src/Navaids/positioned.cxx 
src/Navaids/positioned.hxx 


Index: positioned.cxx
===================================================================
RCS file: /var/cvs/FlightGear-0.9/source/src/Navaids/positioned.cxx,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- positioned.cxx20 Dec 2009 08:07:46 -00001.29
+++ positioned.cxx2 May 2010 21:58:31 -00001.30
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -30,11 +30,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #include &amp;lt;boost/algorithm/string/case_conv.hpp&amp;gt;
 #include &amp;lt;boost/algorithm/string/predicate.hpp&amp;gt;
 
-#include &amp;lt;simgear/math/sg_geodesy.hxx&amp;gt;
 #include &amp;lt;simgear/timing/timestamp.hxx&amp;gt;
 #include &amp;lt;simgear/debug/logstream.hxx&amp;gt;
 #include &amp;lt;simgear/structure/exception.hxx&amp;gt;
-#include &amp;lt;simgear/math/SGBox.hxx&amp;gt;
+#include &amp;lt;simgear/math/SGGeometry.hxx&amp;gt;
 
 #i&lt;/pre&gt;</description>
    <dc:creator>Mathias Froehlich</dc:creator>
    <dc:date>2010-05-02T22:00:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.games.flightgear.cvc/37523">
    <title>CVS: source/src/Airports apt_loader.cxx, 1.31,1.32</title>
    <link>http://permalink.gmane.org/gmane.games.flightgear.cvc/37523</link>
    <description>&lt;pre&gt;Update of /var/cvs/FlightGear-0.9/source/src/Airports
In directory baron.flightgear.org:/tmp/cvs-serv29417/src/Airports

Modified Files:
apt_loader.cxx 
Log Message:
Use methods from SGMath when possible.
 
Modified Files:
src/Airports/apt_loader.cxx src/Navaids/positioned.cxx 
src/Navaids/positioned.hxx 


Index: apt_loader.cxx
===================================================================
RCS file: /var/cvs/FlightGear-0.9/source/src/Airports/apt_loader.cxx,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- apt_loader.cxx25 Apr 2010 08:33:27 -00001.31
+++ apt_loader.cxx2 May 2010 21:57:08 -00001.32
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -39,6 +39,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #include &amp;lt;simgear/misc/sgstream.hxx&amp;gt;
 #include &amp;lt;simgear/misc/strutils.hxx&amp;gt;
 #include &amp;lt;simgear/structure/exception.hxx&amp;gt;
+#include &amp;lt;simgear/bucket/newbucket.hxx&amp;gt;
 
 #include &amp;lt;string&amp;gt;
 


------------------------------------------------------------------------------
&lt;/pre&gt;</description>
    <dc:creator>Mathias Froehlich</dc:creator>
    <dc:date>2010-05-02T22:00:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.games.flightgear.cvc/37522">
    <title>CVS: data/AI/Aircraft/balloon/Modelsballoon1t.ac, 1.1, 1.2 balloon2.ac, 1.1, 1.2 balloon3.ac, 1.1,1.2 balloon4.ac, 1.1, 1.2 balloon5.ac, 1.1, 1.2 balloon6t.ac,1.1, 1.2</title>
    <link>http://permalink.gmane.org/gmane.games.flightgear.cvc/37522</link>
    <description>&lt;pre&gt;Update of /var/cvs/FlightGear-0.9/data/AI/Aircraft/balloon/Models
In directory baron.flightgear.org:/tmp/cvs-serv29272/Models

Modified Files:
balloon1t.ac balloon2.ac balloon3.ac balloon4.ac balloon5.ac 
balloon6t.ac 
Log Message:
- reduced vertex, poly and object count of the balloons
- added some simle flame on/off logic
- let the balloons glow in the dark if the flame is on

Index: balloon1t.ac
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/AI/Aircraft/balloon/Models/balloon1t.ac,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- balloon1t.ac7 Apr 2010 14:15:25 -00001.1
+++ balloon1t.ac2 May 2010 21:47:39 -00001.2
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2,8813 +2,6585 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 MATERIAL "envelope" rgb 1 1 1  amb 1 1 1  emis 0 0 0  spec 1 1 1  shi 32  trans 0
 MATERIAL "suport" rgb 0.223529 0.239216 0.239216  amb 0.223529 0.239216 0.239216  emis 0 0 0  spec 1 1 1  shi 32  trans 0
 MATERIAL "burner" rgb 0.784314 0.882353 0.905882  amb 0.784314 0.882353 0.90588&lt;/pre&gt;</description>
    <dc:creator>Torsten Dreyer</dc:creator>
    <dc:date>2010-05-02T21:47:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.games.flightgear.cvc/37521">
    <title>CVS: data/AI/Aircraft/balloon balloon2.xml, 1.1,1.2 balloon3.xml, 1.1, 1.2 balloon4.xml, 1.1, 1.2 balloon5.xml,1.1, 1.2 balloon.nas.xml, 1.1, 1.2 flightgear.xml, 1.1,1.2 iva.xml, 1.1, 1.2 miss-velma.xml, 1.1, 1.2</title>
    <link>http://permalink.gmane.org/gmane.games.flightgear.cvc/37521</link>
    <description>&lt;pre&gt;Update of /var/cvs/FlightGear-0.9/data/AI/Aircraft/balloon
In directory baron.flightgear.org:/tmp/cvs-serv29272

Modified Files:
balloon2.xml balloon3.xml balloon4.xml balloon5.xml 
balloon.nas.xml flightgear.xml iva.xml miss-velma.xml 
Log Message:
- reduced vertex, poly and object count of the balloons
- added some simle flame on/off logic
- let the balloons glow in the dark if the flame is on

Index: balloon2.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/AI/Aircraft/balloon/balloon2.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- balloon2.xml7 Apr 2010 14:15:24 -00001.1
+++ balloon2.xml2 May 2010 21:47:40 -00001.2
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -6,4 +6,52 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
   &amp;lt;path&amp;gt;Models/balloon2.ac&amp;lt;/path&amp;gt;
   &amp;lt;texture-path&amp;gt;&amp;lt;/texture-path&amp;gt;
   &amp;lt;nasal include="balloon.nas.xml"/&amp;gt;
+
+  &amp;lt;animation&amp;gt;
+    &amp;lt;type&amp;gt;select&amp;lt;/type&amp;gt;
+    &amp;lt;object-name&amp;gt;cone7_flame&amp;lt;/object-name&amp;gt;
+    &amp;lt;condition&amp;gt;
+    &amp;lt;property&amp;gt;engines/engine[0]/running&amp;lt;/property&amp;gt;
+    &amp;lt;/condition&amp;gt;
+&lt;/pre&gt;</description>
    <dc:creator>Torsten Dreyer</dc:creator>
    <dc:date>2010-05-02T21:47:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.games.flightgear.cvc/37520">
    <title>CVS: data/Aircraft/Pterodactyl/Models prop.png,NONE, 1.1 pterodactyl.ac, NONE, 1.1 pterodactyl.xml, NONE,1.1 shadow.ac, NONE, 1.1 shadow.png, NONE, 1.1 shadow.xml,NONE, 1.1 texture.png, NONE, 1.1 texture.xcf.gz, NONE, 1.1</title>
    <link>http://permalink.gmane.org/gmane.games.flightgear.cvc/37520</link>
    <description>&lt;pre&gt;Update of /var/cvs/FlightGear-0.9/data/Aircraft/Pterodactyl/Models
In directory baron.flightgear.org:/tmp/cvs-serv25398/Models

Added Files:
prop.png pterodactyl.ac pterodactyl.xml shadow.ac shadow.png 
shadow.xml texture.png texture.xcf.gz 
Log Message:
- new plane 

--- NEW BINARY FILE "prop.png" ---

--- NEW FILE "pterodactyl.ac" ---
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1  amb 1 1 1  emis 0 0 0  spec 0.5 0.5 0.5  shi 64  trans 0
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
MATERIAL "gloss" rgb 0.2 0.2 0.2 amb 0 0 0 emis 0 0 0 spec 0.110345 0.014746 0.014746 shi 14 trans 0.6
MATERIAL "transparent" rgb 0.547091 0.565624 0.595981 amb 0 0 0 emis 0 0 0 spec 1 1 1 shi 64 trans 0.7
OBJECT world
kids 23
OBJECT poly
name "ailes"
data 5
ailes
texture "texture.png"
texrep 1 1
crease 30.000000
numvert 614
2.187797 1.117719 7.012674
2.186224 1.108315 7.012684
2.187355 1.098332 7.012698
2.142754 1.012834 4.635576
[...96722 lines suppressed...]
kids 0
OBJECT poly
name "vitres&lt;/pre&gt;</description>
    <dc:creator>Emmanuel Baranger</dc:creator>
    <dc:date>2010-05-02T17:02:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.games.flightgear.cvc/37519">
    <title>CVS:data/Aircraft/Pterodactyl/Models/Interior/Panel/Instruments/asiasi.ac, NONE, 1.1 asi.png, NONE, 1.1 asi.xml, NONE,1.1 glass.png, NONE, 1.1</title>
    <link>http://permalink.gmane.org/gmane.games.flightgear.cvc/37519</link>
    <description>&lt;pre&gt;Update of /var/cvs/FlightGear-0.9/data/Aircraft/Pterodactyl/Models/Interior/Panel/Instruments/asi
In directory baron.flightgear.org:/tmp/cvs-serv25398/Models/Interior/Panel/Instruments/asi

Added Files:
asi.ac asi.png asi.xml glass.png 
Log Message:
- new plane 

--- NEW FILE "asi.ac" ---
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1  amb 1 1 1  emis 0 0 0  spec 0.5 0.5 0.5  shi 64  trans 0
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
MATERIAL "transparent.001" rgb 0.547091 0.565624 0.595981 amb 0 0 0 emis 0 0 0 spec 1 1 1 shi 64 trans 0.7
OBJECT world
kids 4
OBJECT poly
name "face"
data 4
face
texture "asi.png"
texrep 1 1
crease 30.000000
numvert 17
0.002298 -0.000122 -0.02311
0.002298 0.008714 -0.021353
0.002298 0.016205 -0.016348
0.002298 0.02121 -0.008857
0.002298 0.022967 -2.1e-05
[...3163 lines suppressed...]
247 0.499989002943 0.499989002943
SURF 0x10
mat 2
refs 3
243 0.499989002943 0.462896704674
244 0.526223421097 0.473754584789
247 0.499989002943 0.499989002943
&lt;/pre&gt;</description>
    <dc:creator>Emmanuel Baranger</dc:creator>
    <dc:date>2010-05-02T17:02:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.games.flightgear.cvc/37518">
    <title>CVS: data/Aircraft/Pterodactyl COPYING, NONE,1.1 Read-Me.txt, NONE, 1.1 pterodactyl-base.xml, NONE,1.1 pterodactyl-set.xml, NONE, 1.1 pterodactyl-splash.png,NONE, 1.1 pterodactyl-yasim-cnf.xml, NONE,1.1 pterodactyl-yasim.xml, NONE, 1.1 thumbnail.jpg, NONE, 1.1</title>
    <link>http://permalink.gmane.org/gmane.games.flightgear.cvc/37518</link>
    <description>&lt;pre&gt;Update of /var/cvs/FlightGear-0.9/data/Aircraft/Pterodactyl
In directory baron.flightgear.org:/tmp/cvs-serv25398

Added Files:
COPYING Read-Me.txt pterodactyl-base.xml pterodactyl-set.xml 
pterodactyl-splash.png pterodactyl-yasim-cnf.xml 
pterodactyl-yasim.xml thumbnail.jpg 
Log Message:
- new plane 

--- NEW FILE "COPYING" ---
    GNU GENERAL PUBLIC LICENSE
       Version 2, June 1991

 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
                       59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

    Preamble

  The licenses for most software are designed to take away your
freedom to share and change it.  By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users.  This
General Public License applies to most of the Free Software
Foundation's softw&lt;/pre&gt;</description>
    <dc:creator>Emmanuel Baranger</dc:creator>
    <dc:date>2010-05-02T17:02:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.games.flightgear.cvc/37517">
    <title>CVS:data/Aircraft/Pterodactyl/Models/Interior/Panel/Instruments/compasscompass.ac, NONE, 1.1 compass.png, NONE, 1.1 compass.xml, NONE,1.1 glass.png, NONE, 1.1</title>
    <link>http://permalink.gmane.org/gmane.games.flightgear.cvc/37517</link>
    <description>&lt;pre&gt;Update of /var/cvs/FlightGear-0.9/data/Aircraft/Pterodactyl/Models/Interior/Panel/Instruments/compass
In directory baron.flightgear.org:/tmp/cvs-serv25398/Models/Interior/Panel/Instruments/compass

Added Files:
compass.ac compass.png compass.xml glass.png 
Log Message:
- new plane 

--- NEW FILE "compass.ac" ---
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1  amb 1 1 1  emis 0 0 0  spec 0.5 0.5 0.5  shi 64  trans 0
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
MATERIAL "transparent.001" rgb 0.547091 0.565624 0.595981 amb 0 0 0 emis 0 0 0 spec 1 1 1 shi 64 trans 0.7
OBJECT world
kids 4
OBJECT poly
name "bar"
data 3
bar
texture "compass.png"
texrep 1 1
crease 30.000000
numvert 8
0.006669 0.012516 -0.000567
0.006669 0.012516 -0.000169
0.006669 -0.000518 -0.000169
0.006669 -0.000518 -0.000567
0.006507 0.012516 -0.000567
0.006507 -0.000518 -0.000567
0.006507 -0.000518 -0.000169
0.006507 0.012516 -0.000169
numsurf 5
SURF 0x00
mat 1
refs 4
0 0.335489809513 0.59773850441
1 0.332984&lt;/pre&gt;</description>
    <dc:creator>Emmanuel Baranger</dc:creator>
    <dc:date>2010-05-02T17:02:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.games.flightgear.cvc/37516">
    <title>CVS:data/Aircraft/Pterodactyl/Models/Interior/Panel/Instruments/altalt.ac, NONE, 1.1 alt.png, NONE, 1.1 alt.xml, NONE,1.1 glass.png, NONE, 1.1</title>
    <link>http://permalink.gmane.org/gmane.games.flightgear.cvc/37516</link>
    <description>&lt;pre&gt;Update of /var/cvs/FlightGear-0.9/data/Aircraft/Pterodactyl/Models/Interior/Panel/Instruments/alt
In directory baron.flightgear.org:/tmp/cvs-serv25398/Models/Interior/Panel/Instruments/alt

Added Files:
alt.ac alt.png alt.xml glass.png 
Log Message:
- new plane 

--- NEW FILE "alt.ac" ---
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1  amb 1 1 1  emis 0 0 0  spec 0.5 0.5 0.5  shi 64  trans 0
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
MATERIAL "transparent" rgb 0.547091 0.565624 0.595981 amb 0 0 0 emis 0 0 0 spec 1 1 1 shi 64 trans 0.7
OBJECT world
kids 9
OBJECT poly
name "Knob"
data 4
Knob
texture "alt.png"
texrep 1 1
crease 30.000000
numvert 33
0.007196 -0.018402 0.022558
0.007196 -0.017506 0.021972
0.007196 -0.016908 0.021095
0.007196 -0.016697 0.02006
0.007196 -0.016908 0.019025
[...3968 lines suppressed...]
247 0.499988973141 0.499988973141
SURF 0x10
mat 2
refs 3
243 0.499988973141 0.462889164686
244 0.526218473911 0.47375947237
247 0.499988973141 0.499988973141
SURF&lt;/pre&gt;</description>
    <dc:creator>Emmanuel Baranger</dc:creator>
    <dc:date>2010-05-02T17:02:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.games.flightgear.cvc/37515">
    <title>CVS: data/Aircraft/Pterodactyl/Dialogspterodactyl-menu.xml, NONE, 1.1</title>
    <link>http://permalink.gmane.org/gmane.games.flightgear.cvc/37515</link>
    <description>&lt;pre&gt;Update of /var/cvs/FlightGear-0.9/data/Aircraft/Pterodactyl/Dialogs
In directory baron.flightgear.org:/tmp/cvs-serv25398/Dialogs

Added Files:
pterodactyl-menu.xml 
Log Message:
- new plane 

--- NEW FILE "pterodactyl-menu.xml" ---
&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;

&amp;lt;PropertyList&amp;gt;

  &amp;lt;default&amp;gt;
    &amp;lt;menu n="10"&amp;gt;
      &amp;lt;label&amp;gt;Westland Pterodactyl&amp;lt;/label&amp;gt;
      &amp;lt;enabled type="bool"&amp;gt;true&amp;lt;/enabled&amp;gt;
      &amp;lt;item&amp;gt;
        &amp;lt;label&amp;gt;Select Livery&amp;lt;/label&amp;gt;
        &amp;lt;binding&amp;gt;
          &amp;lt;command&amp;gt;nasal&amp;lt;/command&amp;gt;
          &amp;lt;script&amp;gt;aircraft.livery.dialog.toggle()&amp;lt;/script&amp;gt;
        &amp;lt;/binding&amp;gt;
      &amp;lt;/item&amp;gt;
&amp;lt;!--
      &amp;lt;item&amp;gt;
        &amp;lt;label&amp;gt;Immatriculation&amp;lt;/label&amp;gt;
        &amp;lt;binding&amp;gt;
          &amp;lt;command&amp;gt;nasal&amp;lt;/command&amp;gt;
          &amp;lt;script&amp;gt;pterodactyl.immat_dialog.toggle()&amp;lt;/script&amp;gt;
        &amp;lt;/binding&amp;gt;
      &amp;lt;/item&amp;gt;
--&amp;gt;
    &amp;lt;/menu&amp;gt;
  &amp;lt;/default&amp;gt;

&amp;lt;/PropertyList&amp;gt;



------------------------------------------------------------------------------
&lt;/pre&gt;</description>
    <dc:creator>Emmanuel Baranger</dc:creator>
    <dc:date>2010-05-02T17:02:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.games.flightgear.cvc/37514">
    <title>CVS:data/Aircraft/Pterodactyl/Models/Interior/Panel/Instruments/rpmglass.png, NONE, 1.1 rpm.ac, NONE, 1.1 rpm.png, NONE,1.1 rpm.xml, NONE, 1.1</title>
    <link>http://permalink.gmane.org/gmane.games.flightgear.cvc/37514</link>
    <description>&lt;pre&gt;Update of /var/cvs/FlightGear-0.9/data/Aircraft/Pterodactyl/Models/Interior/Panel/Instruments/rpm
In directory baron.flightgear.org:/tmp/cvs-serv25398/Models/Interior/Panel/Instruments/rpm

Added Files:
glass.png rpm.ac rpm.png rpm.xml 
Log Message:
- new plane 

--- NEW BINARY FILE "glass.png" ---

--- NEW FILE "rpm.ac" ---
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1  amb 1 1 1  emis 0 0 0  spec 0.5 0.5 0.5  shi 64  trans 0
MATERIAL "DefaultWhite.001" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
MATERIAL "ac3dmat1" rgb 1 1 1 amb 0.2 0.2 0.2 emis 0 0 0 spec 0.5 0.5 0.5 shi 10 trans 0
MATERIAL "transparent" rgb 0.547091 0.565624 0.595981 amb 0 0 0 emis 0 0 0 spec 1 1 1 shi 64 trans 0.7
OBJECT world
kids 4
OBJECT poly
name "face"
data 4
face
texture "rpm.png"
texrep 1 1
crease 30.000000
numvert 17
0.000946 0.000339 -0.023315
0.000948 0.009252 -0.021543
0.000946 0.01681 -0.016493
0.000948 0.021859 -0.008935
[...3305 lines suppressed...]
257 0.499992012978 0.499991953373
SURF 0x10
mat 3
refs 3
253&lt;/pre&gt;</description>
    <dc:creator>Emmanuel Baranger</dc:creator>
    <dc:date>2010-05-02T17:02:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.games.flightgear.cvc/37513">
    <title>CVS: data/Aircraft/Pterodactyl/Models/LiveriesReadme.txt, NONE, 1.1 default.xml, NONE, 1.1</title>
    <link>http://permalink.gmane.org/gmane.games.flightgear.cvc/37513</link>
    <description>&lt;pre&gt;Update of /var/cvs/FlightGear-0.9/data/Aircraft/Pterodactyl/Models/Liveries
In directory baron.flightgear.org:/tmp/cvs-serv25398/Models/Liveries

Added Files:
Readme.txt default.xml 
Log Message:
- new plane 

--- NEW FILE "Readme.txt" ---
default

These liveries were made by : Emmanuel BARANGER 2010


--- NEW FILE "default.xml" ---
&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;

&amp;lt;PropertyList&amp;gt;
  &amp;lt;sim&amp;gt;
      &amp;lt;model&amp;gt;
        &amp;lt;livery&amp;gt;
          &amp;lt;name type="string"&amp;gt;Default&amp;lt;/name&amp;gt;
          &amp;lt;texture&amp;gt;texture.png&amp;lt;/texture&amp;gt;

          &amp;lt;diffuse&amp;gt;
            &amp;lt;red&amp;gt;   1.0 &amp;lt;/red&amp;gt;
            &amp;lt;green&amp;gt; 1.0 &amp;lt;/green&amp;gt;
            &amp;lt;blue&amp;gt;  1.0 &amp;lt;/blue&amp;gt;
          &amp;lt;/diffuse&amp;gt;
 
          &amp;lt;ambient&amp;gt;
            &amp;lt;red&amp;gt;   1.0 &amp;lt;/red&amp;gt;
            &amp;lt;green&amp;gt; 1.0 &amp;lt;/green&amp;gt;
            &amp;lt;blue&amp;gt;  1.0 &amp;lt;/blue&amp;gt;
          &amp;lt;/ambient&amp;gt;

          &amp;lt;specular&amp;gt;
            &amp;lt;red&amp;gt;   1.0 &amp;lt;/red&amp;gt;
            &amp;lt;green&amp;gt; 1.0 &amp;lt;/green&amp;gt;
            &amp;lt;blue&amp;gt;  1.0 &amp;lt;/blue&amp;gt;
          &amp;lt;/specular&amp;gt;

          &amp;lt;emission&amp;gt;
            &amp;lt;red&amp;gt;   0.0 &amp;lt;/red&amp;gt;
            &amp;lt;green&amp;gt; 0.0 &amp;lt;/green&amp;gt;
    &lt;/pre&gt;</description>
    <dc:creator>Emmanuel Baranger</dc:creator>
    <dc:date>2010-05-02T17:02:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.games.flightgear.cvc/37512">
    <title>CVS:data/Aircraft/Pterodactyl/Models/Interior/Panel/Instruments/aiai.ac, NONE, 1.1 ai.xml, NONE, 1.1 colors.png, NONE,1.1 glass.png, NONE, 1.1</title>
    <link>http://permalink.gmane.org/gmane.games.flightgear.cvc/37512</link>
    <description>&lt;pre&gt;Update of /var/cvs/FlightGear-0.9/data/Aircraft/Pterodactyl/Models/Interior/Panel/Instruments/ai
In directory baron.flightgear.org:/tmp/cvs-serv25398/Models/Interior/Panel/Instruments/ai

Added Files:
ai.ac ai.xml colors.png glass.png 
Log Message:
- new plane 

--- NEW FILE "ai.ac" ---
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1  amb 1 1 1  emis 0 0 0  spec 0.5 0.5 0.5  shi 64  trans 0
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
MATERIAL "transparent" rgb 0.547091 0.565624 0.595981 amb 0 0 0 emis 0 0 0 spec 1 1 1 shi 64 trans 0.5
OBJECT world
kids 10
OBJECT poly
name "ball"
data 4
ball
texture "colors.png"
texrep 1 1
crease 30.000000
numvert 242
-0.020999 0.029923 -0.0001
-0.015623 0.029349 -0.002327
-0.016886 0.029349 -0.004215
-0.018773 0.029349 -0.005478
-0.020999 0.029349 -0.00592
[...17720 lines suppressed...]
refs 4
246 0.479378014803 0.469138383865
234 0.472906887531 0.434612959623
235 0.499990463257 0.429226696491
247 0.499990463257 0.462895661592
SURF 0x10
ma&lt;/pre&gt;</description>
    <dc:creator>Emmanuel Baranger</dc:creator>
    <dc:date>2010-05-02T17:02:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.games.flightgear.cvc/37511">
    <title>CVS: data/Aircraft/Pterodactyl/Models/lightGreenLight.ac, NONE, 1.1 GreenLight.xml, NONE, 1.1 RedLight.ac,NONE, 1.1 RedLight.xml, NONE, 1.1 StrobeGreen.xml, NONE,1.1 StrobeRed.xml, NONE, 1.1 StrobeRed2.xml, NONE,1.1 StrobeWhite.xml, NONE, 1.1 WhiteLight.ac, NONE,1.1 WhiteLight.xml, NONE, 1.1 beacon.xml, NONE,1.1 light-cone.ac, NONE, 1.1 light-cone.xml, NONE,1.1 light-gradient-lamp.png, NONE, 1.1 lights.png, NONE, 1.1</title>
    <link>http://permalink.gmane.org/gmane.games.flightgear.cvc/37511</link>
    <description>&lt;pre&gt;Update of /var/cvs/FlightGear-0.9/data/Aircraft/Pterodactyl/Models/light
In directory baron.flightgear.org:/tmp/cvs-serv25398/Models/light

Added Files:
GreenLight.ac GreenLight.xml RedLight.ac RedLight.xml 
StrobeGreen.xml StrobeRed.xml StrobeRed2.xml StrobeWhite.xml 
WhiteLight.ac WhiteLight.xml beacon.xml light-cone.ac 
light-cone.xml light-gradient-lamp.png lights.png 
Log Message:
- new plane 

--- NEW FILE "GreenLight.ac" ---
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1  amb 1 1 1  emis 0 0 0  spec 0.5 0.5 0.5  shi 64  trans 0
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
OBJECT world
kids 1
OBJECT poly
name "Light"
data 4
Mesh
texture "lights.png"
texrep 1 1
crease 45.000000
numvert 12
0.5 0.5 0
-0.5 0.5 0
-0.5 -0.5 0
0.5 -0.5 0
0 -0.5 -0.5
0 -0.5 0.5
0 0.5 0.5
0 0.5 -0.5
0.5 0 -0.5
-0.5 0 -0.5
-0.5 0 0.5
0.5 0 0.5
numsurf 3
SURF 0x20
mat 1
refs 4
0 0.948961138725 0.442461937666
1 0.563538074493 0.442461848259
2 0.563538074493 0.0570387989283
3 0.948961138725 0.&lt;/pre&gt;</description>
    <dc:creator>Emmanuel Baranger</dc:creator>
    <dc:date>2010-05-02T17:02:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.games.flightgear.cvc/37510">
    <title>CVS: data/Aircraft/Pterodactyl/Nasal doors.nas,NONE, 1.1 light.nas, NONE, 1.1 liveries.nas, NONE,1.1 pterodactyl-keyboard.xml, NONE, 1.1 views.xml, NONE, 1.1</title>
    <link>http://permalink.gmane.org/gmane.games.flightgear.cvc/37510</link>
    <description>&lt;pre&gt;Update of /var/cvs/FlightGear-0.9/data/Aircraft/Pterodactyl/Nasal
In directory baron.flightgear.org:/tmp/cvs-serv25398/Nasal

Added Files:
doors.nas light.nas liveries.nas pterodactyl-keyboard.xml 
views.xml 
Log Message:
- new plane 

--- NEW FILE "doors.nas" ---
# =====
# Doors
# =====

Doors = {};

Doors.new = func {
   obj = { parents : [Doors],
           crew : aircraft.door.new("instrumentation/doors/crew", 8.0),
         };
   return obj;
};

Doors.crewexport = func {
   me.crew.toggle();
}

# ==============
# Initialization
# ==============

# objects must be here, otherwise local to init()
doorsystem = Doors.new();

--- NEW FILE "light.nas" ---
var sbc1 = aircraft.light.new( "/sim/model/lights/sbc1", [0.5, 0.3] );
sbc1.interval = 0.1;
sbc1.switch( 1 );

var sbc2 = aircraft.light.new( "/sim/model/lights/sbc2", [0.2, 0.3], "/sim/model/lights/sbc1/state" );
sbc2.interval = 0;
sbc2.switch( 1 );

setlistener( "/sim/model/lights/sbc2/state", func(n) {
  var bsbc1 = sbc1.stateN.getValue();
  var bsbc2 =&lt;/pre&gt;</description>
    <dc:creator>Emmanuel Baranger</dc:creator>
    <dc:date>2010-05-02T17:02:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.games.flightgear.cvc/37509">
    <title>CVS:data/Aircraft/Pterodactyl/Models/Interior/Panel colors.png,NONE, 1.1 panel.ac, NONE, 1.1 panel.xml, NONE, 1.1</title>
    <link>http://permalink.gmane.org/gmane.games.flightgear.cvc/37509</link>
    <description>&lt;pre&gt;Update of /var/cvs/FlightGear-0.9/data/Aircraft/Pterodactyl/Models/Interior/Panel
In directory baron.flightgear.org:/tmp/cvs-serv25398/Models/Interior/Panel

Added Files:
colors.png panel.ac panel.xml 
Log Message:
- new plane 

--- NEW BINARY FILE "colors.png" ---

--- NEW FILE "panel.ac" ---
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1  amb 1 1 1  emis 0 0 0  spec 0.5 0.5 0.5  shi 64  trans 0
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
OBJECT world
kids 1
OBJECT poly
name "panel"
data 5
panel
texture "colors.png"
texrep 1 1
crease 30.000000
numvert 21
0.003854 0.09256 -0.044813
0.003854 0.054582 -0.141809
0.003854 0.054582 0.141809
0.003854 0.09256 0.044815
0.003854 0.021822 -0.181744
0.003854 0.08025 -0.089628
0.003854 0.097778 2e-06
0.003854 0.08025 0.089627
0.003854 0.021822 0.181744
0.003854 -0.04559 -0.194844
0.003854 -0.04559 0.194844
0.003854 -0.04559 -1e-06
0.003854 -0.097778 -0.194844
0.003854 -0.097778 -1e-06
0.003854 -0.097778 0.194844
-0.003854 -0.097778 0&lt;/pre&gt;</description>
    <dc:creator>Emmanuel Baranger</dc:creator>
    <dc:date>2010-05-02T17:02:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.games.flightgear.cvc/37508">
    <title>CVS: data/Aircraft/Pterodactyl/Models/Interiorcolors.png, NONE, 1.1 interior.ac, NONE, 1.1 interior.xml, NONE, 1.1</title>
    <link>http://permalink.gmane.org/gmane.games.flightgear.cvc/37508</link>
    <description>&lt;pre&gt;Update of /var/cvs/FlightGear-0.9/data/Aircraft/Pterodactyl/Models/Interior
In directory baron.flightgear.org:/tmp/cvs-serv25398/Models/Interior

Added Files:
colors.png interior.ac interior.xml 
Log Message:
- new plane 

--- NEW BINARY FILE "colors.png" ---

--- NEW FILE "interior.ac" ---
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1  amb 1 1 1  emis 0 0 0  spec 0.5 0.5 0.5  shi 64  trans 0
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
MATERIAL "DefaultWhite.002" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
MATERIAL "transparent" rgb 0.547091 0.565624 0.595981 amb 0 0 0 emis 0 0 0 spec 1 1 1 shi 64 trans 0.7
OBJECT world
kids 4
OBJECT poly
name "interieur"
data 9
interieur
texture "colors.png"
texrep 1 1
crease 30.000000
numvert 146
0.621062 0.854324 0.049136
0.621062 0.815182 0.14877
0.621062 0.815182 -0.14877
0.621062 0.854324 -0.049135
[...1694 lines suppressed...]
refs 4
8 0.16267567873 0.131619572639
11 0.189878642559 0.046429336071
15 0.1855111122&lt;/pre&gt;</description>
    <dc:creator>Emmanuel Baranger</dc:creator>
    <dc:date>2010-05-02T17:02:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.games.flightgear.cvc/37507">
    <title>CVS: data/Aircraft/Pterodactyl/Models/PilotRead-Me.txt, NONE, 1.1 pilot.xml, NONE, 1.1 ww2_pilot_old.ac,NONE, 1.1 ww2_pilot_old.png, NONE, 1.1</title>
    <link>http://permalink.gmane.org/gmane.games.flightgear.cvc/37507</link>
    <description>&lt;pre&gt;Update of /var/cvs/FlightGear-0.9/data/Aircraft/Pterodactyl/Models/Pilot
In directory baron.flightgear.org:/tmp/cvs-serv25398/Models/Pilot

Added Files:
Read-Me.txt pilot.xml ww2_pilot_old.ac ww2_pilot_old.png 
Log Message:
- new plane 

--- NEW FILE "Read-Me.txt" ---
This driver is extracted from the collection of drivers for X-Plane conducted by Bertrand AUGRAS.

Site   : http://baugras.club.fr/xplane/Site/france.html

Pilots : http://baugras.club.fr/xplane/Site/pilot%20collection.html

Many thanks, a thousand bravos for his fantastic work.
I hope I do not betray the spirit of his work

-------------------------------------------------------------------------------------------------

Ce pilote est extrait de la collection de pilotes pour X-Plane réalisées par Bertrand AUGRAS

Site    : http://baugras.club.fr/xplane/Site/france.html

Pilotes : http://baugras.club.fr/xplane/Site/pilot%20collection.html

Un grand merci et mille bravos pour son fantastique travail.
J'espère ne pas trahir l'esprit de son tr&lt;/pre&gt;</description>
    <dc:creator>Emmanuel Baranger</dc:creator>
    <dc:date>2010-05-02T17:02:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.games.flightgear.cvc/37506">
    <title>CVS:data/Aircraft/Pterodactyl/Models/Interior/Panel/Instruments/vsiglass.png, NONE, 1.1 vsi.ac, NONE, 1.1 vsi.png, NONE,1.1 vsi.xml, NONE, 1.1</title>
    <link>http://permalink.gmane.org/gmane.games.flightgear.cvc/37506</link>
    <description>&lt;pre&gt;Update of /var/cvs/FlightGear-0.9/data/Aircraft/Pterodactyl/Models/Interior/Panel/Instruments/vsi
In directory baron.flightgear.org:/tmp/cvs-serv25398/Models/Interior/Panel/Instruments/vsi

Added Files:
glass.png vsi.ac vsi.png vsi.xml 
Log Message:
- new plane 

--- NEW BINARY FILE "glass.png" ---

--- NEW FILE "vsi.ac" ---
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1  amb 1 1 1  emis 0 0 0  spec 0.5 0.5 0.5  shi 64  trans 0
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
MATERIAL "transparent" rgb 0.547091 0.565624 0.595981 amb 0 0 0 emis 0 0 0 spec 1 1 1 shi 64 trans 0.7
OBJECT world
kids 4
OBJECT poly
name "face"
data 4
face
texture "vsi.png"
texrep 1 1
crease 30.000000
numvert 17
0.001837 -0.000115 -0.021889
0.001837 0.008254 -0.020224
0.001837 0.015348 -0.015484
0.001837 0.020089 -0.008389
0.001837 0.021754 -2e-05
[...3149 lines suppressed...]
refs 4
234 0.558851420879 0.539299786091
221 0.539299845695 0.558851361275
235 0.514195144176 0.534278869629
243 0.53085446357&lt;/pre&gt;</description>
    <dc:creator>Emmanuel Baranger</dc:creator>
    <dc:date>2010-05-02T17:02:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.games.flightgear.cvc/37505">
    <title>CVS: data/Aircraft/Pterodactyl/Soundspterodactyl-sound.xml, NONE, 1.1</title>
    <link>http://permalink.gmane.org/gmane.games.flightgear.cvc/37505</link>
    <description>&lt;pre&gt;Update of /var/cvs/FlightGear-0.9/data/Aircraft/Pterodactyl/Sounds
In directory baron.flightgear.org:/tmp/cvs-serv25398/Sounds

Added Files:
pterodactyl-sound.xml 
Log Message:
- new plane 

--- NEW FILE "pterodactyl-sound.xml" ---
&amp;lt;?xml version="1.0"?&amp;gt;
 
&amp;lt;PropertyList&amp;gt;

 &amp;lt;fx&amp;gt;
 
  &amp;lt;crank&amp;gt;
   &amp;lt;name&amp;gt;engstart&amp;lt;/name&amp;gt;
   &amp;lt;path&amp;gt;Sounds/engstart.wav&amp;lt;/path&amp;gt;
   &amp;lt;property&amp;gt;/engines/engine/cranking&amp;lt;/property&amp;gt;
   &amp;lt;volume&amp;gt;
    &amp;lt;offset&amp;gt;0.4&amp;lt;/offset&amp;gt;
   &amp;lt;/volume&amp;gt;
  &amp;lt;/crank&amp;gt;

  &amp;lt;crank&amp;gt;
   &amp;lt;name&amp;gt;crank&amp;lt;/name&amp;gt;
   &amp;lt;mode&amp;gt;looped&amp;lt;/mode&amp;gt;
   &amp;lt;path&amp;gt;Sounds/cranking.wav&amp;lt;/path&amp;gt;
   &amp;lt;condition&amp;gt;
    &amp;lt;property&amp;gt;/engines/engine/cranking&amp;lt;/property&amp;gt;
    &amp;lt;not&amp;gt;
     &amp;lt;property&amp;gt;/engines/engine/running&amp;lt;/property&amp;gt;
    &amp;lt;/not&amp;gt;
   &amp;lt;/condition&amp;gt;
   &amp;lt;volume&amp;gt;
    &amp;lt;offset&amp;gt;0.5&amp;lt;/offset&amp;gt;
   &amp;lt;/volume&amp;gt;
  &amp;lt;/crank&amp;gt;

  &amp;lt;crank&amp;gt;
   &amp;lt;name&amp;gt;cough&amp;lt;/name&amp;gt;
   &amp;lt;path&amp;gt;Sounds/coughing.wav&amp;lt;/path&amp;gt;
   &amp;lt;property&amp;gt;/engines/engine/running&amp;lt;/property&amp;gt;
   &amp;lt;volume&amp;gt;
    &amp;lt;offset&amp;gt;0.3&amp;lt;/offset&amp;gt;
   &amp;lt;/volume&amp;gt;
  &amp;lt;/crank&amp;gt;

  &amp;lt;engine&amp;gt;
   &amp;lt;name&amp;gt;engine&amp;lt;/name&amp;gt;
   &amp;lt;mode&amp;gt;looped&amp;lt;/mode&amp;gt;
   &amp;lt;path&amp;gt;Sounds/wasp&lt;/pre&gt;</description>
    <dc:creator>Emmanuel Baranger</dc:creator>
    <dc:date>2010-05-02T17:02:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.games.flightgear.cvc/37504">
    <title>CVS:data/Aircraft/Pterodactyl/Models/Interior/Panel/Instruments/vsi- New directory</title>
    <link>http://permalink.gmane.org/gmane.games.flightgear.cvc/37504</link>
    <description>&lt;pre&gt;Update of /var/cvs/FlightGear-0.9/data/Aircraft/Pterodactyl/Models/Interior/Panel/Instruments/vsi
In directory baron.flightgear.org:/tmp/cvs-serv25380/vsi

Log Message:
Directory /var/cvs/FlightGear-0.9/data/Aircraft/Pterodactyl/Models/Interior/Panel/Instruments/vsi added to the repository



------------------------------------------------------------------------------
&lt;/pre&gt;</description>
    <dc:creator>Emmanuel Baranger</dc:creator>
    <dc:date>2010-05-02T17:01:04</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.games.flightgear.cvc">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.games.flightgear.cvc</link>
  </textinput>
</rdf:RDF>
