Update of /cvsroot/csseditor/htdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv13691
Modified Files:
index.html
Log Message:
Add <link>s to RSS feeds
Index: index.html
===================================================================
RCS file: /cvsroot/csseditor/htdocs/index.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** index.html 11 Jan 2004 14:18:29 -0000 1.10
--- index.html 11 Jan 2004 14:24:57 -0000 1.11
***************
*** 7,10 ****
--- 7,12 ----
<title>CSS Editor (Eclipse Plugin)</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+ <link rel="alternate" type="application/rss+xml" title="RSS"
+ href="http://sourceforge.net/export/rss2_projnews.php?group_id=97094"/>
<link rel="stylesheet" type="text/css" media="screen" href="style/layout.css">
<link rel="stylesheet" type="text/css" media="print" href="style/print.css">
|