Update of /cvsroot/expressions/htdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12159
Modified Files:
index.shtml
Added Files:
rssbutton.png
Log Message:
link and autodiscovery stuff for rss feed
--- NEW FILE: rssbutton.png ---
(This appears to be a binary file; contents omitted.)
Index: index.shtml
===================================================================
RCS file: /cvsroot/expressions/htdocs/index.shtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** index.shtml 19 Mar 2005 18:55:35 -0000 1.1
--- index.shtml 19 Mar 2005 19:05:30 -0000 1.2
***************
*** 5,8 ****
--- 5,9 ----
<title>expressions</title>
<link rel="stylesheet" type="text/css" href="default.css"/>
+ <link rel="alternate" type="application/rss+xml" title="RSS" href="http://sourceforge.net/export/rss2_projnews.php?group_id=132704&rss_fulltext=1"/>
</head>
<body>
***************
*** 36,40 ****
<h1>Welcome!</h1>
<p>This is the home page for the <span class="name">expressions</span> project. The goal of this project is to develop two clients for blogging: a desktop and a handheld client.</p>
! <h1>News</h1>
<!--#include virtual="news.txt" -->
</div>
--- 37,41 ----
<h1>Welcome!</h1>
<p>This is the home page for the <span class="name">expressions</span> project. The goal of this project is to develop two clients for blogging: a desktop and a handheld client.</p>
! <h1>News <a href="http://sourceforge.net/export/rss2_projnews.php?group_id=132704&rss_fulltext=1"><img src="rssbutton.png" width="36" height="14" alt="RSS" border="0"/></a></h1>
<!--#include virtual="news.txt" -->
</div>
|