From be7b68815a5d60b1a6c398cf076cd5417105a4ab Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 26 Feb 2011 11:08:07 +0100 Subject: [PATCH] --todo, begin cleanup of cdist-language.text Signed-off-by: Nico Schottelius --- REAL_README | 1 + TODO-1.0 | 3 ++- doc/dev/todo/niconext | 1 + doc/man/cdist-language.text | 5 ----- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/REAL_README b/REAL_README index 57d252c8..7792ef01 100644 --- a/REAL_README +++ b/REAL_README @@ -39,6 +39,7 @@ but is not. Or: The reason why I began to write cdist. * No surprise factor * Consistency in behaviour, naming and documentation * Easy integration nacked installations + * Simple and well-known DSL: posix shell ## Requirements diff --git a/TODO-1.0 b/TODO-1.0 index df5638ca..1d3b7ce8 100644 --- a/TODO-1.0 +++ b/TODO-1.0 @@ -1,6 +1,6 @@ Steps needed until 1.0: - - finish type __file + x finish type __file - finish type __package - cleanup documentation (see below) @@ -81,5 +81,6 @@ x execute code on client (stage 5) - DOC document that $type/manifest is executed for every object/instance - DOC: types can always access __cdist_out_objects, __cdist_out_explorers, __cdist_out_execs --> create cdist-variables document? + - cleanup READMEs - include generation in makefile diff --git a/doc/dev/todo/niconext b/doc/dev/todo/niconext index e69de29b..e39803b1 100644 --- a/doc/dev/todo/niconext +++ b/doc/dev/todo/niconext @@ -0,0 +1 @@ +Prepare documentation for 1.0.0. diff --git a/doc/man/cdist-language.text b/doc/man/cdist-language.text index d3544474..d3d7ab77 100644 --- a/doc/man/cdist-language.text +++ b/doc/man/cdist-language.text @@ -40,11 +40,6 @@ The three stages are used to seperate configurations: - "manifests" (use the same name here?) will be run/sourced - inheritance possible via sourcing - cdist-lib always preloaded - - library == functions? - - - matching on explored items, not only on host name? - - match function in host? [optional] - - explorer ran before! - document exported variables! use __ prefix instead of __cdist (shorter writing, __ is defined as sytem anyway)