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
This commit is contained in:
parent
b76bca99a6
commit
5d0850a371
3 changed files with 54 additions and 31 deletions
43
www/docs/BATTERY
Normal file
43
www/docs/BATTERY
Normal file
|
@ -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]
|
|
@ -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) $<
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue