[git commit master] update copyright year and bribe address
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Tue Jan 26 09:00:40 UTC 2010
commit: http://git.uclibc.org/uClibc-website/commit/?id=cc31f2cdaa48d26e1138b5356271b6a1debeb673
branch: http://git.uclibc.org/uClibc-website/commit/?id=refs/heads/master
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
developing.html | 4 ++--
footer.html | 13 ++++++++++---
images/valid-html401.png | Bin 0 -> 1950 bytes
images/vh40.gif | Bin 906 -> 0 bytes
4 files changed, 12 insertions(+), 5 deletions(-)
create mode 100644 images/valid-html401.png
delete mode 100644 images/vh40.gif
diff --git a/developing.html b/developing.html
index 4d0c9a9..cf6b76e 100644
--- a/developing.html
+++ b/developing.html
@@ -136,12 +136,12 @@ check list:<br>
<ul>
<li>Your preferred username for committing to the server</li>
<li>Your preferred e-mail address for contact</li>
- <li>Your public ssh key (should be ssh version 2 RSA key with 1024 bits (the default) or more)</li>
+ <li>Your public ssh key (should be ssh version 2 key with 2048 bits (the default) or, preferably, more)</li>
</ul>
If you do not have a public ssh key, then you can easily generate one. Simply
use the command:
-<pre>ssh-keygen</pre>
+<pre>ssh-keygen -t dsa -b 4096</pre>
This will output the files <i>id_rsa</i> (your private key -- do not give this
to anyone!) and <i>id_rsa.pub</i> (your public key -- give this to me). By
default, both files will be placed in your home directory in the <i>.ssh</i>
diff --git a/footer.html b/footer.html
index eafa1d8..e5dfdfa 100644
--- a/footer.html
+++ b/footer.html
@@ -13,11 +13,11 @@
<td width="60%">
<!--font face="arial, helvetica, sans-serif" size="-1"-->
<div style="font-family: arial, helvetica, sans-serif; font-size: 75%;">
- <a href="/copyright.txt">Copyright © 1999-2008 Erik Andersen</a>
+ <a href="/copyright.txt">Copyright © 1999-2010 Erik Andersen</a>
<br>
Mail all comments, insults, suggestions and bribes to
<br>
- Erik Andersen <a href="mailto:andersen at codepoet.org">andersen at codepoet.org</a><br>
+ <a href="mailto:rep.<literal>dot</>.nop at gmail.com">Bernhard Reutner-Fischer</a><br>
</div>
<!--/font-->
</td>
@@ -35,7 +35,14 @@
src="images/osuosl.png"
alt="This site is kindly hosted by OSL"></a>
</td>
-
+<!--
+ <td>
+ <a href="http://validator.w3.org/check?uri=referer"><img
+ border="0" height="31" width="88"
+ src="images/valid-html401.png"
+ alt="Valid HTML" /></a>
+ </td>
+-->
</tr>
</table>
diff --git a/images/valid-html401.png b/images/valid-html401.png
new file mode 100644
index 0000000..ec9bc0c
Binary files /dev/null and b/images/valid-html401.png differ
diff --git a/images/vh40.gif b/images/vh40.gif
deleted file mode 100644
index c5e9402..0000000
Binary files a/images/vh40.gif and /dev/null differ
--
1.6.3.3
More information about the uClibc-cvs
mailing list