2009/10/28 Richard Quadling <rquadl...@googlemail.com>: > 2009/10/27 Moacir de Oliveira <moacirdeoliveira....@gmail.com>: >> Hey guys, >> >> Here are the milestones for the next release of PhD (1.0.0). >> >> - tocfeed for php >> - Geshi renders (Already Implemented) >> - Fix the HowTo format (only some tags missing now) >> - Implement the TODO in the IDE Package >> >> more features or bug fixes? >> >> >> --Moacir de Oliveira >> > > The Geshi 1.1.x (as at 1.1.2alpha4dev) wraps a php.net link around > functions. Not a problem - seeing code and having a link to a function > is fine. The issue is with the CHM builds of this. The link is always > to http://www.php.net/function_name and not to > res/function.function_name.html.
That feels wrong. If I am browsing some-mirror.php.net/strpos I dont want the links to be www.php.net. The links should be relative and preferably using the standard base dir structure. -Hannes