WikiToLearn/akhet-mediawiki

Name: akhet-mediawiki

Owner: WikiToLearn

Description: null

Created: 2016-12-15 21:35:13.0

Updated: 2016-12-15 21:35:17.0

Pushed: 2016-12-29 22:48:32.0

Homepage: null

Size: 9

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Example of config

p
ethosts=array(
id of the akhet host>" => array(
"display_name" => "<name to display>",
"api_hostname" => "<hostname of the akhet backend>",
"api_username" => "<api username for akhet backend>",
"api_password" => "<api password for akhet backend>",
"api_protocol" => "<http or https to use for akhet backend>",
"acl" => array(
  "requirelogin" => <true or false to require a login to use this host>,
  "requiregroups" => array(
    "<list of group required to use this host>"
    "sysop",
    "user",
  ),
  "requirematch" => array(
    "maildomain" => array(
      "<list of email domain name allowed to use this host>,
      "wikitolearn.org",
      "akhet.cc",
    ),
  ),
),



This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.