1999-09-02 Jason Molenda (jsm@bugshack.cygnus.com)
authorJason Molenda <jmolenda@apple.com>
Thu, 2 Sep 1999 07:49:30 +0000 (07:49 +0000)
committerJason Molenda <jmolenda@apple.com>
Thu, 2 Sep 1999 07:49:30 +0000 (07:49 +0000)
* index.html:  Add a basic newlib web page.

index.html [new file with mode: 0644]

diff --git a/index.html b/index.html
new file mode 100644 (file)
index 0000000..966a045
--- /dev/null
@@ -0,0 +1,59 @@
+<html>
+<head>
+<title>The Newlib home page</title>
+</head>
+<body>
+
+<div align="center">
+  <h1>The Newlib home page</h1>
+</div>
+
+<h2>What is it?</h2>
+
+<p>Newlib is a C library intended for use on embedded systems.  It is a
+conglomeration of several library parts, all under free software licenses
+that make them easily usable on embedded products.
+
+<p>Newlib is only available in source form.  It can be compiled for a 
+wide array of processors, and will usually work on any architecture
+with the addition of a few low-level routines.
+
+
+<h2>Download</h2>
+
+<p>Go straight to the 
+<a href="ftp://sourceware.cygnus.com/pub/newlib/">newlib ftp directory</a>
+to get latest version of newlib.
+
+<h2>Mailing lists/bugs</h2>
+
+<p>The <tt>newlib@sourceware.cygnus.com</tt> mailing list is for
+discussing newlib, asking questions, reporting bugs.  <p>There is a 
+<a href="/ml/newlib/"><b>web archive</b></a> of the <tt>newlib</tt> list.
+
+<p>There is also the <tt>crossgcc@sourceware.cygnus.com</tt> mailing
+list for discussing embedded development with the GNU tools.  It also
+has a <a href="/ml/crossgcc/"><b>web archive</b></a>.
+
+<p>If you would like to join the <tt>newlib</tt> mailing list, use the
+form below.  It is a low-volume mailing list.
+
+<blockquote>
+<form method="get" action="/cgi-bin/ml-request">
+  <input type="hidden" name="digest" value="off">
+  <input type="hidden" name="operation" value="subscribe">
+  <input type="hidden" name="listname" size="10" value="gdb-announce">
+  <input type="text" name="username" size="14" value="Your e-mail addr">
+ <input type="Submit" name="submit" value="Get on that list">
+</form>
+</blockquote>
+
+
+
+<hr>
+
+<p><i>This page was last modified with loving care by jsm@cygnus.com
+on 1999-09-02</i>.
+
+</body>
+</html>
This page took 0.060149 seconds and 5 git commands to generate.