summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-04-30 16:43:37 -0400
committerJoey Hess <joeyh@joeyh.name>2017-04-30 16:43:37 -0400
commit1d2b89fec3464e8debc3ccf7bf085ff7fae6da2b (patch)
tree9d1d561407072dfdcbe7200ec76b3858bc57403a
parent4fb40bbe36dbe147a045d4fde20ffd1a081812ed (diff)
downloaddebug-me-1d2b89fec3464e8debc3ccf7bf085ff7fae6da2b.tar.gz
website start
-rw-r--r--doc/bugs.mdwn4
-rw-r--r--doc/bugs/.mdwn3
-rw-r--r--doc/bugs/done.mdwn4
-rw-r--r--doc/index.mdwn6
-rw-r--r--doc/install.mdwn10
-rw-r--r--doc/todo.mdwn5
-rw-r--r--doc/todo/.mdwn3
-rw-r--r--doc/todo/done.mdwn4
8 files changed, 39 insertions, 0 deletions
diff --git a/doc/bugs.mdwn b/doc/bugs.mdwn
new file mode 100644
index 0000000..25c768e
--- /dev/null
+++ b/doc/bugs.mdwn
@@ -0,0 +1,4 @@
+This is debug-me's bug list. Link bugs to [[todo/done]] when done.
+
+[[!inline pages="./bugs/* and !./bugs/done and !link(done)
+and !*/Discussion" actions=yes postform=yes show=0 archive=yes]]
diff --git a/doc/bugs/.mdwn b/doc/bugs/.mdwn
new file mode 100644
index 0000000..c7af702
--- /dev/null
+++ b/doc/bugs/.mdwn
@@ -0,0 +1,3 @@
+fixed typo in README
+
+https://github.com/Yky/etckeeper/commit/5f2556abbc404eb0d06b31f620fe655c8802d8e7
diff --git a/doc/bugs/done.mdwn b/doc/bugs/done.mdwn
new file mode 100644
index 0000000..77a4306
--- /dev/null
+++ b/doc/bugs/done.mdwn
@@ -0,0 +1,4 @@
+recently fixed [[bugs]].
+
+[[!inline pages="./* and link(./done) and !*/Discussion" sort=mtime show=10
+archive=yes]]
diff --git a/doc/index.mdwn b/doc/index.mdwn
index d7616f7..9fdbdc7 100644
--- a/doc/index.mdwn
+++ b/doc/index.mdwn
@@ -1 +1,7 @@
todo!
+
+[[!sidebar content="""
+* [[install]]
+* [[bugs]]
+* [[todo]]
+"""]]
diff --git a/doc/install.mdwn b/doc/install.mdwn
new file mode 100644
index 0000000..66a2010
--- /dev/null
+++ b/doc/install.mdwn
@@ -0,0 +1,10 @@
+Clone debug-me's git repository from `git://debug-me.branchable.com/`,
+or `https://git.joeyh.name/git/debug-me.git`
+
+To build from source, you need the
+[haskell tool stack](https://www.haskellstack.org/).
+In the debug-me directory, run: `stack setup; stack install`
+
+Hopefully debug-me will be included in distributions to make it easy to
+install. If you have added debug-me to a distribution, edit this page to
+add instructions.
diff --git a/doc/todo.mdwn b/doc/todo.mdwn
new file mode 100644
index 0000000..44c6a77
--- /dev/null
+++ b/doc/todo.mdwn
@@ -0,0 +1,5 @@
+This is debug-me's todo list, for both posting feature requests, and merge
+requests. Link items to [[todo/done]] when done.
+
+[[!inline pages="./todo/* and !./todo/done and !link(done)
+and !*/Discussion" actions=yes postform=yes show=0 archive=yes]]
diff --git a/doc/todo/.mdwn b/doc/todo/.mdwn
new file mode 100644
index 0000000..c7af702
--- /dev/null
+++ b/doc/todo/.mdwn
@@ -0,0 +1,3 @@
+fixed typo in README
+
+https://github.com/Yky/etckeeper/commit/5f2556abbc404eb0d06b31f620fe655c8802d8e7
diff --git a/doc/todo/done.mdwn b/doc/todo/done.mdwn
new file mode 100644
index 0000000..e7c9808
--- /dev/null
+++ b/doc/todo/done.mdwn
@@ -0,0 +1,4 @@
+recently fixed [[todo]] items.
+
+[[!inline pages="./* and link(./done) and !*/Discussion" sort=mtime show=10
+archive=yes]]