summaryrefslogtreecommitdiff
path: root/development.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'development.mdwn')
-rw-r--r--development.mdwn35
1 files changed, 0 insertions, 35 deletions
diff --git a/development.mdwn b/development.mdwn
deleted file mode 100644
index 627f228..0000000
--- a/development.mdwn
+++ /dev/null
@@ -1,35 +0,0 @@
-Development
------------
-
-**Contributions are welcome.** Every level of contribution is most
-appreciated: bug reports, spelling and grammar fixes, code patches,
-questions on how to get started, offers to run a continuous integration
-server, etc. See [[README]] for information
-on how to modify the code. and ask on the mailing list or on IRC for
-anything else. If anything's unclear, ask!
-
-Things to do, if you want to help:
-
-* Review manual page. It is easy for documentation to get
- out of date. Pointing out problems is helpful.
-* Code review, both of obnam and the larch btree library.
-* Benchmarking.
-* Add support for translations.
-* More! Add here your own ideas.
-
-Other stuff:
-
-* [[Obnam on-disk data structures|ondisk]]
-* Repository [[encryption]] and [[signing]]
-* Repository [[locking]]
-* [[bugs]]
- - see [code.liw.fi](http://liw.fi/code/) for instructions
-
-Dependencies:
-
-* Python 2
-* paramiko
-* larch: <http://liw.fi/larch/>
-* ttystatus: <http://liw.fi/ttystatus/>
-* CoverageTestRunner: <http://liw.fi/coverage-test-runner/>
- (you only need this for running the test suite)