Browse Source

Updated info in comments

master
Said Achmiz 4 years ago
parent
commit
0f7539e14f
1 changed files with 6 additions and 18 deletions
  1. 6
    18
      pm-pinboard-api.php

+ 6
- 18
pm-pinboard-api.php View File

@@ -1,22 +1,10 @@
<?php if (!defined('PmWiki')) exit();

/* pm-pinboard-api.php
* Pm Pinboard API (a PmWiki recipe for Pinboard (https://pinboard.in) integration)
*
* See http://www.pmwiki.org/wiki/Cookbook/PmPinboardAPI
* for documentation and latest version.
*
* This program is free software; you can redistribute it
* and/or modify it under the terms of the GNU General
* Public License as published by the Free Software
* Foundation; either version 3 of the License, or (at your
* option) any later version. Available at
* https://www.gnu.org/licenses/gpl.txt
*
* Copyright 2018 Said Achmiz.
*/

$RecipeInfo['PmPinboardAPI']['Version'] = '2018-01-09';
/** \pm-pinboard-api.php
* \Copyright 2018-2021 Said Achmiz
* \Licensed under the MIT License
* \brief Provides an easy-to-use PmWiki-compatible interface to the Pinboard API.
*/
$RecipeInfo['PmPinboardAPI']['Version'] = '2021-12-12';

/*************/
/* VARIABLES */

Loading…
Cancel
Save