-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Process for package submission to pear2.php.net #12
Comments
Hi Matt, On 2011-09-13 15:48, Matt Farina wrote:
The informal list of steps is:
I agree this should be outlines somewhere on the website but I have not Cheers, |
Isn't it the same process as with PEAR1? i.e. (I almost feel stupid for going that route) |
@boenrobot Not exactly. The PEAR group has decided to allow any package to start development and release The PEPr process for PEAR2 hasn't been clearly defined as there's no packages targeting a beta or stable release yet. Here's some details on what was proposed by the PEAR group: |
@saltybeagle How exactly do we proceed? On a side note, I've thought about splitting the transmitters into their own package, which would essentially be a PEAR2 replacement of Net_Socket (with a few differences from it... of course); How do we go about that? [1]
|
After reading through the PEAR2 policy document, the only obstacle I see is "API must be approved by 2/3 of the collective developers (this will probably be a blanket stamp for most packages)" Given that you're the first package within that category, and the Splitting the transmitters into something like Net_Socket sounds like a great idea. |
Originally, I intended to even ask for an RC release, but given the PEAR2 policy on version changes, beta is more appropriate since it allows for API changes, and I have a few ideas on how I might change the API still. But alpha? I don't think you'll find many people willing to write stuff for routers, so if this remains alpha, it will be so forever. Heck, MikroTik has had this API for years now, and it looks like before me, only two other people (both credited in the MikroTik wiki) bothered to make something for PHP. If you mean releasing the transmitters as alpha... yeah. That sounds appropriate, and I'm sure there will be people interested in contributing to that. After all, it's a more generic kind of package. But anyway, the "How exactly do we proceed?" was more in terms of "Must I host the package on github?" (I kind'a like sourceforge... and SVN... but I'll adapt if I must), "What stuff should now be done by whom to what now to move things forward?" (the answer of this being somewhat dependent on the answer to the first question). |
What is the process for package submission to http://pear2.php.net? Can this be documented and easily displayed in the UI?
The text was updated successfully, but these errors were encountered: