DWZ-Vereinsliste

外掛說明

DWZ Club List fetches and displays the current DWZ list for a club using the DSB API.

Features:

  • Fetches member ratings from the DSB API (requires API token)
  • 24-hour caching to reduce API load
  • Configurable columns (DWZ, Elo, Rapid, Blitz, nation, status)
  • Sorts players by DWZ
  • Responsive table design

External services

This plugin connects to the German Chess Federation (Deutscher Schachbund, DSB) API to retrieve club DWZ data. The plugin sends the club VKZ (Vereinskennziffer) and the configured API token to the DSB API endpoint to fetch the member list.

  • Service: Deutscher Schachbund — Vereinslisten API
  • Endpoint used: https://www.schachbund.de/wertungsportal-api/vereinsliste
  • What is sent: the VKZ (club identifier) and the API token (required to access the endpoint)
  • Why: to fetch the public DWZ/Elo data for the requested club to render the block
  • Privacy / Terms: https://www.schachbund.de/datenschutz.html (DSB privacy) and https://www.schachbund.de/impressum.html (DSB imprint)

Make sure you have the right to use the configured API token and that you inform site users about any data handling required by your site.

Support

For support contact the plugin author.

License

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 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1335 USA

適用於區塊編輯器

這個外掛提供 1 個可供區塊編輯器使用的區塊。

  • DWZ-Liste Zeigt die DWZ-Liste eines Schachvereins.

安裝方式

  1. Upload the plugin folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Insert the ‘DWZ-Liste’ block on a page and configure VKZ and API token

常見問題集

How do I get an API token?

Generate an API token on the German Chess Federation’s website: https://www.schachbund.de/wertungsportal-api.html

Can I use multiple blocks with different clubs?

Yes — each block instance can be configured with a different VKZ and token.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈DWZ-Vereinsliste〉的開發相關工作。

參與者

將〈DWZ-Vereinsliste〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.0

  • Initial release
  • Block to display club DWZ lists
  • Caching implemented