diff --git a/contributing/index.html b/contributing/index.html index 43523e0..aab801b 100644 --- a/contributing/index.html +++ b/contributing/index.html @@ -1,107 +1,95 @@ -
-+ Kobalt is licensed under Apache 2.0 +
++ You can contribute code and report issues at the Kobalt Github Repo +
- Kobalt, by Cedric Beust +#kobalt
channel.
+ kobalt-users
, the mailing-list for Kobalt users.kobalt-dev
, the mailing-list for Kobalt developers. This mailing-list is for people interested in writing code for Kobalt, either the core, or writing plug-ins, or just to follow various technical discussions about Kobalt's internals.Interested in contributing to Kobalt? This page explains how to configure your development environment.
- -
- Kobalt's main class is com.beust.kobalt.MainKt
. Here is a typical launch configuration:
-
-
-
- A few observations: -
--dev
, which will add the class
+ Here is how to configure your development environment.
+
+ Kobalt's main class is com.beust.kobalt.MainKt
. Here is a typical launch configuration:
+
+
+
+ A few observations: +
--dev
, which will add the class
name and thread information to each log line.-Kobalt is licensed under Apache 2.0 and is currently hosted on github. -
- --If you are interested in discussing Kobalt related topics with other fellow users or developers, you have several options: -
- -#kobalt
channel.
- kobalt-users
, the mailing-list for Kobalt users.kobalt-dev
, the mailing-list for Kobalt developers. This mailing-list is for people interested in writing code for Kobalt, either the core, or writing plug-ins, or just to follow various technical discussions about Kobalt's internals.-
- -A universal build system for the exigent developer.
-Kobalt is currently in Beta but I'm already using it to build most of my projects. Here are links to a few build files you can inspect to get a feel for what Kobalt enables: