Current oav website
This commit is contained in:
18
dotclear._no/plugins/akismet/locales/en/help/help.html
Normal file
18
dotclear._no/plugins/akismet/locales/en/help/help.html
Normal file
@ -0,0 +1,18 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Akismet filter</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h4>Akismet filter</h4>
|
||||
<p>Akismet is a particularly efficient spam filter service that requires an API key to work.</p>
|
||||
|
||||
<p>To get the API key, go to <a href="https://akismet.com/plans/">the Akismet API key signup page</a> and choose the plan that suits you the most. You'll have to fill a form. Don't forget to write down your email addres in order to receive the API key. If you have a Wordpress account, you can also use your identifiers to get the Akismet API key. If you choose the "Personal" plan, the key will be free and you'll be able to use it on a multiblog.
|
||||
</p>
|
||||
|
||||
<p>Enter the API key and save. If the key is recognised, you should get the following message "API key checked". Go back to the filter list to activate Akismet if it's not done yet.
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
12
dotclear._no/plugins/akismet/locales/en/resources.php
Normal file
12
dotclear._no/plugins/akismet/locales/en/resources.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* @package Dotclear
|
||||
* @subpackage Plugins
|
||||
*
|
||||
* @copyright Olivier Meunier & Association Dotclear
|
||||
* @copyright GPL-2.0-only
|
||||
*/
|
||||
|
||||
if (!isset($__resources['help']['akismet-filter'])) {
|
||||
$__resources['help']['akismet-filter'] = dirname(__FILE__) . '/help/help.html';
|
||||
}
|
||||
Reference in New Issue
Block a user