From 1d2b89fec3464e8debc3ccf7bf085ff7fae6da2b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Apr 2017 16:43:37 -0400 Subject: website start --- doc/bugs.mdwn | 4 ++++ doc/bugs/.mdwn | 3 +++ doc/bugs/done.mdwn | 4 ++++ doc/index.mdwn | 6 ++++++ doc/install.mdwn | 10 ++++++++++ doc/todo.mdwn | 5 +++++ doc/todo/.mdwn | 3 +++ doc/todo/done.mdwn | 4 ++++ 8 files changed, 39 insertions(+) create mode 100644 doc/bugs.mdwn create mode 100644 doc/bugs/.mdwn create mode 100644 doc/bugs/done.mdwn create mode 100644 doc/install.mdwn create mode 100644 doc/todo.mdwn create mode 100644 doc/todo/.mdwn create mode 100644 doc/todo/done.mdwn (limited to 'doc') 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]] -- cgit v1.2.3