Update of /cvsroot/php-blog/serendipity/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20812/templates/default
Modified Files:
atom.css
Log Message:
Support CommentAPI: In the rss/atom feed a new element indicated a URL where
an aggregator/feedread can immediately POST a comment to an entry.
RSS Bandit (www.rssbandit.org) for Windows already supports that, however
kind of buggy right now.
Index: atom.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/default/atom.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- atom.css 3 Feb 2004 16:24:01 -0000 1.2
+++ atom.css 6 Feb 2004 21:56:20 -0000 1.3
@@ -64,7 +64,7 @@
}
/* Using a single 'commentRSS' and 'comments' is used for compatibility to Opera */
-slash\:comments, wfw\:commentRss, commentRss, comments {
+slash\:comments, wfw\:commentRss, commentRss, comments, wfw\:comment, comment {
display:none;
}
|