Popis
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
Bloky
Tento plugin poskytuje 1 blok.
- DWZ-Liste Zeigt die DWZ-Liste eines Schachvereins.
Inštalácia
- Upload the plugin folder to the
/wp-content/plugins/directory - Activate the plugin through the ‚Plugins‘ screen in WordPress
- Insert the ‚DWZ-Liste‘ block on a page and configure VKZ and API token
Časté otázky
-
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.
Recenzie
Pre tento plugin nie sú žiadne recenzie.
Prispievatelia a vývojári
“DWZ-Vereinsliste” je softvér s otvoreným zdrojovým kódom. Do tohto pluginu prispeli nasledujúci ľudia.
PrispievateliaPreložiť „DWZ-Vereinsliste“ do vašho jazyka.
Máte záujem o vývoj?
Prehľadávajte zdrojový kód, preskúmajte SVN repozitár, alebo sa prihláste na odber vývojárskeho logu cez RSS.
Zoznam zmien
1.0.0
- Initial release
- Block to display club DWZ lists
- Caching implemented