From 262e42d42bd9e682214d02c35bef2beba4c0bb78 Mon Sep 17 00:00:00 2001
From: Paul Beckingham
Date: Sun, 3 May 2009 01:06:38 -0400
Subject: [PATCH] Documentation Update
- Merged the (now obsolete) troubleshooting page into the FAQ page.
---
html/30second.html | 2 +-
html/advanced.html | 2 +-
html/color.html | 2 +-
html/config.html | 2 +-
html/custom.html | 2 +-
html/date.html | 2 +-
html/faq.html | 49 +++++++++++-
html/filter.html | 2 +-
html/import.html | 2 +-
html/links.html | 2 +-
html/recur.html | 2 +-
html/setup.html | 2 +-
html/shadow.html | 2 +-
html/shell.html | 2 +-
html/simple.html | 2 +-
html/task.html | 6 +-
html/troubleshooting.html | 156 --------------------------------------
html/usage.html | 2 +-
html/versions.html | 2 +-
19 files changed, 67 insertions(+), 176 deletions(-)
delete mode 100644 html/troubleshooting.html
diff --git a/html/30second.html b/html/30second.html
index e40d6814b..4a3ac3c2d 100644
--- a/html/30second.html
+++ b/html/30second.html
@@ -23,7 +23,7 @@
Usage
Recurrence
Date Handling
- Troubleshooting
+ FAQ
Old Versions
Task on the Web
diff --git a/html/advanced.html b/html/advanced.html
index 0db9467c5..ec369652e 100644
--- a/html/advanced.html
+++ b/html/advanced.html
@@ -23,7 +23,7 @@
Usage
Recurrence
Date Handling
- Troubleshooting
+ FAQ
Old Versions
Task on the Web
diff --git a/html/color.html b/html/color.html
index 32e18fd71..ecc060cb8 100644
--- a/html/color.html
+++ b/html/color.html
@@ -23,7 +23,7 @@
Usage
Recurrence
Date Handling
- Troubleshooting
+ FAQ
Old Versions
Task on the Web
diff --git a/html/config.html b/html/config.html
index e4a7994b3..96c23422c 100644
--- a/html/config.html
+++ b/html/config.html
@@ -23,7 +23,7 @@
Usage
Recurrence
Date Handling
- Troubleshooting
+ FAQ
Old Versions
Task on the Web
diff --git a/html/custom.html b/html/custom.html
index 4072c0e3c..02ae73e5b 100644
--- a/html/custom.html
+++ b/html/custom.html
@@ -23,7 +23,7 @@
Usage
Recurrence
Date Handling
- Troubleshooting
+ FAQ
Old Versions
Task on the Web
diff --git a/html/date.html b/html/date.html
index a06f291db..68ff201a0 100644
--- a/html/date.html
+++ b/html/date.html
@@ -23,7 +23,7 @@
Usage
Recurrence
Date Handling
- Troubleshooting
+ FAQ
Old Versions
Task on the Web
diff --git a/html/faq.html b/html/faq.html
index a0c845213..289c58d10 100644
--- a/html/faq.html
+++ b/html/faq.html
@@ -23,7 +23,7 @@
Usage
Recurrence
Date Handling
- Troubleshooting
+ FAQ
Old Versions
Task on the Web
@@ -124,6 +124,53 @@
of the terminal window, and wraps accordingly.
+
+
+
+ Q: How do I build task under Cygwin?
+
+
+ A: Task is built the same way everywhere. But under Cygwin, you'll
+ need to make sure you have the following packages available
+ first:
+
+
+ - gcc
+
- make
+
- libncurses-devel
+
- libncurses8
+
+
+ The gcc and make packages allow you to compile the code, and
+ are therefore required, but the ncurses packages are optional.
+ Ncurses will allow task to determine the width of the window, and
+ therefore use the whole width and wrap text accordingly, for a
+ more aesthetically pleasing display.
+
+
+
+
+
+ Q: Do colors work under Cygwin?
+
+
+ A: They do, but only in a limited way. You can use regular
+ foreground colors (black, red, green ...) and you can
+ regular background colors (on_black, on_red, on_green ...),
+ but underline and bold are not supported.
+
+
+ If you run the command:
+ % task colors
+ Task will display all the colors it can use, and you will
+ see which ones you can use.
+
+
+ See the color documentation for
+ more details on which colors can be used.
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-