[svn] Add screenshots and warnings.
--- 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
Binary file immsview-screenshot-1.png has changed
Binary file immsview-ss-small-1.png has changed
--- 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>