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:
poltawski 2009-03-08 15:53:11 +00:00
parent d0d72b9d05
commit 6667f9e439
4 changed files with 177 additions and 6 deletions

View file

@ -0,0 +1,3 @@
<?php
$string['repositoryname'] = 'Google Docs';
?>