lektor / lektor-atom

Lektor Atom plugin.
30 stars 13 forks source link

Error: title is required #6

Closed svandragt closed 6 years ago

svandragt commented 8 years ago

I'm posting tweets to my Lektor blog which don't have a title. This works fine but causes issues with lector-atom ValueError: title is required.

Reproduce: create a blog post without title and publish it.

So the atom spec says that entry titles are required. But in RSS2 they are optional. I'm importing micro posts (tweets for example) which do not have a title. Lektor is fine with this. The model content file contains a title field but with an empt value. Could you perhaps allow an empty string?

goanpeca commented 6 years ago

@svandragt is this still an issue?

svandragt commented 6 years ago

No idea ive not used lektor for over a year

goanpeca commented 6 years ago

@svandragt any reason you are no longer using lektor?

svandragt commented 6 years ago

I work with WordPress professionally now. Lektor is a good system :)

svandragt commented 6 years ago

This is no longer an issue, the title of the post is replaced with the title of the model (in my case Status Post) in the feed, which is great.