Missing pages and files
WP multi-site and oxygen builder with plugin "Hide my wp ghost".
Installed latest in wp-content/plugins/wp2static/ using composer
On generate missing RSS feed in /feed/
It does also not respect custom URLs made by the plugin "Hide my wp ghost" rewriting wp-content to /contents/ and wp-includes to /inc/
404 for URL /wp-includes/css/buttons.css
Where it should be in my case /inc/css/buttons.css
Sorry for slow response, thanks for reporting, @Zyles!
I've started work on a new WordPress URL Detector library and will use issues like this to test/build against, so this is a great help, thanks!
The feed one may not be exactly the same issue as the others, but I know feed generation needs improvement.
An option to ignore urls/paths would also be great.
I tried with the advanced crawling addon and added /feed/ and it seemed to work. Since it will return an index.html with the feed content for it.
Honestly would not use WP if it was not for this plugin. But have to revert back to the old version for now until this detection is fixed.
Thanks.
Any progress on this? I just tried latest version of the plugin and it did not discover my custom "/plugins/" directory path.
Are you not crawling the links in the source code on the website?
WP2Static does not crawl URLs in the source code other than those in sitemaps. I'm merging in the features from the advanced crawling addon as I have time, but I haven't gotten to this yet. It's definitely something that I want in.
Any progress on RSS feeds? I'm using WPStatic for a blog where I'd like to be able to poll my RSS feed every so often from a separate API and push notifs to my users.