any problems with moodle phpDoc pages ?

any problems with moodle phpDoc pages ?

von aymen jouini -
Anzahl Antworten: 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 lächelnd
Als Antwort auf aymen jouini

Re: any problems with moodle phpDoc pages ?

von Martin Dougiamas -
Nutzerbild von Core developers Nutzerbild von Documentation writers Nutzerbild von Moodle HQ Nutzerbild von Particularly helpful Moodlers Nutzerbild von Plugin developers Nutzerbild von Testers
I had no idea people were using it!   Zunge raus

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.
Als Antwort auf Martin Dougiamas

Re: any problems with moodle phpDoc pages ?

von 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? 
Als Antwort auf Martin Dougiamas

Re: any problems with moodle phpDoc pages ?

von 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.
Als Antwort auf Douglas Dixon

Re: any problems with moodle phpDoc pages ?

von Martin Dougiamas -
Nutzerbild von Core developers Nutzerbild von Documentation writers Nutzerbild von Moodle HQ Nutzerbild von Particularly helpful Moodlers Nutzerbild von Plugin developers Nutzerbild von 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. lächelnd