www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Why RSS is not working?

reply Gleb Kulikov <gleb.tsk gmail.com> writes:
Gentleman, good afternoon! And what is the reason that the RSS of 
Announce Forum has not been working since May? XML is broken and 
ends like this:
"
&lt;p&gt;This is record. It aims to implement records similar to 

rel="nofollow" href="https://docs.

1&lt;/a&gt; &lt;a rel="nofollow" href="https://docs.microsoft.com/en-us/dotn

2&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Future steps are going to be adding a record struct; 

the end of construction or
  duplication, the init lambda for the field is called, and the 
field can be set that once.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;pre&gt;&lt;code class="language-D"&gt;import drecord;

alias MyRecord = record!(
     get!(int, &amp;quot;x&amp;quot;), /// x is an int, can only 
be set during construction
     get_set!(float, &amp;quot;y&amp;quot;), /// y is a float, can 
be get or set whenever
     property!(&amp;quot;getDoubleOfX&amp;quot;, (r) =&amp;gt; r.x 
* 2), /// a property that returns the double of x
   ....

.................
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;</content></entry></feed>
"
Thank you!
Jul 15 2021
parent Vladimir Panteleev <thecybershadow.lists gmail.com> writes:
On Thursday, 15 July 2021 at 07:23:31 UTC, Gleb Kulikov wrote:
 Gentleman, good afternoon! And what is the reason that the RSS 
 of Announce Forum has not been working since May? XML is broken 
 and ends like this:
Hi, First, please only post announcements in the Announce forum. The feed is fine according to https://validator.w3.org/feed/check.cgi?url=https%3A//forum.dlang.org/f ed/threads/announce . It also looks OK with e.g. https://addons.mozilla.org/en-US/firefox/addon/smart-rss-reader/ . I'm guessing it is a problem with your feed reader.
Jul 15 2021