From the docs, it looks like it rather takes care of itself. I had no problem installing it as http://server/blog/etc....
http://codex.wordpress.org/Installing_WordPress#In_a_Subdirectory
Jonathan Leighton wrote:
mental@...3... wrote:
Isn't it possible to substitute the relevent relative path as part of the template?
There is a settings value in WordPress that is called like this: <?php echo get_settings("siteurl"); ?>. That returns the URI of the site's base directory (you can also get the template's URI if you're using that). So I *could* use that in conjunction with the current relative paths to form an absolute URI for everything. But that would mean making *every* link on included pages (the header, footer, sidebar etc.) into an absolute URI (not to be confused with an absolute path -- absolute URIs start with the protocol like "http://"), and making *every* page depend on WordPress. Given that Bryce is already sceptical about using WordPress I don't think it would be the best thing to do (although I'd be happy to if people want me to).
That said, we could make a settings constant for the Inkscape website containing the base URI. However, it would still cause problems for people testing locally as they'd need to change it to suit themselves.