c4software / python-sitemap

Mini website crawler to make sitemap from a website.
GNU General Public License v3.0
366 stars 110 forks source link

Alphabetize URLs #85

Closed Garrett-R closed 6 months ago

Garrett-R commented 1 year ago

For large sitemaps, it's tough to see what changed when you rebuild it. That's because the URLs are not written in alphabetical order, so the diff doesn't work to see actual changes.

It would be nice if the sitemap files follow alphabetical order.

Garrett-R commented 11 months ago

This is something my team could do, would it be a desirable change? No problem if not!

cc: @c4software