From 31eb98f3cf566856af9b8efbb4991be64003fa50 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 26 Feb 2011 20:43:44 +0100 Subject: [PATCH] todo update Signed-off-by: Nico Schottelius --- TODO-1.0 | 12 ++++++++---- doc/dev/todo/niconext | 3 +++ doc/dev/todo/post-1.0 | 1 + 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/TODO-1.0 b/TODO-1.0 index 19b32ec7..a8874914 100644 --- a/TODO-1.0 +++ b/TODO-1.0 @@ -43,10 +43,13 @@ x generate code to be executed on clients (stage 4) x execute code on client (stage 5) - Last doc stuff for 1.0.0: - - remove old documentation from doc/man/! + x remove old documentation from doc/man/! + - Check all references in manpages, ensure all manpages exist + - cdist + - cdist-deploy-to + - cdist-manifest + - cdist-quickstart: how to get started - ensure every file in bin/ has a correspondent manpage - - cdist-quickstart [WRITE] - - how to write a minimal host manifest - cdist-type [IMPORTANT] - only do necessary work [TYPE IMPLEMENTATION HINTS] - install packages only if not existent @@ -62,7 +65,8 @@ x execute code on client (stage 5) - DOC: exported variables: __type, __explorer, __type_explorer, __object, __object_id - Cleanup READMEs - - Check all references in manpages, ensure all manpages exist + - Ensure manpages are formatted correctly + - Ensure html output of manpages are published on the web - Makefile: - Add install target diff --git a/doc/dev/todo/niconext b/doc/dev/todo/niconext index e39803b1..d92277c8 100644 --- a/doc/dev/todo/niconext +++ b/doc/dev/todo/niconext @@ -1 +1,4 @@ Prepare documentation for 1.0.0. + - Check all references in manpages + - cdist.text, cdist-quickstart + - write cdist-quickstart diff --git a/doc/dev/todo/post-1.0 b/doc/dev/todo/post-1.0 index 484a527d..c60e9ecd 100644 --- a/doc/dev/todo/post-1.0 +++ b/doc/dev/todo/post-1.0 @@ -38,3 +38,4 @@ Documentation: - cdist-trigger after first run from /var/lib/cdist/out/bin? - Different environments (production, integration, development) - via version control + - Define how to raise errors in types