diff options
author | Maxime Hadjinlian <maxime.hadjinlian@gmail.com> | 2014-03-02 19:04:24 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-03-03 21:40:50 +0100 |
commit | cec43a8f2544532642bb2c5d48bf95eac8606ba7 (patch) | |
tree | 4675ddcbdeee4ffee42b51061c140ae95171464e /docs/developer.html | |
parent | 39b26d71715b0f2fb416bba42fdcfebb531a98a4 (diff) | |
download | buildroot-cec43a8f2544532642bb2c5d48bf95eac8606ba7.tar.gz buildroot-cec43a8f2544532642bb2c5d48bf95eac8606ba7.zip |
website: new website !
A new menu and logo for the website, also some of the contents has been
reworked.
This patch also removes files that are no longer used, like the old
stylesheet and a few pages. The content of theses pages has mostly been
merged in other pages or was redudant with the manual.
[Thomas: integrate a few typo fixes noticed by Thomas De
Schampheleire]
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/developer.html')
-rw-r--r-- | docs/developer.html | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/docs/developer.html b/docs/developer.html deleted file mode 100644 index ee83324d5d..0000000000 --- a/docs/developer.html +++ /dev/null @@ -1,47 +0,0 @@ -<!--#include file="header.html" --> - - -<h3>Developer Access</h3> - -Because we use Git for version control, you don't need developer (ssh) -access on uclibc.org to contribute to Buildroot, but you can request -it if needed. - -<p> - -To obtain developer access, you will need to demonstrate you are -serious by submitting a few good patches first. Then, you will need -to select a username to use when logging in, you will need to send me -the username you have selected, you must send me your preferred -contact email address, and finally, you must send me an ssh version 2 -DSA key with 1024 bits (the default) or more. If you do not currently -have an ssh version 2 DSA key, you can generate a key using the -command<pre>ssh-keygen -t dsa</pre> This will create the -files <pre>/home/<USERNAME>/ssh/id_dsa -/home/<USERNAME>/.ssh/id_dsa.pub</pre> It is recommended that -you generate a key with a "passphrase" for security reasons. - -<p> -Make the file known to the system by running - -<pre>ssh-add ~/.ssh/id_dsa</pre> - -You must then send the content of 'id_dsa.pub' to me so I can setup your account. -The content of 'id_dsa' should of course be kept secret. - -<p> - -Once you have an account, you can use it to store Git -repositories. Simply put them in subdirectories of your ~/git, and -touch ~/git/<repo>/git-daemon-export-ok, after which the hourly -cronjob will pick them up and show them in cgit. They are also -available though git-daemon: - -<pre>git clone git://git.buildroot.net/~<USERNAME>/git/<REPO></pre> - -For additional detail on how to use Git, please visit the -<a href="http://git-scm.org/">the Git website</a>. - -<!--#include file="footer.html" --> - - |