mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Added image to RSS feed
SVN revision: 1112
This commit is contained in:
parent
c9f7e091c7
commit
9188f6eff7
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.500 2004/10/26 07:29:21 midas
|
||||||
|
Added image to RSS feed
|
||||||
|
|
||||||
Revision 1.499 2004/10/25 21:26:35 midas
|
Revision 1.499 2004/10/25 21:26:35 midas
|
||||||
Changed XML encoding
|
Changed XML encoding
|
||||||
|
|
||||||
@ -14279,6 +14282,12 @@ void show_rss_feed(LOGBOOK * lbs)
|
|||||||
|
|
||||||
rsprintf("<generator>ELOG V%s</generator>\n", VERSION);
|
rsprintf("<generator>ELOG V%s</generator>\n", VERSION);
|
||||||
|
|
||||||
|
rsprintf("<image>\n");
|
||||||
|
rsprintf("<url>%s/elog.gif</url>\n", url);
|
||||||
|
rsprintf("<title>ELOG %s</title>\n", lbs->name_enc);
|
||||||
|
rsprintf("<link>%s</link>\n", url);
|
||||||
|
rsprintf("</image>\n");
|
||||||
|
|
||||||
/*---- show last 15 items ----*/
|
/*---- show last 15 items ----*/
|
||||||
|
|
||||||
text = xmalloc(TEXT_SIZE);
|
text = xmalloc(TEXT_SIZE);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user