From 5d0850a371667c319fd4d9134d7ac571f51a87dd Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 19 Aug 2002 18:00:37 +0000 Subject: 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 --- www/docs/BATTERY | 43 +++++++++++++++++++++++++++++++++++++++++++ www/docs/Makefile | 5 +++++ www/docs/battery.t | 37 ++++++------------------------------- 3 files changed, 54 insertions(+), 31 deletions(-) create mode 100644 www/docs/BATTERY (limited to 'www/docs') diff --git a/www/docs/BATTERY b/www/docs/BATTERY new file mode 100644 index 0000000000..735a62c5f2 --- /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 9a95c9a76a..0c3a99f74c 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 5a8a921659..b25b194daf 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. +
+#include "battery.raw"
+
-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" -- cgit v1.2.3