summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-08-23 20:49:12 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-08-23 20:49:12 +0000
commit10fc53c75f88a114c69cc6abe58eb6af69e1c1fe (patch)
tree8dde7bf6026bed0602792292d16e4d6c0256cb4e /docs
parent3df58d30e1d50cde3eb9a30b9d1beb331685fc50 (diff)
downloadrockbox-10fc53c75f88a114c69cc6abe58eb6af69e1c1fe.tar.gz
rockbox-10fc53c75f88a114c69cc6abe58eb6af69e1c1fe.zip
Updated developer info
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1959 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'docs')
-rw-r--r--docs/FAQ23
1 files changed, 14 insertions, 9 deletions
diff --git a/docs/FAQ b/docs/FAQ
index 2f09e4ac33..e686288c2b 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -32,18 +32,23 @@ A7. Start by reading up on the information about the jukeboxes on our web page.
32 need and start writing. 32 need and start writing.
33 33
34Q8. Okay, so how do I submit a patch? 34Q8. Okay, so how do I submit a patch?
35A8. Run: "diff -u oldfile newfile > patchfile" against the file(s) you have 35A8. Run: "diff -ub oldfile newfile > patchfile" against the file(s) you have
36 changed. Then mail the output to any member of the development team and 36 changed. Then mail the output to the rockbox mailing list and
37 we will take it under consideration. (Please remember that all 37 we will take it under consideration. Please remember that all
38 submissions are not automatically accepted, this is nothing personal.) 38 submissions are not automatically accepted. This is nothing personal.
39 39
40 Of if you would like to run the diff against the current cvs code: 40 Preferrably, run the diff against the current cvs code:
41 cvs diff -ub [file(s)] 41 cvs diff -ub > patchfile
42 42
43Q9. I want to join the development team, but don't have a SourceForge account, 43Q9. I want to join the development team, but don't have a SourceForge account,
44 what should I do? 44 what should I do?
45A9. Head on over to http://sourceforge.net/account/register.php and create an 45A9. You don't need a SourceForge account to help developing Rockbox. Just
46 account for yourself. 46 submit patches to the mailing list as per the instructions above.
47
48 If your patches are consistently well-written and thus accepted, you may
49 ultimately be offered CVS commit access. If that should happen, you will
50 need to get a Sourceforge account:
51 http://sourceforge.net/account/register.php
47 52
48Q10. Do you have a mailing list? 53Q10. Do you have a mailing list?
49A10. Sure do! As a matter of fact, we have several of them for specific 54A10. Sure do! As a matter of fact, we have several of them for specific
@@ -294,4 +299,4 @@ A38: It is very good if you want information about the current item playing ;)
294Q39: Can the Player LCD font be modified? 299Q39: Can the Player LCD font be modified?
295A39: The simple answer is no. The more detailed answer is that we have 300A39: The simple answer is no. The more detailed answer is that we have
296 the ability to change/create up to 4 chars on one model and 8 on another. 301 the ability to change/create up to 4 chars on one model and 8 on another.
297 We currently use several of this 'letters' to store icons for the player. \ No newline at end of file 302 We currently use several of this 'letters' to store icons for the player.