any problems with moodle phpDoc pages ?

any problems with moodle phpDoc pages ?

oleh aymen jouini -
Jumlah balasan: 5
Hi,
for the last days, i was unable to access the phpDoc pages (ex: http://moodle.sourceforge.net/dhawes-phpdoc/moodlecore/_lib_datalib_php.html)
Are there any problems with the servers ?

Thanks senyum
Rata-rata penilaian: -
Sebagai balasan aymen jouini

Re: any problems with moodle phpDoc pages ?

oleh Martin Dougiamas -
Gambar dari Core developers Gambar dari Documentation writers Gambar dari Moodle HQ Gambar dari Particularly helpful Moodlers Gambar dari Plugin developers Gambar dari Testers
I had no idea people were using it!   melet

The problem is that the phpdoc documentation was too big to fit on Sourceforge (they introduced quotas for their web space).

So I've set up a new one at http://phpdocs.moodle.org/.  I'll put in a redirect from the old location.
Sebagai balasan Martin Dougiamas

Re: any problems with moodle phpDoc pages ?

oleh Douglas Dixon -
Even on the new page when I click on the core moodle libraries, a blank page appears. How long will it be until the entire phpdocs is ported over? 
Sebagai balasan Martin Dougiamas

Re: any problems with moodle phpDoc pages ?

oleh Douglas Dixon -
When will the phpdocs be fully functional? I would like to reference them, but everytime I try to click on the datalib, moodlelib, or weblib libraries, a blank page comes up.
Sebagai balasan Douglas Dixon

Re: any problems with moodle phpDoc pages ?

oleh Martin Dougiamas -
Gambar dari Core developers Gambar dari Documentation writers Gambar dari Moodle HQ Gambar dari Particularly helpful Moodlers Gambar dari Plugin developers Gambar dari Testers
That's what phpdocumentor produced from the Moodle source (and it showed no obvious errors that would cause blank pages, here is the error output).

I've not got time to debug phpdocumentor, but if someone else works out the problem let me know what to do to my copy here.

This is what I ran to make them:
PhpDocumentor/phpdoc -t /web/phpdocs -o HTML:default:default -d moodle16

Thanks in advance for your help. senyum