From 4d13e109825d14864038e1e8ccd7c2cd33cf69c3 Mon Sep 17 00:00:00 2001 From: jsm Date: Wed, 12 May 1999 19:31:38 +0000 Subject: [PATCH] Add a trivial template page to list all the relevant URLs and stuff. --- .gitignore | 28 +++++++++++++++++++++++++ index.html | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 88 insertions(+) create mode 100644 .gitignore create mode 100644 index.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..da8168b --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# CVS default ignores begin +tags +TAGS +.make.state +.nse_depinfo +*~ +\#* +.#* +,* +_$* +*$ +*.old +*.bak +*.BAK +*.orig +*.rej +.del-* +*.a +*.olb +*.o +*.obj +*.so +*.exe +*.Z +*.elc +*.ln +core +# CVS default ignores end diff --git a/index.html b/index.html new file mode 100644 index 0000000..d6791e0 --- /dev/null +++ b/index.html @@ -0,0 +1,60 @@ + + +GNU glibc + + + +
+

GNU glibc

+
+ +

This is a small home page for the GNU libc program, glibc. + +

Availability

+ +

Glibc releases and pre-releases are +available by anonymous +ftp. + +

You can access the development source tree a couple of different ways. +

+
Anonymous CVS read-only access
+
+
+  cvs -z 9 -d :pserver:anoncvs@sourceware.cygnus.com:/cvs/glibc login
+  {enter "anoncvs" as the password}
+  cvs -z 9 -d :pserver:anoncvs@sourceware.cygnus.com:/cvs/glibc co libc
+  
+
+ +
Read-only web-based CVS access
+
+ You can use the + cvsweb interface. +
+
+ +

Mailing list

+ +

There are three mailing lists regarding glibc hosted on +sourceware.cygnus.com: +libc-alpha, +libc-hacker, +glibc-cvs. + +

You may subscribe to any of these lists by sending a mail +note to LISTNAME-subscribe@sourceware.cygnus.com. See +this +manual section for more information about subscribing to the lists +hosted here. + +

Please note that libc-hacker is a closed list. You may look +at the archives of this list, but subscription and posting are not open. + + +


+

This page was last modified with loving care by +jsm@cygnus.com on 1999-05-12. + + + -- 2.43.5