<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/4340" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2003-05-12T16:15:17-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/4340</id>

		<entry>
		<author><name><![CDATA[TLM]]></name></author>
		<updated>2003-05-12T16:15:17-04:00</updated>

		<published>2003-05-12T16:15:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20121#p20121</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20121#p20121"/>
		<title type="html"><![CDATA[irc2html (Color Version)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20121#p20121"><![CDATA[
That is what I have done, but in the v2 script where doing so is much easier.  But once I get some time, I will most likly rewrite this.  Right now on the v2 script it has a timestamp problem, which I would like to fix.  Also make it a multi channel script.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2997">TLM</a> — Mon May 12, 2003 4:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-05-12T15:41:41-04:00</updated>

		<published>2003-05-12T15:41:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20114#p20114</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20114#p20114"/>
		<title type="html"><![CDATA[irc2html (Color Version)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20114#p20114"><![CDATA[
The best thing would probably be to rewrite the entire script. Keeping the entire log in memory (like this one seems to do) makes no sense.<br><br>Or else you'd have to:<br>a) include the html color formatting in the logged messages<br>b) parse the messages before output<br><br>Both alternatives seem rather unattractive to me...<br>But if all you need is the html output, the easiest thing would be to add a couple of &lt;FONT&gt; or &lt;SPAN style=..&gt; or whatever -tags around the messages that are to be colored, when they're stored in the history array.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Mon May 12, 2003 3:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[blood_x]]></name></author>
		<updated>2003-05-12T14:12:07-04:00</updated>

		<published>2003-05-12T14:12:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20108#p20108</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20108#p20108"/>
		<title type="html"><![CDATA[irc2html (Color Version)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20108#p20108"><![CDATA[
<blockquote class="uncited"><div>Your issue seems to be with html, not tcl or mirc colors...check <a href="http://www.w3.org" class="postlink">www.w3.org</a> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"></div></blockquote>Argh, is it true? Hum, what I mean, as below;<br><br>proc join:i2h {nick host handle chan} { <br>global i2h_history i2h_chan i2h_style i2h_joincolor <br>if {![string compare [string tolower $chan] [string tolower $i2h_chan]]} { <br>if {$i2h_style} { <br>set i2h_history [lappend i2h_history "\[[time]\] *** $nick ($host) has joined $chan"] &lt;--||- TO BE IN GREEN COLOR, we can add i2h_joincolor etc etc...<br>} else { <br>set i2h_history [lappend i2h_history "\[[time]\] -o- $nick \[$host\] has joined $chan"] <br>} <br>} <br>i2h:make <br>} <br><br>When TCL script wrote a color, is it possible for HTML to be in color too right? or neither?.. Argh.. Little confusing <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=402">blood_x</a> — Mon May 12, 2003 2:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-05-12T14:02:42-04:00</updated>

		<published>2003-05-12T14:02:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20107#p20107</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20107#p20107"/>
		<title type="html"><![CDATA[irc2html (Color Version)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20107#p20107"><![CDATA[
Your issue seems to be with html, not tcl or mirc colors...check <a href="http://www.w3.org" class="postlink">www.w3.org</a> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Mon May 12, 2003 2:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[blood_x]]></name></author>
		<updated>2003-05-12T13:56:51-04:00</updated>

		<published>2003-05-12T13:56:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20106#p20106</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20106#p20106"/>
		<title type="html"><![CDATA[irc2html (Color Version)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20106#p20106"><![CDATA[
<blockquote class="uncited"><div>You can contact the author and ask for this or locate the lines that you want to colour and see <a href="http://forum.egghelp.org/viewtopic.php?t=3867" class="postlink">this</a> page for instructions on how to use them.</div></blockquote>Dear Caesar,<br><br>Do you now how to get Natrak? I have tried to check his domain email, but seems to be offline.. Hum, can you teach me step by step on how to add color event in irc2html.. I have read ppslim article, but failed to understand.. Eventhough, I have try put it in irc2html, and it doesn't work.. crash color! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=402">blood_x</a> — Mon May 12, 2003 1:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-05-09T01:17:33-04:00</updated>

		<published>2003-05-09T01:17:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19969#p19969</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19969#p19969"/>
		<title type="html"><![CDATA[irc2html (Color Version)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19969#p19969"><![CDATA[
You can contact the author and ask for this or locate the lines that you want to colour and see <a href="http://forum.egghelp.org/viewtopic.php?t=3867" class="postlink">this</a> page for instructions on how to use them.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Fri May 09, 2003 1:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[blood_x]]></name></author>
		<updated>2003-05-08T14:02:00-04:00</updated>

		<published>2003-05-08T14:02:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19958#p19958</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19958#p19958"/>
		<title type="html"><![CDATA[irc2html (Color Version)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19958#p19958"><![CDATA[
Dear All,<br><br>Anyone can help me on how to modified irc2html originally written by Natrak to be more interactive (using color) such as seen on default mIRC color. For example, I want to change 'Join Event' to be in GREEN color when this script display it on web html.<br><br>Modified and Patched Version for irc2html script as below;<br><br>###############################################################<br>#                                      __  __  _              #<br>#            ___  ____ __  _ ___  ___ / /_ \ \/ /             #<br>#           / _ \' __/ _ `/ / -_)/ __/  _/  )  (              #<br>#          / .__/_/  \___/ /\___/\__/\__/  /_/\_\             #<br>#         /_/ -------- /__/ ---------------------             #<br>#                                                             #<br>###############################################################<br>#  Filename.....: irc2html.tcl                                #<br>#  Description..: ProjectX irc2html v1.00                     #<br>#  Author.......: Natrak &lt;<a href="mailto:natrak@projectx.mx.dk">natrak@projectx.mx.dk</a>&gt;              #<br>#  Website......: <a href="http://www.projectx.mx.dk/" class="postlink">http://www.projectx.mx.dk/</a>                  #<br>###############################################################<br><br>### -----------------------------------------------------------<br>###                       Description<br>### -----------------------------------------------------------<br>### This script logs what goes on in an IRC channel, converts<br>### it to HTML and make it visible to user on the web. To see<br>### irc2html in action visit:<br>###   <a href="http://www.projectx.mx.dk/contact/spycam.html" class="postlink">http://www.projectx.mx.dk/contact/spycam.html</a><br><br>### -----------------------------------------------------------<br>###                   User-defined settings<br>### -----------------------------------------------------------<br><br>### Path and name of html file to create:<br>set i2h_htmlfile "../public_html/mychannel.php"<br><br>### IRC channel to log:<br>set i2h_chan "#mychannel"<br><br>### Text that start with this character will not be included on<br>### the web page that is generated:<br>set i2h_secret "*"<br><br>### What sort of output should the script mimic:<br>###   0 = BitchX<br>###   1 = mIRC<br>set i2h_style 1<br><br>### Most browsers support page refreshing using meta tags. This<br>### value determins how long the browser should wait before<br>### checking if the page has been change:<br>set i2h_refresh 6<br><br>### This value is the maximum number of lines the script will<br>### keep 'logged' at once and display on the web page: <br>set i2h_maxlines 18<br><br>### All the settings below determin what the generated page<br>### should look like. Topic, colors of the text, background,<br>### heading, and the font to use:<br>set i2h_title "$i2h_chan Live! Chat"<br>set i2h_text "#666666"<br>set i2h_joincolor "#006600"<br>set i2h_bgcolor "#FFFFFF"<br>set i2h_heading "#666666"<br>set i2h_font "Fixedsys"<br><br>### -----------------------------------------------------------<br>###                       About ProjectX<br>### -----------------------------------------------------------<br>###<br>### We are an organised group of scripters determined to help<br>### each other create, develop and refine scripts. We bundle our <br>### knowledge, so that the inexperienced scripters may benefit <br>### from our experienced crew-members and our experienced <br>### members benefit from the enthousiasm and fresh insights <br>### from our less-experienced members. We are not trying to <br>### create the 'ULTIMATE' script, there is no such thing. We<br>### concentrate on creating good, reliable, compatible and<br>### useful scripts for eggdrops.<br>### You can contact ProjectX in the following ways:<br>###  -  Visit our homepage..: <a href="http://www.projectx.mx.dk/" class="postlink">http://www.projectx.mx.dk/</a><br>###  -  Vist us on IRC......: #ProjectX (GalaxyNet)<br>###  -  Drop us an e-mail...: <a href="mailto:info@projectx.mx.dk">info@projectx.mx.dk</a><br><br>###############################################################<br>########### Don't change anything below this line! ############<br>###############################################################<br><br>set ver "1.00"<br>set i2h_history <ul><li>bind ctcp - ACTION ctcp:i2h<br>bind join - * join:i2h<br>bind kick - * kick:i2h<br>if {$numversion &lt; 1030000} { <br>bind mode - * mode11x:i2h <br>} else { <br>bind mode - * mode13x:i2h <br>}<br>bind nick - * nick:i2h<br>bind part - * part:i2h<br>bind pubm - * pubm:i2h<br>bind sign - * sign:i2h<br>bind topc - * topc:i2h<br><br>proc i2h:make {} {<br>  global i2h_history i2h_htmlfile i2h_maxlines i2h_chan i2h_text i2h_bgcolor i2h_heading i2h_refresh i2h_font i2h_title server<br>  if {[llength $i2h_history] &gt; $i2h_maxlines} { set i2h_history [lrange $i2h_history 1 end] }<br>  set i2h_file [open $i2h_htmlfile w]<br>  puts $i2h_file "&lt;HTML&gt;\n&lt;HEAD&gt;\n &lt;TITLE&gt;$i2h_title&lt;/TITLE&gt;\n &lt;META HTTP-EQUIV=\"Refresh\" CONTENT=\"$i2h_refresh\"&gt;\n&lt;/HEAD&gt;"<br>  puts $i2h_file "&lt;BODY TEXT=\"$i2h_text\" BGCOLOR=\"$i2h_bgcolor\" LINK=\"$i2h_heading\" VLINK=\"$i2h_heading\"&gt;"<br>  puts $i2h_file " &lt;FONT SIZE=\"+1\" COLOR=\"$i2h_heading\" FACE=\"Tahoma, Sans-serif\"&gt;$i2h_chan&lt;FONT SIZE=\"-1\" FACE=\"Fixedsys\"&gt; \[[lindex [getchanmode $i2h_chan] 0]\]: '[i2h:convert [topic $i2h_chan]]'&lt;/FONT&gt;&lt;/FONT&gt;&lt;P&gt;"<br>  puts $i2h_file " &lt;FONT SIZE=\"-1\" FACE=\"$i2h_font\"&gt;"<br>  puts $i2h_file "  &lt;B&gt;Server&lt;/B&gt;: underworld.undernet.org&lt;BR&gt;"<br>  puts $i2h_file "  &lt;B&gt;Users&lt;/B&gt;: [lrange [chanlist $i2h_chan] 0 end] \[[llength [chanlist $i2h_chan]]\]&lt;BR&gt;\n  &lt;HR SIZE=\"1\"&gt;"<br>  close $i2h_file<br>  set i2h_file [open $i2h_htmlfile a]<br>  for {set i 0} {$i &lt; [llength $i2h_history]} { incr i } {<br>    puts $i2h_file "  [lindex $i2h_history $i]&lt;BR&gt;"<br>  }<br>  puts $i2h_file " &lt;/FONT&gt;\n &lt;HR SIZE=\"1\"&gt;\n &lt;CENTER&gt;&lt;FONT SIZE=\"-1\" FACE=\"Sans-serif\"&gt;&lt;/FONT&gt;&lt;/CENTER&gt;\n&lt;/BODY&gt;\n&lt;/HTML&gt;"<br>  close $i2h_file<br>  return 1<br>}<br><br>proc i2h:convert {i2h_text} {<br>  #Strip control codes.. sorta<br>  regsub -all  $i2h_text "" i2h_text<br>  regsub -all  $i2h_text "" i2h_text<br>  regsub -all  $i2h_text "" i2h_text<br>  regsub -all  $i2h_text "" i2h_text<br>  regsub -all  $i2h_text "" i2h_text<br>  #Convert special chars<br>  regsub -all &amp; $i2h_text "\\&amp;" i2h_text<br>  regsub -all \" $i2h_text "\\&amp;" i2h_text<br>  regsub -all &lt; $i2h_text "\\&amp;" i2h_text<br>  regsub -all &gt; $i2h_text "\\&amp;" i2h_text<br>  regsub -all "  " $i2h_text " \\&amp;" i2h_text<br>  return $i2h_text<br>}<br><br>proc ctcp:i2h {nick host handle dest keyword arg} {<br>  global i2h_history i2h_chan i2h_style<br>  if {![string compare [string tolower $dest] [string tolower $i2h_chan]] &amp;&amp; ![string compare $keyword "ACTION"]} {<br>    if {$i2h_style} {<br>      set i2h_history [lappend i2h_history "\[[time]\] * $nick [i2h:convert $arg]"]<br>    } else {<br>      set i2h_history [lappend i2h_history "\[[time]\] ð $nick [i2h:convert $arg]"]<br>    }<br>  }<br>  utimer 1 i2h:make<br>}<br><br>proc join:i2h {nick host handle chan} {<br>  global i2h_history i2h_chan i2h_style i2h_joincolor<br>  if {![string compare [string tolower $chan] [string tolower $i2h_chan]]} {<br>    if {$i2h_style} {<br>      set i2h_history [lappend i2h_history "\[[time]\] *** $nick ($host) has joined $chan"]<br>    } else {<br>      set i2h_history [lappend i2h_history "\[[time]\] -o- $nick \[$host\] has joined $chan"]<br>    }<br>  }<br>  i2h:make<br>}<br><br>proc kick:i2h {nick host handle chan knick arg} {<br>  global i2h_history i2h_chan i2h_style<br>  if {![string compare [string tolower $chan] [string tolower $i2h_chan]]} {<br>    if {$i2h_style} {<br>      set i2h_history [lappend i2h_history "\[[time]\] *** $knick was kicked by $nick ([i2h:convert $arg])"]<br>    } else {<br>      set i2h_history [lappend i2h_history "\[[time]\] -o- $knick was kicked off $chan by $nick ([i2h:convert $arg])"]<br>    }<br>  }<br>  utimer 1 i2h:make<br>}<br><br>proc mode11x:i2h {nick host handle chan arg} {<br>  global i2h_history i2h_chan i2h_style<br>  if {[lindex $arg 0] == "+k"} {<br>    set mode [lindex $arg 0]<br>  } else {<br>    set mode [lrange $arg 0 end]<br>  }<br>  if {![string compare [string tolower $chan] [string tolower $i2h_chan]]} {<br>    if {$i2h_style} {<br>      set i2h_history [lappend i2h_history "\[[time]\] *** $nick sets mode: $mode"]<br>    } else {<br>      set i2h_history [lappend i2h_history "\[[time]\] -o- mode/$chan \[$mode\] by user $nick"]<br>    }<br>  }<br>  utimer 1 i2h:make<br>}<br><br>proc mode13x:i2h {nick host handle chan arg mnick} { <br>  global i2h_history i2h_chan i2h_style <br>  set mode "$arg $mnick"  <br>    if {![string compare [string tolower $chan] [string tolower $i2h_chan]]} {<br>    if {$i2h_style} {<br>      set i2h_history [lappend i2h_history "\[[time]\] *** $nick sets mode: $mode"]<br>    } else {<br>      set i2h_history [lappend i2h_history "\[[time]\] -o- mode/$chan \[$mode\] by user $nick"]<br>    }<br>  }<br>  utimer 1 i2h:make<br>}<br><br>proc nick:i2h {nick host handle chan newnick} {<br>  global i2h_history i2h_chan i2h_style<br>  if {![string compare [string tolower $chan] [string tolower $i2h_chan]]} {<br>    if {$i2h_style} {<br>      set i2h_history [lappend i2h_history "\[[time]\] *** $nick is now known as $newnick"]<br>    } else {<br>      set i2h_history [lappend i2h_history "\[[time]\] -o- $nick is now known as $newnick"]<br>    }<br>  }<br>  utimer 1 i2h:make<br>}<br><br>proc part:i2h {nick host handle chan {arg ""}} {<br>  global i2h_history i2h_chan i2h_style<br>  if {![string compare [string tolower $chan] [string tolower $i2h_chan]]} {<br>    if {$i2h_style} {<br>      set i2h_history [lappend i2h_history "\[[time]\] *** $nick ($host) has left $chan"]<br>    } else {<br>      set i2h_history [lappend i2h_history "\[[time]\] -o- $nick has left $chan"]<br>    }<br>  }<br>  utimer 1 i2h:make<br>}<br><br>proc pubm:i2h {nick host handle chan arg} {<br>  global i2h_history i2h_chan i2h_secret<br>  if {![string compare [string tolower $chan] [string tolower $i2h_chan]] &amp;&amp; [string range $arg 0 0] != $i2h_secret} {<br>    set i2h_history [lappend i2h_history "\[[time]\] &amp;$nick&amp;&amp;[i2h:convert $arg]"]<br>  }<br>  i2h:make<br>}<br><br>proc sign:i2h {nick host handle chan arg} {<br>  global i2h_history i2h_chan i2h_style<br>  if {![string compare [string tolower $chan] [string tolower $i2h_chan]]} {<br>    if {$i2h_style} {<br>      set i2h_history [lappend i2h_history "\[[time]\] *** $nick ($host) has quit irc ([i2h:convert $arg])"]<br>    } else {s<br>      set i2h_history [lappend i2h_history "\[[time]\] -o- $nick \[$host\] quit ([i2h:convert $arg])"]<br>    }<br>  }<br>  utimer 1 i2h:make<br>}<br><br>proc topc:i2h {nick host handle chan topic} {<br>  global i2h_history i2h_chan i2h_style<br>  if {![string compare [string tolower $chan] [string tolower $i2h_chan]] &amp;&amp; $nick != "*"} {<br>    if {$i2h_style} {<br>      set i2h_history [lappend i2h_history "\[[time]\] *** $nick changes topic to '[i2h:convert $topic]'"]<br>    } else {<br>      set i2h_history [lappend i2h_history "\[[time]\] -o- $nick changes topic on $chan to '[i2h:convert $topic]'"]<br>    }<br>  }<br>  utimer 1 i2h:make<br>}<br><br>set i2h_file [open $i2h_htmlfile w]<br>puts $i2h_file "&lt;HTML&gt;\n&lt;HEAD&gt;\n &lt;TITLE&gt;$i2h_title&lt;/TITLE&gt;\n &lt;META HTTP-EQUIV=\"Refresh\" CONTENT=\"$i2h_refresh\"&gt;\n&lt;/HEAD&gt;"<br>puts $i2h_file "&lt;BODY TEXT=\"$i2h_text\" BGCOLOR=\"$i2h_bgcolor\" LINK=\"$i2h_heading\" VLINK=\"$i2h_heading\"&gt;"<br>puts $i2h_file " &lt;FONT SIZE=\"+1\" COLOR=\"$i2h_heading\" FACE=\"Tahoma, Sans-serif\"&gt;$i2h_chan&lt;FONT SIZE=\"-1\" FACE=\"Fixedsys\"&gt; \[\]: ''&lt;/FONT&gt;&lt;/FONT&gt;&lt;P&gt;"<br>puts $i2h_file " &lt;FONT SIZE=\"-1\" FACE=\"${i2h_font}\"&gt;"<br>puts $i2h_file "  &lt;B&gt;Server.&lt;/B&gt;: unknown&lt;BR&gt;"<br>puts $i2h_file "  &lt;B&gt;Users..&lt;/B&gt;: unknown&lt;BR&gt;\n  &lt;HR SIZE=\"1\"&gt;"<br>puts $i2h_file " &lt;/FONT&gt;\n &lt;HR SIZE=\"1\"&gt;\n &lt;CENTER&gt;&lt;FONT SIZE=\"-1\" FACE=\"Sans-serif\"&gt;&lt;/FONT&gt;&lt;/CENTER&gt;\n&lt;/BODY&gt;\n&lt;/HTML&gt;"<br>close $i2h_file<br><br>utimer 2 i2h:make<br><br>putlog "\[ProjectX\] irc2html v$ver by Natrak &lt;<a href="mailto:natrak@projectx.mx.dk">natrak@projectx.mx.dk</a>&gt; loaded."<br><br>Thanks for your help <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"></li></ul><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=402">blood_x</a> — Thu May 08, 2003 2:02 pm</p><hr />
]]></content>
	</entry>
	</feed>
