samdark / sitemap

Sitemap and sitemap index builder
BSD 3-Clause "New" or "Revised" License
530 stars 87 forks source link

Enhancement - switch private to protected #95

Open evgen84 opened 5 months ago

evgen84 commented 5 months ago

Hard to customize for example resulting filename generation algo (suppose i dont want '_' symbol in it) from getCurrentFilePath(). Would be nice to replace some/all private methods by protected

samdark commented 5 months ago

It is better to add extension points rather than opening up everything.