On 14.08.2008 21:59:07 Kenneth D Weinert wrote: > > I've been looking at the user guide to provide some updates on > spelling and such and ran across a missing image. In index.xml there > is a reference to the following: > > <img src="/images/cos-pdmodel diagram.png" /> > > When I look in svn I see the image in there, but when looking at the > page in the incubator > (http://incubator.apache.org/pdfbox/userguide/index.html) the image is > missing. > > I thought at first that it was because of the leading / on the url, > but then I took a look at http://incubator.apache.org/pdfbox/images > and that image isn't there. > > Is there a build problem with the web site because the image name has > a space in it?
Yes, the page contained an absolute path to the image instead of a relative one. Since PDFBox is not deployed at the root level of a subdomain, the path wasn't found. Fixed now: http://svn.apache.org/viewvc?rev=686031&view=rev > And let me ask one more question as long as I'm talking about updates. > > What's the best way to get changes back in to svn? I don't have > commit permission, should I post diffs? I presume someone wants to > vet the changes before they get put into the repository. As mentioned in my previous post, you should submit your changes as SVN Diffs. When we're tired of always reviewing and applying your great patches *g*, you'll be voted in as a committer and get write access. http://apache.org/foundation/how-it-works.html#roles > If there's a document somewhere that I've overlooked that discusses > this a link to the documentation is more than acceptable. > > Thanks. > > BTW: from having transcribed the JAI-LICENSE into HTML I will note > that while I'm not a lawyer, the license looks extremely open source > hostile. I was under the impression that the JAI license has changed at some point. We'll look into it as we do the legal review of the whole thing. It's one of the top priorities. > - -- > Ken Weinert > http://quarter-flash.com Looking forward to your patches! Jeremias Maerki
