importantimport / hatsu

🩵 Self-hosted & Fully-automated ActivityPub Bridge for Static Sites.
https://hatsu.cli.rs
GNU Affero General Public License v3.0
107 stars 2 forks source link

Load publish date from feed #31

Closed reesericci closed 1 month ago

reesericci commented 1 month ago

I think it would be nice if each post's publish date lined up with the publish date in the RSS feed rather than when the hatsu came online/notice the article

kwaa commented 1 month ago

I'm not so sure Web Signature can do that.

I'm going to replace the cron library in v0.3.0 and also allow setting the update frequency.

kwaa commented 1 month ago

I'm not so sure Web Signature can do that.

Even if it could be done, I don't think faking the published date is good, so this will be wontfix.

reesericci commented 1 month ago

I'm not sure if this is faking the published date if it was the date the actual post was published

kwaa commented 1 month ago

I'm not sure if this is faking the published date if it was the date the actual post was published

For new posts, I think it should be basically possible to synchronize time after v0.3.0.

For old posts, the main thing is that dates that are too old may cause compatibility issues, e.g. will some application validate this?

kwaa commented 1 month ago

Do you have any other questions? If not, I will close this issue.