# HG changeset patch
# User fabien
# Date 1076178593 18000
# Node ID a7f7026f9416193f9d0b97635af4e4e80f380710
# Parent  09fc77396ac9f0ea11b59178ff50dde3a544a2e4
[svn] Add screenshots and warnings.

diff -r 09fc77396ac9 -r a7f7026f9416 Makefile
--- a/Makefile	Sat Feb 07 11:10:02 2004 -0500
+++ b/Makefile	Sat Feb 07 13:29:53 2004 -0500
@@ -1,4 +1,3 @@
-MAKEFILE_VERSION="$Id$"
 REMOTE_DIR=o:public_html/oss/immsview
 VERSION=$(shell python -c 'from imp import load_source; \
 		print load_source(".","immsview")._version_' \
@@ -7,7 +6,7 @@
 index.html: index.html.in immsview
 	perl -p -e 's;\@IMMSVIEW_VERSION\@;$(VERSION);g' $< > $@
 
-update: immsview index.html
+update: immsview index.html immsview-screenshot-1.png immsview-ss-small-1.png
 	rsync -zp $^ $(REMOTE_DIR)/
 
-.PHONY: index.html
\ No newline at end of file
+.PHONY: index.html
diff -r 09fc77396ac9 -r a7f7026f9416 immsview-screenshot-1.png
Binary file immsview-screenshot-1.png has changed
diff -r 09fc77396ac9 -r a7f7026f9416 immsview-ss-small-1.png
Binary file immsview-ss-small-1.png has changed
diff -r 09fc77396ac9 -r a7f7026f9416 index.html.in
--- a/index.html.in	Sat Feb 07 11:10:02 2004 -0500
+++ b/index.html.in	Sat Feb 07 13:29:53 2004 -0500
@@ -8,7 +8,12 @@
   <body>
     <h1>IMMSView</h1>
 
-    <p>Current version is: <tt>@IMMSVIEW_VERSION@</tt></p>
+    <p>Current version is: <tt class="version">@IMMSVIEW_VERSION@</tt></p>
+
+    <p class="warning"><strong>This is still very alpha
+      software.</strong>  It's not impossible, but very improbable,
+      that it can mess up your database.  The functionnality and
+      also the interface aren't fixed.  Suggestions are welcome.</p>
 
     <p>IMMSView is aim to became a playlist editor replacement for
       XMMS, using the IMMS plugin.  Currently, it simply able to
@@ -23,6 +28,10 @@
       Current release is near daily, but I make no promise about
       it.</p>
 
+    <h2>Screenshots</h2>
+
+    <a href="immsview-screenshot-1.png"><img src="immsview-ss-small-1.png"/></a>
+
     <h2>Requirements</h2>
     <ul>
       <li><a href="http://www.luminal.org/wiki/index.php/IMMS/IMMS">IMMS</a></li>