Update of /cvsroot/pyxine/htdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv29274
Modified Files:
index.html pyxine.css
Log Message:
Announce release 0.1alpha2
Index: index.html
===================================================================
RCS file: /cvsroot/pyxine/htdocs/index.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- index.html 8 Feb 2003 19:12:01 -0000 1.3
+++ index.html 12 Feb 2003 21:38:15 -0000 1.4
@@ -10,6 +10,12 @@
<hr class="hide" />
<h2>News</h2>
<div class="newsitem">
+<h3>12 Februrary, 2003</h3>
+<p>A stupid-bug fix release (<a href="http://sourceforge.net/project/showfiles.php?group_id=73236">0.1alpha2</a>) is out. This one might just compile for you!</p>
+<hr />
+</div>
+
+<div class="newsitem">
<h3>7 Februrary, 2003</h3>
<p><strong>First release!</strong>
Get it <a href="http://sourceforge.net/project/showfiles.php?group_id=73236"
Index: pyxine.css
===================================================================
RCS file: /cvsroot/pyxine/htdocs/pyxine.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pyxine.css 8 Feb 2003 19:12:01 -0000 1.3
+++ pyxine.css 12 Feb 2003 21:38:16 -0000 1.4
@@ -67,6 +67,10 @@
.newsitem h3 {
text-decoration: underline;
}
+.newsitem hr {
+ width: 85%;
+ height: 1px;
+}
p.signature {
margin-top: 0;
margin-left: 5%;
|