Experimental project
This is a sandbox project, which contains experimental code for developer use only.
This module provides node types, database-cache and management interface for displaying personalized match information for various official volleyball competitions in Germany.
Background
The Volleyball Landesverband Württemberg (VLW) is responsible in organizing official Volleyball competitions in Württemberg, Germany.
They provide game data via XML, thus enabeling interested Clubs to display customized score tabs, results, next game announcements and season schedule.
This module is written for the needs of my local club FV Tübinger Modell, but since SAMS integration is available, it may be usefull for many other clubs in germany as well.
Features
Node Types
Team Node Types:
- Teampage Tabelle: Displays the scoretable for a single team.
- Teampage Spielplan: Displays the full game schedule for a single team.
- Teampage Tabelle: Displays the scoretable for a single team.
Summary Node Types:
- Gesamtspielplan
- Kurztabelle: Display a table with only our Teams for a given Season.
Teammanager
The Teammanager is the core of this module.
Here you define which Information is available for our nodes to display.
You are required to enter an Alias for each Team (e.g. "Herren 1"), along with the information of season, matchseries and official team designation.
Backend Support
Backend Support is organized in sub-modules. Currently three backends are integrated:
VLW
This module offers access to all VLW leagues. Interface description is here .
DVL (discontinued)
This module features integration to the XML game data service of the Deutsche Volleyball Liga (DVL) for the 1.Bundesliga and 2.Bundesliga.
You need a personalized API-Key to access the data.
This backend is deprecated by the SAMS backend!
SAMS
SAMS is a patform for many federal volleyball associations in germany for scorekeeping and schedule organization. They support
- 1.Bundesliga (DVL)
- 2.Bundesliga (DVL)
- Dritte Liga (DVV)
- all leagues of SHVV
- all leagues of VRPP
- all leagues of SbVV
You need individual and personal API-Keys to access the data.
Update
New 3-Point rule is supported. Now with two views for rankings.
Project information
Minimally maintained
Maintainers monitor issues, but fast responses are not guaranteed.- Created by cbudzi on , updated