index.html.in
branchimmsview
changeset 30 a7f7026f9416
parent 29 09fc77396ac9
child 31 13f56bb29b96
equal deleted inserted replaced
29:09fc77396ac9 30:a7f7026f9416
     6   </head>
     6   </head>
     7   
     7   
     8   <body>
     8   <body>
     9     <h1>IMMSView</h1>
     9     <h1>IMMSView</h1>
    10 
    10 
    11     <p>Current version is: <tt>@IMMSVIEW_VERSION@</tt></p>
    11     <p>Current version is: <tt class="version">@IMMSVIEW_VERSION@</tt></p>
       
    12 
       
    13     <p class="warning"><strong>This is still very alpha
       
    14       software.</strong>  It's not impossible, but very improbable,
       
    15       that it can mess up your database.  The functionnality and
       
    16       also the interface aren't fixed.  Suggestions are welcome.</p>
    12 
    17 
    13     <p>IMMSView is aim to became a playlist editor replacement for
    18     <p>IMMSView is aim to became a playlist editor replacement for
    14       XMMS, using the IMMS plugin.  Currently, it simply able to
    19       XMMS, using the IMMS plugin.  Currently, it simply able to
    15       display the IMMS database, and have also some functionnality to
    20       display the IMMS database, and have also some functionnality to
    16       control XMMS.  But I hope to make it a plugin for XMMS once I
    21       control XMMS.  But I hope to make it a plugin for XMMS once I
    20       a PyGTK2 interface, and used both the PySQLite and Python-XMMS
    25       a PyGTK2 interface, and used both the PySQLite and Python-XMMS
    21       module. You can download it at this address: <a
    26       module. You can download it at this address: <a
    22       href="immsview">http://www.tzone.org/~fabien/oss/immsview/immsview</a>.
    27       href="immsview">http://www.tzone.org/~fabien/oss/immsview/immsview</a>.
    23       Current release is near daily, but I make no promise about
    28       Current release is near daily, but I make no promise about
    24       it.</p>
    29       it.</p>
       
    30 
       
    31     <h2>Screenshots</h2>
       
    32 
       
    33     <a href="immsview-screenshot-1.png"><img src="immsview-ss-small-1.png"/></a>
    25 
    34 
    26     <h2>Requirements</h2>
    35     <h2>Requirements</h2>
    27     <ul>
    36     <ul>
    28       <li><a href="http://www.luminal.org/wiki/index.php/IMMS/IMMS">IMMS</a></li>
    37       <li><a href="http://www.luminal.org/wiki/index.php/IMMS/IMMS">IMMS</a></li>
    29       <li><a href="http://pysqlite.sourceforge.net/">PySQLite</a></li>
    38       <li><a href="http://pysqlite.sourceforge.net/">PySQLite</a></li>