So, let’t take a look at your initial question:
- A static html page within a weblog
- The page can have any URL it wishes
- The page is created with a defined template - chosen in the module configuration
Well, yes and no. It’s not really a static template, it’s still dynamically created by EE, but, yes, you do get to specify the URL.
The URL: does it remain within the EE folder structure?
e.g http://www.domain.com/eeblog/
or could the URL be defined as being
http://www.domain.com/choose-the-static-page-name.html
There really are no folders with EE. Everything below index.php is only virtual:
<a href="http://www.example.com/index.php/foo/bar/splat">http://www.example.com/index.php/foo/bar/splat</a>
There are no directories foo or bar here. Similarly, if you specify a separate URL for your “Pages”, no additional folders will be created.
I don’t quite understand nested url - is that connected to my question above?
It might be. It looks like you or your developer are removing index.php from the url, which a) is not supported (but fine if you can pull it off) and b) makes the concept of EE’s url slightly more difficult to understand.
Are static pages included in the EE sitemap?
Which sitemap are you speaking of? EE Pages are really only entries in a weblog, and as such not very different for all your other entries.
Can static pages be allocated to categories, be tagged?
Since they are just entries, yes, you can do with them pretty much whatever you can do with other entries.