Skip to content

Commit

Permalink
Merge pull request #1 from KSP-CKAN/docs
Browse files Browse the repository at this point in the history
Update license and docs
  • Loading branch information
janbrohl committed May 20, 2016
2 parents d9194da + 63c96b3 commit 5f98ca4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
15 changes: 12 additions & 3 deletions LICENSE.rst → LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
Copyright (c) 2016, Jan Brohl <janbrohl@t-online.de>
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


You can use the metadata webtool and its associated files under the MIT license,
reproduced below. This includes the right to sublicense under compatible
licenses, including (but not limited to) creative commons, GPL, and LGPL
licenses.

All rights reserved.
---

Copyright the Comprehensive Kerbal Archive Network (CKAN) Authors.
https://github.com/KSP-CKAN/metadata-webtool/graphs/contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
File renamed without changes.
13 changes: 5 additions & 8 deletions README.rst → README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
CKAN-Metadata-Generator
#######################
# CKAN-Metadata-Generator

Current Status
==============

##Current Status

Not actually bug-free to be positive. ;)

Neither actually well documented.


Original Mission
================
##Original Mission

What's currently specified is just a base to create brand new netkans for not-yet-hosted mods. Eventually expanding the UI to allow editing existing metadata would be great, but is likely much more in-depth.

Primarily this is a web form which results in a JSON file that is sent in a PR to KSP-CKAN/NetKAN. Workflow is pretty heavily reliant on where a mod is hosted. Most fields are also optional.
Spacedock, github, and all other hosts (curse will be a kref-able source in the near future) are the current workflow determinants.


How to make it work
===================
##How to make it work

Currently the Python stuff (*.py) is not yet needed for trying it out.

Expand Down

0 comments on commit 5f98ca4

Please sign in to comment.