Skip to content

MediaWiki extension to create a Google Doc in your Drive and embed it to a wiki page

Notifications You must be signed in to change notification settings

vedmaka/GoogleDocCreator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoogleDocCreator

Creates a Google Doc in your Drive and embeds it to a wiki page using (https://www.mediawiki.org/wiki/Extension:GoogleDocTag)

Installation

Download API credentials from https://developers.google.com/drive/api/v3/quickstart/php

Set the path to your credentials.json file:

$wgGoogleApiClientCredentialsPath = "$IP/extensions/GoogleDocCreator/credentials.json";

Download this repo on your extensions folder

Add the following on your LocalSettings.php:

wfLoadExtension( 'GoogleDocCreator' );

Use composer to install dependencies. Run the following command from your main MediaWiki folder:

composer update

Usage

Visit the special page Special:GoogleDocCreator on your wiki. You must be logged in as a sysop user. You must have GoogleDocTag installed for the embedding to work.

About

MediaWiki extension to create a Google Doc in your Drive and embed it to a wiki page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%