From 57deb83b25905f3bf50b873f922e794203006d3f Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 27 Mar 2009 21:25:34 -0400 Subject: [PATCH] Documentation Update - Added a faq.html file, although it is not so much a set of frequently asked questions, but of repeatedly asked questions. Questions from the mail bag, if they apply to a general audience might be shown here. --- html/faq.html | 120 +++++++++++++++++++++++++++++++++++++++++++++++++ html/task.html | 1 + 2 files changed, 121 insertions(+) create mode 100644 html/faq.html diff --git a/html/faq.html b/html/faq.html new file mode 100644 index 000000000..e6e0d2b62 --- /dev/null +++ b/html/faq.html @@ -0,0 +1,120 @@ + + + + Frequently Asked Questions + + + + + +
+ + + + + + +
+ + +
+
+
+
+

Frequently Asked Questions

+
+

+ + Q: When I redirect the output of task to a file, I lose all + the colors. How do I fix this? + +
+ A: Task knows when the output is not going directly to a + terminal, and strips out all the color control characters. + Prevent this with the following entry in your .taskrc file: +

_forcecolor=on
+

+ +

+ + Q: + +
+ A: +

+ + +
+ +
+
+
+

+ Copyright 2006-2009, P. Beckingham. All rights reserved. +

+
+ +
+
+
+
+
+
+
+
+
+
+
+
+ + + +
+ +
+ + + + + + + diff --git a/html/task.html b/html/task.html index 0c471c85e..42847e977 100644 --- a/html/task.html +++ b/html/task.html @@ -58,6 +58,7 @@
  • Filters
  • Shadow Files
  • Custom Reports +
  • Frequently Asked Questions