Yeah, what I did was go ahead and use unfriendly URLs for now, but I did install the ‘archives’ file, so it will actually display the entry (albeit with links that are kinda funny) as opposed to giving the user a 404 error.
I’m thinking what I might do is rewrite the ‘archives’ file so that it takes a “friendly” url like /archives/37 and redirects to /index.php?p=37&c=1 or something like that.
That way, I can hide WP’s implementation and present whatever permalink scheme I like. (possibly, I’d need to write custom permalink-generating template functions). Fortunately, I don’t have too many people linking direct to articles on my site, so I can still change it to however I want.