Re: [DOC-ZH] Fwd: RE: [PHP-DEV] Re: Documentation is on git

[email protected] (DAI JIE) Sun, 3 Jan 2021 15:15:48 +0800
Newsgroups php.doc.zh
Message-ID <CAMTc7oEhk87-8HN6USn-HH7ur8j_TS9X3gRuGjEV2XPp=zp0vw@mail.gmail.com>
我看了下目前所有翻译文件,包括其他语种, EN-Revision 都被自动调整为了 git hash,
看来要自己获取 en 文件的 git hash 版本号填入进去,
不能再参考 svn $Revision$。

陈伯乐 <[email protected]> 于2021年1月3日周日 下午1:25写道:

> <!-- $Revision$ -->
>
> 标签问题现在是怎么解决的?我看从 git checkout 下来的 en 文档,默认 Revision 都是空的。
>
> 陈伯乐
> On Dec 31, 2020, 23:38 +0800, CHU Zhaowei <[email protected]>, wrote:
> > 各位好久不见~稍微补充两点说明:
> > 1. edit.php.net 尚未支持git,换言之,目前无法使用在线编辑器提交修改
> > 2. 尽管github上面接受PR,但是任何提交应该直接提交到upstream,也就是git.php.net上。有权限操作的人员可以参考
> https://news-web.php.net/php.doc/969387756
> 这封邮件来进一步了解相关操作。对于php-src目前是有自动化的工具去处理的,希望在不久的将来能见到对于doc-*相关的repo也能适用。
> >
> > 最后,我们也许需要重写一下readme了?里边的大多数内容已经过时太久了。。。
> >
> > 蝦米
> >
> > -----Original Message-----
> > From: DAI JIE <[email protected]>
> > Sent: Thursday, December 31, 2020 2:35 PM
> > To: Bole Chen <[email protected]>
> > Cc: doc-zh <[email protected]>
> > Subject: Re: [DOC-ZH] Fwd: RE: [PHP-DEV] Re: Documentation is on git
> >
> > Hi folks,
> >
> > 现在 doc-base、en、zh 是独立的三个 git 仓库,可以按原来的目录结构存放。
> > 仓库地址是 git.php.net,需要 push 的话可以使用这个地址 https://git.php.net/push/doc/zh.git
> 登录原来的
> > svn 账号即可。
> > 不需要 push 可以使用 https://git.php.net/repository/doc/zh.git
> > 地址的格式为: https://git.php.net/repository/doc/[language].git
> >
> > 戴劼
> >
> > Bole Chen <[email protected]> 于2020年12月31日周四 上午8:45写道:
> >
> > > 好消息!官方手册转到 git 了,之前我做那个 git mirror 可以废弃了。
> > >
> > > 官方的中文手册仓库:https://github.com/php/doc-zh
> > >
> > > 陈伯乐
> > > ---------- Forwarded message ----------
> > > From: Daniel Lima <[email protected]>
> > > Date: Dec 31, 2020, 00:20 +0800
> > > To: Andreas Heigl <[email protected]>
> > > Cc: PHP Documentation ML <[email protected]>, PHP internals <
> > > [email protected]>
> > > Subject: RE: [PHP-DEV] Re: Documentation is on git
> > >
> > > > Great work Andreas, thanks for this.
> > > >
> > > > geekcom
> > > >
> > > > De: Adiel Cristo <[email protected]>
> > > > Enviado: quarta-feira, 30 de dezembro de 2020 13:17
> > > > Para: Andreas Heigl <[email protected]>
> > > > Cc: PHP Documentation ML <[email protected]>; PHP internals <
> > > [email protected]>
> > > > Assunto: [PHP-DEV] Re: Documentation is on git
> > > >
> > > > On Wed, Dec 30, 2020 at 11:19 AM Andreas Heigl <[email protected]>
> > > wrote:
> > > >
> > > > > Hey folks!
> > > > >
> > > > > The PHP-Documentation has moved to git!
> > > > >
> > > > > Not at the same day as the PHP8-release but at least in the same
> > > > > year
> > > ;-)
> > > > >
> > > > > Nikita and myself took the last steps today to finalize what a
> > > > > number
> > > of
> > > > > people have been working on for the last at least 4 years.
> > > > >
> > > > > Thanks to Derick, Rasmus, Sara, Paul, Peter, Gabriel and a lot of
> > > others
> > > > > for their support, encouragement and help.
> > > > >
> > > > > So from now on there is no possibility to contribute to the
> > > > > documentation via SVN. All the contributions have to go via git
> now.
> > > > >
> > > > > Details regarding setup can be found at
> > > > >
> > > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithu
> > > b.com%2Fphp%2Fdoc-base%2Fblob%2Fmaster%2FREADME.md&amp;data=04%7C01%7C
> > > %7Cf5e000455bad46320bc508d8acde8993%7C84df9e7fe9f640afb435aaaaaaaaaaaa
> > > %7C1%7C0%7C637449419072990844%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAw
> > > MDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=ri
> > > %2FZllcmIP7xaXlBEunI3iLMD8ytVhxLVaYGfEyDugo%3D&amp;reserved=0
> > > > >
> > > > > This move also means that there are now mirrors of the
> > > > > documentation at github through which contributions can be made
> now.
> > > > >
> > > > > There are some minor things still waiting to happen like the
> > > > > revcheck (which is currently being worked on) or not all github
> > > > > mirrors having actually "mirrored" yet (as they need a propper
> > > > > commit to start the mirroring).
> > > > >
> > > > > But in general: It is done!
> > > > >
> > > > > What is the next goal now? Create the best documentation PHP has
> > > > > ever
> > > had!
> > > > >
> > > > > Cheers
> > > > >
> > > > > Andreas
> > > > > --
> > > > > ,,,
> > > > > (o o)
> > > > > +---------------------------------------------------------ooO-(_)-
> > > > > +Ooo-+
> > > > > | Andreas Heigl |
> > > > > | mailto:[email protected] N 50°22'59.5" E 08°23'58"
> > > |
> > > > > |
> > > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fandre
> > > as.heigl.org%2F&amp;data=04%7C01%7C%7Cf5e000455bad46320bc508d8acde8993
> > > %7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637449419072990844%7CUnk
> > > nown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWw
> > > iLCJXVCI6Mn0%3D%7C1000&amp;sdata=4VE2VYDHhJMprWm36WZmWZzbP%2BcHKgxBFDG
> > > zn7tS430%3D&amp;reserved=0
> > > |
> > > > >
> +---------------------------------------------------------------------+
> > > > > |
> > > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fhei.g
> > > l%2Fappointmentwithandreas&amp;data=04%7C01%7C%7Cf5e000455bad46320bc50
> > > 8d8acde8993%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C6374494190729
> > > 90844%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJB
> > > TiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=qGjMW58CT5SysqDwpNKvH1%2F1
> > > uZPVzr3VoWpl7ts4%2Bnk%3D&amp;reserved=0
> > > |
> > > > >
> +---------------------------------------------------------------------+
> > > > >
> > > > >
> > > > Hello there,
> > > >
> > > > Thank you so much for this, Andreas, Nikita, and everyone involved!
> > > > I know there was (is) a lot of work involved and I can't wait to
> > > > start
> > > using
> > > > this new workflow.
> > > >
> > > > Kind regards,
> > > > *Adiel Cristo*
> > >
> >
> > --
> > PHP Chinese Documentation Mailing List (http://php.net/manual/zh/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> > h
>