Current oav website

This commit is contained in:
Charlie Root
2023-03-20 12:18:38 +01:00
commit a096ce07cf
3270 changed files with 261778 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<html>
<head>
<title>Pings</title>
</head>
<body>
<h4>Pings</h4>
<p><a href="http://en.wikipedia.org/wiki/Ping_%28blogging%29">What is a "ping"?</a></p>
<p>To add a ping service, fill the <strong>name</strong> and <strong>URI</strong> fields and click on <strong>Save</strong>.</p>
<p>To remove a ping service, empty the fields and click <strong>Save</strong>.</p>
</body>
</html>

View File

@ -0,0 +1,12 @@
<html>
<head>
<title>Pings</title>
</head>
<body>
<h4>Pings</h4>
<p>Check the services you want to ping when the entry is published.</p>
<p>To add or remove a ping service, go to the <a href="plugin.php?p=pings">pings admin page</a>.</p>
</body>
</html>

View File

@ -0,0 +1,15 @@
<?php
/**
* @package Dotclear
* @subpackage Plugins
*
* @copyright Olivier Meunier & Association Dotclear
* @copyright GPL-2.0-only
*/
if (!isset($__resources['help']['pings'])) {
$__resources['help']['pings'] = dirname(__FILE__) . '/help/pings.html';
}
if (!isset($__resources['help']['pings_post'])) {
$__resources['help']['pings_post'] = dirname(__FILE__) . '/help/pings_post.html';
}