Re: Please stop anonymous login to edit.php.net
André L F S Bacci <[email protected]>
| Newsgroups | gmane.comp.php.documentation.general |
|---|---|
| Message-ID | <CAL1T4B0dZUnCL7ajchGJ2vbrFSEJtWAHCRvrcwwjfn-wWjVnkw@mail.gmail.com> |
On Mon, Apr 26, 2021 at 9:45 PM Nilgün Belma Bugüner <[email protected]> wrote: > Because the doc-base / revcheck script is faster. The other needs 15 > minutes to generate db. > The entire of the new doc-base revcheck.php is due the output of command `git --no-pager log --name-only`, executed both in en/ and $lang. A lot of code can be ported from doc-base one to the web-doc one, as the output is nearly the same. But another way to address this is to extract a "librevcheck.php" that exports the common data as XML/JSON, and then have each revcheck.php render this data as needed. André