[
    {
        "id": "koha",
        "visible": true,
        "name": "Koha",
        "logo": "/assets/logo_koha.svg",
        "description": "Koha is a fully featured, scalable library management system, developed by libraries and support companies all around the world.",
        "website": "https://koha-community.org/",
        "tags": [
            "Open Source",
            "Linux",
            "Web-Based",
            "Free",
            "Business",
            "Enterprise"
        ],
        "sponsor": false,
        "contributor": false,
        "details": {
            "sections": [
                {
                    "title": "About Koha",
                    "content": "Koha is the most widely deployed and comprehensive Integrated Library System (ILS) in the world. Fully web-based and usable by libraries and documentation centers of all sizes and types, its performance and customization options make it indispensable."
                },
                {
                    "title": "Key Features",
                    "content": {
                        "type": "ul",
                        "items": [
                            "Core Library Operations — Cataloguing, patron management, document circulation (check-in, check-out, reservations, and automated reminders), and serials management covering the full library workflow.",
                            "Multi-Branch Management — Supports networks of library branches with shared collections, unified patron records, and per-branch configuration.",
                            "Standards Compliance — Full MARC21 and UNIMARC support for cataloguing, z39.50 for bibliographic record retrieval from external sources, and OAI-PMH for metadata harvesting and exchange.",
                            "Integration and Automation — REST API, SSO authentication support, and SIP2 protocol for self-checkout terminals and automated sorting equipment.",
                            "Public OPAC — A customisable patron-facing catalogue interface for searching collections, managing loans, placing reservations, and accessing account details online."
                        ]
                    }
                },
                {
                    "title": "MariaDB Support",
                    "content": "Koha uses MariaDB as its recommended and default database engine on Debian and Ubuntu based systems, which represent the primary deployment platform. All library data — including bibliographic records, patron accounts, circulation history, acquisitions, and serials — is stored in MariaDB."
                }
            ],
            "links": [
                {
                    "label": "Official Website",
                    "url": "https://koha-community.org/"
                },
                {
                    "label": "Git Repository",
                    "url": "https://git.koha-community.org/koha-community/koha"
                },
                {
                    "label": "Download",
                    "url": "https://koha-community.org/download-koha/"
                },
                {
                    "label": "Documentation",
                    "url": "https://koha-community.org/documentation/"
                }
            ]
        }
    }
]