From 5a841adf5d359679be47645e730e5333caf929b9 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 20 Dec 2001 08:04:56 +0000 Subject: Switch from FTP to HTTP for downloads --- docs/busybox.net/cvs_anon.html | 4 ++-- docs/busybox.net/cvs_write.html | 31 ++++++------------------------- docs/busybox.net/index.html | 24 ++++++++++++------------ docs/busybox.net/oldnews.html | 20 ++++++++++---------- 4 files changed, 30 insertions(+), 49 deletions(-) (limited to 'docs') diff --git a/docs/busybox.net/cvs_anon.html b/docs/busybox.net/cvs_anon.html index 33d27267e..282080645 100644 --- a/docs/busybox.net/cvs_anon.html +++ b/docs/busybox.net/cvs_anon.html @@ -40,8 +40,8 @@ need to run for anonymous CVS access is:
 cvs -d:pserver:anonymous@busybox.net:/var/cvs login

-CVS will prompt you for a password. Enter the password anonymous -and press the Enter key. This step only needs to be done once, the first +CVS will prompt you for a password. Just press the Enter key (there is no +password for anonymous access). This step only needs to be done once, the first time you attempt to access CVS.

Once the login is complete, you can then check which modules diff --git a/docs/busybox.net/cvs_write.html b/docs/busybox.net/cvs_write.html index b5df25f76..0c22ca8ae 100644 --- a/docs/busybox.net/cvs_write.html +++ b/docs/busybox.net/cvs_write.html @@ -51,32 +51,13 @@ username... To obtain commit access, you will need to demonstrate you are serious by submitting a few good patches first. Then, you will need to select a user-name to use when committing stuff, and finally, you will -need to either send me a crypted password, which you will use to connect -to the system, or send me an ssh key. -To create a crypted password, you can do something like the following (and -please remember to change your password to something other thenfoo!): - -

-$ PASSWORD=foo perl -e 'srand ; @salt=(a..z,A..Z,0..9); \
-    print crypt($ENV{PASSWORD}, $salt[rand(62)].$salt[rand(62)]), "\n";'
-o0naQJuvFx4UA
-
- -If you'd like to use MD5 passwords instead, try something like the following: - -
-$ PASSWORD=foo perl -e 'srand ; @salt=(a..z,A..Z,0..9); \
-    print crypt($ENV{PASSWORD}, "\$1\$".$salt[rand(62)].$salt[rand(62)]), "\n";'
-$1$Kp$rBBvl5cuAeJjJ6U1hCqpU1
-
- -Then I take your crypted password as is (i.e., the output of either of -these commands), drop it into the cvs password file, and you are set to -go. +need to send me the username you have selected, an ssh key, and the email +address where you prefer email to be sent (I will forward any email sent +to you, but not store it).

-Note that if your are really worried that others might see your crypted -password, or your ssh key, you can encrypt the email containing your -crypted password using my public key. +Note that if your are worried that others might see your ssh key, you can +encrypt the email containing your crypted password using my +public key. diff --git a/docs/busybox.net/index.html b/docs/busybox.net/index.html index 7a0dd8e9e..ed3cec984 100644 --- a/docs/busybox.net/index.html +++ b/docs/busybox.net/index.html @@ -94,12 +94,12 @@ To subscribe, go and visit changelog + See the changelog for most of the details. The last release was very solid for people, and this one should be even better.

As usual BusyBox 0.60.2 can be downloaded from - ftp://busybox.net/busybox. + http://busybox.net/downloads.

And please read the news item for the 18th as well. Have Fun.
-Erik

@@ -164,9 +164,9 @@ To subscribe, go and visit The - changelog has all + changelog has all the details. As usual BusyBox 0.60.1 can be downloaded from - ftp://busybox.net/busybox. + http://busybox.net/downloads.

Have Fun!

@@ -192,7 +192,7 @@ To subscribe, go and visit - Another cool thing is the nifty + Another cool thing is the nifty BusyBox Tutorial contributed by K Computing. This requires a ShockWave plugin (or standalone viewer), so you may want to grab the the GPLed shockwave viewer from here @@ -217,9 +217,9 @@ To subscribe, go and visit The - changelog has all + changelog has all the details. As usual BusyBox 0.60.0 can be downloaded from - ftp://busybox.net/busybox. + http://busybox.net/downloads.

Have Fun!

@@ -236,11 +236,11 @@ To subscribe, go and visit The - changelog covers + changelog covers some of the more obvious details, but there are many many things that are not mentioned, but have been improved in subtle ways. As usual, BusyBox 0.52 can be downloaded from - ftp://busybox.net/busybox. + http://busybox.net/downloads.

Have Fun!

@@ -275,7 +275,7 @@ To subscribe, go and visit

  • Source for the latest release can always be downloaded from - ftp://busybox.net/busybox. + http://busybox.net/downloads.
  • A new snapshot of the source is made daily and is available as a GNU gzipped tarball right here. @@ -300,13 +300,13 @@ To subscribe, go and visit Current documentation for BusyBox includes: