Documentation

- Updated DEVELOPER, EXPOSITION docs.
This commit is contained in:
Paul Beckingham
2014-10-12 23:28:58 -04:00
parent ab8e3c9faa
commit f11626b0d7
2 changed files with 6 additions and 7 deletions

View File

@@ -98,8 +98,6 @@ Deprecated Code
This is code that is going to be phased out soon, and therefore is not worth This is code that is going to be phased out soon, and therefore is not worth
fixing or documenting. Don't waste your time. fixing or documenting. Don't waste your time.
- Shadow file support in core. It will migrate to become an external script.
- Priorities in core. This will be migrated to become a UDA as soon as we - Priorities in core. This will be migrated to become a UDA as soon as we
have the right support in place for custom sorting. have the right support in place for custom sorting.
@@ -185,13 +183,10 @@ Current Codebase Condition
'master' branch: 'master' branch:
- 2.3.0 Current release, locked. - 2.3.0 Current release, locked.
'2.3.1' branch:
- Bug fix branch. Probably will not be released.
'2.4.0' branch: '2.4.0' branch:
- Current development branch with new command line parser, expressions, - Current development branch with new command line parser, expressions,
and heading for beta soon. and heading for beta soon.
--- ---
2014-07-04 Updated for 2.4.0 2014-10-12 Updated for 2.4.0

View File

@@ -180,9 +180,13 @@ Debugging
http://tasktools.org/performance). http://tasktools.org/performance).
- Data load times. - Data load times.
- Terminal size, color capabilities. - Terminal size, color capabilities.
- Colorful, confusing, command line parse tree. - Command line parse tree.
- TDB2 layer and I/O information. - TDB2 layer and I/O information.
Additionally, there are other settings (see 'man taskrc' for full details) that
may also be helpful: 'rc.hooks=on|off', 'rc.debug.parser=0|1|2',
'rc.debug.hooks=0|1|2', 'rc.debug.tls=0|1|2|3...'.
Patches Patches
Patches are encouraged and welcomed. Either attach them to the appropriate Patches are encouraged and welcomed. Either attach them to the appropriate