summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1999-02-11 10:02:20 +0000
committerMartin Baulig <martin@src.gnome.org>1999-02-11 10:02:20 +0000
commit96542d050eed20d25c9df022975befd7bb3b28f9 (patch)
tree094085734ef0bded27a0f43e281adaa5ae8c3596
parent7790965d4583ec0de95355a7ffccc09636d5cad3 (diff)
downloadlibgtop-96542d050eed20d25c9df022975befd7bb3b28f9.tar.gz
Nuked the old README and moved README.LATEST to README.
-rw-r--r--Makefile.am2
-rw-r--r--README59
-rw-r--r--README.LATEST8
-rw-r--r--libgtop.spec.in2
4 files changed, 7 insertions, 64 deletions
diff --git a/Makefile.am b/Makefile.am
index 875000d9..54152b30 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,7 +17,7 @@ include_HEADERS = glibtop.h
EXTRA_DIST = autogen.sh libgtop.spec.in copyright.txt libgtopConf.sh.in \
LIBGTOP-VERSION features.def libgtop-config.in RELNOTES-0.25 \
- libgtop-sysdeps.m4 ANNOUNCE-0.25 README.LATEST NEWS.old \
+ libgtop-sysdeps.m4 ANNOUNCE-0.25 README NEWS.old \
libgtop-mirror.sh
dist-hook:
diff --git a/README b/README
index 5cfe7a3a..20129586 100644
--- a/README
+++ b/README
@@ -1,57 +1,8 @@
-Hi all,
+$Id$
-[PLEASE READ THE FILE ``README.LATEST'' FOR LATEST NEWS]
-
-this is the latest alpha version of libgtop, a library that fetches
-information about the running system such as cpu and memory usage,
-active processes etc. On Linux systems, these information are taken
-directly from the /proc filesystem. For other systems such as Solaris,
-where such programs need to be suid root (or only setgid kmem/mem on
-some systems), it provides a suid/setgid server that fetches those
-information and a client-side library that talks to this server.
-
-Main idea was to have the same interface for all operating systems,
-thus all system dependent details are hidden in the implementation
-of that server.
-
-Currently, it only works for Linux, documentation on how to port it
-to other systems is on the way. I'm planning to keep this site an
-up-to-date mirror of my local machine (which is connected to the
-internet over some expensive dialup connection, so I'll upload it about
-once every day I made significant changes) so that you can always find
-the latest version of the software here.
-
-I've written a simple guile interface for the library to show which
-information it can already fetch. See examples/third for details.
-
-Source Code:
-===========
-
- libgtop-current-cvs.cpio.gz is a cpio archive from the CVS repository
- libgtop-current.cpio.gz contains the lates checked out sources
- libgtop-stable.cpio.gz if present, it contains the last stable release
-
-Documentation:
-=============
-
- libgtop.sgml is the SGML source of the (DocBook) documentation
-
-The next three files are only provided until they get too big to upload.
-
- libgtop.tex TEX file of the documentation
- libgtop.dvi DVI file of the documentation
- libgtop.ps Postscript file of the documentation
-
-HTML-Documentation:
-==================
-
- libgtop.shtml Start here to browse the HTML documentation
-
-Other stuff:
+LATEST NEWS:
===========
- README, NEWS, ChangeLog copied from the sources
-
-Enjoy it!
-
-Martin (martin@home-of-linux.org - baulig@merkur.uni-trier.de)
+Please look also in the file 'NEWS' for latest news.
+
+Martin
diff --git a/README.LATEST b/README.LATEST
deleted file mode 100644
index 20129586..00000000
--- a/README.LATEST
+++ /dev/null
@@ -1,8 +0,0 @@
-$Id$
-
-LATEST NEWS:
-===========
-
-Please look also in the file 'NEWS' for latest news.
-
-Martin
diff --git a/libgtop.spec.in b/libgtop.spec.in
index 86f908e2..5b07f27c 100644
--- a/libgtop.spec.in
+++ b/libgtop.spec.in
@@ -99,7 +99,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-, root, root)
%doc RELNOTES-0.25 AUTHORS ChangeLog NEWS README copyright.txt
-%doc ANNOUNCE-0.25 README.LATEST TODO NEWS.old
+%doc ANNOUNCE-0.25 TODO NEWS.old
%doc src/inodedb/README.inodedb
%{prefix}/lib/lib*.so.*