Use --ui=rox to select ROX user interface.
[reinteract/rox.git] / Reinteract.xml
blob874750bc1ba005e382c3e6486a8997c89edaa421
1 <?xml version="1.0" ?>
2 <?xml-stylesheet type='text/xsl' href='interface.xsl'?>
3 <interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
4   <name>Reinteract-ROX</name>
5   <summary>a system for interactive experimentation with python</summary>
6   <description>
7 Reinteract is a system for interactive experimentation with python. You enter
8 Python code and expressions and immediately see the results. What distinguishes
9 Reinteract from a shell (such as IPython or the builtin interactive mode) is
10 that you can go back and edit expressions you entered earlier and the results
11 will flow through the part of the worksheet after the changed portion.</description>
13   <homepage>http://www.reinteract.org/</homepage>
15   <icon href="http://www.reinteract.org/images/reinteract-logo.png" type="image/png"/>
17   <feed-for interface="http://rox.sourceforge.net/2007/interfaces/Reinteract.xml"/>
18   <category>Development</category>
20   <group license="OSI Approved :: GNU General Public License (GPL)" main="bin/uninst.py">
21     <implementation id="." version="0.1-post"/>
22     <requires interface="http://rox.sourceforge.net/2005/interfaces/ROX-Lib">
23       <environment insert="ROX-Lib2/python" mode="prepend" name="PYTHONPATH"/>
24     </requires>
25   </group>
26 </interface>