summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-08-19 18:00:37 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-08-19 18:00:37 +0000
commit5d0850a371667c319fd4d9134d7ac571f51a87dd (patch)
tree59baa872b97f677ca3eaa88ac649b9a86dcc64e8
parentb76bca99a635d3d2b7f891c82d06a64f7f121524 (diff)
downloadrockbox-5d0850a371667c319fd4d9134d7ac571f51a87dd.zip
rockbox-5d0850a371667c319fd4d9134d7ac571f51a87dd.tar.gz
rockbox-5d0850a371667c319fd4d9134d7ac571f51a87dd.tar.bz2
rockbox-5d0850a371667c319fd4d9134d7ac571f51a87dd.tar.xz
remade the upcoming battery faq to use the generic faq format
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1811 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--www/docs/BATTERY43
-rw-r--r--www/docs/Makefile5
-rw-r--r--www/docs/battery.t37
3 files changed, 54 insertions, 31 deletions
diff --git a/www/docs/BATTERY b/www/docs/BATTERY
new file mode 100644
index 0000000..735a62c
--- /dev/null
+++ b/www/docs/BATTERY
@@ -0,0 +1,43 @@
+Q1: Are my batteries charged all the time when connected to my Player/Recorder?
+A1: Player: the charging is all done by hardware and the exact
+ functionality is hard to determine. It is however not recommended to keep
+ the charger connected for more than 10-15 hours if you're not using the
+ unit.
+
+ Recorder: no. The charging algorithm is carefully crafted in to not wear
+ out the batteries any more than necessary. If you're using your unit
+ connected to the charger most of the time, use the 'deep discharge' option
+ to save your batteries somewhat.
+
+Q2: Will keeping my charger connected a long time damage my batteries? Can I
+ leave it over night?
+A2: [fill in]
+
+Q3: Does Rockbox charge the batteries more/less/worse/better than the Archos
+ firmware?
+A3: [fill in]
+
+Q4: What kind of batteries are there in my factory default Player/Recorder?
+A4: [fill in]
+
+Q5: Is it hard to change the batteries? Does it void my warranty?
+A5: [fill in]
+
+Q6: How much cost replacement batteries? Where can I buy them?
+A6: [fill in]
+
+Q7: What kind of run-time can I expect on a set of fully-charged batteries
+ when running Rockbox?
+A7: [fill in]
+
+Q8: Can I use different batteries in my Archos?
+A8: [fill in]
+
+Q9: Can I use non-charable batteries in my Archos?
+A9: [fill in]
+
+Q10: Can I use a different charger?
+A10: [fill in]
+
+Q11: Can I buy a replacement charger exactly as the one Archos shipped?
+A11: [fill in]
diff --git a/www/docs/Makefile b/www/docs/Makefile
index 9a95c9a..0c3a99f 100644
--- a/www/docs/Makefile
+++ b/www/docs/Makefile
@@ -12,6 +12,11 @@ faq.html: faq.t faq.raw $(TXT2PLAIN)
faq.raw: FAQ $(TXT2PLAIN)
$(TXT2PLAIN) < $< > $@
+battery.raw: BATTERY $(TXT2PLAIN)
+ $(TXT2PLAIN) < $< > $@
+
+battery.html: battery.t battery.raw $(TXT2PLAIN)
+ $(ACTION) $<
%.html : %.t
$(ACTION) $<
diff --git a/www/docs/battery.t b/www/docs/battery.t
index 5a8a921..b25b194 100644
--- a/www/docs/battery.t
+++ b/www/docs/battery.t
@@ -1,33 +1,8 @@
-Q1: Are my batteries charged all the time when connected to my Player/Recorder?
-A1: Player: the charging is all done by hardware and the exact
- functionality is hard to determine. It is however not recommended to keep
- the charger connected for more than 10-15 hours if you're not using the
- unit.
+#define _PAGE_ FAQ - Frequently Asked Battery Questions
+#include "head.t"
- Recorder: no. The charging algorithm is carefully crafted in to not wear
- out the batteries any more than necessary. If you're using your unit
- connected to the charger most of the time, use the 'deep discharge' option
- to save your batteries somewhat.
+<pre>
+#include "battery.raw"
+</pre>
-Q2: Will keeping my charger connected a long time damage my batteries? Can I
- leave it over night?
-
-Q3: Does Rockbox charge the batteries more/less/worse/better than the Archos
- firmware?
-
-Q4: What kind of batteries are there in my factory default Player/Recorder?
-
-Q5: Is it hard to change the batteries? Does it void my warranty?
-
-Q6: How much cost replacement batteries? Where can I buy them?
-
-Q7: What kind of run-time can I expect on a set of fully-charged batteries
- when running Rockbox?
-
-Q8: Can I use different batteries in my Archos?
-
-Q9: Can I use non-charable batteries in my Archos?
-
-Q10: Can I use a different charger?
-
-Q11: Can I buy a replacement charger exactly as the one Archos shipped?
+#include "foot.t"