mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
repository/googledocs New repository plugin MDL-16383
Google have now allowed documents to be downloaded via their API (http://googledataapis.blogspot.com/2009/02/start-downloads.html) so the google docs repo plugin could be finished. At the moment i've set the export format hardcoded, hopefully we can allow the repo api let the user choose later...
This commit is contained in:
parent
d0d72b9d05
commit
6667f9e439
4 changed files with 177 additions and 6 deletions
3
lang/en_utf8/repository_googledocs.php
Normal file
3
lang/en_utf8/repository_googledocs.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
$string['repositoryname'] = 'Google Docs';
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue