getnikola / nikola

A static website and blog generator
https://getnikola.com/
MIT License
2.62k stars 450 forks source link

Investigate readability support #641

Closed ralsina closed 10 years ago

ralsina commented 11 years ago

https://github.com/jcharum/lxml-readability

Kwpolska commented 11 years ago

What is there to support? Perhaps you mean support for the actual readability.org thing?

In a stock site (and by stock I mean ralsina.me), it has some bugs:

da2x commented 11 years ago

This should have come with the microformats2 support.

Kwpolska commented 11 years ago

Surprise, surprise! It actually wants hentry. Having HTML5 semantic elements (time, article, etc.) could also help.

da2x commented 11 years ago

h-entry (which is what I added) is version 2 of hentry. It is not backwardscompatible. :/

ralsina commented 10 years ago

So:

So, what needs to be done, more semantic markup? If that's the case, let's open an issue for that if we don't have one already.

I'd say let's close this one.

da2x commented 10 years ago

Hm. I need to investigate this anyway for other purposes. Will have another look this weekend.

da2x commented 10 years ago

Ok, closing this in favour of a useful implementation in issue #1101.