taroved / pol

RSS generator website
MIT License
379 stars 87 forks source link

[Feature-Request] Fill more rss parts manually #3

Open Xyrio opened 6 years ago

Xyrio commented 6 years ago

title (exists) desciption (exists) link author creation-date update-date image guid (chosen manual to be link, title, ...) etc (whatever else rss or atom allows)

see fetchrss.com for the same approach as you have but with more options

im trying to rssify github issues like: https://github.com/taroved/pol/issues

taroved commented 6 years ago

This functionality may be done in the near future. Please let me know which parts do you need for the first of all and they will be added faster

Xyrio commented 6 years ago

author (optional) link (optional, uses link from title when not specified) image (optional) creation-datetime: (default: now) is less about extracting and more about choosing a fixed point in time update-datetime: (default: datetime from last match or request datetime) extraction to a processable format is probably difficult due to so many ways to represent time. here some more advanced manipulation is probably useful, like choosing a particular attribute/text that gets parsed using some datetime format and written using another datetime format (for the rss aggregator to understand it correctly).

taroved commented 6 years ago

New fields will be implemented in next update

hasB4K commented 6 years ago

That would be absolutely awesome! :)

For the date, it would be cool, for instance, to be able to select a date field. Formatting to the correct format may be the issue...

Regards,

poVoq commented 6 years ago

Date would be especially useful to back-date the creation date for existing websites. Otherwise all older entries end up having the same creation date.