summaryrefslogtreecommitdiff
path: root/www/docs/FAQ
diff options
context:
space:
mode:
Diffstat (limited to 'www/docs/FAQ')
-rw-r--r--www/docs/FAQ11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/docs/FAQ b/www/docs/FAQ
index 224a40e949..0e6a34cb88 100644
--- a/www/docs/FAQ
+++ b/www/docs/FAQ
@@ -11,6 +11,17 @@ A. The purpose of this project is to write an Open Source replacement
11 firmware for the Archos Jukebox 6000, Studio 20 and Recorder MP3 players. 11 firmware for the Archos Jukebox 6000, Studio 20 and Recorder MP3 players.
12 12
13Q. I want to write code for my Archos, how do I proceed? 13Q. I want to write code for my Archos, how do I proceed?
14A. First make sure to read the file CONTRIBUTING in the firmware directory
15 on Sourceforge. See http://bjorn.haxx.se/rockbox/firmware/CONTRIBUTING
16 if you do not want to have to wade through the CVS directories.
17
18Q. What exactly is the CONTRIBUTING file?
19A. Just like the name implies, it lists conventions that the project follows,
20 and in turn asks you to follow, for the formating of source code in
21 general.
22
23Q. Okay, so I read CONTRIBUTING and although I don't agree with all your
24 conventions, I am going to be sensible and follow them anyway. Now what?
14A. Start by reading up on the information about the jukeboxes on our web page. 25A. Start by reading up on the information about the jukeboxes on our web page.
15 Then go into CVS and look at the code we've written. Then take what you 26 Then go into CVS and look at the code we've written. Then take what you
16 need and start writing. 27 need and start writing.