On Thu, 5 Aug 2010, Pierre Joye wrote: > On Thu, Aug 5, 2010 at 5:24 PM, Derick Rethans <der...@php.net> wrote: > > > Perhaps it's time to write up a few of those guidelines? I obviously > > have little problem with having the mongo driver docs in phpdoc, but > > we do need to realize that we can't just have any random PHP > > extension's docs in phpdoc. For example, we probably don't want > > code-licence-incompatible extension's docs in phpdoc. > > php-doc policy is clear about that. Any doc must be under the CC > license.
Sure, you can still make docs CC-licensed for a very closed extension though. > > So restricting it to PECL extensions that are installable through > > our pecl channel makes sense. (Because we demand certain licenses > > for those). > > That's what we do already (and why mongo and xdebug are fine). What > Hannes seems to ask is that the code must be in svn.php.net and only > pecl's tracker can be used. > > The latter is something I can imagine but as a complement to other > trackers (like for mysql for example). For the code repository, I can > imagine to restrict to svn.php.net, github and bitbucket. That should > give enough options and we can nicely integrate each of these repos > with our infrastructure (commits mail and tracker included). Actually, I don't see why you want to restrict where the code is; as long as it is publically available (and not just a code dump once in a while). I would not be in favour of integrating other repositories either. Not because I don't like them, but because we can't just "pick a few". There are many people, that have their own preferences about source control. I certainly don't want every extension's git commits (this is an example) end up on how pecl-cvs list. If they want the peer review, they can use php's SVN. If people want to use other trackers, fine; we have a link for that in the package info already. I don't see what other integration you want to do there. Derick -- http://derickrethans.nl | http://xdebug.org Like Xdebug? Consider a donation: http://xdebug.org/donate.php twitter: @derickr and @xdebug