From 4ddd797e60f6222cd5b61aacb503ca755c8ea203 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 11 Mar 2002 07:49:07 +0000 Subject: Fix broken links --- docs/uclibc.org/cvs_anon.html | 136 +++++++++++++++++++++++++++++++++++++++++ docs/uclibc.org/cvs_write.html | 116 +++++++++++++++++++++++++++++++++++ docs/uclibc.org/index.html | 37 ++++++----- docs/uclibc.org/old-news.html | 10 +-- 4 files changed, 275 insertions(+), 24 deletions(-) create mode 100644 docs/uclibc.org/cvs_anon.html create mode 100644 docs/uclibc.org/cvs_write.html diff --git a/docs/uclibc.org/cvs_anon.html b/docs/uclibc.org/cvs_anon.html new file mode 100644 index 000000000..28044dbef --- /dev/null +++ b/docs/uclibc.org/cvs_anon.html @@ -0,0 +1,136 @@ + + + + +uClibc Anonymous CVS Instructions + + + + + + + +

Accessing the uClibc CVS Repository

+ +
+ + + + +
+ + B u s y B o x + +
+ + +
+ + + + +
+ + Anonymous CVS + +
+ +We allow anonymous (read-only) CVS access to everyone. The first command you +need to run for anonymous CVS access is: +
+cvs -d:pserver:anonymous@uclibc.org:/var/cvs login
+

+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 the list of available +CVS modules by running the following command (all on one line): +

+cvs -z3 -d:pserver:anonymous@uclibc.org:/var/cvs co -c 
+ +

+If you wish, you can then check out a local copy of any of the +available modules. The following is an example of how to grab +a copy of the uClibc source code: +

+    cvs -z3 -d:pserver:anonymous@uclibc.org:/var/cvs co -P uClibc
+This will create a directory called uClibc in the current +directory which contains the latest and greatest source code for +uClibc. + +

+I usually create a ~/.cvsrc file with the following things in it, and I +recommend you should use the same: +

+    -z3
+    update -dP
+    rdiff -u
+    diff -ubBwpN
+    checkout -P
+ +

+Once you've checked out a copy of the source tree, you can update your +source tree at any time so it is in sync with the latest and greatest by +running the command: +

+cvs update
+ +Because you've only been granted anonymous access to the tree, you won't be +able to commit any changes. Changes can be submitted for inclusion by posting +them to the appropriate mailing list. + + + + +
+ + + + +
+ + + + + + + + + + + + + + + +
+ + Mail all comments, insults, suggestions and bribes to + Erik Andersen
+ The Busybox logo is copyright 1999-2002, Erik Andersen. +
+
+ This site created with the vi editor + + Graphics by GIMP + + Linux Today + +

Slashdot +

+ Freshmeat +
+ + + + + + diff --git a/docs/uclibc.org/cvs_write.html b/docs/uclibc.org/cvs_write.html new file mode 100644 index 000000000..b0d7ff01c --- /dev/null +++ b/docs/uclibc.org/cvs_write.html @@ -0,0 +1,116 @@ + + + + +uClibc CVS Read/Write Instructions + + + + + + + +

Accessing the uClibc CVS Repository

+ +
+ + + + +
+ + B u s y B o x + +
+ + +
+ + + + +
+ + CVS Read/Write Access + +
+ + +If you want to be able to commit things to CVS, first contribute some +stuff to show you are serious. Then, very nicely ask +Erik Andersen if he will set you up with +an account. To access CVS, you will want to add the following to set up your environment: +
+$ export CVS_RSH=/usr/bin/ssh
+$ export CVSROOT='username@cvs.uclibc.org:/var/cvs'
+
+It goes without saying you must change username to your own +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 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 you would prefer to keep your communications with me +private, you can encrypt your email using my +public key. + + + + +

+ + + + +
+ + + + + + + + + + + + + + + +
+ + Mail all comments, insults, suggestions and bribes to + Erik Andersen
+ The Busybox logo is copyright 1999-2002, Erik Andersen. +
+
+ This site created with the vi editor + + Graphics by GIMP + + Linux Today + +

Slashdot +

+ Freshmeat +
+ + + + + + + diff --git a/docs/uclibc.org/index.html b/docs/uclibc.org/index.html index 2fda63393..41df19f32 100644 --- a/docs/uclibc.org/index.html +++ b/docs/uclibc.org/index.html @@ -74,7 +74,7 @@ to give away all your source code just because you use uClibc and/or run on Linu uClibc has a -mailing list. +mailing list. To subscribe, go and visit this page. @@ -91,7 +91,7 @@ To subscribe, go and visit - uClibc now has a list of applications + uClibc now has a list of applications that are known to work. Submissions are welcome! Since most applications work just fine with uClibc, we are especially interested in knowing about any applications that either do not compile @@ -108,7 +108,7 @@ To subscribe, go and visit - uClibc now has a list of Frequently Asked Questions. + uClibc now has a list of Frequently Asked Questions. You might want to take a look. @@ -130,7 +130,7 @@ To subscribe, go and visit CodePoet Consulting is pleased to announce the immediate availability of uClibc 0.9.9. With this release, - just about + just about everything we have tested now compiles and runs. In fact, there are now so many programs on the working application list that rather than continue to add to this list, from now on we @@ -147,10 +147,10 @@ To subscribe, go and visit tested, and will be publicly released in the next couple of days, so stay tuned.

- The Changelog + The Changelog and Source code - for this release are available here. + href="downloads/uClibc-0.9.9.tar.bz2">Source code + for this release are available here.

One final bit on news -- as some of you may have noticed, uclibc.org has been a bit overloaded and somewhat slow recently. The server should @@ -170,12 +170,12 @@ To subscribe, go and visit approximately one release per month.

The source code for this release is available - here. + here.

  • Old News
    - Click here to read older news. + Click here to read older news.

    @@ -191,15 +191,14 @@ To subscribe, go and visit

    @@ -313,19 +312,19 @@ Here are a few things on the TODO list: