summaryrefslogtreecommitdiff
path: root/about.mdwn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-01-15 18:32:53 +0200
committerLars Wirzenius <liw@liw.fi>2018-01-15 18:32:53 +0200
commit602b6471e166019f4f87fbab0759912a763125fc (patch)
tree3679401f1bca422b87a218254ce0f780e926f969 /about.mdwn
parentb2ca008870d4c59388db70b5728003a0f951cc6b (diff)
downloadick.liw.fi-602b6471e166019f4f87fbab0759912a763125fc.tar.gz
Add: about page
Diffstat (limited to 'about.mdwn')
-rw-r--r--about.mdwn41
1 files changed, 41 insertions, 0 deletions
diff --git a/about.mdwn b/about.mdwn
new file mode 100644
index 0000000..45f7eed
--- /dev/null
+++ b/about.mdwn
@@ -0,0 +1,41 @@
+[[!meta title="Ick&mdash;About"]]
+
+[[!img ick-logo.svg width=300 height=300 class=float_right]]
+
+**Ick** will be a continuous integration system. It is currently in
+development, and will hopefully reach the first ALPHA release in the
+not too distant future.
+
+**Why yet another CI system?** Ick aims to become a system that's
+**less hassle** to set up or operate or keep running than any other
+publically available self-hosted system, without compromising
+correctness or security.
+
+See [[origin|blog/2017/10/10/origin]] for a description of how Ick got
+started.
+
+
+Manifesto
+=============================================================================
+
+Continuous integration (CI) is powerful tool for software development.
+It should not be tedious, fragile, or annoying. It should be quick and
+simple to set up, and work quietly in the background unless there's a
+problem in the code being built and tested.
+
+A CI system should be simple, easy, clear, clean, scalable, fast,
+comprehensible, transparent, reliable, and boost your productivity to
+get things done. It should not be a lot of effort to set up, require a
+lot of hardware just for the CI, need frequent attention for it to
+keep working, and developers should never have to wonder why something
+isn't working.
+
+A CI system should be flexible to suit your build and test needs. It
+should support multiple types of workers, as far as CPU architecture
+and operating system version are concerned.
+
+Also, like all software, CI should be fully and completely free
+software and your instance should be under your control.
+
+(Ick is nothing of this yet, but it will try to become all of it. In
+the best _possible_ taste.)