Warning, /graphics/koko/README.md is written in an unsupported language. File is not indexed.

0001 <!--
0002 SPDX-FileCopyrightText: 2020 Carl Schwan <carlschwan@kde.org>
0003 SPDX-License-Identifier: CC0-1.0
0004 -->
0005 # Koko
0006 
0007 Koko is an image viewer designed for desktop and touch devices.
0008 
0009 <a href='https://flathub.org/apps/details/org.kde.koko'><img width='190px' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-i-en.png'/></a>
0010 
0011 ## Contributing
0012 
0013 Contributions are welcome. We use https://invent.kde.org/graphics/koko/.
0014 
0015 The [KDE Community Code of Conduct](https://kde.org/code-of-conduct) is applied.
0016 
0017 ## License
0018 
0019 This project is licensed under the LGPL-2.1-only OR LGPL-3.0-only OR
0020 LicenseRef-KDE-Accepted-LGPL. More information can be found in the
0021 `LICENSES` folder.
0022 
0023 ## Packaging
0024 
0025 To build Koko, it is required to import a few files from outside this repository.
0026 These files are licensed under the CC-BY-4.0 and are maintained by the GeoNames project.
0027 
0028 * http://download.geonames.org/export/dump/cities1000.zip
0029 * http://download.geonames.org/export/dump/admin1CodesASCII.txt
0030 * http://download.geonames.org/export/dump/admin2Codes.txt
0031 
0032 These files need to be copied to the `src` directory. CMake will
0033 take care of the rest.