Current oav website
This commit is contained in:
13
dotclear._no/plugins/pings/locales/en/help/pings.html
Normal file
13
dotclear._no/plugins/pings/locales/en/help/pings.html
Normal 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>
|
||||
12
dotclear._no/plugins/pings/locales/en/help/pings_post.html
Normal file
12
dotclear._no/plugins/pings/locales/en/help/pings_post.html
Normal 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>
|
||||
15
dotclear._no/plugins/pings/locales/en/resources.php
Normal file
15
dotclear._no/plugins/pings/locales/en/resources.php
Normal 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';
|
||||
}
|
||||
Reference in New Issue
Block a user