On Sun, Feb 24, 2013 at 11:13 PM, Hannes Magnusson < hannes.magnus...@gmail.com> wrote:
> On Sun, Feb 24, 2013 at 2:01 PM, Ferenc Kovacs <tyr...@gmail.com> wrote: > > Hi, > > > > I've restored some missing crontabs on the doc.php.net(euk2.php.net) > > machine(and executed them). > > Fortunately the cron scripts were in the repo: > > http://git.php.net/?p=web/doc.git;a=tree;f=cron so I only had to put the > > calls back to the crontab and there were one or two small issues for > which > > I've commited some fixes. > > Among the other stuff I've restored the phd docs( > > http://doc.php.net/phd/docs/) and the doc howto ( > > http://doc.php.net/dochowto/). > > Would be nice if somebody familiar with the feature set of > > http://doc.php.net could verify that I've managed to fix everything, or > > there are still some pending issues. > > > Its not really used anymore, has more or less been replaced with the > OE which reimplemented most/all of the usual suspect checks. > > On that note; http://doc.php.net/php/notes_stats.php seems missing, > and clicking the dochowto from http://doc.php.net/php/ raises an > error... > > I can't really say its worth spending to much time fixing it though. > > -Hannes > I've fixed the first one and figured out the problem with the second one: it parses the php.notes mails on news.php.net and the script couldn't handle that it wanted to fetch and sqlite insert all mails since the last run (which means fetching and saving 193741 mails for the first run), I've changed that it will only fetch 10k mails in a single iteration, and I will make sure that it catches up. -- Ferenc Kovács @Tyr43l - http://tyrael.hu