瀏覽代碼

Updated info in comments

master
Said Achmiz 4 年之前
父節點
當前提交
0f7539e14f
共有 1 個檔案被更改,包括 6 行新增18 行删除
  1. 6
    18
      pm-pinboard-api.php

+ 6
- 18
pm-pinboard-api.php 查看文件

@@ -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…
取消
儲存