Closed aisejohan closed 6 years ago
Are you sure this fixes it? I think there needs to be a change in the file gerby/views/comments.py
on line 20??? I'm going to reopen this until I can test the solution in about an hour or so.
Yes: the problem was that
Locally it works fine, and I don't see any reason why it wouldn't on the server.
OK, sorry, yes this is fine now. My browser doesn't see the xml
page as an xml page. So now I am testing it in my rss reader...
My feed reader complains about LibXML error 63 at line 124 (column 7): CData section not finished <p>Yes, this seesm true!</p>]] ></content:encode
That was a weird typo.
OK, will test...
I'm validating it through W3C now, fixing some issues.
While you're at it: my rss reader often complains about weird characters in the names of people for the current rss feed... Especially german characters it seems.... For example in the https://stacks.math.columbia.edu/tag/03T4#comment-3293
the double s causes trouble. It could be my feeed reader of course...
I'm using tt-rss
Everything should be UTF-8 the way we serve it. In which way does it cause trouble?
Here is the error: LibXML error 26 at line 97 (column 49): Entity 'szlig' not defined
I checked and this refers to the double s. But again this is for the current version not the new one.
Ah, that might be fixed now, because the new code will output UTF-8 there, no HTML encodings are used where they shouldn't.
Opening this again until it works on server. It may not be because of the code but still...
OK, and now it works...
The files on the server were outdated. I'll pingpong this again to a closed state.
The
recent-comments.xml
page does not yet work correctly. What seems to be missing is in thegerby/views/comments.py
one needs to add more information to the call ofrender_templace