On Fri, Jul 4, 2014 at 6:49 PM, Thomas Hruska <[email protected]> wrote:
> On 7/4/2014 9:17 AM, Ferenc Kovacs wrote: > >> On Fri, Jul 4, 2014 at 6:03 PM, Thomas Hruska <[email protected]> >> wrote: >> >> On 7/4/2014 8:01 AM, Ferenc Kovacs wrote: >>> >>> On Sun, May 11, 2014 at 3:06 AM, Thomas Hruska <[email protected] >>>> > >>>> wrote: >>>> >>>> Requested from: 67.1.190.108 >>>> >>>>> Username: cubic >>>>> Real Name: Thomas Hruska >>>>> Email: [email protected] (hide address) >>>>> Need php.net Account: yes >>>>> Purpose: >>>>> Publish 'sync' package. >>>>> >>>>> https://github.com/cubiclesoft/php-ext-sync >>>>> >>>>> Discussed on PECL-dev mailing list and PECL IRC channel. >>>>> >>>>> Sponsor: >>>>> chobie >>>>> Pierre >>>>> Derick >>>>> >>>>> And a couple of others. All were kind enough to help me out with >>>>> getting >>>>> the extension packaged up. >>>>> >>>>> To handle: http://pecl.php.net/admin/?acreq=cubic >>>>> >>>>> >>>>> -- >>>>> PECL development discussion Mailing List (http://pecl.php.net/) >>>>> To unsubscribe, visit: http://www.php.net/unsub.php >>>>> >>>>> >>>>> Hi, >>>>> >>>> >>>> sorry for the late response, I've approved your account request, and I >>>> would like to know where do you plan to host your extension and whether >>>> or >>>> not you want to have the documentation for it on php.net? >>>> >>>> >>> I'm pretty sure the message when I submitted the request said "anywhere >>> from 5 minutes to a month" which implied "whenever we get around to it". >>> >>> >> thanks for your patience. :) >> >> >> Right now the code for the extension is hosted on GitHub under my >>> account. >>> It doesn't have to live there. I just needed a place to put the code >>> and >>> my GitHub account was convenient. If there's a better or a preferred >>> location, then let me know and I'll work on making it happen. >>> >> >> You can keep using your github account if you want, but I can also create >> a >> repository on git.php.net and set up mirroring under github.com/php so >> you >> can have github pull requests(albeit you have to merge them manually >> instead of using the github UI). >> > > I don't have a preference here other than whatever works best for everyone. > > > > As to documentation, I would like the docs to be on php.net. I started >>> looking into writing the docs but didn't get much further than pulling >>> down >>> the documentation repo, running the script to generate the basic XML >>> files, >>> and looking at a few of the files in a text editor. >>> >> >> Ok, no problem, I'm asking these questions to know what do you need karma >> for. >> > > Ah. Okay. > > > -- > Thomas Hruska > CubicleSoft President > > I've got great, time saving software that you will find useful. > > http://cubiclesoft.com/ > Hi, I've created the package on pecl.php.net and assigned you to it as lead: http://pecl.php.net/package/sync also created a new repo on git.php.net: http://git.php.net/?p=pecl/system/sync.git;a=summary also set up github mirroring: https://github.com/php/pecl-system-sync I also granted you karma to the pecl/system/sync git repo and for the docs With that you should be able to update the docs, push changes to the code, tag new versions, and upload releases on pecl.php.net Don't forget to add yourself as lead to the package.xml, otherwise when you upload the next release tarball, it will automatically remove you from the package maintainers. To be able to push to the git repo, you can use your php.net user+password when cloning the repo with the https url, or you can log with your php.net account on https://master.php.net/login.php and edit your own useraccount and and your ssh pubkey, wait a little bit for the change to propagate and use your private key to clone the repo through the ssh url. For editing the docs you can use the online editor at https://edit.php.net/ or check out the english documentation via svn and manually edit and commit the docs. See http://doc.php.net/ for more information about the docs. For handling github pull requests, you should be able to use your php.net account on https://qa.php.net/pulls/, you can open/close PRs, and you can also view the required steps to manually (eg git fetch + git merge) merge the given pull request. If you have any questions don't hesitate to drop a mail to the list! -- Ferenc Kovács @Tyr43l - http://tyrael.hu
