gwen001 / offsectools_www

A vast collection of security tools and resources curated by the community.
https://offsec.tools
186 stars 23 forks source link

Add RSS subscription to offsec.tools #1495

Closed t3stme1x closed 12 months ago

t3stme1x commented 1 year ago

Currently the website only provides Email subscription. However, RSS is not provided. Providing RSS subscription would allow a user to follow updates without the E-mail address requirement.

gwen001 commented 12 months ago

Hi,

I created 2 feeds: https://offsec.tools/feed.xml with all tools listed and sort by accepted date. and https://offsec.tools/last7days.xml with tools accepted in the last 7 days.

Let me know if it works for you. As far as I can see, depending the reader you use, items can be limited to a small number, like 3, so you won't see all new tools, I don't think I can change anything to fix this. Take care of the reader you use.

t3stme1x commented 12 months ago

Hi,

I created 2 feeds: https://offsec.tools/feed.xml with all tools listed and sort by accepted date. and https://offsec.tools/last7days.xml with tools accepted in the last 7 days.

Let me know if it works for you. As far as I can see, depending the reader you use, items can be limited to a small number, like 3, so you won't see all new tools, I don't think I can change anything to fix this. Take care of the reader you use.

Hi, It works well as expected. Thank you. I use Mozilla Thunderbird to read RSS feeds, and it seems there is no limit enforced by default. To ensure that visitors are aware of the RSS feed support and will have easy access to the RSS feeds and can quickly subscribe to receive updates, I also recommend embedding these URLs directly into the HTML pages of the website.

gwen001 commented 12 months ago

I'll do that, thank you.