summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--documentation.mdwn1
-rw-r--r--ikiwiki.setup4
-rw-r--r--index.mdwn31
-rw-r--r--roadmap.mdwn45
4 files changed, 8 insertions, 73 deletions
diff --git a/documentation.mdwn b/documentation.mdwn
index 6e59ed8..0e293b3 100644
--- a/documentation.mdwn
+++ b/documentation.mdwn
@@ -3,6 +3,5 @@
The vmdb2 manual is published at:
* <https://vmdb2-manual.liw.fi/> (HTML)
-* <https://vmdb2-manual.liw.fi/vmdb2.pdf> (PDF)
See also the page on [[contributing]] to vmdb2 development.
diff --git a/ikiwiki.setup b/ikiwiki.setup
index ea3cc52..86c3b4d 100644
--- a/ikiwiki.setup
+++ b/ikiwiki.setup
@@ -3,7 +3,7 @@
wikiname: vmdb2
url: https://vmdb2.liw.fi
srcdir: .
-destdir: /home/liw/sites/vmdb2.liw.fi/html
+destdir: /home/liw/pers/vmdb2/vmdb2.liw.fi/html
add_plugins:
- goodstuff
- inline
@@ -17,7 +17,6 @@ add_plugins:
- toc
- highlight
- format
-- pandoc
disable_plugins:
- smiley
- rawhtml
@@ -38,5 +37,4 @@ allowrss: yes
allowatom: yes
rss: yes
atom: yes
-pandoc_filters: "sp-filter"
templatedir: templates
diff --git a/index.mdwn b/index.mdwn
index 62d047e..9219156 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -7,42 +7,23 @@
[[Contributing]] &mdash;
[[Documentation]]
+**Note:** vmdb2 is in "selfish maintenance mode". Lars maintains the
+software to the extent he needs it, but is not spending time to
+develop new features or debug problems he doesn't see himself. He will
+review patches, however, so if you want vmdb2 to improve, make a
+change and submit it for review.
+
vmdb2 installs a bare bones Debian system to a disk or disk image
file. It can be used for installing Debian to bare metal hardware,
bootable USB sticks, or to set up system disks for virtual machines.
-vmdb2 is a community project: it is developed by some people who want
-to do it. You could help!
-
Information on how we do things, and help to get you started if you're
interested:
-* Project [[governance]].
- * [[Code of conduct|conduct]]
-* [[Road map|roadmap]]
-* [[Development blog|blog]] (see [[feeds|blog_feed]] also).
- * [[consensus decisions|tag/consensus-decision]].
- * [[formal decisions|tag/formal-decision]].
- * [[votes|tag/vote]].
-* [[Issue (bug) tracking|issues]]
* [[Code; also sending patches|patches]] or pull requests.
* Debian builds [images for Raspberry Pi](http://raspi.debian.net/)
boards with vmdb2.
-# Code of Conduct
-
-Please note that this project is released with a [[Contributor Code of
-Conduct|conduct]]. By participating in this project, or in its
-interaction spaces, you agree to abide by its terms.
-
-# Latest news from the project:
-
-<div class="newslist">
-[[!inline pages="page(blog/*)"
- limit=5 template=titlepage archive=yes trail=no feeds=no]]
-</div>
-
-
# Example .vmdb file
A .vmdb file defines how an image is built:
diff --git a/roadmap.mdwn b/roadmap.mdwn
index f9ac7fb..90c6a57 100644
--- a/roadmap.mdwn
+++ b/roadmap.mdwn
@@ -1,46 +1,3 @@
[[!meta title="Road map"]]
-This is the road map for vmdb2 development. It does not stretch very far,
-because predicting the future is difficult. This road map also doesn't
-give any dates, this is a hobby project. It's also open for discussion.
-
-```roadmap
-vmdb2_1_0:
- label: |
- vmdb2 is production ready
- depends:
- - ci_tests
- - ci_builds_daily
- - x220_install
-
-x220_install:
- label: |
- x220 can install Debian
- onto a Thinkpad x220
- laptop
-
-ci_tests:
- label: |
- CI builds and tests
- toy images using most
- plugins on every commit
-
-ci_builds_daily:
- label: |
- CI builds, tests, and
- publishes images using
- vmdb2, on Debian buster
- and sid daily
- depends:
- - amd64_images
- - arm64_images
-
-amd64_images:
- label: |
- CI: amd64 images
-
-arm64_images:
- label: |
- CI: arm64 images for
- the Raspberry Pi
-```
+Deleted as obsolete.