any problems with moodle phpDoc pages ?

any problems with moodle phpDoc pages ?

by aymen jouini -
Number of replies: 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 smile
Average of ratings: -
In reply to aymen jouini

Re: any problems with moodle phpDoc pages ?

by Martin Dougiamas -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
I had no idea people were using it!   tongueout

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.
In reply to Martin Dougiamas

Re: any problems with moodle phpDoc pages ?

by 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? 
In reply to Martin Dougiamas

Re: any problems with moodle phpDoc pages ?

by 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.
In reply to Douglas Dixon

Re: any problems with moodle phpDoc pages ?

by Martin Dougiamas -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of 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. smile