diff --git a/TODO b/TODO index 3b6f707..8e71c87 100644 --- a/TODO +++ b/TODO @@ -40,6 +40,8 @@ all variables except the builtins above (which are only evaluated at runtime). +- Documentation has been rewritten and improved considerably. + BUG FIXES --------- @@ -65,32 +67,11 @@ TODO ---- +- Fix or redocument foo = Slop problem -- Add warning at beginning of doc about power/danger of program. +- File Xfer: Mode preservation -- Note importance of giving variables distinctive names so they do - not accidentally get substituted. - -- Make note that all cmdfiles are read in and THEN evaluated at *runtime*: - - echo __HOSTNUM__ - echo __HOSTNAME__ - echo __HOSTSHORT__ - .define __HOSTSHORT__ = ozzie - - Runtime __HOSTSHORT__ == ozzie - -- Write a new section on builtins. Note that they are evaluated - *locally* and are reevaluated for each new host being processed. - e.g., Timestamp will change with a big list of hosts. - -- Include material on execution variables. - - Processed only once at the time it is first encountered. - - Executed on *local* machine. - -- Add note about this being a *NIX, Python 2 only prog. +- File Xfer: Renamingy sudoers Mode