Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KSP-CKAN/CKAN
The Comprehensive Kerbal Archive Network
https://github.com/KSP-CKAN/CKAN
ckan ksp ksp2
Last synced: 3 months ago
JSON representation
The Comprehensive Kerbal Archive Network
- Host: GitHub
- URL: https://github.com/KSP-CKAN/CKAN
- Owner: KSP-CKAN
- License: other
- Created: 2014-08-17T21:11:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T00:31:37.000Z (10 months ago)
- Last Synced: 2024-03-27T03:14:54.833Z (10 months ago)
- Topics: ckan, ksp, ksp2
- Language: C#
- Homepage: https://forum.kerbalspaceprogram.com/index.php?/topic/197082-*
- Size: 31.4 MB
- Stars: 1,847
- Watchers: 77
- Forks: 342
- Open Issues: 103
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- stars - KSP-CKAN/CKAN
- awesome-ccamel - KSP-CKAN/CKAN - The Comprehensive Kerbal Archive Network (C#)
README
# The Comprehensive Kerbal Archive Network (CKAN)
[](https://github.com/KSP-CKAN/CKAN/releases/latest)
[Click here to open a new CKAN issue][6]
[Click here to go to the CKAN wiki][5]
[Click here to view the CKAN metadata specification](Spec.md)
## What's the CKAN?
The CKAN is a metadata repository and associated tools to allow you to find, install, and manage mods for Kerbal Space Program.
It provides strong assurances that mods are installed in the way prescribed by their metadata files,
for the correct version of Kerbal Space Program, alongside their dependencies, and without any conflicting mods.CKAN is great for players _and_ for authors:
- players can find new content and install it with just a few clicks;
- modders don't have to worry about misinstall problems or outdated versions;The CKAN has been inspired by the solid and proven metadata formats from both the Debian project and the CPAN, each of which manages tens of thousands of packages.
## What's the status of the CKAN?
The CKAN is currently under [active development][1].
We very much welcome contributions, discussions, and especially pull-requests.## The CKAN spec
At the core of the CKAN is the **[metadata specification](Spec.md)**,
which comes with a corresponding [JSON Schema](CKAN.schema) that you can also find in the [Schema Store][8]This repository includes a validator that you can use to [validate your files][3].
## CKAN for players
CKAN can download, install and update mods in just a few clicks. See the [User guide][2] to get started with CKAN.
## CKAN for modders
While anyone can contribute metadata for your mod, we believe that you know your mod best.
So while contributors will endeavor to be as accurate as possible, we would appreciate any efforts made by mod authors to ensure our metadata's accuracy.
If the metadata we have is incorrect please [open an issue][7] and let us know.## Contributing to CKAN
**No technical expertise is required to contribute to CKAN**
If you want to contribute, please read our [CONTRIBUTING][4] file.
---
Note: Are you looking for the Open Data portal software called CKAN? If so, their GitHub repository is found [here][9].[1]:https://github.com/KSP-CKAN/CKAN/commits/master
[2]:https://github.com/KSP-CKAN/CKAN/wiki/User-guide
[3]:https://github.com/KSP-CKAN/CKAN/wiki/Adding-a-mod-to-the-CKAN#verifying-metadata-files
[4]:https://github.com/KSP-CKAN/.github/blob/master/CONTRIBUTING.md
[5]:https://github.com/KSP-CKAN/CKAN/wiki
[6]:https://github.com/KSP-CKAN/CKAN/issues/new
[7]:https://github.com/KSP-CKAN/NetKAN/issues/new
[8]:http://schemastore.org/json/
[9]:https://github.com/ckan/ckan