- DOTLAN Intranet SQL dump
- LANsuite XML
- Install uv (if it isn't already installed)
- Clone repository:
git clone https://github.com/lanpartydb/tools.git - Enter converter path:
cd tools/converter
- Export tables
eventsandevent_location(both structure and data, without compression) from the DOTLAN "Support Tools". uv run convert-dotlan-sql --base-url 'https://www.lanparty.example' --output-path output events-and-locations.sql
- An XML document with parties is publicly available at
https://www.yourparty.example/ext_inc/party_infos/infos.xml. uv run convert-lansuite-xml --output-path output infos.xml
MIT
Jochen Kupperschmidt