work now with instances without markdown export

This commit is contained in:
Ventricule 2018-03-19 17:58:12 +01:00
commit 9f9482a0bb
10 changed files with 115 additions and 22 deletions

View file

@ -4,12 +4,51 @@ $providers = array(
'name' => "Framapad",
'url' => "https://annuel2.framapad.org",
'default_text' => "",
'markdown' => true,
'html' => true,
),
'board' => array(
'name' => "Board",
'url' => "https://board.net",
'default_text' => "--",
)
'markdown' => true,
'html' => true,
),
'wikimedia' => array(
'name' => "Wikimedia",
'url' => "https://etherpad.wikimedia.org",
'default_text' => "Welcome to WMF etherpad installation.",
'markdown' => false,
'html' => true,
),
'allmende' => array(
'name' => "Allmende",
'url' => "https://text.allmende.io",
'default_text' => "",
'markdown' => false,
'html' => true,
),
'factor' => array(
'name' => "Factor",
'url' => "https://factor.cc/pad",
'default_text' => "Welcome to factor.cc Pad!",
'markdown' => false,
'html' => true,
),
'etherpad' => array(
'name' => "Etherpad.net",
'url' => "https://etherpad.net",
'default_text' => "Welcome to etherpad.net Pad!",
'markdown' => false,
'html' => true,
),
'lqdn' => array(
'name' => "La Quadrature du Net",
'url' => "https://pad.lqdn.fr",
'default_text' => "Welcome to Etherpad!",
'markdown' => false,
'html' => true,
),
);
$options = array(