summaryrefslogtreecommitdiff
path: root/docs/uclibc.org/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/uclibc.org/index.html')
-rw-r--r--docs/uclibc.org/index.html38
1 files changed, 19 insertions, 19 deletions
diff --git a/docs/uclibc.org/index.html b/docs/uclibc.org/index.html
index bc9a52933..4d4cc936d 100644
--- a/docs/uclibc.org/index.html
+++ b/docs/uclibc.org/index.html
@@ -37,19 +37,19 @@
</TD></TR>
<TR><TD BGCOLOR="#eeeee0">
-<a href="http://uclibc.org">uClibc</a> (aka µClibc/pronounced yew-see-lib-see)
+<a href="http://www.uclibc.org">uClibc</a> (aka µClibc/pronounced yew-see-lib-see)
is a C library for embedded Linux systems. It is much smaller then the
<a href="http://www.gnu.org/software/libc/libc.html">GNU C Library</a>, but
nearly all applications supported by glibc also work perfectly with uClibc.
Porting applications from glibc to uClibc typically involves just recompiling
-the source code. uClibc supports standard Linux systems (such as x86,
+the source code. uClibc supports standard Linux architectures (such as x86,
strongArm, and powerpc), and also supports
-<a href="http://www.uclinux.org">MMU-less (also known as µClinux)</a> systems,
-such as those based on the Coldfire, dragonball, or arm7tdmi micro-controllers.
+<a href="http://www.uclinux.org">MMU-less (also known as µClinux)</a>
+architectures such as the Coldfire, Dragonball, and ARM7TDMI micro-controllers.
If you are building an embedded Linux system and you find that glibc is
-eating up too much space, you should consider using uClibc instead. If you are
-building an ultra fast fileserver with 12 Terabytes of storage, then you probably
-want to use glibc...
+eating up too much space, you should consider using uClibc. If you are
+building a huge fileserver with 12 Terabytes of storage, then using
+glibc may be a better choice...
<p>
@@ -74,9 +74,9 @@ to give away all your source code just because you use uClibc and/or run on Linu
<TR><TD BGCOLOR="#eeeee0">
uClibc has a
-<a href="http://uclibc.org/lists/uclibc/">mailing list</a>.
+<a href="http://www.uclibc.org/lists/uclibc/">mailing list</a>.
To subscribe, go and visit
-<a href="http://uclibc.org/mailman/listinfo/uclibc">this page</a>.
+<a href="http://www.uclibc.org/mailman/listinfo/uclibc">this page</a>.
<p>
@@ -91,11 +91,11 @@ To subscribe, go and visit
</TD></TR>
<TR><TD BGCOLOR="#eeeee0">
- uClibc now has a <a href="http://uclibc.org/uClibc-apps.html">list of applications</a>
+ uClibc now has a <a href="http://www.uclibc.org/uClibc-apps.html">list of applications</a>
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
- or do not work properly with uClibc.
+ at all or do not work properly with uClibc.
@@ -108,7 +108,7 @@ To subscribe, go and visit
</TD></TR>
<TR><TD BGCOLOR="#eeeee0">
- uClibc now has a <a href="http://uclibc.org/FAQ.html">list of Frequently Asked Questions</a>.
+ uClibc now has a <a href="http://www.uclibc.org/FAQ.html">list of Frequently Asked Questions</a>.
You might want to take a look.
@@ -135,12 +135,12 @@ To subscribe, go and visit
approximately one release per month.
<p>
The source code for this release is available at
- <a href="http://uclibc.org/downloads/">here</a>.
+ <a href="http://www.uclibc.org/downloads/">here</a>.
<p> <li> <b>Old News</b>
<br>
- <a href="http://uclibc.org/old-news.html">Click here to read older news</a>.
+ <a href="http://www.uclibc.org/old-news.html">Click here to read older news</a>.
<p>
@@ -156,10 +156,10 @@ To subscribe, go and visit
<TR><TD BGCOLOR="#eeeee0">
<ul>
<li> There is now a script that creates a daily snapshot tarball of uClibc and posts it on
- <a href="http://uclibc.org/downloads/uClibc-snapshot.tar.gz">here</a>.
- <li> uClibc also has a publically browsable
+ <a href="http://www.uclibc.org/downloads/uClibc-snapshot.tar.gz">here</a>.
+ <li> uClibc also has a publicly browsable
<a href="http://cvs.uclinux.org/cgi-bin/cvsweb/uClibc/">CVS tree</a> (this CVS tree is also mirrored onto
- <a href="http://uclibc.org/cgi-bin/cvsweb/uClibc/">uclibc.org</a> but they are both the same thing).
+ <a href="http://www.uclibc.org/cgi-bin/cvsweb/uClibc/">www.uclibc.org</a> but they are both the same thing).
<li> Anonymous
<a href="http://cvs.uclinux.org/cvs_anon.html">CVS access</a> is available, and
@@ -281,10 +281,10 @@ Here are a few things on the TODO list:
<li> <a href="http://www.uclinux.org/">The uClinux home page</a>
<p>
- <li> <a href="http://cvs.uclinux.org/">The uClinux CVS reporitory</a>
+ <li> <a href="http://cvs.uclinux.org/">The uClinux CVS repository</a>
<p>
- <li> <a href="http://uclibc.org/">The uClibc home page</a>
+ <li> <a href="http://www.uclibc.org/">The uClibc home page</a>
<p>
<li> <a href="http://busybox.net/">BusyBox</a>