Skip to content
This repository has been archived by the owner on Aug 19, 2019. It is now read-only.

Latest commit

 

History

History
36 lines (28 loc) · 1.76 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.76 KB

An impartial backup of the official wiki for the Kopernicus plugin for Kerbal Space Program. The current targeted version of Kopernicus is 1.7.3-1.

Contributing

It is preferred that all contributions be done via a text editor and a git client, as opposed to authoring the changes on GitHub. This allows for consistent page formatting. If you wish to be able to test out changes before uploading, you must install Jekyll and its dependencies. Follow the page format listed below if you wish to contribute to a file or create a new file.

Installing Jekyll

Head to https://jekyllrb.com/docs/installation/ and scroll to the bottom. Click the link that corresponds to your operating system and folow the directions on that page.

Installing Git

You may use whatever Git GUI/client you wish, however they all (to my knowledge) require Git. Git 2.22.0 can be downloaded from https://git-scm.com/downloads.

Clone the wiki's repository to your machine. The URL is https://github.com/kopernicuswiki/kopernicuswiki.github.io.git

Page Format

As discussed in issue #4, the format for every page in the Wiki should be as follows:

Description of the item

Example

Your example of the item should go here
If comments are needed, they should be inline, // Like this!
Unless the comment is for a node. Then the comments should go
// Like this,
ForANode
{
  greatExample = true // This is obviously a great example!
}

|Property|Format|Description| |The name of the property|The type of value|The description of the property.| |order|Integer|The order the PQSMod should be applied in.|