summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1999-05-09 13:09:58 +0000
committerMartin Baulig <martin@src.gnome.org>1999-05-09 13:09:58 +0000
commitc2c209d19a2ee63012cc825f597f55b36fe4d712 (patch)
tree6eb8c3a24d30d44e13bc95e524f42fd6def854b9 /doc
parentde5137ff28687481561ba44e2c84fe37a4c24988 (diff)
downloadlibgtop-c2c209d19a2ee63012cc825f597f55b36fe4d712.tar.gz
Initial version of the new LibGTop Manual.
1999-05-09 Martin Baulig <martin@home-of-linux.org> * libgtop.texi: Initial version of the new LibGTop Manual.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/libgtop.texi137
2 files changed, 141 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
new file mode 100644
index 00000000..a1d05301
--- /dev/null
+++ b/doc/ChangeLog
@@ -0,0 +1,4 @@
+1999-05-09 Martin Baulig <martin@home-of-linux.org>
+
+ * libgtop.texi: Initial version of the new LibGTop Manual.
+
diff --git a/doc/libgtop.texi b/doc/libgtop.texi
new file mode 100644
index 00000000..8d1558ac
--- /dev/null
+++ b/doc/libgtop.texi
@@ -0,0 +1,137 @@
+\input texinfo @c -*-texinfo-*-
+@c %**start of header
+@setfilename libgtop.info
+@settitle LibGTop Reference Manual
+@setchapternewpage odd
+@c %**end of header
+
+@node Top, About, (dir), (dir)
+
+@menu
+* About:: About LibGTop
+
+ --- The Detailed Node Listing ---
+
+About LibGTop
+
+* Availability:: Where to get LibGTop
+* Supported Platforms:: Supported Platforms
+* Mailing List:: Helping with LibGTop development
+* Thanks:: People who contributed to LibGTop
+@end menu
+
+@node About, , Top, Top
+@chapter About LibGTop
+
+LibGTop is a library to get system specific data such as CPU and Memory Usage
+and information about running Processes.
+
+On Systems like Solaris or Digital Unix where you need special privileges to
+get those data, it uses a setuid/setgid server to do so.
+
+@menu
+* Availability:: Where to get LibGTop
+* Supported Platforms:: Supported Platforms
+* Mailing List:: Helping with LibGTop development
+* Thanks:: People who contributed to LibGTop
+@end menu
+
+@node Availability, Supported Platforms, About, About
+@section Availability
+
+The master source of LibGTop is the GNOME CVS tree
+(see @uref{http://www.gnome.org} for details), but you can also get the
+latest release tarballs from
+
+@display
+@uref{ftp://ftp.gnome.org/pub/GNOME/sources/libgtop/}
+@end display
+
+@noindent
+or any of its mirror sites.
+
+The latest stable version of LibGTop is 1.0.1 which is also the one that comes
+together with GNOME 1.0. In CVS, there is a @code{LIBGTOP_STABLE_1_0} branch
+which is rooted at the @code{LIBGTOP_1_0_1} tag while actual development occurs
+in the @code{HEAD} which currently has version 1.1.0.
+
+@node Supported Platforms, Mailing List, Availability, About
+@section Supported Platforms
+
+The stable branch currently supports the following platforms:
+
+@itemize @bullet
+@item All versions of Linux
+
+LibGTop was tested under Linux 2.0.x and 2.2.x on the ix86 and the alpha, but
+it should also work without problems on SparcLinux.
+
+@item FreeBSD, NetBSD and OpenBSD
+
+LibGTop was tested under FreeBSD 2.2.6 and 3.0, NetBSD 1.3.2 and OpenBSD 2.4.
+
+@end itemize
+
+The platforms listed above are known to be stable and working. However, if
+you're using the latest development version, you can use it on the following
+platforms as well:
+
+@itemize @bullet
+@item BSD/OS
+
+There is a port for BSD/OS (aka BSDI) 2.x and 3.x from Timur Bakeyev which
+should also work with 4.x. This isn't tested very well, but it should be
+working.
+
+@item Digital Unix
+
+There is some basic support for Digital Unix (formerly DEC OSF/1) V3.2C, but
+this may still be a bit unstable. I'm currently working on this port as time
+permits so it should be fully supported soon.
+
+@item Solaris
+
+There will be a Solaris port of LibGTop very soon. Especially Drazen Kacar and
+some other people have been doing excellent work here and I'm sure that this
+port will be ready soon.
+
+@end itemize
+
+@node Mailing List, Thanks, Supported Platforms, About
+@section Mailing List
+
+There is a @email{libgtop-devel-list@@egroups.com} mailing list for people who
+want to help with the development of LibGTop.
+
+It is meant as a low-traffic, but high content-list where we can discuss
+technical details such as adding new sysdeps ports etc.
+
+Especially, I'd like to see people with a deeper knowledge of operating systems
+internals joining my list so we can discuss technical details of the sysdeps
+code.
+
+It is *not* for users that want to know how to compile LibGTop etc.
+
+You can subscribe to this mailing list and view the mailing list archives
+at @uref{http://www.home-of-linux.org/gnome/libgtop}.
+
+@node Thanks, , Mailing List, About
+@section Thanks
+
+At the place I'd like to thank the following people who contributed to
+LibGTop (listed in chronological order):
+
+@itemize @bullet
+@item Sebastian Wilhelmi who had the initial idea of LibGTop and helped
+me a lot in the early beginning.
+@item Josh Sled for the initial FreeBSD port.
+@item Jeremy Lea for his BSD patches.
+@item Timur Bakeyev for the BSDI port.
+@item Drazen Kacar and the other people on the LibGTop development mailing
+list for the Solaris port.
+@item All people sending me patches, having good ideas, ...
+@item Everyone I have forgotten in this list ...
+@end itemize
+
+@bye
+